Skip to main content

SqlQuery workflow fails in viewer, but works in simulator

Comments

2 comments

  • Berend Veldkamp
    One possible reason could be that the application pool user can't find the connection info (tnsnames.ora), or that it does not have read access to it.

     

    If you have the TNS_NAMES environment variable set, make sure it's set for All Users, and not just the current user. After that, run 'iisreset' to reload IIS.
    0
  • Permanently deleted user
    Hi Shantaswaroop,

     

    Another thing to check is that your server has the 64-bit Oracle driver available.  The Workflow Designer (and thus the simulator) are 32-bit applications that would load the 32-bit driver.  If the 64-bit driver has a different home then it may use a different tnsnames.ora file.  You may just have to update the file that the 64-bit driver loads, or you may be able to specify more connection info in the connection string to let it work.

     

    Regards,

     

    -Malcolm
    0

Please sign in to leave a comment.