Creating package definitions
Package definitions specify the configuration content that you want to migrate to another environment.
About this task
Use this procedure only to define Snapshot and Change packages. To define Collection packages, you must use the Migration Collections application.
For Snapshot package definitions, you can filter the data by specifying an SQL WHERE clause so that a package contains a smaller set of configuration content. For example, to create a package that migrates only a specific workflow process, you can filter the workflow process migration object in the package definition to select only that one workflow process.
To
include GL records, enter an SQL WHERE clause for the DMDEFGLCONFIGURE
and DMGLCONFIGURE object structures.
- For the DMDEFGLCONFIGURE object structure, enter the SQL WHERE clause: orgid is null order by glorder.
- For the DMGLCONFIGURE object structure enter, the SQL WHERE clause: orgid is not null order by orgid,glorder.