Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
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
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 9-Sep-2005 19:08
User is offline View Users Profile Print this message


Kirk Walker

Posts: 32
Joined: 18-Sep-2004

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: null Module parameter was passed into argument position 1
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?
Report this to a Moderator Report this to a Moderator
 15-Sep-2005 23:07
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

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
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.