-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Middlegent/Hibernate and Informix
PostPosted: Thu Jun 03, 2004 1:08 pm 
Newbie

Joined: Wed Oct 22, 2003 12:59 pm
Posts: 14
hi all

my configuration is the following:

Hibernate 2.0.3
Informix 7.1
Middlegen

I am getting an error when I run ant and trying to connect to a Informix DB:
Quote:
BUILD FAILED
C:\OpenSource\Middlegen-Hibernate-r4\build.xml:149: middlegen.MiddlegenException: Couldn't connect to database: INFORMIXSERV
does not match either DBSERVERNAME or DBSERVERALIASES.



and this is the informix.xml file am using for the connection:

Quote:
<property name="database.driver.file" value="C:/DB2Driver/ifxjdbc.jar"/>
<property name="database.driver.classpath" value="${database.driver.file}"/>
<property name="database.driver" value="com.informix.jdbc.IfxDriver"/>
<property name="database.url" value="jdbc:informix-sqli://172.17.1.247:8126/lt:INFORMIXSERVER=dev_a26_gs_tcp"/>
<property name="database.userid" value="jdbc"/>
<property name="database.password" value="jdbc"/>
<property name="database.schema" value="logibro"/>
<property name="database.catalog" value=""/>



Thanks for your help!

P


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 03, 2004 11:57 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
This would appear to be the JDBC driver telling you you have your JDBC URL incorrectly formatted.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.