Execution problem with an EJB uproc (CL-INT type) when a parameters file is used (EJB_PARAMFILE parameter)
book
Article ID: 85246
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Affects Release version(s): 5
Error Message : There is no specific errors messages but as shown inside the 'server.log' file (Manager for JAVA server log file), the string value is truncated at the first comma ( ,)
The file linked to the EJB_PARAMFILE variable (paramdgcp.txt in this example) contains the following line : string,LITERAL,cmd_test a,b,c Note that the three parameters are separated with comma (,) : a,b,c
The uproc successfully ends but as shown inside the 'server.log' file (Manager for JAVA server log file), the string value is truncated at the first comma ( ,).
GetInfo
cmd_test a
Environment
OS: All OS Version: All Related configuration item(s): Manager for Java (EJB).
Cause
Cause type: Defect Root Cause: This is a defect with the 'uxstr' command which truncate the argument after the first comma (,).