Please look into the EntireX Error Message manual:
1014nnnn Natural System Errors, see the Natural documentation under NATnnnn. You can display the corresponding Natural System error and explanation if you log on to a Natural Session and enter HELPnnnn in the command line.
If you go into the Natural Documentation you will find
“Conflicting number of parameters.”
- The number of parameters specified in a CALLNAT/SEND METHOD statement does not match the number of parameters defined in the
DEFINE DATA PARAMETER statement of the called module.
- The number of parameters specified in an INPUT USING MAP statement
does not match the number of parameters generated by the Natural
map editor. Use ‘free mode’ or include the INPUT USING MAP prototype instruction in your program."
The first reason doese make sense: The number of parameters in the IDL (where you created the xmm from) and the Natural program are different.
#Mainframe-Integration#webMethods#EntireX