www.creosite.com© O. Corten

creo2 config.pro option documentation for: PREFERRED_REPLICA_SITES            


preferred_replica_sites

preferred_replica_sites
location_of_text_file.txt
this config.pro option sets the location of your preferred replica sites text file. once set, creo parametric conducts all data transactions with the specified replica sites. in an instance where a replica site is not available, creo parametric will default to the main windchill server. the proper syntax is:
preferred_replica_sites c:\location_of_replica_sites_file\replica.txt
setting up the text file
to use this config.pro option, you must create a text file that specifies the location of each replica site.
each entry in this text file must be in the following format:
http://location.of.windchill_server/winchill file://location_of_replica_site
 note
the windchill server and the location of the replica site are separated by a single space.
example text file:
http://main_server1/windchill file://file_vault_machine1
http://main_server1/windchill ftp://file_vault_server1
http://main_server2/windchill pnfs://file_vault_server:8000
http://main_server3/windchill http://replica_server3