You need to sign in to do that
Don't have an account?

Dataloader versus Lexiloader
Hi All,
I'm trying to import salesforce records directly into Oracle database table.
When i use
class="com.salesforce.dataloader.dao.database.DatabaseConfig" inside database-conf.xml, i'm recieving
Cannot Create Poolable Connection Factory <IO Exception:
Network adaptor could not establish the connection error.
But when i use
class="com.salesforce.lexiloader.dao.database.DatabaseConfig" inside database-conf.xml, i'm recieving
class doesn't exist.
Do i need to install lexiloader.jar file? .
Opps...Sorry my mistake..I used wrong hostname for database..