Reorganizing Inventor Files
Reorganizing Inventor Files
(OP)
I just got asked to clean up someone else's mess, oh what fun...
Here's the current situation. People have created their own project files and individual folders to house their individual portions of the larger assembly. Some of these folders are buried 3-4 levels deep in the file structure. Parts have been linked from various different locations even different drives. Some parts have been given the same name as other parts and placed into the individual project folders but are different. Generally, it is FUBAR.
Here is what I am needing to do. I need to consolidate these files into a central location under a single project. The project is the easy part, I can just create a new file. What I am concerned about is how to move the files without breaking too many links. I want move everything but not have to go back into each assembly and drawing and update each one.
Is this possible? How would y'all go about this? I have my ideas but I would appreciate yours. I am thinking that a pack'n'go would be the best bet.
Put on your thinking caps everyone! I would like to hear your suggestions as well as your concerns because you may think of a new problem that I haven't thought of already.
David
Here's the current situation. People have created their own project files and individual folders to house their individual portions of the larger assembly. Some of these folders are buried 3-4 levels deep in the file structure. Parts have been linked from various different locations even different drives. Some parts have been given the same name as other parts and placed into the individual project folders but are different. Generally, it is FUBAR.
Here is what I am needing to do. I need to consolidate these files into a central location under a single project. The project is the easy part, I can just create a new file. What I am concerned about is how to move the files without breaking too many links. I want move everything but not have to go back into each assembly and drawing and update each one.
Is this possible? How would y'all go about this? I have my ideas but I would appreciate yours. I am thinking that a pack'n'go would be the best bet.
Put on your thinking caps everyone! I would like to hear your suggestions as well as your concerns because you may think of a new problem that I haven't thought of already.
David





RE: Reorganizing Inventor Files
Chris
Systems Analyst, I.S.
SolidWorks 06 4.1/PDMWorks 06
AutoCAD 06
ctopher's home (updated 06-21-06)
RE: Reorganizing Inventor Files
RE: Reorganizing Inventor Files
We are in the same boat as you. Our only fix is to train all users on Vault and working from the same server.
Chris
Systems Analyst, I.S.
SolidWorks 06 4.1/PDMWorks 06
AutoCAD 06
ctopher's home (updated 06-21-06)
RE: Reorganizing Inventor Files
I mean one thing you have to do now is rename models.
Don't use free user names ever. Instead of that use numeric
or alfanumeric names linked with your projects. Vary usefull renaming helper is iAssemblyTools at www.cbliss.com/inventor/iCode/index.htm but it seems that unfortunately it works for IV9 and higher.
francoI
RE: Reorganizing Inventor Files
The majority of our files are already named by their numeric part number, so that really isn't an issue. There are a few assemblies that fall into that category but not many. The main issue is how to safely condense all of the files into a single, or at most 2 or 3, folders without breaking every link. Renaming files would be detrimental as we already are using our part number system. Also we are using IV8 and so that tool can't help us either.
Chris,
We may have gotten Vault 1.3 with the inventor software, I don't know. I can almost gaurantee that IT will not let us install it if we do have it. If we manage to get IV11, we will start using vault (I will make sure of it) but in the mean time I need to come up with a solution without it.
RE: Reorganizing Inventor Files
Step 1 Think big!
At first determine the structure of the machine and try to make a hierarchic model of it with Top level, sub assemblies and sub-sub assemblies just on a piece of paper.
Once the structure of the model is visible you will find it much easier to prepare bottom-up handling of all the files.
Just start at the lowest levels of your hierarchic scheme and work you way up to the top.
Step 2 Backup!
Make a backup of all files to be altered on the network or burn a DVD.
Step 3 check for any .ipn (presentation) files, since these are most likely to crash when underlaying parts are changed.
If there are some of these .ipn files then run a testcase first and see if it stays ok.
Step 3 The actual job!
Without the vault, best next thing is to use design-assistant for each sub-assembly 2D drawing. When activating the drawing, all underlaying 3D parts are shown.
Start renaming/replacing bottom-up with all nested parts and press the save button regularly.
Once a sub-assembly is done, rename and replace all underlaying 2D drawings of parts in Windows explorer and open them in Inventor. It will ask for the missing file. restore it with the new file manually.
Continue with other sub-assemblies until the top-level assembly has been reached.
Good Luck,
Martin
Unigraphics NX4,NX3,NX2,R17
Inventor 10,9,8,7
Solid Edge 10,9,8
Solid Works 2000,98
Mechanical Desktop 4,3
Autocad 2004DX,2000,R14, R12
Teamcenter 9
RE: Reorganizing Inventor Files
Thanks alot for your reply. Yes, you hit the nail on the head of what I am working with. Using Design Assistant was my second plan if I couldn't just pack everything and consolidate it that way. Good point about writing down the file structure hierarchy ahead of time. Is it better to move files in DA from the bottom up or from the top down?
RE: Reorganizing Inventor Files
I doubt pack and go will work as a first step, because you have files without unique naming.
However, it will give some benefit when collecting all data per sub-assembly starting from the lowest level. (don't forget to use the proper projectfile once you collect your data with it)
Unigraphics NX4,NX3,NX2,R17
Inventor 10,9,8,7
Solid Edge 10,9,8
Solid Works 2000,98
Mechanical Desktop 4,3
Autocad 2004DX,2000,R14, R12
Teamcenter 9
RE: Reorganizing Inventor Files
In 3D the only way to handle a job properly is to think TOP-DOWN and work BOTTOM-UP.
Good luck again
Martin
Unigraphics NX4,NX3,NX2,R17
Inventor 10,9,8,7
Solid Edge 10,9,8
Solid Works 2000,98
Mechanical Desktop 4,3
Autocad 2004DX,2000,R14, R12
Teamcenter 9
RE: Reorganizing Inventor Files