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

Error with Package bind


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

New User


Joined: 15 Dec 2008
Posts: 33
Location: Chennai

PostPosted: Fri Mar 18, 2011 4:37 am
Reply with quote

I am encountering the following error while trying to bind the collection. I am trying to add a new package here.

BIND PACKAGE(UJMAQ00C) MEMBER(DASXIRV4) ACTION(REPLACE) VALIDATE(BIND) ISOLATION(UR) OWNER(CBO@BL11) QUALIFIER(CBO@BL11) CURRENTDATA
(NO) RELEASE(COMMIT) EXPLAIN(YES)
DSNT235I -DBJB DSNTBCM2 BIND AUTHORIZATION ERROR
USING CBO@BL11 AUTHORITY
PACKAGE = DBJB.UJMAQ00C.DASXIRV4.()
PRIVILEGE = CREATE IN
DSNT233I -DBJB UNSUCCESSFUL BIND FOR
PACKAGE = DBJB.UJMAQ00C.DASXIRV4.()
DSN
END
READY
END

The tables are created from my id. I dont understand what authority I dont have.

Also can some one please explain me how to create a new collection on my own.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Fri Mar 18, 2011 8:00 am
Reply with quote

Preethan,

CBO@BL11 does not have CREATE IN privilege, when you have that privilege you can create collection.

Are you able to bind package to an existing collection.

Thanks,
Sushanth
Back to top
View user's profile Send private message
preethan
Warnings : 1

New User


Joined: 15 Dec 2008
Posts: 33
Location: Chennai

PostPosted: Sat Mar 19, 2011 1:43 am
Reply with quote

Sushanth,

When I tried creating a collection for somother member which is using some other table, then it is working properly. I am able to package bind it. Only for this table i am getting this error.

Also can some one please tell me how to create a collection ?
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Sat Mar 19, 2011 2:16 am
Reply with quote

Preethan,

From your post i understand, you have successfully bound a package to a collection which already exists and a table which you have access to. Right ?

From the error message, i can say that you have access to the table but you don't have access add packages to collection the UJMAQ00C.

You need to be given CREATE IN privilege to add packages to collection UJMAQ00C, if collection doesn't exist it will be created and package will be bound to that collection. You can ask your DB2 DBA to grant you that access or just show him the message that you are getting.

Since this weekend, if you buy him a beer he could do it right nicon_biggrin.gifw or you have wait till monday.

Thanks,
Sushanth
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