![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: CP Configure Error - can't add a module Topic Summary: Receive an error whenever try to put another module under CP control Created On: 9-Sep-2005 19:08 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Have tried going into the tools> Change Proposal System> Setup > Configure and then Add a new module to the list of modules under CP control. I click down the tree it presents and select the module, it adds it to the list, then I either hit "Apply" or "OK" and it starts the "copy ...." stuff then a DXL Interaction window comes up with the following DXL output:
-R-E- DXL: Backtrace: All I can do is "Cancel" from the Configure menu. The code in question is the compiled DOORS 7.1 inc files in my Program Files folder (under Telelogic, ...) I have tried starting from different places, changing my user priveleges, etc. Nothing seems to make a difference. It leaves a blank CP module in the CP folder. CP Partner is not established for the module in question. Anybody found a solution for this? |
|
![]() |
|
![]() |
|
Clean Up: Open the link module Change Proposal Links. Find the link-set associated with this pair of modules; one sources from your empty "Proposals n" module and targets your live module. Load the link set. Delete the link set. save and close the link module. Delete and purge the Proposals n module.
Problem: Good Guess: Someone has deleted a module that was under CPS control. CPS checks for the existence of module referenced in the Change Proposal Links module but fails to check to see if its deleted. Reconfigure attempts to open source modules referenced but fails to check if the read command works, which of course it doesn't if the module is deleted. Open Change Proposal Links. Load each linkset in turn trying to get an error. When you find the deleted module, either undelete it or delete the link-set associated with it. DXL should be written like this: Module mod = read(NameModFull, false) if (null mod) {handle not open; return} // this line missing from Reconfigure code - Louie |
|
![]() |
Telelogic DOORS
» Change Management
»
CP Configure Error - can't add a module
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.