Hi
I was able to create a similar Mapping and successfully deploy and run on ACE v12.0.8.0.
After looking at our Mappings side by side I released the difference .. and when I modified my Map to not have a "Message Assembly" on the input side, I was able to reproduce the same issue, with the failure
'IXJXE0797E: [ERR 0712][ERR XPST0008] No binding was found for the external variable 'Environment'.
The solution when you do not have anything in the input side message body for a Mapping is to just add the "BLOB" domain, and only map the Properties tree.
This is documented - but maybe needs to be shouted out a bit more.
See topic Input and output messages to a message map ,
"In a message map, you must define a model for the input message and an output message.
...
BLOB: Use this message model to handle messages in the BLOB domain, or when you do not need to process any message body data."
So if you add "BLOB" as an input to your Map this should sort the issue

Hope this getting you moving forward
------------------------------
Martin Boag
Software Developer
IBM
------------------------------
Original Message:
Sent: Thu June 01, 2023 08:02 AM
From: Francois Brandelik
Subject: Error while using Mapping node
Instead of using the Environment variable, have you tried using the LocalEnvironment variable in your xpath expression?
------------------------------
Francois Brandelik
------------------------------
Original Message:
Sent: Thu June 01, 2023 05:04 AM
From: Willem Kunkels
Subject: Error while using Mapping node
Yes, it does. But that is not what the Mapping node complains about. If I put the parameters inside the OutputRoot and use that in the Mapping node, it works as expected. If I put the parameters inside the Enviroment.Variables then the error
No binding was found for the external variable 'Environment'.
occurs.
------------------------------
Willem Kunkels
Senior Software Engineer
Koopman International BV
Amsterdam
+31204947893
Original Message:
Sent: Thu June 01, 2023 04:40 AM
From: Francois Brandelik
Subject: Error while using Mapping node
Does the type integer match the DBType for IKONR and IKRNR ?
------------------------------
Francois Brandelik