|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ETC, BlockIP2 and TXSeries issue in the same host |
« View previous topic :: View next topic » |
Author |
Message
|
camauz |
Posted: Mon May 26, 2008 7:51 am Post subject: ETC, BlockIP2 and TXSeries issue in the same host |
|
|
 Acolyte
Joined: 20 Aug 2007 Posts: 52 Location: Mojan, Italy
|
Hi all,
first I'm describing the architecture:
TXSeries 6.2 (AIX 5.3)
WebSphere MQ Extended Transactional Client 6.0 (AIX 5.3)
BlockIP2 2.69 (AIX 5.3)
WebSphere MQ 6.0 (AIX 5.3)
The original problem: assign a different MCAuser to client connection opened by TXSeries (CICS) via Extended Transactional Client (ETC).
We have configured the BlockIP2 exit (http://www.mrmq.dk/BlockIP2.htm) to implement MCAuser definition on the fly.
All this stuff run OK if the TXSeries region and the WSMQ queue manager are on different hosts (different IP addresses).
If the TXSeries region and the WSMQ queue manager are running on the same host (same IP address), the client connection stops immediately after start and the XA protocol peeks up an error.
The configuration seems to be "the same" in both scenarios, so I'd would appreciate someone else with a similar problem using BlockIP2:
- can it be used in an unrestricted way when client and server are in the same host?
I'm appending a piece of log of BlockIP2:
2008-05-26|17:20:12|======= INIT ======
2008-05-26|17:20:12|======= Start INIT_SEC ======
2008-05-26|17:20:12|ver=2.69 env=AIX ExitId=MQXT_CHANNEL_SEC_EXIT ExitReason=MQXR_INIT_SEC ChannelType=MQCHT_SVRCONN
2008-05-26|17:20:12|BlockExit QMgr=[QS1GD0A1] ChannelName=[QS1GD0A1.SC.CICS] ConnName=[10.180.100.10] Uid=[cics] pDataLength=0
2008-05-26|17:20:12|BlockExit SCYDATA=[FN=/var/mqm/exits64/Block2.sv;-d]
2008-05-26|17:20:12|Pattern [mpeasx01.generali.it;mpeasx02.generali.it;] ip[mpeasx01.generali.it] j 20
2008-05-26|17:20:12|GetHostIP(): Invoked with [mpeasx01.generali.it] IP Address was found [10.180.100.10] registered name [mpeasx01]
2008-05-26|17:20:12|GetHostIP() on hostname [mpeasx01.generali.it] returned [10.180.100.10] rc (0=OK) 0
2008-05-26|17:20:12|pattern [10.180.100.10], ConName [10.180.100.10] passed test..
2008-05-26|17:20:12|Users: [cics,] len [5] 5
2008-05-26|17:20:12|User accepted [cics]
2008-05-26|17:20:12|CONList[0] = [mpeasx01.generali.it;cics;MCA=adsappl;]
2008-05-26|17:20:12|CON Pattern: [mpeasx01.generali.it]
2008-05-26|17:20:12|GetHostIP(): Invoked with [mpeasx01.generali.it] IP Address was found [10.180.100.10] registered name [mpeasx01]
2008-05-26|17:20:12|GetHostIP() on hostname [mpeasx01.generali.it] returned [10.180.100.10] rc (0=OK) 0
2008-05-26|17:20:12|CON Pattern matched [10.180.100.10] CON name [10.180.100.10]
2008-05-26|17:20:12|CON Userid: [cics]
2008-05-26|17:20:12|CON/RemUid Pattern matched [cics] RemUID [cics]
2008-05-26|17:20:12|CON MCA specified
2008-05-26|17:20:12|CON Set MCA userid to [adsappl] from [cics] [i2 e16]
2008-05-26|17:20:12|CheckCONList leave return 0 (OK)
2008-05-26|17:20:12|Connection accepted, Channel [QS1GD0A1.SC.CICS] ConName [10.180.100.10] Flags [BlockMqmUsers=Y ] User [cics]
2008-05-26|17:20:12|======= SEC_PARMS ======
2008-05-26|17:20:12|======= TERM ======
2008-05-26|17:20:12|Channel closed [QS1GD0A1.SC.CICS] Connection Name [10.180.100.10]
I'm appending a piece of TXSeries region message console:
ERZ080088I/0801 05/26/08 17:19:22.038858466 CS1GDIA1 1273986/0001 : XA OPEN submitted for Server 101 connected to 'MQSeries_XA_RMI' using XA_OPEN string ''
ERZ080088I/0801 05/26/08 17:19:22.077571113 CS1GDIA1 385176/0001 : XA OPEN submitted for Server 102 connected to 'MQSeries_XA_RMI' using XA_OPEN string ''
ERZ080095W/0801 05/26/08 17:19:26.882977228 CS1GDIA1 385176/0001 : XA_OPEN for Application Server '102' with 'MQSeries_XA_RMI' with xa_open string '' returned XAER_RMERR '-3'
1 57496 08/05/26-17:19:26.883511 5c2c0837 W xa_open to RM 0 returned xaRetCode -- 0xfffffffd (XAER_RMERR)
ERZ080095W/0801 05/26/08 17:19:26.888031845 CS1GDIA1 1273986/0001 : XA_OPEN for Application Server '101' with 'MQSeries_XA_RMI' with xa_open string '' returned XAER_RMERR '-3'
1 28802 08/05/26-17:19:26.888406 5c2c0837 W xa_open to RM 0 returned xaRetCode -- 0xfffffffd (XAER_RMERR)
Any hints?
Thanks in advance
Ch. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon May 26, 2008 9:05 am Post subject: Re: ETC, BlockIP2 and TXSeries issue in the same host |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
camauz wrote: |
The configuration seems to be "the same" in both scenarios |
Does your architecture / application setup work without BlockIP2? I'm just double checking about it as you are pointing the finger at it. I would go over the setup with a fine toothcomb.
camauz wrote: |
BlockIP2 2.69 (AIX 5.3) |
There is no support for BlockIP2. In case you missed it:
Jorgen Pedersen wrote: |
This version of the program is a development edition and is without any guarantee, and use of it is on your own risk. |
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
camauz |
Posted: Tue Jun 03, 2008 6:15 am Post subject: |
|
|
 Acolyte
Joined: 20 Aug 2007 Posts: 52 Location: Mojan, Italy
|
We've discovered the issue is not related to BlockIP2.
Cheers
Ch. |
|
Back to top |
|
 |
kark1234 |
Posted: Wed Jul 09, 2008 12:41 am Post subject: |
|
|
Newbie
Joined: 08 Jul 2008 Posts: 1
|
Hi,
We are facing similar error while trying to setup a new system with Sybase 15.0, AIX 5.2, CICS 6.3 . Error comes in the console while trying to bring up the cics region.
Please could you tell me what you did in your application to resolve the error.
Thanks.
------------------------------------------------------------------------------------
ERZ080088I/0801 07/08/08 16:37:07.554495433 d04cics 995560/0001 : XA OPEN submitted for Server 104 connected to 'SYBASE_
XA_SERVER' using XA_OPEN string ''
ERZ080095W/0801 07/08/08 16:37:07.602037064 d04cics 999656/0001 : XA_OPEN for Application Server '107' with 'SYBASE_XA_S
ERVER' with xa_open string '' returned XAER_RMERR '-3'
1 16616 08/07/08-16:37:07.602080 5c2c0837 W xa_open to RM 1 returned xaRetCode -- 0xfffffffd (XAER_RMERR) |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|