From: Phillip C. <phi...@ba...> - 2004-03-23 13:33:20
|
Hello, I have just completed a program that performs a Backup and Restore on a Database using the .NET Data Provider. The program worked fine on my own computer and a few others that I have tested it on but now I am finding an increasing number of computers where I get the following error when the program tries to start the backup: No message for code 152 found. FirebirdSql.Data.Firebird FirebirdSql.Data.Firebird.FbException: No message for code 152 found. ---> FirebirdSql.Data.Firebird.Gds.GdsException: Exception of type FirebirdSql.Data.Firebird.Gds.GdsException was thrown. at FirebirdSql.Data.Firebird.Gds.GdsSvcAttachment.Attach() at FirebirdSql.Data.Firebird.Services.FbService.Open() --- End of inner exception stack trace --- at FirebirdSql.Data.Firebird.Services.FbService.Open() at FirebirdSql.Data.Firebird.Services.FbService.startTask() at FirebirdSql.Data.Firebird.Services.FbBackup.Start() at Database_Cleaner.frmCleaner.Backup() I have tried the program on various version of Firebird and made sure all people are using the most up to date version of the Firebird .NET Data Provider by distributing this with the program but to no avail. Still it is 50\50 whether the program is going to work or not. I also stop and start the service before the program runs to ensure that the problem is not related to someone else using the database at the time of performing the backup. Can anyone think of what could be causing this error and why only a few people get this problem? Thanks in Advance Phill |
From: Phillip C. <phi...@ba...> - 2004-03-26 10:59:33
|
Hi > > And the user you are using for login exists in all computers ?? > > Can you try using always SYSDBA ( if you are not doing it yet :) ) with > > he correct password in each computer ?? We always use the default Username and Password to log onto our databases, SYSDBA as the username and masterkey as the password. This is what makes me really doubt that this is a login problem. The program has been made so other users name and passwords can be used but we never do. Cheers Phil |
From:
<car...@te...> - 2004-03-26 12:16:55
|
Hello: > We always use the default Username and Password to log onto our > databases, SYSDBA as the username and masterkey as the password. This is > what makes me really doubt that this is a login problem. The program has > been made so other users name and passwords can be used but we never do. Strange, there no other differences ?? I mean installations of Super and Classic server ?? -- Best regards Carlos Guzmán álvarez Vigo-Spain |
From:
<car...@te...> - 2004-03-23 14:58:49
|
Hello: > Can anyone think of what could be causing this error and why only a few > people get this problem? Seems to be a login problem .. huuummm ... are you using always the same user/password ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Phillip C. <phi...@ba...> - 2004-03-23 15:27:15
|
The username and password are configurable. Also I used the same database on different computers. On some it works on others it fails. Phil -----Original Message----- From: Carlos Guzm=E1n =C1lvarez [mailto:car...@te...]=20 Sent: 23 March 2004 14:59 To: Phillip Cannon Cc: fir...@li... Subject: Re: [Firebird-net-provider] Backup and Restore Problem Hello: > Can anyone think of what could be causing this error and why only a few=20 > people get this problem? Seems to be a login problem .. huuummm ... are you using always the same user/password ?? -- Best regards Carlos Guzm=E1n =C1lvarez Vigo-Spain |
From:
<car...@te...> - 2004-03-23 15:36:15
|
Hello: > The username and password are configurable. Also I used the same > database on different computers. On some it works on others it fails. The connection is being done always against the same server ?? The user and password is configured in the target server ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |