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

Granting plan access to userid in different CICS regions


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

New User


Joined: 08 Feb 2008
Posts: 5
Location: Makati,Philippines

PostPosted: Tue Feb 19, 2008 8:27 am
Reply with quote

We have this plan PLAN01XX, program PRG01COO, transaction id PR01 and userid USER01XX which are both defined in our CICS Region 1 & CICS Region 3.

When the program is invoked using tran id PR01, we have different results....

In CICS Region 1, the program is successful in executing an SQL Select using the logon /userid
BUT in CICS Region 3, this is the error..
==============================================
TRANSACTION: PR01 PROGRAM: PRG01COO TASK: 0000443 APPLID: TST3CICS DISPLAY: 00
STATUS: COMMAND EXECUTION COMPLETE
CALL TO RESOURCE MANAGER DSNCSQL
EXEC SQL SELECT P.AUTH=1D22 , S.AUTH=
PLAN=DEFAULT, DBRM=PRG01COO, STMT=00234, SECT=00001
SQL COMMUNICATION AREA:
SQLCABC = 136
SQLCODE = -922
SQLERRML = 020
SQLERRMC = 'PLAN ACCESS,00F30034'
SQLERRP = 'DSNAET03'
SQLERRD(1-6) = 000, 000, 00000, 0000000000, 00000, 000
SQLWARN(0-A) = '_ _ _ _ _ _ _ _ _ _ _'
SQLSTATE = 42505
OVAR 001: TYPE=CHAR, LEN=00070


Is there a different granting for different CICS Regions? If there is, how can I do it?

thank you! icon_confused.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Feb 19, 2008 9:18 am
Reply with quote

Hello,

Quote:
Is there a different granting for different CICS Regions?
As was posted in your other (same) topic, you need to talk with your database and/or security admin people.

Re-posting the same question multiple times usually just wastes time and gets no additonal useful replies.
Back to top
View user's profile Send private message
Karen Dianne Palmera

New User


Joined: 08 Feb 2008
Posts: 5
Location: Makati,Philippines

PostPosted: Tue Feb 19, 2008 12:24 pm
Reply with quote

i have asked our database administrators and they have not experienced this kind of error.

we usually give grants only once and it will take effect in whatever CICS region we have.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Feb 19, 2008 8:55 pm
Reply with quote

Hello,

Well, somehwere there is a "disconnect" - on your system. The people performing the admin tasks on your system should be able to identify what is raising the security violation (-922).

And yes, different environments/regions often require different "granting". The specifics for your system are unique to your system, so your syupport people will need to issue the proper grant(s).
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 Using API Gateway from CICS program CICS 0
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts How to access web services/website? Mainframe Interview Questions 4
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top