Link to home
Start Free TrialLog in
Avatar of emocke
emocke

asked on

Firebird error with Terminal Services

I am running Firebird 1.5.3 on a windows2003 server with terminal services. Firebird is installed as a service. The frontend of the program is written in Delphi7. Clients connect through with remote desktop via terminal services. When I try to run the application I get the following error when the program reaches the point where it tries to open the firebird database: "operating system directive CreateFile failed. The requested operation cannot be performed on a file with a user-mapped section open"
Avatar of Nick Upson
Nick Upson
Flag of United Kingdom of Great Britain and Northern Ireland image

THis sounds like:
a) the database is on a mapped-drive, this is not permitted
b) the database has not been excluded from virus-scanning
c) you are attempting to connect without including the machine name in the path, please show your connection string
This is a know problem for local connections in terminal services, try changing the firebird.conf file add or change the following line:
IpcName = Global\FIREBIRD
ASKER CERTIFIED SOLUTION
Avatar of emocke
emocke

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Closed, 500 points refunded.
Vee_Mod
Community Support Moderator