so_version table value is incorrect in Applications Manager 9.4.0 and 9.4.1
search cancel

so_version table value is incorrect in Applications Manager 9.4.0 and 9.4.1

book

Article ID: 236184

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

In Applications Manager version 9.4.1 and 9.4.0, the so_version table shows the incorrect version of 9.3 instead of 9.4.

Environment

Release : 9.4, 9.4.1

Component : Applications Manager

Resolution

As a workaround, this value can be manually updated via sqlplus. Sql for update:

update so_version set so_version_no='9.4';
commit;

This is fixed in Applications Manager version 9.4.2 and higher.