vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| When I try to build a storedprocedure using db2 develop center I get this error msg: DB2INST1.PROCEDURE1 - Build started. C:\PROGRA~1\IBM\SQLLIB\java\jdk\bin\javac -classpath ".;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROG RA~1\IBM\SQLLIB\java\runtime.zip;C:\PROGRA~1\IBM\S QLLIB\java\sqlj.zip" PROCEDURE1.java DB2INST1.PROCEDURE1 - Javac completed. C:\PROGRA~1\IBM\SQLLIB\java\jdk\bin\jar cf TESTSP.jar PROCEDURE1.class DB2INST1.PROCEDURE1 - Jar file created. Call SQLJ.DB2_INSTALL_JAR (<<C:\Documents and Settings\Administrator\Application Data\IBM\DB2\DC\Projects\bld1107367379690\TESTSP.j ar>>, 'DB2INST1.TESTSP', 0) [IBM][CLI Driver][DB2/AIX64] SQL0444N Routine "SQLJ.DB2_INSTALL_JAR" (specific name "") is implemented with code in library or path "", function "" which cannot be accessed. Reason code: "". SQLSTATE=42724 DB2INST1.PROCEDURE1 - Build failed. DB2INST1.PROCEDURE1 - Roll back completed successfully. ------------------------------------------------ we are using 64bit db server on 64bit AIX, anyone can help? db2level: DB21085I Instance "db2inst1" uses "64" bits and DB2 code release "SQL08020" with level identifier "03010106". Informational tokens are "DB2 v8.1.1.64", "s040812", "U498350", and FixPak "7". Product is installed at "/usr/opt/db2_08_01". The developer machine on wixp: db2level: DB21085I Instance "DB2" uses "32" bits and DB2 code release "SQL08020" with level identifier "03010106". Informational tokens are "DB2 v8.1.7.664", "s040914", "WR21342", and FixPak "7". Product is installed at "C:\PROGRA~1\IBM\SQLLIB". I searched in google and get the link: http://www.webservertalk.com/archive...10-415807.html which have the same problem ........don't know how to fix this. |