RE: iBATIS with DB2 stored procedure call problem

2007-12-17 Thread Kezerashvili, Denis
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

Re: iBATIS with DB2 stored procedure call problem

2007-12-15 Thread Stephen Boyd
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

RE: iBATIS with DB2 stored procedure call problem

2007-12-14 Thread Kezerashvili, Denis
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

Re: iBATIS with DB2 stored procedure call problem

2007-12-13 Thread Abhigyan Agrawal1
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