Hi, first of all my skills with DB2 are quite low level so propably there is some simple solution to this that I havent just figured out
I have developed stored procedure in my own machine (Windows XP) and it's working just fine in my machine. Then I would like to transfer the compiled stored procedure to development server (Windows 2003), DB2 version is 8.1.4 on both machines. I have done the transfer using GET ROUTINE / PUT ROUTINE and apparently it went fine (no error messages FROM PUT routine command on development server).
But now when I try to execute the stored procedure in development server it gives the following error message (stored procedure name is SET_PARTNER_STATE):
[IBM][CLI Driver][DB2/NT] SQL0444N Routine "*ER_STATE" (specific name
"SQL040525082840954") is implemented with code in library or path
"...proc\DB_PROJECT\SCHEMA1\P6214173", function "pgsjmp" which
cannot be accessed. Reason code:"4".
SQLSTATE=42724
Any ideas how to get the stored procedure working in development server ?
Regards,
Antti