Subject Re: [firebird-support] URGENT - Help
Author mark@lawinegevaar.nl
Actually, not entirely, format would be either jdbc:firebirdsql:hostname/port:path-to-db or jdbc:firebirdsql://hostname:port/path-to-db.

Where path-to-db is either an alias or an absolute or relative path. Which on Unix might lead to a double slash with the second url format.

Mark


----- Reply message -----
Van: "'mark@...' mark@... [firebird-support]" <firebird-support@yahoogroups.com>
Aan: <firebird-support@yahoogroups.com>
Onderwerp: [firebird-support] URGENT - Help
Datum: vr, dec. 19, 2014 21:08

Good thought! Technically without the slash should work as long as the location of the database is relative to the firebird root directory iirc, and otherwise you should get a different error.

Mark


----- Reply message -----
Van: "'Dr. Boris Neubert' omega@... [firebird-support]" <firebird-support@yahoogroups.com>
Aan: <firebird-support@yahoogroups.com>
Onderwerp: [firebird-support] URGENT - Help
Datum: vr, dec. 19, 2014 20:52


 
 

The connection 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


Looks to me as if it should be

jdbc:firebirdsql:10.112.33.3:3050/work/banco/sghdados.718

Cheers,
Boris