Skip to main content
1-Visitor
March 5, 2010
Question

ProE without PDMLink

  • March 5, 2010
  • 4 replies
  • 831 views
Gurus,

I am using Wildfire4 with PDMLink9 most of the time. The other time I am
supporting a customer who is still on Wildfire3 with no PDM. Every time
I launch W3 it wants to register the server; is there is a config.pro
option that I can add to my wildfire3 config so it will quite asking me
to register the PDMLink server?

Thanks,

Eric













4 replies

avillanueva
23-Emerald I
March 5, 2010
REM set the .wf folder location to c:\workspaces

@set PTC_WF_ROOT=c:\wf4workspaces



Set that in the WF3 batch file to some other folder.


20-Turquoise
March 5, 2010
On 03/05/10 14:04, Huffman, Eric wrote:
>
>
> Gurus,
>
> I am using Wildfire4 with PDMLink9 most of the time. The other time I am
> supporting a customer who is still on Wildfire3 with no PDM. Every time
> I launch W3 it wants to register the server; is there is a config.pro
> option that I can add to my wildfire3 config so it will quite asking me
> to register the PDMLink server?

2 things you can do:
1. add "dm_remember_server no" to your config.pro
2. make sure you don't have any config options such as pro_format_dir
that have a value starting with wtpub:// or ilcs://

>
> Thanks,
>
> Eric
>


--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: -
Phone: 785-823-3276
Fax: 785-667-2695
------------------------------------------------------------------------
8-Gravel
March 5, 2010
Eric,

I use the following lines in a startup batch file:

set PTC_WF_ROOT=%userprofile%\My Documents\ProE\PTC\.wf
set PTC_WF_CACHE=%userprofile%\My Documents\ProE\PTC\.wf

You can create a duplicate startup file that doesn't contain these
settings or has them commented out. In addition, if you have config
files with directory settings for Windchill, you can copy these with
your startup batch files accordingly prior to launching Wildfire.

Regards,

James
March 8, 2010
dm_remember_server no

Dan Harlan