Reporter: UVMS parameters lost after upgrade
search cancel

Reporter: UVMS parameters lost after upgrade

book

Article ID: 266942

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

After upgrading Reporter the UVMS information is reset:

Environment

Release : 6.10

Windows

Cause

The issue related to the timestamp of the file <Reporter>\data\uvmsList.xml

Because the timestamp is in the past the Installer overwrites the file with the original.

The issue seems to be related to Windows ACLs.

Resolution

Execute the following command in the command line before upgrading:

"powershell.exe -ExecutionPolicy Bypass -Command "(Get-Item '${Env:<Reporter>\data\uvmsList.xml').LastWriteTime = (Get-Date)"

(replace <Reporter> by the path to the Reporter root folder)

 This command will update the last modified date of the file so the installer identifies it as recent and skips it.