Error-Max Wait Time

Sort:
You are not authorized to post a reply.
Author
Messages
bifocus07
New Member
Posts: 1
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
    Senior Member
    Posts: 3348
    Senior Member
      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
      You are not authorized to post a reply.