Hi,
We are using DB2 v9.7 ESE,HP-UX 11.31(64-bit) as database server and AIX 5.3 (64 bit) as application server.
I configured federation b/w two local db2 databases in database server.
I am trying to bind a module in application server which access federated table named "SYSC" of database server through nickname,I get following error:
<OS PROMPT> db2 bind DBIOSYSC.bnd
LINE MESSAGES FOR DBIOSYSC.bnd
------ ----------------------------------------------------------
SQL0061W The binder is in progress.
706 SQL30090N Operation invalid for application execution
environment. Reason code = "21". SQLSTATE=25000
SQL0082C An error has occurred which has terminated
processing.
SQL0092N No package was created because of previous errors.
SQL0091N Binding was ended with "3" errors and "0" warnings.
This module named "DBIOSYSC" contains nothing but cursors contains select,insert,update and delete statement.
When I try to fire any select,insert,update & delete statement for "SYSC" with the help of nicknames on OS prompt,they run fine.What can be possible cause??How can I rectify it?