|
Network SQL Server configuration |
Top Previous Next |
|
It is always recommend to read through all instructions first before proceeding.
NOTE: Make sure you have the latest Windows operating system service patches before proceeding.
NOTE: 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.
NOTE: If there is a firewall enabled on the computer where the SQL Server configuration is installed and setup, set exceptions for sqlserver.exe and sqlbrowser.exe and/or UDP port 1434 and 1433 in some cases
Use of AyaNova with SQL Server is a 6 step process
1. Ensure network uses TCPIP for communication between computers and server
The server and networked computers will communicate via TCPIP. If your network is not configured, please contact your local computer center. To confirm this, determine the server’s static internal IP address and ping from a local area networked computer
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.
2. 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 successful
c. Exit out of the AyaNova program
d. The AyaNova program files are installed by default to C:\Program Files\Ground Zero Tech-Works Inc\AyaNova
e. The AyaNova sample database is installed to %AllUsersProfile%\AyaNovaData\AYANOVA.FDB
3. SQL Server is installed and configured
a. Install SQL Server
b. Ensure MSSQL Server are running via Services
c. Ensure Autostart is set for SQL Server and for SQL Server Agent
d. Ensure Named Pipes and TCPIP are enabled protocols.
e. Reboot the computer
f. Confirm that SQL Server is running
4. Creation of SQL Server AyaNova database
a. On the server's Start menu, select to run the Firebird to MSSQL utility
b. This will open the ToMSSQL utility
c. You now need to edit the connection strings to what you actually have
Firebird database connection string
ServerType=1; Database=C:\ProgramData\AyaNovaData\AYANOVA.FDB;Dialect=3;
ServerType=0;DataSource=SERVERIPADDRESS_OR_NAME;DataBase=AYANOVA;User=SYSDBA;Password=masterkey;Dialect=3;
(where SERVERIPADDRESS_OR_NAME is your network Firebird server's name or ip address, where AYANOVA is the database name you set in the aliases.conf, and where masterkey is the password you set for your Firebird Server)
Microsoft SQL database connection string
ToMSSQL.exe defaults to an example SQL Express configuration string. You must change it so it is the following:
data source=SQL_SERVER_NAME;initial catalog=master;User Id=USERNAME; Password=PASSWORD;
(where SQL_SERVER_NAME is your SQL Server name, USERNAME is a SQL user with full rights to the SQL Server such as user "sa", and PASSWORD is that SQL user's password. And note also that the initial catalog is master for this utility)
So if your SQL Server is called SQLSERVER and your SQL Server full administrative username is sa and the password is letmein, than your string would look like:
data source=SQLSERVER;initial catalog=master;User Id=sa; Password=letmein;
d. Select Open Database Connections to test your connection strings
j. You will receive a message if connection is successful – select the OK button to proceed to create the SQL AyaNova database.
k. When finished at 100%, select the cancel button to close (the X) – wait until both lines show at 100%
5. Configure and confirm access for the AyaNova program on the server to the database
a. Delete the existing config.txt using NotePad 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_MSSQLSERVERconfig.txt file
d. Move back to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova folder
e. Paste in the EXAMPLE_MSSQLSERVERconfig.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
h. Now run the AyaNova 4 program and confirm you can log in.
6. Configure and confirm access from network computers to networked database
a. Copy your network SQL Server 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.
b. Copy/Move to this same shared folder the AyaNova installation file AyaNovaSetup.exe that you used to install on the server
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.
If the local networked computer will also run QBI, or PTI or perform an import, select when installing on that computer those optional AyaNova programs. Refer to the QBI Manual or PTI Manual available from the AyaNova download web page if using QBI or PTI. Refer to the appropriate Import CSV utility section in this help file if using one of the import utilities.
The AyaNovaSetup.exe will "see" that config.txt file and automatically copy it to that computer's AyaNova program directory so no additional configuration is needed on that user's station.
The install will only install the AyaNova program files it has been told to install, will copy that config.txt file to the networked workstations AyaNova program folder and will not install a trial database.
The AyaNova installation will place a desktop icon for AyaNova on the desktop as well as in the start menu.
You can confirm that AyaNova is configured correctly on the networked computer by logging in on that networked computer, selecting Help -> About AyaNova so that you know that you are correctly connecting to the networked SQL Server configuration
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.
|