Author |
Message
|
GaryGWood |
Posted: Mon Nov 17, 2003 11:19 am Post subject: Security exit rejected connection with reason code 23 |
|
|
Apprentice
Joined: 14 Oct 2003 Posts: 48 Location: Austin, TX
|
Any ideas what this means? I would be happy if I could find something with a list of the security exit reason codes ...  |
|
Back to top |
|
 |
EddieA |
Posted: Mon Nov 17, 2003 12:58 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Talk to whoever wrote the exit and ask them what 23 means. IBM doesn't implement one by default.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Nov 17, 2003 2:50 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
EddieA wrote: |
Talk to whoever wrote the exit and ask them what 23 means. IBM doesn't implement one by default. |
Weeeeelllll, um, except for SSL. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EddieA |
Posted: Mon Nov 17, 2003 6:17 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
I wasn't talking about built in functions. I was refereing to implemented exits.
What's the complete text of the error.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
GaryGWood |
Posted: Tue Nov 18, 2003 7:18 am Post subject: |
|
|
Apprentice
Joined: 14 Oct 2003 Posts: 48 Location: Austin, TX
|
You're seeing the complete text already - in my first post. Not much help is it?
I have the security exit code and there is nothing in it that returns 23 so I'm not sure where "23" is coming from. Afraid I can't show you the exit code since there are some pretty stiff penalties around proprietary code here  |
|
Back to top |
|
 |
GaryGWood |
Posted: Wed Nov 19, 2003 8:04 am Post subject: |
|
|
Apprentice
Joined: 14 Oct 2003 Posts: 48 Location: Austin, TX
|
Partial solution: The security exit had to be recompiled on the server it is intended to run on. Had to roll chicken bones to figure that one out
Now I get:
AMQ6175: The system could not dynamically load the library C:\Program Files\IBM\WebSphere MQ\Exits\pwQMSecExit. The system return code was 182. The queue manager will continue without this module.
Any ideas what that means? |
|
Back to top |
|
 |
GaryGWood |
Posted: Wed Nov 19, 2003 11:08 am Post subject: Solution |
|
|
Apprentice
Joined: 14 Oct 2003 Posts: 48 Location: Austin, TX
|
This has something to do with the way the dll was compiled. I went back in the code and hardcoded the servername to the server I am working on and then recompiled the dll from another machine (where this dll has been compiled before and works on other servers).
So clearly this is not in the code or in the way I have MQ setup on the server. It's something with the VC++ compiler. Anybody know what I can check to set up VC++ properly?
Let me translate the issue and resolution into standard MQ format:
<sarcasm> I had problem 23 originally. Using procedure 17 and 1433 I was able to determine that solution 2008 was the way to go. That, however, led me to problem 182. I implemented procedures 1562, 1927 and 137 to get to solution 42.</sarcasm> Everybody clear on that?  |
|
Back to top |
|
 |
|