craig_welton
Legendary Poster
Hello all,
We are having an issue with robot jobs when using tools release 8.96
RUNUBE is called from a CL and can be followed by RUNSQLSTM to perform a database query. With the tools release, the process is set to SQL Server Mode which causes all SQL statements to be handled by QSQSRVR. The SQL statements used in the RUNSQLSTM command do not qualify the tables with libarary names, instead relying on the library list which is set in the CL. This is now a problem since QSQSRVR does not inherit or know about the lib list of the CL it is servicing.
I understand that the SQL Server mode cannot be turned off once it is enabled for a job. Does anyone know of a way to disable it in JDE or have an idea to work around this?
thanks,
Craig
We are having an issue with robot jobs when using tools release 8.96
RUNUBE is called from a CL and can be followed by RUNSQLSTM to perform a database query. With the tools release, the process is set to SQL Server Mode which causes all SQL statements to be handled by QSQSRVR. The SQL statements used in the RUNSQLSTM command do not qualify the tables with libarary names, instead relying on the library list which is set in the CL. This is now a problem since QSQSRVR does not inherit or know about the lib list of the CL it is servicing.
I understand that the SQL Server mode cannot be turned off once it is enabled for a job. Does anyone know of a way to disable it in JDE or have an idea to work around this?
thanks,
Craig