Skip to main content
5-Regular Member
September 1, 2022
Question

Re: Ghost drawing formats

  • September 1, 2022
  • 2 replies
  • 2976 views

As per the original post

 

Does anyone know if there is a solution to original post yet. I'm currently experiencing it on Creo 4 and Creo 7.

2 replies

23-Emerald IV
September 1, 2022

No change (as far as I know).  We're on Windchill 12.1 and Creo 8.

RSchroder5-Regular MemberAuthor
5-Regular Member
September 1, 2022

Thanks for the quick response!

avillanueva
23-Emerald I
September 1, 2022

I think we have a solution but let me explain what I know of the issue. When you create a new drawing, Creo pulls the format which at this time is not likely in your workspace from the location specified in your pro_format_dir in your config.pro (or more preferred for this entry, config.sup). If you are like most places, that location is a shared folder common to all users on some Windows drive.  Since the file does not originate from Windchill commonspace, it treats the file as new when you save the drawing. With template drawings, since you are copying the drawing to make a new one, you see the ghost as it cannot find the format. 

 

A solution that seems to solve our similar program of format appearing as new is to map a Commonspace location for the pro_format_dir. This will require all users to use the same alias for Windchill in your server manager but this can be done by creating connection via a script.

pro_format_dir wtpub://PDMLink/Libraries/Engineering CAD Resources/Formats

By not pulling from a folder outside of Windchill, this should download the format when it needs to be picked in drawing creation and downloads it to the workspace. Another solution might be to add a search path in the same manner to find the formats if creating from a drawing template. Give this a shot.

RSchroder5-Regular MemberAuthor
5-Regular Member
September 1, 2022

Thanks for the reply. My issue is this. We have a ""start part" template that automatically creates a drawing from a drawing template. That drawing template uses a specific drawing format. All of these files are store inside Windchill. When the user creates a new part using the "start part" template the drawing is created but the format is not added to the workspace. A ghost file is created instead. My pro_format_dir is already set to the location that contains the format in question.

avillanueva
23-Emerald I
September 1, 2022

Is that location a Windchill path or a folder outside Windchill? What about adding the format path to a search path in addition?