Board index » delphi » Problem using same db alias for web app & desk app at same time
Ross French
![]() Delphi Developer |
Problem using same db alias for web app & desk app at same time2003-11-07 06:30:19 AM delphi139 Hello All, I was hoping that someone may have an idea of why I am having a problem. Any suggestions would be appreciated. Thanks in advance. Here is the scenario: -I have an ISAPI webapplicatition that uses my "music" db and is on my server. -I have a desktop application that uses the same db and often run it directly on the server. 1) The problem is that while they both work fine on their own, when the desktop application is open on the desktop, the webapplication stops working, giving the following error in the browser: 2) "Exception: EDBEngineError Message: An error occurred while attempting to initialize the BDE (error $2501)" At this point the server keeps working, just not when it calls the BDE.. 3) Once I shut down the desktop application and try to hit the webserver again, the webserver shuts down. 4) I can then restart the webserver and everything is fine. Troubleshooting: -I have another desktop application that hits the same database (although it is only a handful of tables) and this doesn't affect the ISAPI Application -If I open the desktop application on a different machine (hitting the same db on the server). It doesn't affect the ISAPI application. Here are some Tech Specifics: -Server NT 4.0 -IIS 4.0 -DB Tables in database used by the problem programs>30 -Tables are Paradox 7.0 -Generally there are only 1 - 2 users hitting the db at a time. |