ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » SWIFT file is unable to upload on when picked from MQ

Post new topic  Reply to topic
 SWIFT file is unable to upload on when picked from MQ « View previous topic :: View next topic » 
Author Message
7207165620
PostPosted: Fri Aug 30, 2013 12:39 am    Post subject: SWIFT file is unable to upload on when picked from MQ Reply with quote

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
View user's profile Send private message
7207165620
PostPosted: Tue Sep 03, 2013 12:50 am    Post subject: SWIFT file is unable to upload on when picked from MQ Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Tue Sep 03, 2013 4:56 am    Post subject: Re: SWIFT file is unable to upload on when picked from MQ Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Tue Sep 03, 2013 10:40 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
7207165620
PostPosted: Tue Sep 03, 2013 11:41 pm    Post subject: SWIFT file is unable to upload on when picked from MQ Reply with quote

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
View user's profile Send private message
ugoksun
PostPosted: Mon Jan 12, 2015 11:29 pm    Post subject: Re: SWIFT file is unable to upload on when picked from MQ Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Tue Jan 13, 2015 2:46 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » SWIFT file is unable to upload on when picked from MQ
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.