Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Exception Authentication violation -98 if connection is old

53 views
Skip to first unread message

bharatdighe

unread,
Feb 1, 2005, 9:03:53 AM2/1/05
to
Hi,

I get following exception when I fire any update/insert
queries to the
database. It happens only when the connection is approx 24
seconds
old. The connection is active i.e. queries are getting fired
on the
connection but when connection becomes 24 seconds old, I
start getting
following exception.
Note: It does not happen if database is on the local node.
It happens
only if database is on remote node.

com.sybase.jdbc2.jdbc.SybSQLException: ASA Error -98:
Authentication violation
at com.sybase.jdbc2.tds.Tds.processEed(Tds.java:2636)
at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java:1996)
at
com.sybase.jdbc2.jdbc.ResultGetter.nextResult(ResultGetter.java:69)
at
com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:204)
at
com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:187)
at
com.sybase.jdbc2.jdbc.SybStatement.updateLoop(SybStatement.java:1615)
at
com.sybase.jdbc2.jdbc.SybStatement.executeUpdate(SybStatement.java:1598)
at
com.sybase.jdbc2.jdbc.SybStatement.executeUpdate(SybStatement.java:414)

Please help.

Thanks and Regards
- bharat

J

unread,
Feb 1, 2005, 3:53:12 PM2/1/05
to
On 1 Feb 2005 06:03:53 -0800, Bharat Dighe wrote:

I think you want to ask the ASA groups as the failure is coming from
the dataserver.

Jay

Chris Keating (iAnywhere Solutions)

unread,
Feb 24, 2005, 11:36:02 AM2/24/05
to
Connections have to be autheticated. Make sure you reauthenticate stale
connections in the pool.


<Bharat Dighe> wrote in message news:41ff8c44.4e0...@sybase.com...

ayush....@gmail.com

unread,
Sep 1, 2016, 7:43:09 AM9/1/16
to
Hi,

did you get the solution for the below error which you got in the glassfish.

Regards,
Ayush Kabra

Chris Keating (iAnywhere Solutions)

unread,
Sep 1, 2016, 8:20:07 AM9/1/16
to
Hi chris,

I am getting the folllowing error in the glassfish.

Caused by: com.ericsson.eniq.events.server.common.exception.ServiceException: com.sybase.jdbc4.jdbc.SybSQLException: SQL Anywhere Error -98: Authentication violation
at com.ericsson.eniq.events.server.query.DataServiceQueryExecutor.updateData(DataServiceQueryExecutor.java:301)
at com.ericsson.eniq.events.server.query.DataServiceQueryExecutor.updateDataInRepdb(DataServiceQueryExecutor.java:270)
... 143 more
Caused by: com.sybase.jdbc4.jdbc.SybSQLException: SQL Anywhere Error -98: Authentication violation

Can you please help me what is the reason behind it and what is the solution for that.


Regards,
Ayush Kabra

0 new messages