![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: CPS problem Topic Summary: Created On: 16-May-2007 12:07 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi We have encountered a strange problem regarding Change Proposal System. When I try to add new Proposal module :Tools-->CPS-->Setup-->Configure, and then I get the following message: "The selected module is not within the scope of this Change Proposal System" As if I try to select a module that doesn't belong to this particular project, although it does.. Any ideas on this one..? |
|
![]() |
|
![]() |
|
So you open a project that has an existing CPS system active. You then use the Tools menu to configure the existing CPS and select a live module to add, you get that error.
Yes, you get that error when the module you select is outside the starting project. Yes, you cannot select an existing CPS module or a module already configured. ..err.. I should say it just ignores you if you do. Let me take some stabs at it: [1] The original 'Change Proposal System' folder has been moved or renamed. [2] There is some sub-project that features either the CPS folder or the module you are selecting. Try this. After you get this error, open a DXL window and run the following: print "Curr Folder [" (fullName(current Folder)) "]\n" print " Root [" (rootName(current Folder)) "]\n" print "Curr Proj [" (fullName(current Project)) "]\n" Then find and open the module that's giving the trouble, edit DXL from that module and run the same code. I think you'll see some differences. - Louie |
|
![]() |
|
![]() |
|
You are right-I have deleted some CPS modules because we have transferred some modules to other project folder. I have tried to run the DXL but I get 2 errors: -E- DXL: <Line:2> incorrectly concatenated tokens -E- DXL: <Line:2> undeclared variable (rootName) -I- DXL: all done with 2 errors and 0 warnings Besides I don't think that there is a problem with a specific module but with CPS configuration |
|
![]() |
|
![]() |
|
I think Louie is on the right track here.
There is a typo in the DXL, add an underscore after "rootName" to make the DXL work. print "Curr Folder [" (fullName(current Folder)) "]\n" print " Root [" (rootName_(current Folder)) "]\n" print "Curr Proj [" (fullName(current Project)) "]\n" ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
The DXL gives me the project name but not more then that..and I arleady know. |
|
![]() |
|
![]() |
|
I can confirm that the error "The selected module is not within the scope of this Change Proposal System." is only returned in one circumstance: when you have browsed for a module and the selected module is not within the current project.
Please check again to see if you have a nested project. Make sure you have the database view option selected and not the project view and run Louie's dxl again. ------------------------- Tony Goodman http://www.smartdxl.com Edited: 17-May-2007 at 17:07 by Tony Goodman |
|
![]() |
Telelogic DOORS
» General Discussion
»
CPS problem
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.