CA Workload Control Center Job Flow Monitoring Views migration Failure. Error : E140031 Unknown server specified <ServerName>
search cancel

CA Workload Control Center Job Flow Monitoring Views migration Failure. Error : E140031 Unknown server specified <ServerName>

book

Article ID: 4489

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

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.

#

Environment

All the CA Workload Control Center version supported platforms

Cause

The Application Server Connection name mismatch in the source and destination WCC servers causes the problem

Resolution

  • The WCC views export file can be text edited.
  • In the views export file, the WCC (except WCC 11.1) monitoring view's filter name would reference the name of the Application Server connection where it is pointing to. 

// View ALL-JOBS

insert_view: ALL-JOBS

        render_flow: true

insert_filter: DEV

        view: ALL-JOBS

        filter: job_name LIKE *

        active: true

  • Correct the field "insert_filter" in the source export file to read the name of Application Server Connection of the destination WCC.

// View ALL-JOBS

insert_view: ALL-JOBS

        render_flow: true

insert_filter: PRD

        view: ALL-JOBS

        filter: job_name LIKE *

        active: true

  • Save the file and Run the import on the destination server.

# ./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.

Additional Information

How to Migrate Job Flow Monitoring Objects to Monitoring

CA Workload Control Center - Platform Certification Information