|
|
|
AyaNova Sales & Support
      
Group: Administrators
Last Login: Yesterday @ 7:34:22 AM
Posts: 2,190,
Visits: 5,029
|
|
| Hold on a second - is 70.233.225.9 the server's actual internal IP address? Isn't that your router's IP address? On the server, open a command prompt and type in ipconfig What is the actual ip address of the server where the database resides, where IIS is running and where you have AyaNovaDP installed to? - Joyce
- AyaNova Sales & Technical Support
- http://www.ayanova.com
|
|
|
|
|
AyaNova Sales & Support
      
Group: Administrators
Last Login: Yesterday @ 7:34:22 AM
Posts: 2,190,
Visits: 5,029
|
|
| You've got DataSource=70.233.225.9:6969 in the web.config, but are using DataSource=70.233.225.9; in the AyaNova.exe.config The web.config should be using the exact same connection string as your local network Ayanova.exe.config connection string. If 70.233.225.9 is your server's internal IP address, than you need to edit your web.config so that it is using only DataSource=70.233.225.9; - it should NOT have the port number in it. If 70.233.225.9 is NOT your server's internal IP address, than both your internal network AyaNova.exe.config and the web.config should be using the actual internal ip address of the server (or the server's computer name). Let me know once you have edited these. If you are still having a problem, zip up the AyaNova.exe.config for a local networked computer that defintely does work connecting to AyaNova just now, and zip up the edited web.config that is using the same connection string as the AyaNova.exe.config and identify what any errors are etc and exactly from what program running what connection you get the error. - Joyce
- AyaNova Sales & Technical Support
- http://www.ayanova.com
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2/25/2009 1:05:47 PM
Posts: 23,
Visits: 72
|
|
Yes I edited the password. I am able to login in on the local server. If I try to use the data portal on a computer on the network it returns the original error still. I am not sure what you mean by "via the network Firebird connection?"
-Tory
|
|
|
|
|
AyaNova Sales & Support
      
Group: Administrators
Last Login: Yesterday @ 7:34:22 AM
Posts: 2,190,
Visits: 5,029
|
|
| In the AyaNova.exe.config you are using the connection string for connecting to a networked Firebird AyaNova database. That tells me you are using a network Firebird connection. In the AyaNova.exe.config you have DataSouce identified as the ip address 70.233.225.9 But in the Web.config you have the DataSouce identified as the ip address AND also a port number 70.233.225.9:6969 which is not correct for the Data Protal connection in web.config As above, what is the actual internal IP address of your server where the Ayanova database is, where IIS is running and where this AyaNovaDP is installed onto - I asked above that you run ipconfig on the server - Joyce
- AyaNova Sales & Technical Support
- http://www.ayanova.com
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2/25/2009 1:05:47 PM
Posts: 23,
Visits: 72
|
|
Thank you, turns out the port number did not need to be in the web.config file. I thought I saw that in the manual some where. Everything should be working fine now!
-Tory
|
|
|
|