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 » Mapping node creates empty target message V7.0

Post new topic  Reply to topic
 Mapping node creates empty target message V7.0 « View previous topic :: View next topic » 
Author Message
ruhl22
PostPosted: Thu Feb 16, 2012 1:34 am    Post subject: Mapping node creates empty target message V7.0 Reply with quote

Newbie

Joined: 16 Feb 2012
Posts: 2

HI, I am having troubles invoking an SAP Request node.

I am constructing the SAP input message using a Mapping node. When debugging, the mapped source message is well formed and populated with the right data. Stepping over the Mapping Node, the created target message is empty (has no child elements):


<NS1:SapZRequestCheck xmlns:NS1="myNamespace/sapzrequestcheck"/>



I am using MBR Toolkit 7.0.0.1 and message broker 7001.

I appreciate any help. Thank you
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Feb 16, 2012 2:53 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Run a user trace instead of using debugger.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Thu Feb 16, 2012 6:16 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

or Trace nodes
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Thu Feb 16, 2012 7:53 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

lancelotlinc wrote:
or Trace nodes


configured to write to user trace...
Back to top
View user's profile Send private message
ruhl22
PostPosted: Fri Feb 17, 2012 9:10 am    Post subject: Reply with quote

Newbie

Joined: 16 Feb 2012
Posts: 2

Hi, thanks for the tip, I got over that error. Now, I got into an error when trying to invoke an RFC (using the standard SAP Request node). The rfc does not require any input. When discovering the RFC through the BAPI interface, the toolkit has generated a particular type of message. Mu flow is pretty imple, a timert node is connected to a Mapping node wihich should instantiate an empty message to be passed to the SAP Request node. The problem is, this message has no body, so I assume the Mapping node does not create the target message. The mapping file of the Mapping node does not use any target. I have just added the message I want to pass to SAP to the target pane.

The user trace looks like this
Code:


 

2012-02-17 05:36:13.724429        4   UserTrace   BIP2264I: Message flow ''CarElementsGet_Flow'' (uuid=''d2f4868b-3501-0000-0080-d6948cbb8d18'') successfully created.


2012-02-17 05:36:13.757045       19   UserTrace   BIP4629I: Timeout request being processed by node 'CarElementsGet_Flow.Timeout Notification'
                                       A TimeoutNotification node is processing a timeout with identifier ''CarElemTmr''
                                       No user action required

2012-02-17 05:36:13.757249       19   UserTrace   BIP6060I: Parser type ''Properties'' created on behalf of node 'CarElementsGet_Flow.Timeout Notification' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
 
2012-02-17 05:36:13.757349       19   UserTrace   BIP4626I: Message propagated to out terminal from node 'CarElementsGet_Flow.Timeout Notification'
                                       A TimeoutNotification node is propagating a message to any nodes connected to its out terminal
                                       No user action required

2012-02-17 05:36:13.761248       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''BEGIN ... END;'' at ('.IBM_WBIMB_CarElementsGet_Flow_Mapping.MAIN', '2.1').

2012-02-17 05:36:13.761306       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CarElementsGet_Flow_Mapping(InputRoot, OutputRoot, InputLocalEnvironment, OutputLocalEnvironment);'' at ('.IBM_WBIMB_CarElementsGet_Flow_Mapping.MAIN', '3.1').

2012-02-17 05:36:13.761327       19   UserTrace   BIP2538I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''CarElementsGet_Flow_Mapping(InputRoot, OutputRoot, InputLocalEnvironment, OutputLocalEnvironment)'' at ('.IBM_WBIMB_CarElementsGet_Flow_Mapping.MAIN', '3.6').
2012-02-17 05:36:13.761364       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''BEGIN ... END;'' at ('.CarElementsGet_Flow_Mapping', '1.163').

2012-02-17 05:36:13.761408       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE stackPtr REFERENCE TO InputLocalEnvironment.SQL.MAP;'' at ('.CarElementsGet_Flow_Mapping', '2.1').
2012-02-17 05:36:13.761436       19   UserTrace   BIP2543I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': ('.CarElementsGet_Flow_Mapping', '2.31') : Failed to navigate to path element number '2' because it does not exist.

