![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Include file error Topic Summary: DXL error for an include file on a script I am not using Created On: 4-Aug-2006 16:17 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Hi, It seems like the "Kitchen->Triggers->Start Auto-numbering" command has been run on this module. You may check that with: Trigger t for t in current Module do print (name of t) "\n" (dxl of t) "\n**********************\n" This should return something like: B:specific close for autonumbering 21 ********************** autonumbering #include ********************** You can get rid of this trigger with: | |
![]() |
|
I have a module that when one of our users opens it he gets a DXL error that says:
-E- DXL: could not open include file (addins/kitchen/triggers/paranums.dxl) No such file or directory) -I- DXL: all done with 1 error and 0 warnings. I don't get that error when I open the module and the module was working fine before and no one has touched it since. Now, as the DBA, I have the ktichen DXLs installed on my machine but I don't have any DXL scripts running in the module or anything. I do run one dxl script after I import the module that removes numbers [XXX] and puts them in another column for me. That is it. Any help as to what may be causing this? I don't know DXL and only use the DXLs provided by Telelogic so I know I didn't do anything that affected the DXL. |
|
![]() |
|
![]() |
|
You've added a trigger to his module, you should find the kitchen script that removes triggers and run that. I suggest you read the trigger section of the DXL help file to avoid such problems.
------------------------- Regards, Richard Good |
|
![]() |
|
![]() |
|
Hi,
It seems like the "Kitchen->Triggers->Start Auto-numbering" command has been run on this module. You may check that with: Trigger t for t in current Module do print (name of t) "\n" (dxl of t) "\n**********************\n" This should return something like: B:specific close for autonumbering 21 ********************** autonumbering #include ********************** You can get rid of this trigger with: ------------------------- E. Piallat CeBeNetwork |
|
![]() |
|
![]() |
|
Thanks, it worked great. I guess I inadvertenly ran a script and removing the triggers worked.
![]() |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Include file error
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.