The s_uproc_file variable is not recognized in the U_ANTE_UPROC since version 6.7.01
search cancel

The s_uproc_file variable is not recognized in the U_ANTE_UPROC since version 6.7.01

book

Article ID: 87466

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Error Message :
N/A

The variable  s_uproc_file is not recognized in the U_ANTE_UPROC since version 6.7.01

We call the variable %s_uproc_file% and %s_numproc_file% in the U_ANTE_UPROC. 
And we launch the Uproc S_UPROC_FILE_TEST, the %s_uproc_file% is empty in the execution log 

Environment

OS: All

Cause

Cause type:
Defect
Root Cause: This is a defect introduced in version 6.7.01 of Dollar Universe.

Resolution

Update to a fix version listed below or a newer version if available.

Fix Status: Released

Fix Version(s):
Dollar Universe 6.8.41 - released 15th January 2018

Additional Information

Workaround :
On Windows, modify the u_batch.bat and cut the following block from the line 166: 

REM ANTE UPROC ############################# 
if EXIST "%UNI_DIR_NODEFILES%\U_ANTE_UPROC.BAT" call "%UNI_DIR_NODEFILES%\U_ANTE_UPROC.BAT" 
REM Comment the following line if you don't want the U_ANTE_UPROC 
REM to terminate the process when it fails 
REM if errorlevel 1 goto U_BATCH_TERM 

And paste it on the line 196 just before the following line: 
REM BATCH RUN #############################