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 » Search

 Search found 54 matches
Author Message
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2007 8:44 am   Subject: Re: Invalid replyId on reply message for Aggregation
Hi,

Our SOA initiative was on hold, so we kept out Aggregation project pending. Now we got a green signal so keep this post back to active..

fjb_saper, I have tried with your the option but no l ...
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2007 8:06 am   Subject: Invalid replyId on reply message for Aggregation
Hi,

Our SOA initiative was on hold, so we kept out Aggregation project pending. Now we got a green signal so keep this post back to active..

fjb_saper, I have tried with your the option but no l ...
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 17, 2007 8:42 am   Subject: invalid replyId on reply message for Aggregation
But you're not creating a valid MQ message by doing so.

Please let me know what would be the valid MQ message.. using the same iam able insert the message in to the queue
  Topic: An error has been reported by the BIPXML4C component
jagan

Replies: 10
Views: 12509

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 17, 2007 8:40 am   Subject: An error has been reported by the BIPXML4C component
the exception is throwing while assigning the OutputRoot.XMLNSCThe exception is being thrown by the XMLNSC parser while it is parsing the input bitstream. The parsing does not happen until this line i ...
  Topic: An error has been reported by the BIPXML4C component
jagan

Replies: 10
Views: 12509

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2007 2:09 pm   Subject: An error has been reported by the BIPXML4C component
What is the BIP number with the exception?

What is the error message?

5004
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2007 2:06 pm   Subject: invalid replyId on reply message for Aggregation
So you are including your HTTPResponse header in your MQ message?

Yes,, no specific reason to get the HTTPResponse in the 3rd flow just copying it..
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2007 2:04 pm   Subject: invalid replyId on reply message for Aggregation
Does that code result in a messageId?

Does that messageId get put properly into the CorrelationID in the message being output by flow 2?

Is there some way flow 2 could be producing extra message ...
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2007 1:58 pm   Subject: invalid replyId on reply message for Aggregation
Does that code result in a messageId?

Does that messageId get put properly into the CorrelationID in the message being output by flow 2?

Is there some way flow 2 could be producing extra message ...
  Topic: An error has been reported by the BIPXML4C component
jagan

Replies: 10
Views: 12509

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2007 1:46 pm   Subject: An error has been reported by the BIPXML4C component
Getting the "An error has been reported by the BIPXML4C component." error when trying to copy the XMLNSC message into the OutputRoot element. This exception is not coming every time only som ...
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2007 1:38 pm   Subject: invalid replyId on reply message for Aggregation
Does the Correlation ID of the message coming into to Flow 3 match the Message ID of the message output by Flow 1.

Cheers,

My first flow is an HTTPInput Node there wont be any MQMD messages to i ...
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2007 12:43 pm   Subject: Re: invalid replyId on reply message for Aggregation
Developing the Aggregation Node implementation with the following nodes.. I have 3 flows and are the following.

1. HTTPInput --> Aggregation Control --> Compute --> MQOutput --> Aggrea ...
  Topic: invalid replyId on reply message for Aggregation
jagan

Replies: 16
Views: 23842

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2007 6:35 am   Subject: invalid replyId on reply message for Aggregation
Developing the Aggregation Node implementation with the following nodes.. I have 3 flows and are the following.

1. HTTPInput --> Aggregation Control --> Compute --> MQOutput --> Aggrea ...
  Topic: Unable to insert message in Queue for Aggreation request
jagan

Replies: 3
Views: 3850

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 03, 2007 10:54 am   Subject: Unable to insert message in Queue for Aggreation request
The problem you probably have is that coming from http you don't have an MQMD.
So you need to create one.
I doubt that the MQOutput node had truely pass all. At least it had create new MsgId... :oop ...
  Topic: Unable to insert message in Queue for Aggreation request
jagan

Replies: 3
Views: 3850

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 02, 2007 7:19 am   Subject: Unable to insert message in Queue for Aggreation request
Hi,

Trying to create the Aggreation node as below..

1. HTTPInput --> AggreationControl ---> Compute --> MQOutput --> AggreateRequest.

2. MQInput --> MQReply

3. MQInput -- ...
  Topic: XMLNSC Storing into Environment has problem..
jagan

Replies: 2
Views: 3947

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 29, 2007 6:02 am   Subject: XMLNSC Storing into Environment has problem..
Thanks very jeff.. It is worked..

You will need to Create LastChild of Environment.Value DOMAIN('XMLNSC');
Set Environment.Value.XMLNSC = InputRoot.XMLNSC;

But the NS1, NS2 etc's that y ...
Goto page 1, 2, 3, 4  Next Page 1 of 4

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.