Hello
I have the following problem. When I start my program (C#) I create an OleDbConnection to a DB2 and use this connection for different requests. But after about 8 minutes I get the following error: "OleDbExcep tion System.Data.Ole Db.OleDbExcepti on: [DB2/6000] SQL0551N "xxx" does not have the privilege to perform operation "EXECUTE" on object "NULLID.yyy ". SQLSTATE=42501" . What does that mean???
Thanks for your help.
Greets
pkoeppe
I have the following problem. When I start my program (C#) I create an OleDbConnection to a DB2 and use this connection for different requests. But after about 8 minutes I get the following error: "OleDbExcep tion System.Data.Ole Db.OleDbExcepti on: [DB2/6000] SQL0551N "xxx" does not have the privilege to perform operation "EXECUTE" on object "NULLID.yyy ". SQLSTATE=42501" . What does that mean???
Thanks for your help.
Greets
pkoeppe
Comment