Migrating to SQL Desktop Central 8
There is an issue with the mysql_mssql_restore.bat file when trying to restore the DB when migrating to MS SQL. The bat file is trying to reference %Java_Home% and %Server_Home%, but the variables are not set in the batch file which will return directory does not exist errors when trying to run the batch file. I added the line 'call .\setCommonEnv.bat' into the batch file, which sets the variables. This line is present in the batch file to backup the database 'mysql_mssql_backup.bat', but missing in the restore batch file.
New to ADSelfService Plus?