IPD errors when executing sql script in System Command node

Sort:
You are not authorized to post a reply.
Author
Messages
HDAustin13
Advanced Member
Posts: 31
Advanced Member

    Hello Everyone,

     I am trying to run the flow with  "File Access" that have sql script and "System Command" to execute that sql script but keep getting these 2 errors:

    "Timeout exceeded waiting for command response."

    "System command error: command return error code 1"

    Does any one ever have seen these same errors and got them fixed? If so, can you please share the solution.

     

    Thanks,

    HD

    BarbR
    Veteran Member
    Posts: 306
    Veteran Member
      I'm not sure what your Command Node is executing, but whatever it is, it sounds like that is not returning a response to the command node - so the command node eventually times out with an RC=1. Check to see what is returned from the script to the command node and if that is working or not.
      JimY
      Veteran Member
      Posts: 510
      Veteran Member
        Why not use the Sql Query node?
        You are not authorized to post a reply.