Hello All,
I want to change the IP of my SEPM embedded DB (now its "localhost" and want to make the real IP of the hosting server: Telnet localhost 2638 => OK / Telnet IP_Addresse 2638 KO)
I want to do so to be able to retrieve data using JDBC, I made all the necessary changes :
HKEY_LOCAL_MACHINE\system\currentcontrolset\services\SQLANYs_sem5\parameters : Changed the value of localonly to no
C:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\tomcat\conf\Catalina\localhost\ROOT.xml : Changed the value of host=127.0.0.1 to host=IP_Addresse
C:\Program Files\Symantec\Symantec Endpoint Protection Manager\bin\ODBCUTIL.properties : Changed the value tcpip(IP=127.0.0.1 to tcpip(IP=IP_Addresse
ODBC Data Source Administrator /SystemDSN /SymlantecEndpointProtectionDSN /Network : Changed host value from 127.0.0.1 to IP_Addresse
Is this possible to change the IP or im missing something
Thank you in advance
Kind regards
N.Achraf