Skip to main content
1-Visitor
February 6, 2021
Solved

Missing Componets Retrieval

  • February 6, 2021
  • 3 replies
  • 4557 views

HI , 

When i open a model on CREO 6 , some componets is missing , so i must retrieve them manualy. 

I have all my componets on subfolders in 3d_library folder , and search.pro file refered on those subfolders . In the model tree , componets 08021800_kabiles_m8x30 , are located in the same main folder with the missing componets. The missing componets on the second abstract , model retrieve them , if i make regen twice. 

Giben_0-1612619123508.png

Giben_1-1612619375885.png

 

 

Attached abstract from  ,

config. pro ,

Giben_2-1612619696745.png

Giben_4-1612619802106.png

 

search.pro file on  ,D:\CREO_CAD_CAM3D

 

! KABILIES
"D:\CREO_CAD_CAM3D\3D_LIBRARY\KABILIES"
"D:\CREO_CAD_CAM3D\3D_LIBRARY\PODIA_KOYZINAS"
"D:\CREO_CAD_CAM3D\3D_LIBRARY\SCREWS"

 

and location of componets in subfolders on 3d_library folder

 

D:\CREO_CAD_CAM3D\3D_LIBRARY\KABILIES.  (ok, retrieve them , componets 08021800_kabiles_m8x30)

D:\CREO_CAD_CAM3D\3D_LIBRARY\SCREWS (need retrieval , missing componets)

D:\CREO_CAD_CAM3D\3D_LIBRARY\PODIA_KOYZINAS (second missing items , retrieve them after two regenarations)

 

Can anyone help me ? Where is my mistake ?

 

Best answer by MartinHanak

@Giben wrote:

Commas separated in search_path,

it works..... i have a library of at least 130 components . I must do the same for all of that ? Jesus Christ. And to feed search_path when i make something new ?

I wan to cry ....


Hi,

if 130 components are located in the same directory then you need 1 search_path option.

If every component is located in its own directory then you need 130 search_path options.

3 replies

tbraxton
22-Sapphire II
22-Sapphire II
February 6, 2021

If I understand there are missing components when retrieving "BASE_102.ASM" but when you regenerate twice the missing components are retrieved.

 

If this is correct it sounds like Creo dies not search for the components until you regenerate a specifc model and is not an issue with search paths. Do you know why this model requires 2X regeneration to fully regenerate?

 

I would investigate the subassemblies of the top level assembly and determine why they are not regenerated upon retrieval from disk. Clear all models from RAM and open the subassemblies one at a time to determine why they are not regenerating and work your way up to the top level assembly.

Giben1-VisitorAuthor
1-Visitor
February 6, 2021

When regen twice , Kitchen_feet componets retrieved. 

Bida_mont_allen componet , does not. I must retrieve it manualy. 

I have try everything. 

The same goes for other models , not only with  "BASE_102.ASM" . I musÏ„ retrieve almost everything manualy. 

24-Ruby III
February 6, 2021

@Giben wrote:

HI , 

When i open a model on CREO 6 , some componets is missing , so i must retrieve them manualy. 

I have all my componets on subfolders in 3d_library folder , and search.pro file refered on those subfolders . In the model tree , componets 08021800_kabiles_m8x30 , are located in the same main folder with the missing componets. The missing componets on the second abstract , model retrieve them , if i make regen twice. 

Giben_0-1612619123508.png

Giben_1-1612619375885.png

 

 

Attached abstract from  ,

config. pro ,

Giben_2-1612619696745.png

Giben_4-1612619802106.png

 

search.pro file on  ,D:\CREO_CAD_CAM3D

 

! KABILIES
"D:\CREO_CAD_CAM3D\3D_LIBRARY\KABILIES"
"D:\CREO_CAD_CAM3D\3D_LIBRARY\PODIA_KOYZINAS"
"D:\CREO_CAD_CAM3D\3D_LIBRARY\SCREWS"

 

and location of componets in subfolders on 3d_library folder

 

D:\CREO_CAD_CAM3D\3D_LIBRARY\KABILIES.  (ok, retrieve them , componets 08021800_kabiles_m8x30)

D:\CREO_CAD_CAM3D\3D_LIBRARY\SCREWS (need retrieval , missing componets)

D:\CREO_CAD_CAM3D\3D_LIBRARY\PODIA_KOYZINAS (second missing items , retrieve them after two regenarations)

 

Can anyone help me ? Where is my mistake ?

 


Hi,

remove search.pro file and add following options into config.pro

search_path D:\CREO_CAD_CAM3D\3D_LIBRARY\KABILIES
search_path D:\CREO_CAD_CAM3D\3D_LIBRARY\PODIA_KOYZINAS
search_path D:\CREO_CAD_CAM3D\3D_LIBRARY\SCREWS

 

21-Topaz II
February 8, 2021

Maybe it was a typing mistake, but you show in your config.pro that

 

search_path_file D:CREO_CAD_CAM3D\START_MODEL_DIR\search.pro

 

But you say that the search.pro file is in D:\CREO_CAD_CAM3D

That might be part of the problem, but usually if parts are "findable" by Creo it will load them. The only time I've had to regenerate is when they were in a directory not listed in the search.pro.

1-Visitor
February 8, 2021

Hi,


How @MartinHanak said, remove the search.pro file and add the search path to your config.pro. You can add multiple paths on the same line.

 

remove search.pro file and add edit the search path into config.pro

search_path

D:\CREO_CAD_CAM3D\3D_LIBRARY\KABILIES, D:\CREO_CAD_CAM3D\3D_LIBRARY\PODIA_KOYZINAS, D:\CREO_CAD_CAM3D\3D_LIBRARY\SCREWS

 

Second thought...

Double-check if you call the search_path_file it is set for the correct location.

From your pictures, you have a different path in Creo config.pro than the actual location of the file

Creo config calls: D:\CREO_CAD_CA,3D\START_MODEL_DIR\search.pro

And the actual location of the search.pro file is: D:\CREO_CAD_CAM3D

 

Take care!

Bogdan

 

 

Giben1-VisitorAuthor
1-Visitor
February 8, 2021

Thanks all for your help. 

At first , i had typing wrong the path of config.pro , as the correct location is  D:\CREO_CAD_CAM3D\START_MODEL_DIR\search.pro . 
 I have try anything. My last change is the suggest of @MartinHanak to edit the config.pro with search_path option , in a row with commas separators.
I dont know what else can i do

 

 

 

Giben1-VisitorAuthor
1-Visitor
February 8, 2021

Commas separated in search_path,

it works..... i have a library of at least 130 components . I must do the same for all of that ? Jesus Christ. And to feed search_path when i make something new ?

I wan to cry ....