KB Article #163739
Run Map Simulation fails on stage 2 with compiler syntax error
Problem
All Mapping Services simulations crash on "Stage 2: creating machine code".
Similar to :
Stage 2: creating machine code
Compiling intermediate code...
C:\Axway\SYNCHR~1\MAPPIN~1\MAP_DE~1\MAPPIN~1\local\config\runtime\mappingcomponent/running/Generated/MapBroker/dmlobj-5134A7C3ef038-01.piico: In function 'loadchildren_2':
C:\Axway\SYNCHR~1\MAPPIN~1\MAP_DE~1\MAPPIN~1\local\config\runtime\mappingcomponent/running/Generated/MapBroker/dmlobj-5134A7C3ef038-01.piico:49:30: error: syntax error near 'Mapping'
Resolution
Generally, this error comes from the entity name which doesn't follow the recommendation.
To solve this issue :
- Edit file "Mapping_Services\Map_Designer\map-designer.ini
- Change the value "-Dmd.entity.name" ( ex : -Dmd.entity.name=MY ENTITY is not correct because it contains a space )
- Restart Mapping Services