When you check in parts and assemblies to Commonspace, Intralink stores all items in a vault. The database links each actual name to a vault file name with a sequential number.
For example, say you check in an assembly with 2 parts & a drawing... these may be stored as 1023.asm, 1024.prt, 1025.prt, 1026.drw
If/when you need to retrieve specific files from a backup of the vault, you can't tell by looking which file is related to which part/drawing, etc...
That's when you need an OBJECT REPORT.
You can run an Object Report from the DSMU (proimgr) or command line:
fschangeme
. y fschangeme fschangeme
set ORA_SYS_PWD=manager
ilink_object_report.bat < input.txt
Simply search the Object Report for your item name to find out what vault file you need. Remember to look for the correct version and revision.
Ed-02-Jun-04