![]() ![]() ![]() |
![]() |
Post database change steps for Managed Server
When the Managed Server is installed, it is registered with Admin Server as Managed Server with MySQL. If the database of the Managed Server is changed from MySQL to MSSQL, it has to be re-registerd with Admin Server as Managed Server with MSSQL. After changing the database, when the Managed Server is started as application, it will prompt the user to re-register with the Admin Server. After changing the database, when the Managed Server is started as service, there will not be any prompt to re-register. User has to ensure that the Managed Server is re-registered with the Admin Server. |
EventLog Analyzer lets users to migrate the existing EventLog Analyzer data available in MySQL database to MSSQL database.
This procedure is applicable only if you are already using the EventLog Analyzer with MySQL and you want to change the database to MSSQL.
If you want to configure the MSSQL for fresh installation of EventLog Analyzer server, please refer the Configuring MSSQL Database page and follow the procedure given there.
The steps to migrate and run the Eventlog Analyzer server with SQLSERVER as the database is given below:
![]() |
Note: If you are copying the above file from SQL Server (Version 2005 & above) installed server and the EventLog Analyzer is installed in other machine, please install the following SQL Native Client in the EventLog Analyzer machine as per the SQL vesion and CPU type of EventLog Analyzer machine.
MSSQL 2005 (32 bit) http://download.microsoft.com/download/4/4/d/44dbde61-b385-4fc2-a67d-48053b8f9fad/sqlncli.msi
MSSQL 2005 (64 bit) http://download.microsoft.com/download/4/4/d/44dbde61-b385-4fc2-a67d-48053b8f9fad/sqlncli_x64.msi
MSSQL 2008 (32 bit) http://go.microsoft.com/fwlink/?LinkId=123717&clcid=0x409
MSSQL 2008 (64 bit) http://go.microsoft.com/fwlink/?LinkId=123718&clcid=0x409 |
For Windows Authentication, enter the Domain Name, User Name and Password. Ensure that both EventLog Analyzer server and SQL Server are in the same domain and logged in with the same Domain Administrator account.
For SQL Server Authentication, enter the User Name and Password.
![]() |
Executing the restoreDatabase.bat will delete the existing data, if any. |
![]() |
You can also change the backup directory. Execute the batch file to backup by passing the absolute path of the directory as argument in the command prompt. Example command execution as follows: |
![]() ![]() ![]() |