I need to change the Database name as per company naming convention.
When I run ChangeDBServer.bat I am able to modify the information. However, when I click Save I receive a Java exception:
java.io.FileNotFoundException: C:\ManageEngine\ServiceDesk\Bin\..\server\default\deploy\mssql-ds.xml (Access is denied)
It looks like the application is trying to get to C:\ManageEngine\ServiceDesk\server\default\deploy\mssql-ds.xml by using the "Up" command in Linux ".."
However, this does not work on my Windows Server 2012 installation. I examined the batch file and could not find a way to force the proper file path. It appears to be called from com.adventnet.servicedesk.tools.ChangeDBServerGUI.doSaveDBOperation(ChangeDBServerGUI.java:450)