Thank you! That solves the problem. I really appreciate your help.
From: Stephen Boyd [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 15, 2007 9:00 AM
To: user-java@ibatis.apache.org
Subject: Re: iBATIS with DB2 stored
You need to set currentFunctionPath=PERMIT on the datasource. It is a
custom property that can be set on the jdbc url. For example,
jdbc:db2://host:port/dbname:currentFunctionPath=PERMIT;currentSchema=PERMIT;
If you are running in websphere, setting this can be done in the custom
properties of
From: Abhigyan Agrawal1 [mailto:[EMAIL PROTECTED]
Sent: Friday, December 14, 2007 2:00 AM
To: user-java@ibatis.apache.org
Subject: Re: iBATIS with DB2 stored procedure call problem
Are you sure that the user
Are you sure that the user name you are providing in config file has
access to the schema? I tried simulating the problem but it is working
without specifying in the schema name. May be you can send what config you
are using.
Cheers,
Abhigyan Agrawal
"Kezerashvili, Denis" <[EMAIL PROTECTED