Skip to main content
16-Pearl
December 9, 2019
Solved

Search Path very slow

  • December 9, 2019
  • 1 reply
  • 7352 views

Hello everybody,

With Creo Parametric I have a config that through search path allows me to search for components in another folder (libraries)

I put myself in the workbook, which inevitably contains about 1000 codes.

The problem is that when the CAD does not find a model because it is in libraries, it takes an eternity to understand it before moving on to the library folder.

It seems because there are so many files

It's normal?? Do you want us to be the only ones working with folders with many codes and the search path?

Best answer by MartinHanak

@Matteo_1987 wrote:

Good morning,

I use only one search path in a library folder that contains about 1000 codes.

Attached is the config .pro file.

Thanks,

Matteo.


Hi,

 

tip no1.

Rename your config.pro

Create config.pro containing single line - see below

search_path j:\cfg_flat_bag\librerie

 

tip no2.

Rename your config.pro

Create copy of your config.pro and remove two lines - see below

instance_search_exhaustive YES

pro_library_dir wtpub://PDMLink/Prodotti/FLAT_BAG/Libreria/Componenti standard

 

1 reply

23-Emerald III
December 9, 2019

Searching that many folders for as file is very time consuming and there is no way around the delay as the system tries to find your file in a library that is at the bottom of your search path listing.

 

The way to cure it is to utilize a PDM system, like Windchill, where the database knows the location of each file and does not have to do a massive directory search.

 

16-Pearl
December 9, 2019

The function of PDM is already clear to me and this is not the case for using it.

I'm talking about a single search path for a folder that acts as a library.

I have already tried other config with more than one search path and it has never been so slow.

Are there other possible variables / options to be set at Creo level?

Could it depend on the server, firewall, antivirus, etc.?

Greetings,

Thank you.

23-Emerald III
December 9, 2019

Server, firewall and antivirus can all have an impact on retrieving files.

 

Creo will search your local directory where the assembly is loaded from and then move to the search path, if it has not found its files. What is your search path line in your config.pro? Does it point to a single folder or use a wildcard search for sub-folders?

Is this a new set-up that is slow compared to older ones that you have used? What has changed in your environment?