![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: DOORS error while opening a module Topic Summary: Error while parsing file Created On: 11-Nov-2004 15:49 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi
I'm getting an error while opening formule module in DOORS 6.0SR1. Please help me to resolved this problem. see below the error message that got. "Error while parsing file '/vsdata/40/70/m00007a41.mod/current.ver/treedata.dt' at line 26648: expecting string" Thanks in Advance. Ananda |
|
![]() |
|
![]() |
|
You should contact your local customer support department with this - all data integrity issues should be reported to customer support
Regards Mandy |
|
![]() |
|
![]() |
|
Did you ever get a resolution to this?
I am curious because I am having similar problems. Craig craigf@softcomputer.com ------------------------- Craig Forant me@craigforant.com |
|
![]() |
|
![]() |
|
Hi Craig,
the error message is indeed strange. My experienced errors during load of a module are: - trigger enabled with code that was doing something unexpected-> disable triggers - DXL-Attributes, which were refreshed and lead to strange behaviour-> review code of DXL-Attributes Maybe this helps... :-) Regards Hubertus Edited: 10-Mar-2006 at 08:19 by Hubertus Grobbel |
|
![]() |
|
![]() |
|
That's a database corruption error; not something that can be created nor fixed with DXL
|
|
![]() |
|
![]() |
|
Any ideas on where to start to fix it?
------------------------- Craig Forant me@craigforant.com |
|
![]() |
|
![]() |
|
It happens during an HTML Export, which enumerates links through several modules and projects. It is hard to tell where this message is coming from.
------------------------- Craig Forant me@craigforant.com |
|
![]() |
|
![]() |
|
You may check if the faulty module (#00007a41) is the exported one, or one of the linked module.
------------------------- E. Piallat CeBeNetwork |
|
![]() |
|
![]() |
|
how do I determine the Module number/code? Is there a DXL Script I can run?
------------------------- Craig Forant me@craigforant.com |
|
![]() |
|
![]() |
|
Guess this should be in the DXL forum but here goes. Use uniqueID, as it says in the manual;
Declaration string uniqueID({Item i|Folder f|Project p|ModName_ modRef}) Operation Returns as a string a unique ID for the item specified If you have a module open run the following in the DXL editor; string tempID = uniqueID(module(fullName(current Module))) print tempID The attached code is an old script I had to hand that runs through the database listing all modules (formal or link) and collects module information including uniqueID. So if you've got a message giving the ID but dont known the module, run the script, and search through the output to find the module code number the error is giving you, that will at least tell the project\module name. Have you raised the error your getting with Telelogic Support before you start trying to fix? ------------------------- Paul Ransley<BR><BR>Beaver Computer Consultants Limited Edited: 15-Mar-2006 at 01:47 by Paul Ransley |
|
![]() |
|
![]() |
|
Just to simplify things a little bit---if you have a Unique ID (from an error message or whathaveyou) and want to find out what it belongs to....
There's a DXL function Item itemFromID (string) that will do it for you. See the attached. |
|
![]() |
Telelogic DOORS
» General Discussion
»
DOORS error while opening a module
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.