Connecting Tech Pros Worldwide Help | Site Map

Connecting to Mainframes DB using a .NET interface

Newbie
 
Join Date: May 2009
Posts: 1
#1: May 16 '09
Hi

I have developed a tool using .NET framework to connect to a database which is on Z/oS ( Mainframes System). And i was able to query the data of the tables existing in Z/oS DB using my tool.

But when i connected to one specific Z/oS systems i get an error saying "[DB2] SQL0551N "R06374" does not have the privilege to perform operation "EXECUTE PACKAGE" on object "NULLID.SYSSH200". SQLSTATE=42501" for a simple SELECT query. where as this error doesnt occur when i connect to other mainframes system.

Can someone advice me what is wrong. Why does that error occur only when i connect to one specific Z/oS system why not for others though the ID has dbadmin privileges

Thanks
Neha
przytula's Avatar
Newbie
 
Join Date: Jun 2009
Location: Haacht,Belgium
Posts: 9
#2: Jun 14 '09

re: Connecting to Mainframes DB using a .NET interface


it is trying todo an implicit bind of db2 bind files
you don't have bind authority
in another system the bind might have been done by an administrator..
best regards, guy przytula
Reply