Hi,
I need to create custom copy of standard sync out BOD.
When I publish MEC map for custom BOD I get this error - Failed to import mapping: Failed to lookup allocated id for schema.
What am I missing in the map?
Regards,
K
Hi Kirill,
Could you try "save to server" then "generate" then "publish"?
Ahmed Kouta
i have this issue from 2 day .
the issue happened when you copy the mapping from stander mapping .
if you check the log you will find the below error ....
DocUsageValidator com.lawson.mec.mapper.validators.ValidationRegistry$ValidationException: Validation key e3754de7-4e5a-4fd6-be84-c3f8b200b669 is already registered.
so to solve this issue i have to create new mapping not copy from the stander one
Hi Ahmed,
Actually I get this error when save on server (before publishing)
Hi Doaa,
When I create a map from scratch, it does not recognize input file
I had encountered similar issue in custom mapping that was created from standard BOD as base. I have found workaround to resolve this without need to do create new schema again from scratch. Below are the steps to resolve it.
This error occurs due to some old XSD elements still exit in new schema XSD. For instance, in my new mapping I see this references of namespace and Replacement from previous standard BOD schema -
Step to resolve this, is remove this block of XML tags from XSD and its should work. You need to open the mapping in Java perspective and find the main XSD of the inbound or outbound schema and edit in text editor. Search for these additional block, remove it and you should be good.
Thanks,
Yogesh D