To transfer all users and user groups from a PPM 5 installation's UMC user management to central user management of a PPM 9.9 installation, please proceed as follows.
Procedure (for each PPM installation)
y-datadump migrate -u system -p <password>
-c org.apache.derby.jdbc.EmbeddedDriver
-d org.hibernate.dialect.DerbyDialect
-url "jdbc:derby:<PPM5_HOME>/umc/db" -f <FILE>.zip
<password> is the placeholder for the password of the UMC administrator.
y-datadump.bat import -u system -p <password> -f <FILE>.zip
If your load balancer runs on a port other than 80, you first need to specify the parameter -s http://localhost:<port> when running the batch file y-datadump. The port was set during PPM installation and is specified in the file <installation directory<\ppmmashzone\server\bin\work\work_loadbalancer_<s|m|l>\runnable.properties and runnable_rc.properties.
Execute the command as follows.
Step 5.
y-datadump -s http://localhost:<port> migrate -u system -p <password> -c org.apache.derby.jdbc.EmbeddedDriver -d org.hibernate.dialect.DerbyDialect -url "jdbc:derby:<PPM5_HOME>/umc/db -f <FILE>.zip
Step 6.
y-datadump.bat -s http://localhost:<port> import -u system -p <password> -f <FILE>.zip