Environment
PlateSpin Forge 3.x, 11.x
PlateSpin Migrate 9.x, 11.x, 12.x, 2018.11 and up
Situation
During upgrades or when re-installing the PlateSpin Forge/Migrate/Protect software it is recommended that the database be exported to minimize potential data loss.
Resolution
PlateSpin Protect 10.x and Forge 3.x :
Export
1. Open a command prompt and navigate to:
..\PlateSpin Protect Server\PlateSpin Forge\bin\ImportExport
D:\Program Files\PlateSpin Forge Server\PlateSpin Forge\bin\ImportExport
2. Execute the following command:
ImportExportAll.bat /export C:\temp
3. The data will now be exported to C:\temp
Import
1. Open a command prompt and navigate to:
..\PlateSpin Protect Server\PlateSpin Forge\bin\ImportExport
D:\Program Files\PlateSpin Forge Server\PlateSpin Forge\bin\ImportExport
2. Execute the following command:
ImportExportAll.bat /import /dir=C:\temp
Note: If the command gives an error indicating it cannot find the XML files, then try provide the path in quotes (ImportExportAll.bat /import "C:\temp").
Platespin Migrate 9.x and up :
Export
1. Launch a command prompt and browse to ..\PlateSpin Migrate Server\bin
2. Execute the following command:
PlateSpin.ImportExport.exe /export /forceall /dir=c:\temp
If this command returns an error stating that there are 1 or more running jobs, please contact support for assistance
3. If other networks exist which need to be recovered, not including Sample Environment, this command has to be run for each network using the following syntax:
PlateSpin.ImportExport.exe /export /forceall /network=[NetworkName] /dir=c:\temp\[NetworkName]
Where [NetworkName] is the name of the network to be exported, without brackets
Import
If your original PlateSpin Migrate Server used only the Default Network, these steps will re-create the Default Network in the new PlateSpin Migrate Server:
1. Open the Migrate client
2. Double click “Network: Default” in the status bar at the bottom of window
3. Add a network called Temp
4. Select Default in the list below and click Delete
5. Click OK
6. Open a Command Prompt
7. Navigate to ..\PlateSpin Migrate Server\bin
8. Execute the following command:
PlateSpin.ImportExport.exe /import /forceall /dir="C:\temp"
9. Double click on "Network: Temp" in the PlateSpin Migrate client
10. Select Default and click Ok
11. Double click on "Network: Default"
12. Select Temp and click Delete
To import the data into a custom network, run the command below:
PlateSpin.ImportExport.exe /import /forceall /dir="C:\temp" /network=NETWORKNAME
This command will create a new Network called NETWORKNAME.