Subject | Re: Received error "GDS Exception. 335544363. no transaction for request |
---|---|
Author | thomasobrien95 |
Post date | 2009-02-03T20:28:21Z |
--- In Firebird-Java@yahoogroups.com, Roman Rokytskyy <roman@...> wrote:
Thanks for your quick response. We are currently trying to support one
of the users who has come across this issue. We are currently waiting
for more information from them and should hopefully be able to respond
with more details soon.
Thomas
>works
> > I am working on an application that does reverse engineering of
> > databases and I recently received the exception "GDS Exception.
> > 335544363. no transaction for request" when trying to get meta data
> > from a connection using JayBird. The exception occurs when I try to
> > call the method getColumns on a DatabaseMetaData object. I have been
> > unable to find an explanation of this error code and I am hoping
> > someone can help me out.
>
> For some reason you do not have active transaction when you try to
> obtain columns from the metadata object.
>
> Normally this should never occur, since driver should detect such
> situations and start transaction for you. But seems that something
> not like it was designed.Hi Roman,
>
> So, it would be great if you could post some code that reproduces this
> issue, so we can tell it better.
>
> Roman
>
Thanks for your quick response. We are currently trying to support one
of the users who has come across this issue. We are currently waiting
for more information from them and should hopefully be able to respond
with more details soon.
Thomas