Bennie Coetzer Posted August 11, 2013 Posted August 11, 2013 Hi, I have created a uniGUI application which works fine (ie connecting to a database) when working from Delphi GUI both with and without the Standalone server. However, as soon as I deploy it (both on a LAN or remote server) it seems to miss the DB server ( I get an Ajax error). It did work for a while but for some reason stopped and I don't know how to trace it. Any suggestions on how to trace such an error? Regards
gerhard.kimmeringer Posted August 11, 2013 Posted August 11, 2013 Hi Bennie, what say the error log? You are using 64 Bit or 32 Bit? What type of database components you are using? We use ZEOS with firebird without problems, in standalone and also isapi no problems.
Bennie Coetzer Posted August 13, 2013 Author Posted August 13, 2013 Hi Gerhard I am not sure which error log you are referring to. The application starts successfully but as soon as a connection to the DBs is attempted, it hangs. After a long while it comes back with Ajax error, the server is unavailable, try again later I use 32 bit Delphi with Firebird 2.5 and Apache 2.4. For the database connections I use the Interbase/Firebird components from Devart. What is weird is that both the exe and the standalone server version run perfectly, just the dll seems to hang up. Thanks
gerhard.kimmeringer Posted August 16, 2013 Posted August 16, 2013 Hi Bennie, i mean the unigui logfile. Use also a try except block to find the error and write the result to a textfile.
Recommended Posts