Installing : System Architect XT/Focal Point Gadget Dashboard : Post-installation tasks : Configure and start Focal Point Server
  
Configure and start Focal Point Server
For the integration to be successful, the Focal Point Server needs to be running.
Note It is recommended that you add the start command to Microsoft Windows’ Auto Start options to guarantee it is always available.
Before starting the server for the first time, there are a few configurations that must be done.
To configure Focal Point Server
1 Browse to the path you installed the add-on, and then open folder \SA-FP Gadget Dashboard\server\conf\fp\.
2 Open file fp.properties in Microsoft Notepad or another text editor.
3 Configure the database connection. The following instructions assume that you used PostgreSQL as your database and the necessary JDBC settings have already been configured. If you used a different database then comment out the PostgreSQL settings, and uncomment the appropriate JDBC entries.
With the defaults you will see the settings listed below. Review the URL and change the IP address and port number if required; also add the Administrator password that was used during PostgreSQL installation.
jdbc.driverClassName=org.postgresql.Driver
jdbc.url=jdbc:postgresql://127.0.0.1:5432/focalpoint
jdbc.username=postgres
jdbc.password=your-password
4 Configure the license connection. Find the entry for the license location and change the IP address and port number to match your UNICOM License Server settings.
licenseLocation=127.0.0.1:7498
5 To start the Focal Point Server:
a Browse to the path you installed the System Architect XT/Focal Point Gadget Dashboard add-on.
b Open folder \SA-FP Gadget Dashboard\server\.
c Select server.startup.bat, and then click Run as administrator.
Remember that it is recommended that you add the start command to Microsoft Windows’ Auto Start options to guarantee it is always available.
Note The server startup provides a DOS screen that will state Server Startup in xx milliseconds. If this message is not issued then the server might have failed to start using the option Run as administrator. If so, try opening a command prompt as an Administrator, and then run server.startup.bat in the command window.
For example, for Windows 10, in the Type here to search window, type cmd and press Ctrl+Shift+Enter. The Command Prompt window will appear; use the cd command to change directory to:
C:\Program Files (x86)\UNICOM Systems\System Architect Suite\SA-FP Gadget Dashboard\server
Finally, type server.startup.bat (see below) and then press Enter to run the command as an Administrator.
Next
Configure Focal Point and System Architect XT for integration