Skip Headers
Siebel CRM System Administration Guide
Siebel Innovation Pack 2015, Rev. A
E24823-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
  View PDF

About Parameter Migration Scripts

A parameter migration script results after an execution of the cfgmerge utility, which compares parameter differences between environments. Migration scripts have the extension CMD and are named as part of the command to run the cfgmerge utility. For information about this task, see "Running an Environment Comparison".

The resulting parameter migration script is composed of the following information:

You must open, review, and edit the migration script prior to running the script. For information about this task, see "Reviewing and Editing a Parameter Migration Script".

Parameter migration scripts can act as a documentation record for an environment's configurations. The migration script files can be reused or reviewed for historical comparisons at a later date.

An example portion of a parameter migration script follows, for Call Center Object Manager (ENU), alias SCCObjMgr_enu:

; Component definition SCCObjMgr_enu
;
; Parameter DB Multiplex - Min Number of Shared DB Connections (MinSharedDbConns)
; Value on source system: 10
; No value set on target system:
; Recommended action: apply value from source
; To keep the target configuration unchanged, comment out the next line
change param MinSharedDbConns=10 for compdef SCCObjMgr_enu
;