I am having issues creating a "DB connection" to a interbase 6.0 database.
When I check the connection I get "connection rejected".
I have check that the connection is posible by using the IBConsole aplication.
Has anyone had a connection to a interbase database?
heres the connect string "jdbc:interbase://192.168.1.2/C:\Program Files\TestApplication\data\route.gdb"
(I have tried "jdbc:interbase://192.168.1.2/C:/Program Files/TestApplication/data/route.gdb")
Any ideas?
Regards,
Hi Dan
I have created a interbase database in TOS and it is successful. Did you succeed in connecting to interbase database in your IBConsole aplication? Are you sure you can connect to 192.168.1.2 machine?
Best regards
I'm still getting the same issue. I don't know if this makes a difference I am trying to connect from a linux PC (Connections to SQLite and Mysql both work fine). The interbase version shows WI-V6.0.1.0 Any ideas? I will try from the Windows PC, when I get a chance. Regards,
Bonjour,
Je cherche à me connecter à une base de données Interbase 5.6 sur un serveur de réseau local, J'arrive à me connecter via L'EXPLORATEUR SQL sur cette base...L'adresse est 192.168.1.208 la base se trouve dans c:\Fichiers\koala.gdb...
Faut-il installer interclient sur le poste client ou se trouve Talend open studio, sur le serveur ?
A t'il une syntaxe à respecter ?
PROPERTY TYPE =Built in
HOST="192.168.1.208"
DATABASE="c:\Fichiers\Koala.gdb"
Bien sur j'ai indiqué l'utilisateur et le mot de passe correspondant...
Et voici le message d'erreur
atabase connection is failed.
interbase.interclient.IBException: connection rejected by remote interface.
Merci de votre compréhension et de votre réponse.