Subject Re: [firebird-support] URGENT - Help
Author William Renato Lopes
We've tried to change the connection string in different ways.
Including these:
10.112.33.3:3050/work/banco/sghdados.718
//10.112.33.3:3050/work/banco/sghdados.718
No work.
 
William
 

2014-12-19 18:13 GMT-02:00 'mark@...' mark@... [firebird-support] <firebird-support@yahoogroups.com>:
 

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