During the CA WCC server migration activity, the monitoring views import command fails with the following error:
# ./wcc_monitor.sh -u xxxxxxxxxx -p xxxxxxxxxx -i wcc_migrate.out -v
Workload Control Center Monitoring Batch Interface
Initialization..................................................................
.......................................................
Authenticating with EEM.........................................................
................................................................................
............
Import started from file wcc_migrate.out
Importing.......................................................................
...........................................................
E140031 Unknown server specified: DEV.
#
The Application Server Connection name mismatch in the source and destination WCC servers causes the problem
// View ALL-JOBS
insert_view: ALL-JOBS
render_flow: true
insert_filter: DEV
view: ALL-JOBS
filter: job_name LIKE *
active: true
// View ALL-JOBS
insert_view: ALL-JOBS
render_flow: true
insert_filter: PRD
view: ALL-JOBS
filter: job_name LIKE *
active: true
# ./wcc_monitor.sh -u xxxxxxxxxx -p xxxxxxxxxx -i wcc_migrate.out -v
Workload Control Center Monitoring Batch Interface
Initialization...................
Authenticating with EEM.................
Import started from file wcc_migrate.out
Importing...............................................
Successfully executed 2 command(s).
Import verbose result:
insert_view: PRD
render_flow: true
/*----------------------------------------------------------------------
I140032 Execute insert_view on PRD SUCCESSFUL.
----------------------------------------------------------------------*/
insert_filter: PRD
view: ALL-JOBS
filter: job_name LIKE *
active: true
/*----------------------------------------------------------------------
I140032 Execute insert_filter on PRD SUCCESSFUL.
----------------------------------------------------------------------*/
Import finished
Note! In case the error occurs while importing the views exported from WCC 11.1. The above procedure to be followed after scrubbing the original file with the 'wcc_migrate.sh' script. Please find the Addition Information for complete information on the WCC views migration.