Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Files being saved to their original location

  • Thread starter Thread starter toonyank
  • Start date Start date
T

toonyank

Guest
We are going back to stand alone Creo for work reasons so it's back to search paths (no more windchill)

This is not a problem in general, and all of our data is accessible with the search path declared.

The problem is and this is what I can't remember is that once I load a drawing for instance, any changes are saved locally and not to where our common data is kept (the original location).

Years ago in Pro E land we used search paths and if anything was saved, it was saved to the original location. This is what I remember. Does that make sense?

Greg
 
Set the config option save_object_in_current to no.
 
I would use both of these in config.sup:

save_object_in_current no
override_store_back no
 
override_store_back set to no works, thanks.
 

Part and Inventory Search

Sponsor

Back
Top