Subject Re: [Firebird-Java] I Need Help in Connection
Author Gabriel Reid
On Tue, Apr 26, 2005 at 03:20:09PM -0000, Francisco Antonio Vieira Souza wrote:
>
> I got this message whey trying to connect my application to Firebird.
>
> I am using a jar file with JayBird Driver inside it (org.firebir.***
> and javax.***)
>
> What could this be?
>
> Resource Exception. No message for code 335544472 found.
> Reason: No message for code 335544472 found.

That error code corresponds to the message "Your username and password
are not defined", so that's the root problem.

That errorcode translation, as well as all the others, are found in
isc_error_msg.properties. I would guess that your jarfile is missing
that file (if it's a jarfile you put together yourself).


Gabriel