After running through the import and attempting to spot check a number of files using the client, I noticed that several folders & projects were empty of files that should not have been. A little poking around reveals that the files seem to be successfully converted up to a certain point - after that, the conversion seems to have stopped in its tracks, and only the only files that exist in subsequent folders are links to shared files that exist in the part that was successfully converted.
I looked into the import log and eventually found the point where it changes from "Transaction suceeded." messages to a massive, unending series of exceptions.
Code: Select all
Exception: System.Web.Services.Protocols.SoapException: Server was unable to process request.
I'm thinking that something bad must have happened to the web service or IIS somehow, but I'm not sure what? I've been able to connect to Vault fine with the Admin tool or client UI without rebooting so nothing died completely, but after this point the rest of the log is pretty much all similar exceptions.
See attached text file for example Exception message & trace from the log. The log contains many pages of this sort of exception after the point of failure.
Has anyone else ever seen this?