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: Kitchen problem....
Topic Summary:
Created On: 5-Sep-2006 08:10
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.
Answer This question was answered by Edwin Buisman, on Wednesday, September 13, 2006 9:24 AM

Answer:
Found it! It was a simple bug...
from Hierarchy.inc:
string absoluteName(Item passedItem)
{ // Return absolute name for an Item
if (null passedItem) return "" This is the only thing I added
if (null getParentFolder passedItem) return ""
if (null getParentFolder getParentFolder passedItem) return fullName passedItem
return (absoluteName item path passedItem) "/" name passedItem
}
 5-Sep-2006 08:10
User is offline View Users Profile Print this message


Edwin Buisman

Posts: 38
Joined: 12-Aug-2004

Hello,

my kitchen (2004) had a nice feature: Copy object with links, this now generates problems, does anyone have a newer version of the Kitchen with this problem solved?

Edwin Buisman.
Report this to a Moderator Report this to a Moderator
 6-Sep-2006 11:01
User is offline View Users Profile Print this message


Martin Hunter

Posts: 86
Joined: 10-Jan-2005

I had the same problem when I tried installing the kitchen scripts onto a network drive.

For some reason I found DOORS looks in a different folder for local addins as opposed to network addins. In the mean time I have put the kitchen scripts on my local drive and now they work fine. ie C:\Program Files\Telelogic\DOORS 7.1\lib\dxl\addins\kitchen...

Hope this helps.  If you do find a way to get them working on a networked drive I'd really like to know.

- Martin

-------------------------
- Martin
Report this to a Moderator Report this to a Moderator
 6-Sep-2006 14:48
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

The copy objects function is part of the doors delivery now, see Formal Module menu Tools > Functions > Copy Objects...

If you do not have mandatory linkset pairings setup, then be sure to set the default link module before running this tool. See dbExplorer menu Tools > Options > Settings.

-------------------------
Tony Goodman
http://www.smartdxl.com
Report this to a Moderator Report this to a Moderator
 7-Sep-2006 12:10
User is offline View Users Profile Print this message


Edwin Buisman

Posts: 38
Joined: 12-Aug-2004

Tony,

The standard DOORS 8.0 copy objects does not do the trick. The only link made is to the copied source.

Edwin.

Edited: 7-Sep-2006 at 12:10 by Edwin Buisman
Report this to a Moderator Report this to a Moderator
 13-Sep-2006 09:24
User is offline View Users Profile Print this message


Edwin Buisman

Posts: 38
Joined: 12-Aug-2004

Answer Answer
Found it! It was a simple bug...
from Hierarchy.inc:
string absoluteName(Item passedItem)
{ // Return absolute name for an Item
if (null passedItem) return "" This is the only thing I added
if (null getParentFolder passedItem) return ""
if (null getParentFolder getParentFolder passedItem) return fullName passedItem
return (absoluteName item path passedItem) "/" name passedItem
}
Report this to a Moderator Report this to a Moderator
 13-Sep-2006 09:28
User is offline View Users Profile Print this message


Edwin Buisman

Posts: 38
Joined: 12-Aug-2004

This one is reasonably easy... Search and replace <addins/ by<{networkdrive}/addins
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 2 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 2 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.