on 2014 Jun 02 4:42 PM
Hi everybody ,
Our client has a MSSQL SERVER 7.0 database engine . We have a MSSQL SERVER 2008 as our database engine for our MII 12.2 version . Is is possible to connect our MII 12.2 plataform to that old database engine ( as a data server service ) ? .
Thanks for your kind help
Request clarification before answering.
I don't know if there is an ms provided jdbc driver. You can try the jtds driver: http://jtds.sourceforge.net/
If you can't get a connection that way maybe you can try linking the servers http://msdn.microsoft.com/en-us/library/ms188279.aspx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Christian ,
I looked over our old xMII 11.5 version data servers and found that the connection works with the following configuration :
JDBC driver : com.inet.tds.TdsDriver
Server URL : jdbc:inetdae:143.94.1.71:1433?database=FUELFACS&sql7=true
I think it is a matter of installing in our MII 12.2 version, the JDBC driver . How can I do it , because I do not find in the System Management folder a way to do it .
Please help, Thank you
You may need some 'Actions' assigned to a role you have in the UME to be able to deploy drivers:
JDBC Drivers:
XMII_JDBCDriver_R
XMII_JDBCDriver_RWD
XMII_JDBCDriver_deploy
XMII_JDBCDriver_all
Look in the c:\Illuminator\Conf directory on your 11.5 server for a zip or jar file that would be the JDBC driver used by the connection you mentioned. This is from memory, but if think that is the directory (or somewhere in that area of the file system. Upload/deploy and try your same connection details on the new server - with different claSS paths there should be no conflict.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.