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 » General Discussion » My error while i use crm format..

Post new topic  Reply to topic
 My error while i use crm format.. « View previous topic :: View next topic » 
Author Message
srinivasan1.v
PostPosted: Thu Apr 20, 2006 3:01 am    Post subject: My error while i use crm format.. Reply with quote

Newbie

Joined: 20 Apr 2006
Posts: 1

HTTP/1.1 500 Internal Server Error

Content-Type: text/xml;charset=utf-8

Content-Length: 1297

Date: Thu, 20 Apr 2006 10:44:37 GMT

Server: Apache-Coyote/1.1

Connection: close



<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>BIP3113E: Exception detected in message flow HTTP Input (broker WBRK6_DEFAULT_BROKER) </faultstring>
<faultactor>(HTTP) : /cmpalwebservice</faultactor>
<detail>Exception. BIP2230E: Error detected whilst processing a message in node 'CMPALMFP.CMPALMF.MQOutput'. : F:\build\S000_P\src\DataFlowEngine\ImbMqOutputNode.cpp: 769: ImbMqOutputNode::evaluate: ComIbmMQOutputNode: CMPALMFP/CMPALMF#FCMComposite_1_2
BIP5286E: Message Translation Interface Writing Errors have occurred: : F:\build\S000_P\src\MTI\MTIforBroker\MtiImbParser2\MtiImbParser.cpp: 1711: MtiImbParser::refreshBitStreamFromElements - 9 par: ComIbmWSInputNode: CMPALMFP/CMPALMF#FCMComposite_1_1
BIP5167E: Custom Wire Format error while parsing/writing message ''UNDEFINED''. : F:\build\S000_P\src\cpi\pwf\cwf\cwfworker.cpp: 412: CWFWorker::write: :
BIP5180E: CWF Error : Unknown message type : F:\build\S000_P\src\cpi\pwf\cwf\cwfworker.cpp: 398: CWFWorker::write: : </detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



my code in esql:

CREATE COMPUTE MODULE CMPALMF_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
SET OutputRoot.HTTPInputHeader = null;
SET OutputRoot.Properties.MessageType = 'header:e2e';
SET OutputRoot.Properties.MessageFormat = 'CWF1';


SET OutputRoot.MRM.e2e
= InputBody.tns:Body.ns:INPUT.e2e;
SET OutputRoot.MRM.serviceState
= InputBody.tns:Body.ns:INPUT.serviceState;
SET OutputRoot.MRM.serviceAddressing
= InputBody.tns:Body.ns:INPUT.serviceAddressing;
SET OutputRoot.MRM.serviceProperties
= InputBody.tns:Body.ns:INPUT.serviceProperties;
SET OutputRoot.MRM.serviceSpecification
= InputBody.tns:Body.ns:INPUT.serviceSpecification;
SET OutputRoot.MRM.serviceScurity
= InputBody.tns:Body.ns:INPUT.serviceScurity;

CREATE NEXTSIBLING OF OutputRoot.Properties DOMAIN 'MQMD';
SET OutputRoot.MQMD = InputRoot.MQMD;

RETURN TRUE;
END;

CREATE PROCEDURE CopyMessageHeaders() BEGIN
DECLARE I INTEGER;
DECLARE J INTEGER;
SET I = 1;
SET J = CARDINALITY(InputRoot.*[]);
WHILE I < J DO
SET OutputRoot.*[I] = InputRoot.*[I];
SET I = I + 1;
END WHILE;
END;

CREATE PROCEDURE CopyEntireMessage() BEGIN
SET OutputRoot = InputRoot;
END;
END MODULE;
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 » General Discussion » My error while i use crm format..
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.