Salesforce Connector is Truncating the Object Length to 30 Characters in ODI 12.2.1.4
(Doc ID 2656217.1)
Last updated on MAY 06, 2020
Applies to:
Oracle Data Integrator - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
After having upgraded Oracle Data Integrator (ODI) from 12.2.1.2.6 to 12.2.1.4, the following error is encountered when attempting to execute a Mapping that loads data from a source Salesforce Datastore:
Caused By: java.sql.SQLSyntaxErrorException: [FMWGEN][SForce JDBC Driver][SForce]syntax error or access rule violation: object not found: BMCSERVICEDESK__SRM_REQUESTDET
at weblogic.jdbc.base6_00_000215.ddcf.a(Unknown Source)
at weblogic.jdbc.base6_00_000215.ddcf.a(Unknown Source)
at weblogic.jdbc.base6_00_000215.ddcf.a(Unknown Source)
at weblogic.phoenix6_00_0194.jdbc.ddq.a(Unknown Source)
at weblogic.jdbc.base6_00_000215.ddcf.a(Unknown Source)
at weblogic.jdbc.base6_00_000215.ddcf.a(Unknown Source)
at weblogic.jdbc.base6_00_000215.ddcf.a(Unknown Source)
at weblogic.phoenix6_00_0194.jdbc.ddq.a(Unknown Source)
Steps to replicate the behavior:
- Create a new Mapping
- Use Source as a Salesforce object with Object length >30 characters
- Use Target as a Oracle Table
- Drag and Drop any one columns from source to target.
- Finish the Mapping by setting the required LKM and IKM (LKM SQL to Oracle).
- Run the Mapping and observe the SQL code which is executed at Salesforce end.
It will truncate the object length to 30 characters
Changes
Upgrade from 12.2.1.2.6 to 12.2.1.4.0
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |