Technote (troubleshooting)
Problem(Abstract)
No warning pop-up appears during check-out or task-complete of parallel object versions across two
releases.
Symptom
No warning pop-up appears during check-out or task-complete of parallel object versions without two different releases.
Cause
The pop-up may have been disabled.
Environment
Build environments with parallel development across releases.
Diagnosing the problem
Run the following commands:
ccm set role ccm_admin
ccm query -n base -t model
ccm attr -m parallel_exclude_rules @1
The default content of this file is:
status=rejected
is_product=TRUE
EXCLUDE_NON_LEAF_NODES
NOT_MATCHING(release)
If NOT_MATCHING(release) is present, then the popup warning is disabled.
Resolving the problem
Remove the line "NOT_MATCHING(release)".
Run the following commands:
ccm set role ccm_admin
ccm query -n base -t model
ccm attr -m parallel_exclude_rules @1
then delete this line and save the file:
NOT_MATCHING(release)
Doing this will enable parallel checkin with merge option across different releases.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.