Author |
Message
|
7207165620 |
Posted: Fri Aug 30, 2013 12:39 am Post subject: SWIFT file is unable to upload on when picked from MQ |
|
|
Apprentice
Joined: 11 Apr 2013 Posts: 37
|
Hi Everyone,
I have an issue with Swift message when SWIFT adapter is picking swift message from websphere MQ, it is unable to upload message to Aliiance.
ERROR:
Invalid message direction.
Flow is like below :
T24 -->ESB -->SWIFT
note:
1)ESB is not doing any message transformation, it is just picking file from T24 and writing content to MQ queue, From where SWIFT is picking message.
2)Connection between SWIFT to ESB is MQ client server mechanism.
But When file is picked by connection File transfer which is existing way of moving file from T24 to SWIFT, Swift message is uploaded successfully.
So Is there any thing to be configured from ESB like character set or something ?
Thanks in advance
 |
|
Back to top |
|
 |
7207165620 |
Posted: Tue Sep 03, 2013 12:50 am Post subject: SWIFT file is unable to upload on when picked from MQ |
|
|
Apprentice
Joined: 11 Apr 2013 Posts: 37
|
Hi Folks,
Does anyone have experience in integrating MQHA for SWIFT Alliance to Websphere MQ.
I have added MQMD header to Input swift message form back office application via ftp as below :
CREATE NEXTSIBLING OF OutputRoot.Properties DOMAIN 'MQMD';
SET OutputRoot.MQMD.MsgType = MQMT_DATAGRAM;
SET OutputRoot.MQMD.CodedCharSetId =InputRoot.Properties.CodedCharSetId ;
SET OutputRoot.MQMD.Format = 'MQSTR';
SET OutputRoot.MQMD.Priority = 0;
SET OutputRoot.MQMD.BackoutCount = 0;
But still I am experiencing the same error on SWIFT adapter end as I mentioned before.
Error is like below :
Name = Format Error (from)
Class = Communication
Number = 10007 Severity = Warning
Type = Alarm Event Seq No = 2147483954
Application = Applic. Interface
Function =
Operator = SYSTEM Hostname = KCBSWIFT7DR
Alarm history =
Alarm for Information
Journal text =
Message Partner MQMPFROMT24, Session 70 - Format error (From)
Sequence number : 46
UUMID : IXXXXXXXXXXXXXX
Suffix : 130903
Reason : Invalid message direction <:>
Check the format of the message.
Message has been completed.
I am wondering whether there is something wrong from ESB or adapter configuration.
If anyone might have come across same situation before please suggest.
Thanks
 |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Sep 03, 2013 4:56 am Post subject: Re: SWIFT file is unable to upload on when picked from MQ |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
7207165620 wrote: |
Hi Folks,
Does anyone have experience in integrating MQHA for SWIFT Alliance to Websphere MQ.
Thanks
 |
Probably, but not available over the long Labor Day holiday weekend. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 03, 2013 10:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Invalid message direction implies that there is something wrong either in the content of the message or the configuration of the corresponding Swift process.
IIRC Swift messages have some field that specifies whether the message is an inbound message or and outbound message. Seems like your are sending an inbound message type on an outbound type connection...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
7207165620 |
Posted: Tue Sep 03, 2013 11:41 pm Post subject: SWIFT file is unable to upload on when picked from MQ |
|
|
Apprentice
Joined: 11 Apr 2013 Posts: 37
|
Below is the swift message ESB is picking form back office application via ftp
{1:F01AAAAAAAXAXXX1617264420}{2:I103BBBBBBBXXXXXN}{3:{103:KPS}{108:1617264420.05}}{4:
:20:FT12101R488F
:23B:CRED
:32A:120410USD00000
:50K:AAA BBBB CCCCC
:53B:/D/02-040-0900
:57A:DDDDDDDX
:59:/9999999999
AAAAAA BBBB CCCC
:70:EEE CREDIT CARD TRANSACTIONS
:71A:SHA
-}
Thanks |
|
Back to top |
|
 |
ugoksun |
Posted: Mon Jan 12, 2015 11:29 pm Post subject: Re: SWIFT file is unable to upload on when picked from MQ |
|
|
Newbie
Joined: 12 Jan 2015 Posts: 1
|
Hi 7207165620,
We are facing with the same problem after MQHA integration. Did you find a solution to the issue?
Regards.
7207165620 wrote: |
Hi Folks,
Does anyone have experience in integrating MQHA for SWIFT Alliance to Websphere MQ.
I have added MQMD header to Input swift message form back office application via ftp as below :
CREATE NEXTSIBLING OF OutputRoot.Properties DOMAIN 'MQMD';
SET OutputRoot.MQMD.MsgType = MQMT_DATAGRAM;
SET OutputRoot.MQMD.CodedCharSetId =InputRoot.Properties.CodedCharSetId ;
SET OutputRoot.MQMD.Format = 'MQSTR';
SET OutputRoot.MQMD.Priority = 0;
SET OutputRoot.MQMD.BackoutCount = 0;
But still I am experiencing the same error on SWIFT adapter end as I mentioned before.
Error is like below :
Name = Format Error (from)
Class = Communication
Number = 10007 Severity = Warning
Type = Alarm Event Seq No = 2147483954
Application = Applic. Interface
Function =
Operator = SYSTEM Hostname = KCBSWIFT7DR
Alarm history =
Alarm for Information
Journal text =
Message Partner MQMPFROMT24, Session 70 - Format error (From)
Sequence number : 46
UUMID : IXXXXXXXXXXXXXX
Suffix : 130903
Reason : Invalid message direction <:>
Check the format of the message.
Message has been completed.
I am wondering whether there is something wrong from ESB or adapter configuration.
If anyone might have come across same situation before please suggest.
Thanks
 |
|
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jan 13, 2015 2:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The error is of your own making.
Assign value MQFMT_STRING to the MQMD.FORMAT field.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|