Error-Max Wait Time

 1 Replies
 0 Subscribed to this topic
 14 Subscribed to this forum
Sort:
Author
Messages
bifocus07
New Member Send Private Message
Posts: 0
New Member
Hi,

I am using SQL query and when I am defining my infoset, where we need to define columns, I hit autocreate (Step 2), it takes a while, where you see blue bar below your screen progressing and then it finally throws an error:
" Max wait time 300 reached for object parent.frames.submit.document. Not calling function"

I even previewed my data before moving to next step. It takes a while for SQL to generate the data since I have a lot of joins in my query, but it finally brings a preview of data but when I go to next step to define columns, it crashes!! Does anyone know what would be a resolution to this? Please help me ASAP. I appreciate all your help in this regard.

Thanks,
K
John Henley
Send Private Message
Posts: 3351
In the tomcat/webapps/lsn/admin directory under your LSN install, look for file:
admin_wizard_step2_builder.html

In that file, look for this line:
wait_on_object ('parent.frames.submit.document', 'get_new_columns()', 300);

Change the 300 to a higher number (e.g., 600). This will increase from 5 minutes to 10 minutes.

Then refresh your browser (i.e. open/close LSN) and you should pick up the new .html page.
Your query should then complete...

If your query still doesn't complete, you probably need to revisit/optimize your JOINs.
Thanks for using the LawsonGuru.com forums!
John