cancel
Showing results for 
Search instead for 
Did you mean: 

about jdbc connector

Former Member
0 Kudos

Hi guys:

I encounter a strange problem. I use netweaver's jdbc to manage DB Source.but the DB is null every morning,so i should click the "excute" button on the jabc connector'runtime through visual admin.If you come across the same problem with me or know why ,please inform me as soon as prossible.thanks a million!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Can you please paste the Properties of the JDBC connector. You can view this in Vis Adm.

Cheers

Shaji

Former Member
0 Kudos

<?xml version='1.0' encoding='UTF-8'?>

<!DOCTYPE data-sources SYSTEM 'data-sources.dtd'>

<data-sources>

<application-name>sap.com/ASE</application-name>

<data-source>

<data-source-name>ASE_DATA_SOURCE</data-source-name>

<driver-name>MysqlDriver</driver-name>

<init-connections>2</init-connections>

<max-connections>10</max-connections>

<max-time-to-wait-connection>60</max-time-to-wait-connection>

<sql-engine>vendor_sql</sql-engine>

<jdbc-1.x>

<driver-class-name>org.gjt.mm.mysql.Driver</driver-class-name>

<url>jdbc:mysql://localhost:3306/ase?characterEncoding=UTF-8</url>

<user-name>root</user-name>

<password>**********</password>

</jdbc-1.x>

</data-source>

</data-sources>

mysql version :mysql-5.1.19-beta driver version:mysql-connector-java-5.1.6-bin

Former Member
0 Kudos

Hi,the Properties contains the info about the system datasource not the datasource I created. Is there anything to do with the datasource I created?

former_member185029
Active Contributor
0 Kudos

Hi,

What are the details of the JDBC driver you are using?

Ashutosh