DB Change Utility Doesn't Replace Entries in VARAs
book
Article ID: 84386
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
AUTOMIC WORKLOAD AUTOMATION
Show More
Show Less
Issue/Introduction
Error Message :
N/A
The REPLACE script element does not replace the value of a static VARA as expected.
Investigation
Example:
REPLACE VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", “xxxxxxxx”
REPLACE VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", “xxxxxxxx”
REPLACE VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", “xxxxxxxx”
Results
Actual:
The job report output shows the following result -
12:17:03 20160422/121703.210 - U00021412 Input script:
12:17:03 20160422/121703.211 - U00021411 Line '001': 'REPLACE VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", "xxxxxxxx"'
12:17:03 20160422/121703.211 - U00021411 Line '002': 'REPLACE VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", "xxxxxxxx"'
12:17:03 20160422/121703.211 - U00021411 Line '003': 'REPLACE VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", "xxxxxxxx"'
12:17:03 20160422/121703.211 - U00021413 Replacements:
12:17:14 20160422/121714.916 - U00021407 Program UCYBchng ended normally.
Expected:
The values get replaced as expected.
Cause
Root Cause: N/A
Environment
Release: AUTWAB99000-11.0-Automic Workload Automation-Base Edition
Component:
Resolution
Use the REPLACE_PART script element instead.
REPLACE_PART VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", “xxxxxxxx”
REPLACE_PART VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", “xxxxxxxx”
REPLACE_PART VARA, VARA.UC4#
[email protected]
_INFO, *, "@@@
[email protected]
@@", “xxxxxxxx”
Fix Status: No Fix
Fix Version(s):
N/A
Additional Information
Workaround :
N/A
Feedback
thumb_up
Yes
thumb_down
No