This is a discussion on Error Executing Assembler Program from a Stored Procedure within the DB2 forums, part of the Database Server Software category; --> Hello, I have created a stored procedure using SPUFI. The stored procedure is defined to execute an external Assembler ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I have created a stored procedure using SPUFI. The stored procedure is defined to execute an external Assembler routine. There was no error while creating the stored procedure. While calling the stored procedure from a Java program I am getting the following error: Exception: java.sql.SQLException: [IBM][CLI Driver][DB2] SQL0444N Routine "GETMODDT" (specific name "") is implemented with code in library or path "", function "" which cannot be accessed. Reason code: "". SQLSTATE=42724 Any help would be greatly appreciated. Thanks, Vaishali |