|
Network Firebird Server configuration |
Top Previous Next Print |
|
Read through all instructions first before proceeding.
Make sure you have the latest Windows operating system service patches installed before proceeding.
It is recommended to never perform installation via remote computer. If you do, and you encounter any issues, go physically to the server and redo all steps from scratch again.
Firebird Server must be version 2.1.1
Use of AyaNova with network Firebird engine is a 7 step process
1. Enable firewall port for Firebird Server
The network Firebird server by default uses tcp/ip port number 3050.
If there is a firewall enabled on the "server" computer where the network Firebird configuration is installed and setup, port 3050 needs to be enabled for local connections.
2. Ensure network uses TCPIP for communication between computers and server
a. Open a command prompt on the server (Start -> Run -> type in cmd and click on OK) and type ipconfig in the DOS prompt
b. Make a note of your server’s IP Address
c. Confirm that network computers can “talk” to the server by opening a command prompt on a local area networked networked computer and typing ping xxx.xxx.xxx.xxx and the Enter key where xxx.xxx.xxx.xxx is the IP address of your server
For example, if your server's IP address is 192.168.1.15, you would type ping 192.168.1.15
If you get a timeout, there is an issue connecting via TCPIP. Please contact your local computer center to troubleshoot.
3. Stand-alone AyaNova database and program is installed to server
a. Install the stand-alone AyaNova database and program to the server's local hard-drive while logged into that server itself. Refer to Stand-alone default AyaNova installation
b. Once installation is complete, run the AyaNova program and confirm you can log in
c. Exit out of the AyaNova program
d. It is very important that the AyaNova database file is not accessed (copied, moved, etc) unless explicitly stated so in the following steps. If the AyaNova database file is accessed before steps are completed, corruption could occur.
e. The AyaNova program files are installed by default to C:\Program Files\Ground Zero Tech-Works Inc\AyaNova
f. The AyaNova sample stand-alone database is located at %AllUsersProfile%\AyaNovaData\AYANOVA.FDB
4. Move stand-alone AyaNova database to new location on server
a. Using Windows Explorer, create a folder on the server from which the networked AyaNova database will be located - for example: C:\Data\AyaNova
b. In Windows Explorer, move the AYANOVA.FDB file from %AllUsersProfile%\AyaNovaData\ to this new folder C:\Data\AyaNova (or whatever folder you created on the server)
NOTE: Never ever move or edit or copy the AyaNova database file once network Firebird is installed and running unless:
5. Network Firebird 2.1.1 database server installation and configuration
a. Download the network Firebird 2.1.1 database server installation file from the link on the AyaNova web site http://www.ayanova.com/download.htm and be logged into the server as the server's administrator user
b. Start the network Firebird 2.1.1 database server installation
c. Once the network Firebird server installation is complete, move to the Firebird program directory C:\Program Files\Firebird\Firebird_2_1 via Windows Explorer
d. Using NotePad, open the file aliases.conf
e. Enter text identifying the name of your database and the path where you moved the database file to from step 3
AYANOVA = C:\Data\AyaNova\AYANOVA.FDB
f. Save and close the aliases.conf file
g. Reboot the computer and log in as the windows administrator
h. Confirm that the network Firebird server is running
i. As the network Firebird server uses a default password that is known by all, it is suggested that you change the default password.
CD C:\Program Files\Firebird\Firebird_2_1\bin
gsec –user sysdba –password masterkey
GSEC>
modify sysdba –pw aya78787
quit
6. Configure and confirm access for the AyaNova program on the server to the database
a. Delete the existing config.txt in the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova folder
b. Move to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova/examples folder
c. Copy the EXAMPLE_FIREBIRD_SERVERconfig.txt file
d. Move back to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova folder
e. Paste in the EXAMPLE_FIREBIRD_SERVERconfig.txt file into the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova folder
f. Rename this file to config.txt
g. Edit this new config.txt using NotePad
j. Save the file.
k. Run the AyaNova program and log in.
l. Select menu Help -> About AyaNova
m. Confirm that it shows the correct connection for you (screenshot below is an example and may not have the same ip address as you, same database name, nor same password) - so that you know that you are correctly connecting to the networked Firebird configuration
If you encounter an issue connecting to the AyaNova networked database, 99% of the time it is because a step was missed or done incorrectly. Go back and double-check each of your steps from the beginning.
7. Configure and confirm access from network computers to networked database
a. Copy your network Firebird configured config.txt file from the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova folder to a shared location that your networked users can access. Now that you have confirmed it works you can re-use it at all work stations.
b. Copy/Move to this same shared folder the AyaNova installation file AyaNovaSetup.exe that you used to install on the server. When a network setup is run it will automatically use the config.txt file it finds in the same folder as the setup program.
c. Have each local networked computer run the AyaNovaSetup.exe file from that shared location that also has the edited config.txt in that same shared location.
Refer to Network Generator installation steps to install and configure the Event Generator in a network setup if applicable.
Refer to the Data Portal installation and configuration steps to install and configure the AyaNova Data Portal if applicable.
|