Connecting to Mainframes DB using a .NET interface

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Neharao
    New Member
    • May 2009
    • 1

    Connecting to Mainframes DB using a .NET interface

    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.SYSSH20 0". 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
    New Member
    • Jun 2009
    • 13

    #2
    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

    Comment

    Working...