Problem: TIBCBackupService in a windows service on Windows 7
Posted: Thu 08 Sep 2011 12:11
I wrote a little windows-service for creating a daily backup of a local Firebird database. I use the TIBCBackupService for it.
On XP or Vista it runs perfect, but under Windows 7 (64bit) I will get the error: "Your user name and passwort are not defined. Ask your database administrator to set up a Firebird login."
The username and passwort are set correct and if I make a backup with other tools (e.g. ibexpert) it works without a problem.
I think, the problem is the service. Does anyone know, if there are restrictions in windows 7 that make such problems?
I use TCP for the connection and I've disabled the firewall for testing.
Any ideas?
On XP or Vista it runs perfect, but under Windows 7 (64bit) I will get the error: "Your user name and passwort are not defined. Ask your database administrator to set up a Firebird login."
The username and passwort are set correct and if I make a backup with other tools (e.g. ibexpert) it works without a problem.
I think, the problem is the service. Does anyone know, if there are restrictions in windows 7 that make such problems?
I use TCP for the connection and I've disabled the firewall for testing.
Any ideas?