If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
SQL1109N The specified DLL "db2udp" could not be loaded.
We create, build and run Java stored procedures without a problem, but I am getting this error when trying to build my very first SQL sp.
I did a search on my server for this file (db2udp.*) and it's nowhere to be found. I also searched similarly installed servers and none of them have it. Isn't this something that's installed with a DB2 UDB v7 installation?
I did, but realized \SQLLIB\function was not in my LIBPATH variable (in fact, I did not have a LIBPATH). I've just added the variable and am getting ready to reboot and test (did not work right off the bat).
I actually added the path to my LIBPATH, LIB and PATH variables, rebooted and I am still getting the same error. We are talking about the client that's trying to build the procedure here, not the server. The server does not have this file.