Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Weird Issue with XML map

Status
Not open for further replies.

mlapse

IS-IT--Management
Jun 30, 2005
82
US
Hi,

I have a map which takes multiple records in the input and created an xml output. I notice that my map seems to skip some records in the input file for no reason at all.

I managed to isolate a couple of the problem records. I passed only those records as the input and still the map would not map those records. I have not seen anything in the logs which suggest that it would not process the record. In fact the input validation is perfect. however on the output side, the functional map which build part of the XMl is not called at all.

Has anyone noticed this and is there some particular reason for this occurring. There is no conditional mapping in my maps at all and the XML should get built regardless of the input.
 
Check the rule for the functional map. If any of the parameters to it evaluate to NONE, the functional map will not be called.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top