[web2py] Re: Firewalls, restrictions and appending to two tables

2012-12-18 Thread LightDot
Please post the exact code you use to connect to a database (hide the username / password, of course). Someone will perhaps be able to offer a workaround if you give us at least some information... Perhaps you're connecting to a database remotely without any reason..? Basically, you're getting

[web2py] Re: Firewalls, restrictions and appending to two tables

2012-12-18 Thread Seelife
Hi Ron, thanks for that info. We thought as much. It seems its the firewall that is causing us so many problems. We can run our apps with no problems on machines with fewer restrictions. Apart from modifying the firewall rights (hard to do), any suggestions to work around them other than placi

[web2py] Re: Firewalls, restrictions and appending to two tables

2012-12-18 Thread Ron McOuat
The error traceback is saying the connection to the database could not be opened. The problem should be in the model file that has db=DAL(.), the first parameter is the connection information. If the database is on another machine and a firewall is in the way you won't have any ability to