ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
DB change Utility fails to make some OBJECT_NAME changes
book
Article ID: 84588
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
Error Message : N/A
The DB Change Utility fails to update the transport file with a REPLACE_PART / OBJECT_NAME rule in some cases.
When the issue occurs, the DB change log file does not contain any mention of the changing entry. The change is simply overlooked.
Investigation
The transport file contains this entry :
F003CUWM.DEV.MYJOBP
The change script contains this rule :
REPLACE_PART *, *, OBJECT_NAME, '.DEV.', '.PROD.'
Results
Expected: The entry F003CUWM.DEV.MYJOBP should be changed to F003CUWM.PROD.MYJOBP.
Actual: Nothing happens. The entry is not changed in the destination file, and the log file produced by DB Change does not contain any mention of this line.
Cause
Cause type: Defect Root Cause: Change utility occasionally not making changes.