HowTo: Change location of packages area
INTRODUCTION
During migrations to SharePoint, package files need to be created on the PMA server before the data is uploaded. When a migration task is run, (some/all?) of the data is placed into packages before the upload to SharePoint can begin.
For disk space or performance reasons you may wish to change the default location where packages are located which is C:\Proventeq\Packages
SOLUTION
To change the location where temporary packages are located carry out the following steps
Open Notepad in Administration mode to edit the file
C:\Program Files\Proventeq\Proventeq Content Suite\Proventeq.ContentSuite.exe.config
Find this section
<add key="Content.TempPath" value="C:\Proventeq\Packages" />
And change the value to new location. E.g
<add key="Content.TempPath" value="D:\Proventeq\Packages" />
Note: Please restart the Proventeq Content Suite after the above changes
Comments