Author |
Message
|
JYama |
Posted: Thu Jan 25, 2007 10:27 pm Post subject: Unable to solve BIP1536S |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Hi experts,
Is there anybody who is familiar with BIP1536S problem?
When I deploy bar files, I always get BIP1536S after BIP2056 and BIP4045.
There are no errors in MQ, DB2, Windows Event viewer.
How can I cope with that?
Actually, a couple of days ago, my first broker was damaged, then I re-created another broker and broker db as the same names.
I checked manuals and redbooks but the problem is still not resolved.
>I deleted all execution groups and did forced topology deploy on the newly create broker but the problem still exists.
>I'm not using Broker Pub/Sub.
>My configmgr, Broker QMgr, and Broker db are working in the same box.
>I assigned the same service user to configmgr, mq, broker, and broker db.
I have completely no idea about the problem....  |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Jan 25, 2007 10:43 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
|
Back to top |
|
 |
JYama |
Posted: Thu Jan 25, 2007 10:53 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Thanx for your post, elvis_gn.
I'm using WMB v6.0.0.1 on WinXP.
BIP1536S seems a very common error but in my case,,, I can't find a solution. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jan 26, 2007 3:38 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
JYama wrote: |
Thanx for your post, elvis_gn.
I'm using WMB v6.0.0.1 on WinXP.
BIP1536S seems a very common error but in my case,,, I can't find a solution. |
Well did you set the env variable for MQ and the broker?
What was the result?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
JYama |
Posted: Tue Jan 30, 2007 8:57 am Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Quote: |
Well did you set the env variable for MQ and the broker?
What was the result? |
What kind of env variable?
I think env variables are not the culprit because deployed message flows are working well.
The problem is that after successl deployment messages, my toolkit receives BIP1536s, which is an error related to pub/sub security according to the manual.
I have completely no idea what's going on.
There're no errors with MQ and DB2.
In addition, I created ACL lists and the service user of the Broker and ConfigMgr is the same in the same box.
 |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jan 30, 2007 3:21 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
_________________ MQ & Broker admin |
|
Back to top |
|
 |
JYama |
Posted: Tue Jan 30, 2007 9:53 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Quote: |
Solution
Set the environment variable MQNOREMPOOL=1 will resolve this problem. However
please note that this disables the functionality of pooled connections within MQ. |
Thank you for your info.
I tried "MQNOREMPOOL=1" but my situation didn't change, unfortunately.
In addition, there's no MQ error such as 2195.
 |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 31, 2007 12:52 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
JYama wrote: |
In addition, there's no MQ error such as 2195.
 |
Oh yes there is:
Code: |
2195 0x00000893 MQRC_UNEXPECTED_ERROR |
Normally associated with an explainatory FDC file. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|