Plugin Upload Recovery Tool

The Plugin Upload Recovery Tool allows to recover not uploaded data from a plugin export process.

This situation may emerge, if e.g. there were network issues at the time, when the publishing process arrived at the uploading stage.

To be able to try the upload again, the Plugin Upload Recovery Tool has been developed.

Download the tool from here:
https://cp.mid.de/releases/plugins/recovery/recovery.zip

 

There are 3 modes supported

recovery.check

Checks if there are not uploaded data available.

 

recovery.upload

Uploads the remaining data to smartfacts.

The models should appear afterwards in smartfacts

 

recovery.clean

Cleans the already recovered upload data.

 

Running the tool:

Extract the zip file to a folder of your choice.

Identify a java.exe on your system

 

Run the command

Open a cmd console and change to the folder.

<path.to.java.exe> -cp -cp UploadRecovery.jar com.smartfacts.app.UploadRecovery <mode>

 

e.g.

"c:\Program Files\OpenJDK\jdk-20.0.2\bin\java" -cp UploadRecovery.jar com.smartfacts.app.UploadRecovery recovery.check

 

 

Or run on of the 3 batch files:

check.bat

upload.bat

clean.bat