Quote:
|
Originally Posted by atl_geek
2. I did not see any error messages in db2diag.log
|
Have you updated the DIAGLEVEL to 4 before trying the statement? That will write much more diagnostic information to the db2diag output. (The default is 3.)
Quote:
|
3. How to reload db2dbroutext libraries
|
Not "reload" but "load". You could write a small program that executes a dlopen system call to access/load the library.
Quote:
|
Also we are flash copying this environment to development and this function works fine there. I dont understand why it not working only in this environment
|
Then I really assume that something on the OS-level configuration doesn't match between both environments.