Feedback
Did this article resolve your question/issue?

   

Article

Cannot see some custom objects with the ConnectXE for ODBC Salesforce driver

Information

 
TitleCannot see some custom objects with the ConnectXE for ODBC Salesforce driver
URL Name000030599
Article Number000152505
EnvironmentProduct: Connect/Connect64 XE for ODBC Salesforce driver, Progress DataDirect for ODBC for Salesforce driver
Version: 6.1 and higher
OS: All supported platforms
Database: Salesforce
Application: ODBC Test, MS Access, SQL Server Linked Server
Question/Problem Description
Cannot see some custom objects with the ConnectXE for ODBC Salesforce driver. Standard tables display without issue.
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
The driver automatically maps Salesforce objects and fields to tables and columns the first time it connects to a Salesforce instance. The driver maps both standard and custom objects and includes any relationships defined between objects. The driver uses a local embedded database to instantiate the mapping of the remote data source objects to tables and the metadata associated with those tables. The driver creates a database per user. The embedded database is created in the directory from which the application is run and uses the user ID specified for the connection as the name of the database. Anytime a new Salesforce object is created this local database will need to be updated so the new objects can be viewed
Resolution
Set CreateDB = 1 (Force New)
The connection option "CreateDB" will force the creation of a new local database.   

To avoid a possible performance issues change the parameter back to the default
Set CreateDB = 2 (NotExist)

NOTE: The Create Database connection option has been replaced by the new Create Map option in version 8.0. The CreateDB attribute will continue to be supported for the 8.0 release, but it will be deprecated in subsequent versions of the product.

When using MS Access, users will need to drop and recreate the linked tables additionally.
Workaround
Notes
Reference to other documentation:
Progress® DataDirect Connect® Series for ODBC User's Guide, "The Connect XE Drivers" : "The Salesforce Driver" : "Connection Option Descriptions"
http://media.datadirect.com/download/docs/odbc/allodbc/#page/odbc%2FConnection_Option_Descriptions_10.html%23

Progress Information Hub > Progress DataDirect for ODBC for Salesforce User's Guide Release 8.0.0 > Connection option descriptions
https://docs.progress.com/bundle/datadirect-salesforce-odbc-80/page/Connection-option-descriptions.html

Progress Information Hub > Progress DataDirect for ODBC for Salesforce User's Guide Release 8.0.0 > Welcome to the Progress DataDirect for ODBC for Salesforce Driver > : What's New in this Release?
https://docs.progress.com/bundle/datadirect-salesforce-odbc-80/page/Whats-new-in-this-release.html

Progress DataDirect for ODBC for Salesforce Driver: Connection Option Descriptions : Create Map
https://docs.progress.com/bundle/datadirect-salesforce-odbc-80/page/Create-Map.html
 
Last Modified Date7/9/2021 8:25 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.