After Dollar Universe upgrade, launches end with could not submit error
search cancel

After Dollar Universe upgrade, launches end with could not submit error

book

Article ID: 85391

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Error Message :
In the job log followin message appears:
==============================================================
/app/orsyp/duas/GNSPRD_dcpsvu004/bin/u_batch[252]: .[81]: export: PeopleSoft
export UNI_HPOM_SEVERITY_SCRIPTS=normal
export UNI_SNMP_VERSION=2
export UNI_SNMP_TARGET=localhost:162
export SNMP_COMMUNITY_NAME=public
export U_OWUSER_FILE=/app/orsyp/duas/GNSPRD_dcpsvu004/data/data_jde/uxjde_owuser.ini
export U_OWUSER_LOG=
export U_JDELOG_DIR=/JDEdwards/E812/DDP/PrintQueue
export JDE_CUSTOM_DIR=/app/orsyp/duas/GNSPRD_dcpsvu004/data/data_jde/custom
export JDE_XML_DIR=/app/orsyp/duas/GNSPRD_dcpsvu004/temp
export SYSTEM_JDE=/JDEdwards/E812/DDP/system
export S_SMTP_PORT=25
export S_SMTP_HEADER=
export S_SMTP_MIME_VERSION=1.0
export S_SMTP_MIME_SUBJ_CHARSET=unicode-1-1-utf-7
export S_SMTP_MIME_SUBJ_ENCODING=B
export S_SMTP_MIME_HEADER_TYPE=multipart/mixed
export S_SMTP_MIME_BODY_TYPE=text/plain
export S_SMTP_MIME_BODY_ENCODING=
export S_SMTP_MIME_BODY_CHARSET=unicode-1-1-utf-7
export S_SMTP_MIME_BODY_DISP=inline
export S_SMTP_MIME_ATTACH_TYPE=text/plain
export S_SMTP_MIME_TRANSFER_ENCODING=quoted-printable
export SMTP_SETTING_AREA_A=U
export S_SMTP_HOST_A=
export S_SMTP_PORT_A=25
export S_SMTP_SENDER_A=": is not an identifier
=================================================================================

You may also find the following or similar error messages in the job log of the concerned uproc:

=====================================================================
<DU_PATH>/<node_name>/bin/u_batch[XXX]: .: syntax error at line XXX: `"' unmatched
uxjobinit error: environment S_NODENAME not defined
Environment not found (codproc/verproc) - Job status set to ABORTED
uxjobend in error during initializing of configuration
===================================================================== 

Patch level detected:Dollar Universe 6.3.41
Product Version: Dollar.Universe 6.3.41

Description :After upgrading from a 6.0.X, 6.2.0 version to DUAS 6.4.21, on Linux and AIX, submitted jobs remain systematically for a short period in pending and then aborts (flag could not submit can be present in action column).

Environment

OS: Linux
OS Version: Also encountered on AIX

Cause

Cause type:
Defect
Root Cause: The problem comes from a wrong parsing the values.xml during the unibatchenv call. during the u_batch execution.It happens since Dollar Universe 6.4.21 version.

Resolution

Workaround :

Overwriting these variables default values with an email adresse for the sender in all STMP Parameters :

1. unisetvar S_SMTP_SENDER [email protected]
unisetvar S_SMTP_SENDER_A [email protected]
do the same for all area variables

or

2. Node Settings ==> STMP==> Default sender email address ==> [email protected]
Node Settings ==> Area A==> STMP==> Default sender email address for Area A ==> [email protected]
repeat for all Areas

This workaround is not required if you install Dollar Universe 6.5.21.

Fix Status: Released

Fix Version(s):
Component: Application.Server
Version: Dollar.Universe 6.5.21

Additional Information

Workaround :
N/A