On 19-12-2014 16:38, William Renato Lopes [email protected] [firebird-support] wrote: > We are trying toconnect to a firebird classic server 2.5.2.26.540 64 > bits, a clientthrough *jaybird-full-2.2.2.jar* driver, but is returning > the following error: > > 2014-12-15 11:30:08,777 ERROR DefaultQuartzScheduler_Worker-1 > DBException - Error getting Connection. > > org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544339. > information type inappropriate for object specified > > Version string does not match expected format > > Expected engine version format: <platform>-<type><major version>.<minor > version>.<variant>.<build number> <server name> > > Theconnection string we are using is: > 2014-12-15 11:29:12,357 DEBUG DefaultQuartzScheduler_Worker-1 IN_ADT_A04 > - Using source connection URL: > jdbc:firebirdsql:10.112.33.3/3050:work/banco/sghdados.718 > <http://10.112.33.3/3050:work/banco/sghdados.718> > > Can you tell us what we should do to make it work?
Looking closer at the code, I might have found the cause. Jaybird is always expecting alpha-characters in platform, but there are at least two Sparc platforms that contain a number. What platform is your Firebird server running on, and what is the version string you get (eg using FlameRobin)? Mark -- Mark Rotteveel
