IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error for NULLID collection


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gylbharat

Active Member


Joined: 31 Jul 2009
Posts: 565
Location: Bangalore

PostPosted: Fri Oct 19, 2012 11:49 am
Reply with quote

Hi,

We have got a new subsystem created. Its a very raw system with not much pre-configured settings are done.

I tried connecting this subsystem from IBM data studio, the connection succeeded but when I ran any query it failed with the below error

DSNT.NULLID.SYSSTAT.5359534C564C3031;DISTSERV;04

I think the default packages for remote connections are not created/bound.

Can any one please let me know how to create these packages in NULLID collection? is there any SDSNSAMP member which contains these bind statements?
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Oct 19, 2012 1:07 pm
Reply with quote

These packages get created from the client (during db2 connect installation or something).
Try connecting to the z/OS subsystem using a userid with (minimal) PACKADM authority.

PS.: if you have questions about installation it is always a good idea to mention the version of the product(s). In this case DB2 z/OS and datastudio.
Back to top
View user's profile Send private message
gylbharat

Active Member


Joined: 31 Jul 2009
Posts: 565
Location: Bangalore

PostPosted: Fri Oct 19, 2012 1:16 pm
Reply with quote

Hi,

I did not understand... You mean I should 1st grant PACKADM in COLLECTION NULLID TO MYUSERID?

Can you please elaborate a little more?

Version Numbers
DB2 Zos - V9.1 NFM
Data Studio for windows - Version 3.1.1.0, administration client
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Oct 19, 2012 1:23 pm
Reply with quote

The first time you connect to db2 z/OS with datastudio (or at least db2Connect) it will try to do some binds on z/OS. So the user that does this will need at least packadm on that collection.
SYSADM is also good ;).
Once the package is there you can revoke that authority and just leave execauth.

I'm not 100% sure this is how you solve it, but it is definitely a good start.
Back to top
View user's profile Send private message
gylbharat

Active Member


Joined: 31 Jul 2009
Posts: 565
Location: Bangalore

PostPosted: Fri Oct 19, 2012 1:33 pm
Reply with quote

I have SYSADM authority... But still when i try connecting from data studio
i get the below error

DSNT.NULLID.SYSSTAT.5359534C564C3031;DISTSERV;04
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Oct 19, 2012 2:10 pm
Reply with quote

Code:
select location, collid, name, hex(CONTOKEN), "VERSION", pdsname from sysibm.syspackage p where name like 'SYSSTAT%'
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top