KB Article #178048

[PAR - 32004]: Parser (C:\MS301\MAPPIN~1\plugins\COF4E2~1.V20\engine/bin/ACMessageParser) not found

Problem

-- getting such error at simulation :

[LIB - 6001]: Unable to load the shared library C:\MS301\MAPPIN~1\plugins\COF4E2~1.V20\engine/bin/ACMessageParser
[LIB - 6004]: Error while loading shared library is : Le module spécifié est introuvable.
[PAR - 32004]: Parser (C:\MS301\MAPPIN~1\plugins\COF4E2~1.V20\engine/bin/ACMessageParser) not found
[MON - 1054]: XMP_StartMessage() failed
[MON - 1001]: Failure while executing MapStage (MAPSERVICE.SUPPORT_TEST.TESTFLUX)


Resolution


* you are probably using a Bdoc type "Generic"

* as stated when creating a Bdoc Generic, it used to exchange data with SAP Application. If that is not the case, simply replace the Bdoc Generic to a standard Bdoc

* A Generic Business Document cannot be linked to an Input or an Output activity. This bdoc has no physical form and hence there are no parser nor builder.
Generic bdoc exists only in memory.

* An intermediate map should be used in order to convert the Generic Bdoc to an InHouse Bdoc (for Output) or an InHouse Bdoc to a Generic Bdoc (for Input)