Skip to main content
10-Marble
September 4, 2014
Question

Script to prevent launching of Creo

  • September 4, 2014
  • 5 replies
  • 3723 views
We will be migrating to WindChill/IntraLink 10.2 & Creo 2.0 in a few months.

In the meantime I have already setup a test server that I have migrated our IntraLink 3.4 data to . I would like to be able to have the users start getting use to the new interfaces but do not want to have there be any chance that they corrupt their current IntraLink 3.4 client most importantly the "Local.ddb" file.

Can someone help me with the entries I would need to put into a Creo startup script to first look to see if IntraLink 3.4 is running and if so prevent Creo from launching? Or perhaps I need to look for Windchill server online and prevent IntraLink 3.4 from launching?

The image below is what concerns me, it is the server manager launched within WildFire attached to IntraLink 3.4 and the registered WindChill server is showing up.

[cid:image002.png@01CFC81D.F915B570]




Regards,

[cid:012445618@15012007-1FE4]

5 replies

1-Visitor
September 4, 2014
Robert,

You should not have any issues with this. INTRALINK 3.4 writes to a
directory ".proi" and Windchill cache is in a different directory called
".wf". Also, INTRALINK 10 does not use "local.ddb" as the cache. It has a
much different framework for its cache.

Thanks,
10-Marble
September 4, 2014
There does seem to be an issue. The images below are what show up if Creo is launched and then a user launches IntraLink 3.4 and Wildfire 4.0


[cid:image003.png@01CFC822.9E758960]

[cid:image004.png@01CFC822.9E758960]

Regards,
20-Turquoise
September 4, 2014
Wildfire 4 can't read the Windchill cache that is created by Creo Parametric 2.0. You could set
PTC_WF_ROOT to some other directory for Wildfire 4 so it would not see the Windchill cache created
by Creo Parametric 2.0.
1-Visitor
September 4, 2014
You can add the following line to your Creo start command:

set PTC_WF_ROOT=C:\Users\{USERNAME}\CreoCache
10-Marble
September 4, 2014
Randy & Ryan,

Thanks that seems to resolve the issue.

Regards,