After a distribution action, the Uproc systematically aborts on the target node
book
Article ID: 86528
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Affects Release version(s): 5
Error Message : After activating the verbose of the script we find the following error in the job log ### Making tar file of folder / Cree un tar du repertoire : C:\orsyp\MUHSAP\app\log ### "1 was unexpected at this time." Furtherly we noticed that, compared with the origin node, the command line at the origin of this error message was truncated at 255 characters %UXMGR%\tar cvf %UXARCHIVE%\u_enginelogs_%S_SOCIETE%_%P_AREA%_%S_NODENAME%_%DATETIME%.tar %LOGFOLDER%\*.log|| (echo ERROR: Unable to create tar file / ERREUR : impossible de creer le fichier : u_enginelogs_%S_SOCIETE%_%P_AREA%_%S_NODENAME%_%DATETIME%.tar
Description :After distribution a uproc with script (for instance the maintenance uproc IU_WMNTPEL which regulates the size of the DU log files), this uproc systematically aborts on the distribution target node. On the distribution origin node this is not the case.
Environment
OS: All OS Version: All supported
Cause
Cause type: Configuration Root Cause: The problem comes from the missing variable The variable U_DST_IO_ENABLE is not declared Y on the nodes involved in the distribution process.
Resolution
Declare the variable U_DST_IO_ENABLE Y in all nodes environment files. These settings will force the IO to manager the distribution of all objects.
IF U_DST_IO_ENABLE IS NOT SET:
If however U_DST_IO_ENABLE is absent (default) or not set to "Y", the script will be distributed by the Exchanger. But due to the limitations of the Exchanger, a line feed will be inserted after the 255th character.