TimeOut

 6 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Sam Simpson
Veteran Member
Posts: 239
Veteran Member

    Is it possible to change the value of eventMgrWorkunitTimer in the bpm.properties file into a much larger value? Right now it is set at 30 and I believe this is the reason I'm timing out in one of my flow. I have a flow which has two system command nodes. I'm getting a timeout error and thus the activity is ended without calling the second system command node. The first node is taking quite a longer time to process however, when the activitiies is ended the perl script called by the first node is still running in the background. Definitely using a custom activity node is out of the question.

    Sam

    John Henley
    Posts: 3353
      You can change the system command timeout value using pfserv config -- Is that what you mean?
      Thanks for using the LawsonGuru.com forums!
      John
      Sam Simpson
      Veteran Member
      Posts: 239
      Veteran Member
        Yes. I'm just not sure which parameter I'm changing.
        John Henley
        Posts: 3353
          Using pfserv config,
          "Please enter the System Command Timeout in seconds (30):"
          Thanks for using the LawsonGuru.com forums!
          John
          Norm Moran
          Veteran Member
          Posts: 53
          Veteran Member

            I am getting general Timeout when trying

            to access Resource manager. the flow works fine in test. We bumpted the

            to 1minute 

            John Henley
            Posts: 3353
              Do you mean that you are getting a timeout when your flow is doing a ResourceQuery or ResourceUpdate ?
              Thanks for using the LawsonGuru.com forums!
              John
              Vito Amatulli
              Advanced Member
              Posts: 33
              Advanced Member
                Norm,
                I had a similar issue last week. I believe it has to do with the time out parameter for system command. I had to run pfserv config and increase the value from 30 to 600.

                Please enter the System Command Timeout in seconds (600).

                Lawson also states that this parameter will only work while running the the flow on the server and not while using the Designer tool.

                Hope this helps.

                Vito.