Feedback
Did this article resolve your question/issue?

   

Article

Unable to start Salesforce SQL Engine Server using sforce.jar

Information

 
TitleUnable to start Salesforce SQL Engine Server using sforce.jar
URL Nameunable-to-start-salesforce-sql-engine-server-using-sforce-jar
Article Number000154496
EnvironmentProduct: Progress DataDirect for ODBC for Salesforce Driver
Version: 8.0
OS: All supported platforms
Database: Salesforce
Application: All Supported applications
Question/Problem Description
While starting the Salesforce Driver SQL Engine Server service using sforce.jar the below error is received.
Steps to ReproduceTry starting the Salesforce driver SQL Engine Server with the following command

>sforce.jar com.ddtek.sforcecloud.sql.Server -port 19938
Clarifying Information
Error MessageError: Could not find or load main class com.ddtek.sforcecloud.sql.Server
Caused by: java.lang.ClassNotFoundException: com.ddtek.sforcecloud.sql.Server
Defect NumberDefect XDBC-19677
Enhancement Number
Cause
SQL engine for Progress DataDirect for ODBC for Salesforce driver has been upgraded with the 8.0 release from sforcecloud to phoenix framework.
Resolution
Documentation bug has been filed to update the documentation.

Starting Progress DataDirect for ODBC for Salesforce Driver version 8.0 and higher to start the SQL Engine Server service use the following class name

sforce.jar com.ddtek.phoenix.sql.Server -port 19938
Workaround
Notes
References to Other Documentation:
Using the Driver : Using the SQL Engine Server : Configuring the SQL Engine Server on UNIX/Linux : https://documentation.progress.com/output/DataDirect/odbcsalesforcehelp/odbcsalesforce/configuring-and-starting-the-sql-engine-server-o.html#wwID0ERHAO
Last Modified Date4/6/2020 1:47 PM
Files
Disclaimer The origins of the information on this site may be internal or external to Progress Software Corporation (“Progress”). Progress Software Corporation makes all reasonable efforts to verify this information. However, the information provided is for your information only. Progress Software Corporation makes no explicit or implied claims to the validity of this information.

Any sample code provided on this site is not supported under any Progress support program or service. The sample code is provided on an "AS IS" basis. Progress makes no warranties, express or implied, and disclaims all implied warranties including, without limitation, the implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample code is borne by the user. In no event shall Progress, its employees, or anyone else involved in the creation, production, or delivery of the code be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample code, even if Progress has been advised of the possibility of such damages.