
Freddie Lewellen
Hello,
Where in Alarmpoint interface UI can I find the database server name and/or database name?
Any information greatly appreciated.
THANK YOU!
0
Comments
Please sign in to leave a comment.
Hey Freddie, I'm pretty sure the DB server name is not displayed anywhere in the UI. You'd likely need to get onto the server running any of the Alarmpoint services (web server, application server, or even notification server) and investigate the common.properties file on the server.
Thank you Travis DePuy!
Freddie,
The file is typically encrypted, you will need to decrypt it to read the data.
I open a command prompt in the <APHOME> folder, and run the following command
C.>apsecure decrypt ./common/common.properties common.txt
this places a plain text version of <APHOME>/common/common.properties in the <APHOME> folder, you can then run
C:>notepad common.txt to view the file
make sure you delete the file when you are done.