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 » WebSphere Message Broker (ACE) Support » problems with Message Broker File Extender Version 5

Post new topic  Reply to topic
 problems with Message Broker File Extender Version 5 « View previous topic :: View next topic » 
Author Message
ACE
PostPosted: Mon Oct 24, 2005 6:22 am    Post subject: problems with Message Broker File Extender Version 5 Reply with quote

Novice

Joined: 24 Oct 2005
Posts: 10

Hi,
I'm having a problem sending a message to a queue when using the FileInputNode in Message Broker File Extender Version 5 as input.

Any Ideas what might cause this problem?

(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S500_P\src\DataFlowEngine\ImbMqOutputNode.cpp'
(0x03000000):Line = 2129
(0x03000000):Function = 'ImbMqOutputNode::putMessage'
(0x03000000):Type = 'ComIbmMQOutputNode'
(0x03000000):Name = 'PALKATGeneralLedgerPostings#FCMComposite_1_3'
(0x03000000):Label = 'GeneralLedgerPostings.MQOutput'
(0x03000000):Text = 'Unable to put message'
(0x03000000):Catalog = 'BIPv500'
(0x03000000):Severity = 3
(0x03000000):Number = 2620
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'WBRK_QM'
)
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'LEDGER'
)
(0x01000000):Insert = (
(0x03000000):Type = 2
(0x03000000):Text = '2'
)
(0x01000000):Insert = (
(0x03000000):Type = 2
(0x03000000):Text = '2097'
)
)
Back to top
View user's profile Send private message
JT
PostPosted: Mon Oct 24, 2005 6:46 am    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

For details on the BIP2620 error start here: http://publib.boulder.ibm.com/infocenter/wbihelp/topic/com.ibm.etools.mft.bipmsgs.doc/au18400_.htm

Then if you haven't already done so, look up the 2097 Reason Code here: http://publibfp.boulder.ibm.com/epubs/pdf/amqzao04.pdf
Back to top
View user's profile Send private message
wschutz
PostPosted: Mon Oct 24, 2005 6:51 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Did you try and run the sample flow mbfesf2m ?
(if not, then I suggest you get that working first)
(if so, then compare that flow to your and see whats different)
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
ACE
PostPosted: Mon Oct 24, 2005 7:31 am    Post subject: Reply with quote

Novice

Joined: 24 Oct 2005
Posts: 10

Thanks for your advice, it works fine now!

This is what i did to make it work:

MQOutput->Advanced->Message Context = "Set All"

Adding a compute node with the following ESQL before the MQOutput:
-----------------------------------------
DECLARE MSG CHARACTER 'X';
CALL CopyMessageHeaders();
SET OutputRoot.Properties.ReplyIdentifier = MQCI_NONE;
SET OutputRoot.MQMD.Version = MQMD_CURRENT_VERSION;
SET "OutputRoot"."MRM" = InputBody;
SET MSG = CAST(SUBSTRING("InputRoot"."MRM"."MRM" FROM 1) AS CHARACTER CCSID 437);
SET "OutputRoot"."MRM"."MRM" = CAST(SUBSTRING(MSG FROM 1) AS CHARACTER CCSID 437);
------------------------------------------
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » problems with Message Broker File Extender Version 5
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.