MU references in Business View are not getting replaced as per Translation Tables
search cancel

MU references in Business View are not getting replaced as per Translation Tables

book

Article ID: 382824

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

While deploying the package from source system to target system using translation tables where we have created a mapping between source and target Management Unit (MU). However, we noticed that in Business View object not getting MU replacement as per rules of translation table.

Environment

Component: Dollar Universe

Version: 6.10.X, 7.00.X

Cause

As per current product design the replacement of Management Unit references in Business View using Translation Table is not implemented, henceforth no replacement is done.

Resolution

To replace the MU references in Business View using Translation Table will be an Enhancement Request.

As per current product design, to change the reference mapping in business view steps are mentioned below

Change MU mapping for Business View

  1. On the target machine i.e. 7.X login to UVMS server

  2. Open command line at path UVMS_INSTALL_DIR\app\bin

  3. Run the below command, reference Tech Doc > Export Parameters

    • Syntax: uniexp -bv "BUSINESS_VIEW_NAME" -node NODE_NAME -company COMPANY_NAME -area X -file XML_OUTPUT_FILE_PATH -mshost UVMS_SERVER -msport UVMS_SERVER_PORT -login UVMS_LOGIN -pwd UVMS_LOGIN_PWD

    • Example: uniexp -bv "BUSINESS_VIEW_NAME.BV" -node NODENAME -company COMPNAME -area X -file BV_FILE.xml -mshost UVMS_HOSTNAME -msport UVMS_PORT -login **** -pwd ****

  4. The above command will generate a xml file i.e. XML_OUTPUT_FILE_PATH

  5. Open the file and replace all existence of W_WDRUCON101-W, W_WDRUCON101 and save the file with different file name

  6. Run the below command, reference Tech Doc > Import Parameters

    • Syntax: uniimp -bv "BUSINESS_VIEW_NAME" -node NODE_NAME -company COMPANY_NAME -area X -file XML_INPUT_FILE_PATH -mshost UVMS_SERVER -msport UVMS_SERVER_PORT -login UVMS_LOGIN -pwd UVMS_LOGIN_PWD -overwrite

    • Example: uniimp -bv "*" -node NODENAME -company COMPNAME -area X -file BV_FILE.xml -mshost UVMS_HOSTNAME -msport UVMS_PORT -login *** -pwd *** -overwrite
  7. View the Business view with correct mapping.

Please try above and let us know if you want us to submit the ER on your behalf i.e. Updating Business View as per translation tables.