Assuming your database is OK. Try the following link:
The important bit is:
Q: How do I do a merge without using cat files?
A: This requires making a change to your NT/2000 registry. This procedure, and the subsequent merging of database records without using your cat files should ONLY be performed if you are unable to run a normal merge job.
On your ARCserve server, run the appropriate registry editor:
HKEY_LOCAL_MACHINE - SOFTWARE - ComputerAssociates - ARCserveIT - BASE - Task
When you have located the Task key (which you must have as part of the ARCserve install) perform the following procedure:
- ADD KEY with the name merge
- ADD VALUE with Value Name DonotUseCatalogmerge
- Choose REG_DWORD as the Data Type
- In the DWORD Editor enter 1 and select Binary as the Radix
This works a treat for me using win2k , as2k SP4. What it does is force ARCserve to read in file by file what's backed up on tape and instantly add to the database, during a merge. The problem you have sounds like an unclean end of session, where the job was stopped/cancelled when a second tape was requested. The software had no space to write its end of session information and save the cat file to tape. Therefore during the merge, ARCserve skips to the end of the tape, but the last bit of info it gets is a request for second media, which it then asks for.
Hope that explains it a bit,
Cheers, Andy.