I installed the DTS by following documentation : quickstartguide.pdf. I am
using a Windows XP with Oracle.
After the DTS installation: I am trying to run the KBCreate utility for
creating the DTS schema.
Changed the kbcreate.xml with valid parameters like database credentials and
host names. When I run the kbcreate I am getting an error :
Connecting with JDBC Driver URL: jdbc:oracle:thin:@localhost:1521:ORCL
The Network Adapter could not establish the connection
java.sql.SQLException: The Network Adapter could not establish the connection
And my second question is how do we utilize the DTS to be hosted as a service
in the application server, so that other client application can talk. Is it
though REST ? Web Service ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
By default kbcreate uses DTS_HOME/bin/kb/target-connection.xml file for
connection information. You need to add connection parameters for mysql in
that file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed the DTS by following documentation : quickstartguide.pdf. I am
using a Windows XP with Oracle.
After the DTS installation: I am trying to run the KBCreate utility for
creating the DTS schema.
Changed the kbcreate.xml with valid parameters like database credentials and
host names. When I run the kbcreate I am getting an error :
Connecting with JDBC Driver URL: jdbc:oracle:thin:@localhost:1521:ORCL
The Network Adapter could not establish the connection
java.sql.SQLException: The Network Adapter could not establish the connection
And my second question is how do we utilize the DTS to be hosted as a service
in the application server, so that other client application can talk. Is it
though REST ? Web Service ?
By default kbcreate uses DTS_HOME/bin/kb/target-connection.xml file for
connection information. You need to add connection parameters for mysql in
that file.