C9530-001 · Question #77
In the User Trace output shows the following message: 2016-04-12 16:17:18.242605 5344 UserTrace BIP2539I: Node 'Reply.MapToRequestor': Evaluating expression ''I + 1'' at…
The correct answer is D. Line 6, Column 14 in the CopyMessageHeaders function of MapToRequestor. location of the command that is being executed; in this case, row 6, column 14. 2005-07-12 16:17:18.242605 5344 UserTrace BIP2539I: Node 'Reply.MapToRequestor': Evaluating expression ''I'' at ('.MapToRequestor.CopyMessageHeaders', '6.12'). This resolved to ''I''. The result was…
Question
In the User Trace output shows the following message:
2016-04-12 16:17:18.242605 5344 UserTrace BIP2539I: Node 'Reply.MapToRequestor':
Evaluating expression ''I + 1'' at ('MapToRequestor.CopyMessageHeaders', '6.14'). This resolved to ''1 + 1''. The result was ''2''. What does 6.14 indicate here?
Options
- ALine 6, Column 14 in the CopyMessageHeaders node.
- BLine 14, Column 6 in CopyMessageHeaders node.
- CColumn 6, line 14 in the CopyMessageHeaders function of MapToRequestor.
- DLine 6, Column 14 in the CopyMessageHeaders function of MapToRequestor.
How the community answered
(25 responses)- A4% (1)
- B4% (1)
- C8% (2)
- D84% (21)
Explanation
location of the command that is being executed; in this case, row 6, column 14. 2005-07-12 16:17:18.242605 5344 UserTrace BIP2539I: Node 'Reply.MapToRequestor': Evaluating expression ''I'' at ('.MapToRequestor.CopyMessageHeaders', '6.12'). This resolved to ''I''. The result was ''1''.
Topics
Community Discussion
No community discussion yet for this question.