With the introduction of Wildfire PTC also changed the way Import and Export was done from an Intralink 3.x Workspace.
Pre-Wildfire (R2001), PTC included a special mdimpex.exe tool to
facilitate the import and export of objects to or from an
Intralink Workspace
In Wildfire, PTC does a full import/export with a background session of
Pro/E. Because Pro/E fully retrieves and partially regenerates each
object the export routine takes much longer:
| Software versions |
Export method |
Time to Export
(275Mb, 276 files).
Dependencies set to None |
| Ilink 3.3 M022 - ProE R2001 2004290 |
mdimpexe.exe |
less than 1 min. |
| Ilink 3.3 M022 - ProE Wildfire 2.0 M160 |
Pro/E Background session |
27 min. |
| Software versions |
Export method |
Time to Export
(308Mb, 1109 files).
Dependencies set to All |
| Ilink 3.4 M011 - ProE R2001 2004290 |
mdimpexe.exe |
15 mins. |
| Ilink 3.4 M011 - ProE Wildfire 2.0 M160 |
Pro/E Background session |
56 mins.
Ended with a crash.
Exported only 1048 files. |
John Deere was one of the companies who has been pushing hard on PTC to fix the extremely slow import/export times.
The reason to use Pro/E for the import and export of objects can be
partially understood when realizing that PTC is trying to facilitate
companies who use the exported objects with external viewers. Then, of
course, you need to make sure all objects and relations are fully
regenerated in the exported models.
But my opinion is that an
import/export tool should not be bothered with regenerating the
placement of components and such. It should only be giving the exported
objects the correct names and setting the declared parameters to the
correct values. Upon import it should get these values as well and also
figure out the dependencies.
But that should be all. Regenerating the objects should be done after this by another powerfull tool called Pro/E.
Anyway ....
PTC realized something must be done and came with a partial solution.
This solution will be introduced by default with Wildfire 3.0 2005450
and can allready be used with the Wildfire 2.0 (M100+) hidden config.pro option:
DM_ENABLE_SIMPLE_IMPORT_EXPORT YES
See also:
TAN 127577
This option does bring the export time back drastically, but it still is considerably slower than mdimpex.exe:
| Software versions |
Export method |
Time to Export
(275Mb, 276 files).
Dependencies set to None |
| Ilink 3.3 M022 - ProE R2001 2004290 |
mdimpexe.exe |
26 secs. |
| Ilink 3.3 M022 - ProE Wildfire 2.0 M160 |
Pro/E Background session using the hidden config option:
DM_ENABLE_SIMPLE_IMPORT_EXPORT YES |
148 secs. (2,5 mins) |
As a workaround you can keep an R2001 installation and use an
intralink session tied to R2001 to import and export from intralink (to
troubleshoot problems with import and export see
TPI 129083). This also works for Wildfire 2.0 saved files.
There is a TAN on this slow import/export issue:
TAN 121004 (which is supposedly tied to SPR 985674).
TAN 125660 states that registered Pro/TOOLKIT/J-Link applications might influence the export/import performance:
Removing our Toolkit app didn't help a bit, though: it was still 26 minutes without the hidden config option.