When applying a model manually to the parent model:
Before applying a model, the model and all its subsets must be checked in.
The verify step after applying a model is essential to continue modifying the model. After generating the changes, the model is in a Waiting for Verify state. Only Read operations are permitted until the verify step completes.
To generating the transaction file
Run the gendelta command:
gendelta -u userid -m modelname [-c]
where:
Defines the authorized user id.
Defines the model name. Enclose modelname in quotes when it is more than one word.
(Optional) Checkin transfers all changes to the child model because the last apply to the parent from the child to the parent model. After, running verify delta the child model is in read-only status.
Omitting the –c option, for No checkin, transfers all changes to the child model because the last apply to the parent model. After, running verify delta the child model is in modifiable status.
Example:
gendelta -u john -m "my model" -c
Builds the file: delta.trn.
To transfer the delta.trn file to the encyclopedia where the parent model resides
Follow these steps:
upload -u userid -t apply
When the encyclopedia is a Host Encyclopedia:
Follow these steps:
This step creates a file that is named userid.IEF.MSGS.
Note: These files are binary.
Verify the success of apply
Run the verdelta command with these parameters:
verdelta - u userid
If you detail the model on the CSE, where the child model resides, the model is in:
When you use no checkin, verify the success of apply by making sure the model on the encyclopedia where the child model resides is in modifiable status.
Note: For complete syntax for the gendelta command, enter gendelta in the directory in which the Encyclopedia server is installed. For complete syntax for the verdelta command, enter verdelta in the directory in which the Encyclopedia server is installed.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|