cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Graphical Message Mapping

Former Member
0 Kudos

I have a message mapping which is producing a different result in the test tool from the result obtained at runtime. This specifically relates to the usage of the standard arithmetic function <b>equalsA</b> which is being used to compare 2 source values which are different. In the test tool it correctly returns <b>false</b> but at runtime using the same XML message it incorrectly returns <b>true</b>.

The values being passed to the function are '903067862' and '903067861'.

Can anybody explain why I am getting incorrect results at runtime but correct results via the test tool? Additionally is there any way I can trace the mapping at runtime?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mark,

Have you tried with <b>equalsS</b>. Just try it.

Reason: As <b>equalsA</b> is used for arthmatic values, but at run time your data is coming in form of string, and this is the reason your condition is getting failed.

Correct me, if I am wrong.

Regards,

Sarvesh

Answers (0)