| Hi again. I have listed the steps below, please make sure to review all before proceeding. If you have any questions, do let me know. First remove AyaNova 3 programs and Firebird 1.5 and install and configure Firebird 2 1. Uninstall (or remove after uninstlaling any of those that you had initially copied) AyaNova Generator 3.6, WBI 3.6, all DP 3.6 and AyaNova 3.6 on this station 2. Uninstall Firebird Server 1.5 3. Install Firebird Server 2 4. perform the steps to edit the Firebird Server's password if you want.
Now initial setup of the three AyaNova 4.x folders pointing to the three different AyaNova databases 1. Install AyaNova 4 using the latest AyaNovaSetup.exe and select to install data portal too - this installs AyaNova program files along with Dataportal files into the default location C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 2. Open IIS and shut down the Default Web Server (otherwise you are going to get errors while you do the rest of the steps) 3. create folder C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist and C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate 4. Copy all files and folders from C:\Program Files\Ground Zero Tech-Works Inc\AyaNova into \Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist 5. Copy all files and folders from C:\Program Files\Ground Zero Tech-Works Inc\AyaNova into \Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate
6. Edit the aliases.conf file in the Firebird Server 2 folder to have: AYANOVACC = C:\Data\AyaNova\CustomClimate\AYANOVA.FDB AYANOVASN = C:\Data\AyaNova\smithnephew\AYANOVA.FDB AYANOVABGCO = C:\Data\AyaNova\baptist\AYANOVA.FDB
7. Edit the config.txt in C:\Program Files\Ground Zero Tech-Works Inc\AyaNova so that it points to the SmithNephew database using network Firebird Server connection 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_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 with your computers IP address, database name AYANOVASN, and password
8. Edit the config.txt in C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate so that it points to the Custom Climate database using network Firebird Server connection
a. Delete the existing config.txt using NotePad in the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate folder b. Move to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate/examples folder c. Copy the EXAMPLE_FIREBIRD_SERVERconfig.txt file d. Move back to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate folder e. Paste in the EXAMPLE_FIREBIRD_SERVERconfig.txt file into the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate folder f. Rename this file to config.txt g. Edit this new config.txt using NotePad with your computers IP address, database name AYANOVACC, and password
9. Edit the config.txt in C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist so that it points to the Baptist database using network Firebird Server connection
a. Delete the existing config.txt using NotePad in the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist folder b. Move to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist/examples folder c. Copy the EXAMPLE_FIREBIRD_SERVERconfig.txt file d. Move back to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist folder e. Paste in the EXAMPLE_FIREBIRD_SERVERconfig.txt file into the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist folder f. Rename this file to config.txt g. Edit this new config.txt using NotePad with your computers IP address, database name AYANOVABGCO, and password
10. Stop Firebird Server 2 and restart Firebird Server 2
Now will configure Generator to run with the initial AyaNova installed folder - which is for SmithNephew
1. Perform the network Generator steps as outlined in http://www.ayanova.com/AyaNova4webHelp/network_generator_installation.htm NOTE this is installing Generator service for only one database - for SmithNephew as that is the connection set up in the default installation folder [EDITED March 5: if also want another database such as for Baptist to have its own Generator service, do the following after setting up the initial Generator - Stop the AyaNovaGenerator service (you may also need to stop IIS during this so that you can copy all files)
- Copy all files again from the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova folder except for the config.txt to C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist folder
- Open a command prompt
- Type in the following (do not copy)
sc create AyaNovaGeneratorBaptist binpath= "C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist\Generator.exe"
- if it successfully sets up the new service it will say
[SC] CreateService Success
Now will configure three different data portals - each its own Web Site, and each pointing to a different database Configure data portal for SmithNephew 1. In IIS Manager, delete the installed web site AyaNovaDP under Default Web Site (this should not remove the installed files) 2. In IIS Manager, create a new web site called DP_SmithNephew pointing to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova folder with its own port # • Allow anonymous access to the web site • The web site access permissions must be at minimum Read, Run scripts and Execute • Make sure .NET 2 is selected in the ASP.NET tab for this new site • You may or may not have to set the IP Address property of your new website to the computer's actual internal ip address instead of (All Unassigned) 3. Stop and Start this new web site that you just created 4. As the site is not under Default Web Site, note of course that the URL when initially testing would be http://localhost:xxxx/DataPortal.rem?wsdl where xxxx is the port number you gave when you manually created the site. (or use xxx.xxx.xxx.xxx:XXXX where xxx.xxx.xxx.xxx is the server's internal IP address)
Configure data portal for Custom Climate 1. In IIS Manager, delete the installed web site AyaNovaDP under Default Web Site (this should not remove the installed files) 2. In IIS Manager, create a new web site called DP_CustomClimate pointing to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate folder with its own port # • Allow anonymous access to the web site • The web site access permissions must be at minimum Read, Run scripts and Execute • Make sure .NET 2 is selected in the ASP.NET tab for this new site • You may or may not have to set the IP Address property of your new website to the computer's actual internal ip address instead of (All Unassigned) 3. Stop and Start this new web site that you just created 4. As the site is not under Default Web Site, note of course that the URL when initially testing would be http://localhost:xxxx/DataPortal.rem?wsdl where xxxx is the port number you gave when you manually created the site. (or use xxx.xxx.xxx.xxx:XXXX where xxx.xxx.xxx.xxx is the server's internal IP address)
Configure data portal for Baptist
1. In IIS Manager, delete the installed web site AyaNovaDP under Default Web Site (this should not remove the installed files) 2. In IIS Manager, create a new web site called DP_SmithNephew pointing to the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_baptist folder with its own port # • Allow anonymous access to the web site • The web site access permissions must be at minimum Read, Run scripts and Execute • Make sure .NET 2 is selected in the ASP.NET tab for this new site • You may or may not have to set the IP Address property of your new website to the computer's actual internal ip address instead of (All Unassigned) 3. Stop and Start this new web site that you just created 4. As the site is not under Default Web Site, note of course that the URL when initially testing would be http://localhost:xxxx/DataPortal.rem?wsdl where xxxx is the port number you gave when you manually created the site. (or use xxx.xxx.xxx.xxx:XXXX where xxx.xxx.xxx.xxx is the server's internal IP address)
Now configure WBI for access to the Custom Climate database 1. Perform the steps to install WBI 4 starting with http://www.ayanova.com/WBI4webhelp/wbi_server_installation.htm 2. When you perform step #1 of http://www.ayanova.com/WBI4webhelp/wbi_server_configuration.htm, do make sure you are copying the config.txt from the C:\Program Files\Ground Zero Tech-Works Inc\AyaNova_customclimate folder so that WBI connects to the correct database
. Do note that when updates are provided for AyaNova 4, you will be able to run the AyaNovaSetup.exe for the default C:\Program Files\Ground Zero Tech-Works Inc\AyaNova without having to do manual updating, but will need to manually copy all files to the other AyaNova folders so that all are updated. - Joyce
- AyaNova Sales & Technical Support
- http://www.ayanova.com
|