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

DB2 Bind Authorization error


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

New User


Joined: 26 Oct 2006
Posts: 1

PostPosted: Fri Nov 03, 2006 6:57 am
Reply with quote

hello everyone,

when i try BIND of my COBOL DB2 program, sometimes its works successfully. But other times i get this error,

READY
DSN SYSTEM(DSNA)
DSN
BIND PLAN(PLAN001) MEMBER(TRN07D1) ACT(REP) ISO(CS) ACQUIRE(USE)
DSNT210I @ BIND AUTHORIZATION ERROR
USING TRN07 AUTHORITY
PLAN = PLAN001
PRIVILEGE = BIND
DSNT201I @ BIND FOR PLAN PLAN001 NOT SUCCESSFUL
DSN
END
READY
END


i.e. authorization error...

why is this....what should i do. I find that this plan is used by another id if i do a

Select * on SYSIBM.SYSPLAN table

thanks in advance
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Sat Nov 04, 2006 11:52 pm
Reply with quote

Quote:
sometimes its works successfully. But other times i get this error,

This is strange...
Quote:
why is this....what should i do.

The indicated authorization ID does not have the BIND privilege and therefore cannot invoke the BIND subcommand against the indicated application plan (PLAN001).
The privilege to invoke a BIND subcommand against the indicated application plan must be granted to the indicated authorization ID.
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