Subject | RE: [IBO] Firebird 2.1.2 RC1: Connection problem |
---|---|
Author | Luc Vigato, Sita Software |
Post date | 2009-01-23T10:02:09Z |
Hello Thomas,
I checked those properties, and they seems correct to me.
I have tested my application:
Under Firebird 1.5.5 it works
Under Firebird 2.1.1 it works
Under Firebird 2.1.2 RC1 it don't works
Regards
Luc Vigato
_____
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Thomas Steinmaurer
Sent: jeudi 22 janvier 2009 18:22
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Firebird 2.1.2 RC1: Connection problem
"by accident" to a value different to the default value in the object
inspector? Or, I guess, page buffers is such a property as well. There
might be others ...
--
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database, MS SQL Server and
NexusDB V2
Upscene Productions
http://www.upscene. <http://www.upscene.com> com
My blog:
http://blog. <http://blog.upscene.com/thomas/> upscene.com/thomas/
[Non-text portions of this message have been removed]
I checked those properties, and they seems correct to me.
I have tested my application:
Under Firebird 1.5.5 it works
Under Firebird 2.1.1 it works
Under Firebird 2.1.2 RC1 it don't works
Regards
Luc Vigato
_____
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Thomas Steinmaurer
Sent: jeudi 22 janvier 2009 18:22
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Firebird 2.1.2 RC1: Connection problem
> >From: IBObjects@yahoogrou <mailto:IBObjects%40yahoogroups.com> ps.com[mailto:IBObjects@yahoogrou <mailto:IBObjects%40yahoogroups.com> ps.com] On
> Behalf Of Helen Borriethe
>> Sent: jeudi 22 janvier 2009 12:16
>> To: IBObjects@yahoogrou <mailto:IBObjects%40yahoogroups.com> ps.com
>> Subject: Re: [IBO] Firebird 2.1.2 RC1: Connection problem
>>
>>
>>
>> At 09:37 PM 22/01/2009, you wrote:
>>> Hello,
>>>
>>> I'm in testing for our software Firebird 2.1.2 RC1.
>>>
>>> When I connect to the database with a user other then SYSDBA I receive
>>> following error.functions
>>>
>>>
>>> ICS ERROR CODE: 335544788
>>>
>>> ISC_ERROR_MESSAGE:
>>> Unable to perform operation. You must be either SYSDBA or owner of the
>>> database.
>>>
>>>
>>> A connection in IBExpert will work correctly.
>>>
>>>
>>> It's an IBO issue? I using IBO 4.8.7
>> I haven't observed it. IBO reports the exceptions returned to it in the
> Error Status array. This particular error occurs when you try to do an
> operation that requires SYSDBA/Owner privileges, viz., gbak, >most
> of gfix, including shutdown.the
>> Best you do a trace on what's happening in the API when this exception is
> returned. Also eliminate the possibility that you are activating Trusted
> User authentication by somehow omitting the login >>>>credentials.
>> Helen
>
> The error occures in method TIB_Connection.API_Connect. While attaching
> database.a
> errCode := isc_attach_database( @Status,
> null_terminated,
> PChar( FConnectedDatabase ),
> PdbHandle,
> bufptr,
> @buffer );
> errCode is never 0
>
> I cannot explain me why I can connect with IBExpert to the database. I do
> simple connect and nothing other.At TIB_Connection level, did you set any settings like e.g. ForcedWrites
"by accident" to a value different to the default value in the object
inspector? Or, I guess, page buffers is such a property as well. There
might be others ...
--
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database, MS SQL Server and
NexusDB V2
Upscene Productions
http://www.upscene. <http://www.upscene.com> com
My blog:
http://blog. <http://blog.upscene.com/thomas/> upscene.com/thomas/
[Non-text portions of this message have been removed]