View previous topic :: View next topic
|
Author |
Message |
maxevan
New User
Joined: 14 Nov 2022 Posts: 4 Location: US
|
|
|
|
When executing the EXEC CICS QUERY SECURITY command in a program, if a USER ID has been revoked in the CICS region we are still getting a 'normal' response (both RESP and RESP2 = 0), however if we execute the same command in CECI we get the expected response of RESP = 69 and RESP2 = 12. Any ideas why the program is getting a normal response? |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
This is one of those questions that REQUIRE you to contact your site support group. One possibility would be that the program is being routed to an AOR while the CECI is being executed in a TOR. Two different regions, two different responses. The ONLY way to know for sure what's going on would be to contact your site support group and work with them. |
|
Back to top |
|
|
maxevan
New User
Joined: 14 Nov 2022 Posts: 4 Location: US
|
|
|
|
Thanks for the reply. I spoke with our system support team and was informed that we do not use TOR + AOR regions. We only use one region so still not sure why CECI gives us the expected results and the Application program does not. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Did you talk to your support and ask them why you're seeing the results you get? They know your site a whole lot better than anyone on this (or any) forum and have the tools to be able to trouble shoot the issue if required. I gave you one possible reason -- there are plenty of others and since I don't work at your site, I have no ideas about how to proceed to debug the issue. |
|
Back to top |
|
|
maxevan
New User
Joined: 14 Nov 2022 Posts: 4 Location: US
|
|
|
|
Yes, I have been working with our support team. They have been unable to determine the reason which is why i posted on this message board. Was hoping maybe there was something we might be missing that someone else has also encountered and would be able to suggest a solution. |
|
Back to top |
|
|
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1204 Location: Dublin, Ireland
|
|
|
|
Are you seeing this incorrect response using CEDF? Might the application be handling the incorrect response in such a way that it appears to be getting a "normal" response?
Garry. |
|
Back to top |
|
|
maxevan
New User
Joined: 14 Nov 2022 Posts: 4 Location: US
|
|
|
|
Garry, yes i took it thru CEDF and it is truly getting a 'normal' response in the application program. |
|
Back to top |
|
|
|