Re: interpreting an error message

2016-02-14 Thread Bob M
Thanks Rick

Got it now :)

Bob M



--
View this message in context: 
http://apache-database.10148.n7.nabble.com/interpreting-an-error-message-tp145594p145596.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.


Re: interpreting an error message

2016-02-14 Thread Rick Hillegas

On 2/14/16 5:26 PM, Bob M wrote:

Hi all

The following is from  my log:-

2016-02-15 02:13:28 java.sql.SQLNonTransientConnectionException: Connection
authentication failure occurred. Reason: Invalid authentication..
2016-02-15 02:13:28 Number of records in table USDCAD_S: 4100
2016-02-15 02:13:28 Connected to database
C:/Users/Stan/.netbeans-derby/us_copiosus_USDCAD_S
2016-02-15 02:13:28 Loaded the appropriate driver
2016-02-15 02:13:28 DerbyApp starting in embedded mode

to be read upwards :)

What does the top line mean ? - it seems to me that it IS connecting to the
database ??

Bob M



--
View this message in context: 
http://apache-database.10148.n7.nabble.com/interpreting-an-error-message-tp145594.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.


Hi Bob,

The authentication failure means that a connection attempt was rejected 
because it presented bad username/password credentials.


Hope this helps,
-Rick