Subject Re: [firebird-support] Some issues in Windows Vista
Author Helen Borrie
At 09:08 AM 31/01/2007, you wrote:
> I'm moving an application to Windows Vista.
>
> After installing the application, it runs though there are some errors
>that I need to track down(minor errors I would say).
>
> The application connects to c:\Data\thedata.gdb with the userId and
>password:
>
> appUser/XXXXXXXX
>
> Trying to Register c:\Data\thedata.gdb with IBOConsole under
>appUser/XXXXXXXX credentials, I get:
>
>ISC ERROR CODE: 335544745
>ISC ERROR MESSAGE:
>
>Your login SYSDBA is same as one of the SQL role name. Ask your database
>administrator to set up a valid Firebird login.
>
> when using SYSDBA/masterkey as credentials I get:
>
>ISC ERROR CODE: 335544745
>ISC ERROR MESSAGE:
>
>Your login SYSDBA is same as one of the SQL role name. Ask your database
>administrator to set up a valid Firebird login.
> Have anyone any idea what's is wrong ?

It appears that you have created a role in your database privileges
that has the name 'SYSDBA'. If so, then you have a big problem now,
because you have disabled the *user* SYSDBA from accessing the database.

Ordinary users will still be able to connect. However, you now have
no user that can back up that database.

./heLen