Support Article
Pop-up error window in an infinite loop on click of button
SA-8958
Summary
When user clicks on the button to attach a file to Data-WorkAttach-File class the pop-up window opens.
And this pop-up window does not close and gets continuosly displayed.
Note: This issue is seen earlier as well, but with IE 11 compatibility view setting and disabling the script debugger it works fine. But now it occurs continously even after applying these configuration setting.
The workaround is to close the work object and reopen it again.
This is seen after installation of some of the hot fixes provided by Pega in recent days.
Error Messages
"There was an error when loading the content given."
Found HTML Tag in the given content which is not valid.
IE Error description: Unknown runtime error
Steps to Reproduce
1. Login to PIPE UAT application.
2. Open any of the single account request request (i.e. COB WO's).
3. Go to assigment "Research & Fulfillment" for CIP sub case.
4. Scroll down to File attachment grid.
5. Click on "Attach" button.
6. Browse and attach any .doc, .pdf etc file.
7. Click on Save button.
The pop-up window starts displaying in infinite loop. Even user closes the window multiple times, it pops up again and again.
Root Cause
The root cause of this problem is a defect in Pegasystems’ code/rules.
User has configured a upload file functionality on expand pane of the every row in the repeating grid.
After uploading the file in the expand pane of a row, when user clicks the Save button, the transaction Id mismatch error occurs. The fixBaseThread api in the pega_ui_doc file is resetting the pxClientExchange/transaction Id value.
Resolution
Include the following code in the section where the transaction Id mismatch occurs:
pega.u.d.fixBaseThread()=function(){
};
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.