Page 1 of 1

DB2 Connector issue

Posted: Mon Feb 29, 2016 5:48 pm
by manojbh31
Hi, I am using DB2 Connector stage to update and insert records. I am getting The statement failed because the authorization ID does not have the required authorization or privilege to perform the operation. But same id is working fine when I use API stage, I am able to update and insert records using API stage.

Please suggest

Posted: Mon Feb 29, 2016 6:17 pm
by ray.wurlod
Check, double check and triple check the authorization in your Connector, or in the Data Connection object that it uses (and possible in the Parameter Set associated with that).

Test by manually overriding the user name and password with the correct values.

Posted: Tue Mar 01, 2016 8:42 am
by qt_ky
Perhaps the connector stage requires some additional system privileges, such SELECT on certain DB2 system tables/views to collect metadata.