Before you migrate your server, back up your existing CurrentWare database. The various ways to accomplish this can be found here: Backup and Restore CurrentWare SQL Database
It is very important that you have the correct CurrentWare Client password before you move your server. Having the correct password will avoid many configuration issues during the client redirect and save you a lot of time.
For this reason, it is recommended that you change the client password from your cwConsole (you don’t need your old password to change the new password). This way, you will have the correct cwClient password during the redirect. Learn how to change your CurrentWare Client Password on this page
It is time to perform a fresh install of the Server and Console on the new machine. Download the latest CurrentWare setup file from this link. If you running and older version of CurrentWare it is suggested to update the old location first, or install the same version onto the new location.
Run the CurrentWare.exe setup file on the new server to proceed with the installation
Microsoft SQL Server Management Studio is required for moving your SQL database. Download the setup file from this Microsoft link.
Place the .bak backup file into your new computers SQL Backup folder
Restore a backed up CurrentWare SQL database
Copy all this directory from the old server to the new server:
C:\Program Files (x86)\CurrentWare\cwWebConsole\WebConsole\assets\ScreenCapture\
Open the CurrentWare Server Manager (CWSM). You can search it through Windows by searching “CWSM” or go to C:\Program Files(x86)\CurrentWare\cwServer and run the CWSM.exe utility.
Check the database tab to ensure that your CurrentWare Server is pointing to the Correct SQL Server location and the correct database (If renamed it will be CWNPSQL1).
There are four methods to redirect the cwClients to the new cwServer.
Currently this feature is not available within the Web Console. You will need to open the CurrentWare Desktop Console to run a redirect. We are looking to add this feature into the Web Console in the next version update.
The desktop console can be found here: C:\Program Files (x86)\CurrentWare\cwConsole
Run the cwConsole.exe to open the CurrentWare Desktop Console and run the redirect.
If your clients are not connecting to the console even after you redirected them in the previous steps, you can try to manually connect them to the server.
This is the command line that allows you to reconfigure the CurrentWare Client to connect to another CurrentWare Server. The command line can be made into a batch file. It can be run from your remote control tools. It can be made into a log on script for your group policy.
In the following example, replace “Admin” with your CurrentWare Client password and swap the IP address with your CurrentWare Server.
On 64-bit client computers:
C:\Windows\SysWOW64\wcsystck\cwClient.exe -p Admin -ds 192.168.1.11
On 32-bit client computers:
C:\Windows\system32\wcsystck\cwClient.exe -p Admin -ds 192.168.1.11