Problem with the script 'startrfc_download_zuxts'. The output file doesn't contains all the values fields as recorded in the ZUXTS table.
book
Article ID: 85196
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Affects Release version(s): 5
Error Message : N/A
Patch level detected:Manager for SAP 4.4.1 Product Version: Dollar.Universe 5.6.0 FX25010
Description :i.e : The command 'startrfc_download_zuxts 500 HINIGL22FI' successfully ends but the output file created by this script doesn't contains all the fields values as recorded in the ZUXTS table for this SAP job.
Furthermore, the output of the command is correct : /sapmnt/FE2/exe/startrfc -3 -h dgilx018 -s 00 -g dgilx018 -x sapgw00 -u UNIVERSE -p jcdecaux -c 500 -l F -E JOBNAME=HINIGL22FI -F Z_UX_F_ZUXTS_DOWNLOAD -T JOB_PARAM,813,r=ZUXTS.inp,w=ZUXTS.500~HINIGL22FI
Environment
OS: Linux OS Version: ALL Related configuration item(s): SAP, DUAS 5
Cause
Cause type: Configuration Root Cause: This problem occurs when the SAP System is in UNICODE.
Resolution
Inside the script 'startrfc_download_zuxts', change the value of the field size from 813 to 1626.
The line : -T JOB_PARAM,813,r=ZUXTS.inp,w=ZUXTS.${MANDANT}~${JOBNAME} should be changed by -T JOB_PARAM,1626,r=ZUXTS.inp,w=ZUXTS.${MANDANT}~${JOBNAME}
Note that the script 'startrfc_download_zuxts' is no longer delivered with the SAP Manager embedded with Dollar Universe 6 and higher.