Issue
Error: DS2Config.load: Caught Exception: File not found, d:\\dsupgrade2/config.xml
would be replaced with the path the customer specifies, there is no default path, this will depend on where the customer puts their temp directory.
During the start of the migration you will see the following at the beginning. Note the ~ (tildes) this represents a bad path in the environment variables.
Preparing for export...
Copying dsexport2.pyc to D:\DOCUSH~1\commands ...
1 file(s) copied.
Copying defaulttoxml.pyc to D:\DOCUSH~1\commands ...
1 file(s) copied.
Copying XMLMgr.pyc to D:\DOCUSH~1\classes ...
1 file(s) copied.
Solution
1. Right click My Computer | Properties | Advanced | Environment Variables.
2. Edit the Environment Variable path and remove and ~(tilde).
The paths should look similar to the examples below, however, the path will be different depending on where the customer puts their temp directory..
Example:
DSHOME D:\DOCUSHARE
Path C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;D:\Xerox\Docushare\bin
PYTHONPATH D:\DocuShare\local;D:\DocuShare\classes;D:\DocuShare\lib\python1.5;D:\DocuShare\lib\python1.5\win;D:\DocuShare\lib\python1.5\pyd;D:\DocuShare\lib\python1.5\win32;D:\DocuShare\lib\python1.5\win32\lib
SP_RELEASE D:\DOCUSHARE\lib\SANDPIPER
3. Rerun the migration.
Solution Published: February 20th, 2013
Solution ID: 1275