Node variable and mu variable values are truncated to the 1st special character starting from the end.
book
Article ID: 85473
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Error Message :
N/A
Patch level detected:Dollar Universe 6.0.00
Product Version: Dollar.Universe 6.0.0
Description :Node variable and mu variable values are truncated to the 1st special character starting from the end
Example:
Windows script :
set testvar1 = "é&èào°"
echo "contenu uproc : " %testvar1%
echo "contenu uproc dans fichier : " %testvar1% > C:\Temp\ca143920.log
echo "champs variable : " %testvar2%
echo "champs Variable de Noeud : " %testvar3%
echo "champs Variable Fichier de Noeud (nodefiles) : " %testvar4%
echo "champs variable de MU : " %testvar5%
set resexe=0
###########################################
TEST 1
Variable value : automic
Uproc joblog :
C00-SUPPORT-SITE DEBUT
C00-SUPPORT-SITE WSPGM-CODNOEUD NCDISC
_!================================================
_!**
$!** PROCEDURE .. : TESTVAR
$!** VERSION .....: 000
$!** EXECUTION .. : 0202527
_!**
_!** PROCESS DATE : 01/26/2016
_!**
_!------------------------------------------------
$!** PARAMETERS. : None
_!------------------------------------------------
_!** VARIABLES
testvar2 :automic
_!------------------------------------------------
$!** INHERITANCE VARIABLES
_!================================================
"contenu uproc : " automic
"champs variable : " automic
"champs Variable de Noeud : " automic
"champs Variable Fichier de Noeud (nodefiles) : " automic
"champs variable de MU : " automic
ca143920.log :
"contenu uproc dans fichier : " automic
###########################################
TEST 2
Variable value : éèào°
Uproc joblog :
C00-SUPPORT-SITE DEBUT
C00-SUPPORT-SITE WSPGM-CODNOEUD NCDISC
_!================================================
_!**
$!** PROCEDURE .. : TESTVAR
$!** VERSION .....: 000
$!** EXECUTION .. : 0202530
_!**
_!** PROCESS DATE : 01/26/2016
_!**
_!------------------------------------------------
$!** PARAMETERS. : None
_!------------------------------------------------
_!** VARIABLES
testvar2 :éèào°
_!------------------------------------------------
$!** INHERITANCE VARIABLES
_!================================================
"contenu uproc : " éèào°
"champs variable : " éèào°
"champs Variable de Noeud : " o
"champs Variable Fichier de Noeud (nodefiles) : " éèào°
"champs variable de MU : " o
ca143920.log :
"contenu uproc dans fichier : " éèào°
Cause
Cause type:
Defect
Root Cause: Node variable and mu variable values are truncated to the 1st special character starting from the end.
Resolution
Update to the fix version listed below or a newer version if available.
Fix Status: Released
Fix Version(s):
Component: Application.Server
Version: Dollar.Universe 6.6.01
Additional Information
Workaround :
N/A
Feedback
thumb_up
Yes
thumb_down
No