RESOLVED: I turned on tracing in the ud_database file and the problem was
immediately obvious.  The SQL command being invoked by WorldShip included a
field that was calling a BASIC subroutine.  This subroutine had been written
by the vendor and used a common block of open files that is normally
initialized during login to the application.  Because the ODBC connection
does not go through the normal login, that common block was not initialized
and therefore we were getting a "file not opened" error from the subroutine.

Thanks for the insights and assistance.

-K
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to