|
We are trying to set up a method were we can use different
libraries for
testing by changing the connection string/user for different environments development/qua/production etc for our .net
developers so we can leave the data on the iSeries.
<<SNIP>>
To call the stored procedure we have to use SDIPoint/GetAgent. We get the following error:
IBM.Data.DB2.iSeries.iDB2SQLErrorException: SQL0204
"AGTHDR in DATADN type *FILE not found."
The owner of the stored procedure GetAgent is DATADN and there is a library DATADN but it does not have this file in it. If we change the owner of the stored procedure to a user that
does not have a library with the same name, then it tries to
find a library with the name of the
user profile that is the new owner.
So it seems for non-qualified access with SQL naming
conventions, that this is the default and it does not search
the library list?
Anyway around this so it will search the *LIBL?
Thanks for any help or suggestions you might have.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.