Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL10013N on DB2 Stored Procedures

Status
Not open for further replies.

speke

Programmer
Feb 8, 2003
4
GB
I am having a problem executing stored procedures. They execute fine on the command line and in the stored procedure builder but when I try to execute them through VB I keep getting the following error:

Error: SQL10013N The specified library "/db2sys/db2inst1/sqllib/function/DBAWD001.SP001EmployeeView" could not be loaded.
(State:S1000, Native Code: FFFFD8E3)

I think this is a problem on the server but our DBAs say that it isn't (and until the previous server crashed we had no problems running SPs). Can anybody give me some suggestion on how to fix this problem?

Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top