2012-02-17 05:36:13.784768       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD stackPtr.LOCAL_STACK;'' at ('.CarElementsGet_Flow_Mapping', '3.1').
2012-02-17 05:36:13.784867       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE localStackPtr REFERENCE TO stackPtr.LOCAL_STACK;'' at ('.CarElementsGet_Flow_Mapping', '4.1').
2012-02-17 05:36:13.784901       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD localStackPtr.SOURCE_STACK;'' at ('.CarElementsGet_Flow_Mapping', '5.1').
2012-02-17 05:36:13.784930       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE sourceStackPtr REFERENCE TO localStackPtr.SOURCE_STACK;'' at ('.CarElementsGet_Flow_Mapping', '6.1').
2012-02-17 05:36:13.784972       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD sourceStackPtr.nestingLevel;'' at ('.CarElementsGet_Flow_Mapping', '7.1').
2012-02-17 05:36:13.784997       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE nestingLevel REFERENCE TO sourceStackPtr.nestingLevel;'' at ('.CarElementsGet_Flow_Mapping', '8.1').
2012-02-17 05:36:13.785023       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD sourceStackPtr.occurrence;'' at ('.CarElementsGet_Flow_Mapping', '9.1').
2012-02-17 05:36:13.785050       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD sourceStackPtr.sourceLiteral;'' at ('.CarElementsGet_Flow_Mapping', '10.1').
2012-02-17 05:36:13.785076       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE #WBIMB_PARSER_CATEGORY_XMLNSC CONSTANT INTEGER 2;'' at ('.CarElementsGet_Flow_Mapping', '11.1').
2012-02-17 05:36:13.785132       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE #WBIMB_PARSER_CATEGORY_XML CONSTANT INTEGER 1;'' at ('.CarElementsGet_Flow_Mapping', '12.1').
2012-02-17 05:36:13.785156       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE #WBIMB_PARSER_CATEGORY_MRM CONSTANT INTEGER 0;'' at ('.CarElementsGet_Flow_Mapping', '13.1').
2012-02-17 05:36:13.785191       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD localStackPtr.field;'' at ('.CarElementsGet_Flow_Mapping', '14.1').
2012-02-17 05:36:13.785219       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE localStackPtrRef REFERENCE TO localStackPtr.field;'' at ('.CarElementsGet_Flow_Mapping', '15.1').
2012-02-17 05:36:13.785243       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE globalStackRef REFERENCE TO stackPtr.GLOBAL_STACK;'' at ('.CarElementsGet_Flow_Mapping', '16.1').
2012-02-17 05:36:13.785269       19   UserTrace   BIP2543I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': ('.CarElementsGet_Flow_Mapping', '16.37') : Failed to navigate to path element number '2' because it does not exist.
2012-02-17 05:36:13.785297       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''IF NOT LASTMOVE(globalStackRef) THEN... END IF;'' at ('.CarElementsGet_Flow_Mapping', '17.1').
2012-02-17 05:36:13.785327       19   UserTrace   BIP2540I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Finished evaluating expression ''LASTMOVE(globalStackRef)'' at ('.CarElementsGet_Flow_Mapping', '17.9'). The result was ''FALSE''.
2012-02-17 05:36:13.785361       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''NOT LASTMOVE(globalStackRef)'' at ('.CarElementsGet_Flow_Mapping', '17.5'). This resolved to ''NOT FALSE''. The result was ''TRUE''.
2012-02-17 05:36:13.785392       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD stackPtr.GLOBAL_STACK;'' at ('.CarElementsGet_Flow_Mapping', '18.2').
2012-02-17 05:36:13.785424       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE globalStackPtr REFERENCE TO stackPtr.GLOBAL_STACK;'' at ('.CarElementsGet_Flow_Mapping', '19.2').
2012-02-17 05:36:13.785453       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD globalStackPtr.frame;'' at ('.CarElementsGet_Flow_Mapping', '20.2').
2012-02-17 05:36:13.785485       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD globalStackPtr.frameDepth;'' at ('.CarElementsGet_Flow_Mapping', '21.2').
2012-02-17 05:36:13.785517       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''SET globalStackPtr.frameDepth = 0;'' at ('.CarElementsGet_Flow_Mapping', '22.2').
2012-02-17 05:36:13.829030       19   UserTrace   BIP2566I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Assigning value       ''0'' to field / variable ''globalStackPtr.frameDepth''.
2012-02-17 05:36:13.829128       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE xsd NAMESPACE 'http://www.w3.org/2001/XMLSchema';'' at ('.CarElementsGet_Flow_Mapping', '24.1').
2012-02-17 05:36:13.829160       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE xsi NAMESPACE 'http://www.w3.org/2001/XMLSchema-instance';'' at ('.CarElementsGet_Flow_Mapping', '25.1').
2012-02-17 05:36:13.829207       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE sapecarmaterialslist NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapecarmaterialslist';'' at ('.CarElementsGet_Flow_Mapping', '26.1').
2012-02-17 05:36:13.829235       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE sapecarelementlist NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapecarelementlist';'' at ('.CarElementsGet_Flow_Mapping', '27.1').
2012-02-17 05:36:13.829258       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE sapasi NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/metadata';'' at ('.CarElementsGet_Flow_Mapping', '28.1').
2012-02-17 05:36:13.829297       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE sapzgetcarinfo NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzgetcarinfo';'' at ('.CarElementsGet_Flow_Mapping', '29.1').
2012-02-17 05:36:13.829319       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD stackPtr.targetParserCategory;'' at ('.CarElementsGet_Flow_Mapping', '30.1').
2012-02-17 05:36:13.829352       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD stackPtr.targetParser;'' at ('.CarElementsGet_Flow_Mapping', '31.1').
2012-02-17 05:36:13.829380       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DETACH target.Properties;'' at ('.CarElementsGet_Flow_Mapping', '32.1').
2012-02-17 05:36:13.829403       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''SET stackPtr.targetParserCategory = #WBIMB_PARSER_CATEGORY_MRM;'' at ('.CarElementsGet_Flow_Mapping', '33.1').
2012-02-17 05:36:13.881388       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''#WBIMB_PARSER_CATEGORY_MRM'' at ('.CarElementsGet_Flow_Mapping', '33.37'). This resolved to ''#WBIMB_PARSER_CATEGORY_MRM''. The result was ''0''.
2012-02-17 05:36:13.881466       19   UserTrace   BIP2566I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Assigning value       ''0'' to field / variable ''stackPtr.targetParserCategory''.
2012-02-17 05:36:13.881519       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''MOVE target LASTCHILD NAMESPACE '' NAME 'Properties';'' at ('.CarElementsGet_Flow_Mapping', '34.1').
2012-02-17 05:36:13.881558       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''IF LASTMOVE(target) THEN... ELSE... END IF;'' at ('.CarElementsGet_Flow_Mapping', '35.1').
2012-02-17 05:36:13.881583       19   UserTrace   BIP2540I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Finished evaluating expression ''LASTMOVE(target)'' at ('.CarElementsGet_Flow_Mapping', '35.4'). The result was ''FALSE''.
2012-02-17 05:36:13.881620       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''CREATE LASTCHILD OF target DOMAIN 'Properties';'' at ('.CarElementsGet_Flow_Mapping', '38.2').
2012-02-17 05:36:13.881752       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.MessageSet = 'DOPBundeswehrFlowsMessageSet';'' at ('.CarElementsGet_Flow_Mapping', '40.1').
2012-02-17 05:36:13.881786       19   UserTrace   BIP2566I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Assigning value       '''DOPBundeswehrFlowsMessageSet''' to field / variable ''target.Properties.MessageSet''.
2012-02-17 05:36:13.881826       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.MessageType = '{http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzgetcarinfo}:SapZGetCarInfo';'' at ('.CarElementsGet_Flow_Mapping', '41.1').
2012-02-17 05:36:13.881854       19   UserTrace   BIP2566I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Assigning value       ''{http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzgetcarin... (data of len 84 truncated)'' to field / variable ''target.Properties.MessageType''.
2012-02-17 05:36:13.881878       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''MOVE localStackPtrRef TO target.Properties;'' at ('.CarElementsGet_Flow_Mapping', '42.1').
2012-02-17 05:36:13.881905       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''IF LASTMOVE(localStackPtrRef) THEN... END IF;'' at ('.CarElementsGet_Flow_Mapping', '43.1').
2012-02-17 05:36:13.881928       19   UserTrace   BIP2540I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Finished evaluating expression ''LASTMOVE(localStackPtrRef)'' at ('.CarElementsGet_Flow_Mapping', '43.4'). The result was ''TRUE''.
2012-02-17 05:36:13.881955       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''MOVE localStackPtrRef FIRSTCHILD;'' at ('.CarElementsGet_Flow_Mapping', '44.2').
2012-02-17 05:36:13.882008       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''IF NOT LASTMOVE(localStackPtrRef) AND FIELDVALUE(localStackPtrRef) IS NULL THEN... END IF;'' at ('.CarElementsGet_Flow_Mapping', '45.2').
2012-02-17 05:36:13.882031       19   UserTrace   BIP2540I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Finished evaluating expression ''LASTMOVE(localStackPtrRef)'' at ('.CarElementsGet_Flow_Mapping', '45.10'). The result was ''TRUE''.
2012-02-17 05:36:13.882051       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''NOT LASTMOVE(localStackPtrRef)'' at ('.CarElementsGet_Flow_Mapping', '45.6'). This resolved to ''NOT TRUE''. The result was ''FALSE''.
2012-02-17 05:36:13.882076       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''NOT LASTMOVE(localStackPtrRef) AND FIELDVALUE(localStackPtrRef) IS NULL'' at ('.CarElementsGet_Flow_Mapping', '45.38'). This resolved to ''FALSE AND X''. The result was ''FALSE''.
2012-02-17 05:36:13.882127       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame(stackPtr);'' at ('.CarElementsGet_Flow_Mapping', '49.1').
2012-02-17 05:36:13.882149       19   UserTrace   BIP2538I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame(stackPtr)'' at ('.CarElementsGet_Flow_Mapping', '49.6').
2012-02-17 05:36:13.882190       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''BEGIN ... END;'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '2.2').
2012-02-17 05:36:13.882214       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE globalPtr REFERENCE TO stackPtr.GLOBAL_STACK;'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '3.3').
2012-02-17 05:36:13.882241       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE localPtr REFERENCE TO stackPtr.LOCAL_STACK;'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '4.3').
2012-02-17 05:36:13.882266       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DECLARE globalDepth REFERENCE TO globalPtr.frameDepth;'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '5.3').
2012-02-17 05:36:13.882290       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''IF NOT LASTMOVE(globalPtr) THEN... END IF;'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '8.3').
2012-02-17 05:36:13.882311       19   UserTrace   BIP2540I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Finished evaluating expression ''LASTMOVE(globalPtr)'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '8.11'). The result was ''TRUE''.
2012-02-17 05:36:13.882344       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''NOT LASTMOVE(globalPtr)'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '8.7'). This resolved to ''NOT TRUE''. The result was ''FALSE''.
2012-02-17 05:36:13.884014       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''IF globalDepth IS NULL THEN... ELSE... END IF;'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '12.3').
2012-02-17 05:36:13.884092       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''globalDepth'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '12.7'). This resolved to ''globalDepth''. The result was ''0''.
2012-02-17 05:36:13.884139       19   UserTrace   BIP2540I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Finished evaluating expression ''globalDepth IS NULL'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '12.19'). The result was ''FALSE''.
2012-02-17 05:36:13.884175       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''SET globalDepth = globalDepth + 1;'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '15.4').
2012-02-17 05:36:13.884202       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''globalDepth'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '15.22'). This resolved to ''globalDepth''. The result was ''0''.
2012-02-17 05:36:13.898328       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''globalDepth + 1'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '15.34'). This resolved to ''0 + 1''. The result was ''1''.
2012-02-17 05:36:13.898395       19   UserTrace   BIP2566I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Assigning value       ''1'' to field / variable ''globalDepth''.
2012-02-17 05:36:13.898436       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''DETACH localPtr;'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '18.3').
2012-02-17 05:36:13.898472       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''ATTACH localPtr TO globalPtr.frame[globalDepth];'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '19.3').
2012-02-17 05:36:13.898508       19   UserTrace   BIP2539I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Evaluating expression ''globalDepth'' at ('sql.map.WBIMB_ESQL_SYS_LIB_PushGlobalStackFrame', '19.38'). This resolved to ''globalDepth''. The result was ''1''.
2012-02-17 05:36:13.898562       19   UserTrace   BIP2537I: Node 'CarElementsGet_Flow.Mapping.ComIbmCompute': Executing statement   ''PROPAGATE FINALIZE DEFAULT DELETE DEFAULT;'' at ('.CarElementsGet_Flow_Mapping', '50.1').


2012-02-17 05:36:13.898613       19   UserTrace   BIP4015I: Message propagated to the 'out' terminal of node 'CarElementsGet_Flow.Mapping.ComIbmCompute' with the following message trees: 'OutputLocalEnvironment, OutputRoot, InputExceptionList'.

 
2012-02-17 05:36:14.062999       19   UserTrace   BIP3447I: A message using method binding ''executeSapZGetCarInfo'' has been received in adapter request node ''SAP Car Info Req'' in message flow ''CarElementsGet_Flow''.
 
2012-02-17 05:36:14.065958       19   UserTrace   BIP2231E: Error detected whilst processing a message in node 'CarElementsGet_Flow.SAP Car Info Req'.

                                       The message broker detected an error whilst processing a message in node 'CarElementsGet_Flow.SAP Car Info Req'. The message has been augmented with an exception list and has been propagated to the node's failure terminal for further processing.

                                       See the following messages for details of the error.
2012-02-17 05:36:14.066485       19   RecoverableException  BIP3442E: An exception occurred in adapter node ''SAP Car Info Req'', which is using adapter component ''DOPSapAdapter.outadapter''..
                                       This message broker node ''SAP Car Info Req'' attempted to process a message and communicate with an EIS using an adapter component ''DOPSapAdapter.outadapter''. An error occurred during this processing.


                                       See the following messages for details of the error.
2012-02-17 05:36:14.066501       19   RecoverableException  BIP3445E:  Adapter request node ''SAP Car Info Req'' in message flow ''CarElementsGet_Flow'' failed to process a message because it does not contain any elements with a name of type ''SapZGetCarInfo''.



I think, I am doing something wrong within the Mapping node. Can't I simply create an empty target message in there?

Thank you.
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 » Mapping node creates empty target message V7.0
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.