cancel
Showing results for 
Search instead for 
Did you mean: 

Stuck on Driver class information on E-sourcing Install.

Former Member
0 Kudos

Hi all,

I am trying to install E-sourcing 5 on Oracle 10g. I was able to get the DB up and running. Installed the E-sourcing s/w.

When I am trying to config the E-sourcing, it is asking me for the following:

Driver Class:

URL:

username:

password:

Schema:

Tablespace:

Indexspace:

Blob space:

I gave the URL (DB URL) Username/Password/Schema..

But cannot figureout the "Driver Class"

And the popup error box says: java.lang.ClassNotFoundException : database connection failed.

Any ideas please.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This might help:

popdb.user=frictionlessusr

popdb.password===7qrst

popdb.driverClass=oracle.jdbc.driver.OracleDriver

popdb.url=jdbc:oracle:thin:@dbservername:portnumber:dbname

popdb.displayName=System Database

Former Member
0 Kudos

Nope, that didnot work.

Former Member
0 Kudos

That worked with a retry. Thanks much Kamalakar

Answers (1)

Answers (1)

tridip_chakraborthy
Contributor
0 Kudos

Hi

Do you have access to the SAP E-Sourcing Installation guide

The steps for debugging are mentioned very clearly in that

Also can you check the SAP Notes related to SAP E-Sourcing in the sapservice market place

Icnase you arent able to get access to these notes, please upadte the thread

Regards

Tridip

Former Member
0 Kudos

Hi,

I do have E-sourcing Installation and Configuration guide. I don't see much in that, not sure if we both are looking at the same document though. I have downloaded all possible OSS notes too. No help so far.

Thanks

Jaya

0 Kudos

Hello,

For Oracle, I would guess that your driver class should be

oracle.jdbc.driver.OracleDriver

Rob