Troubleshooting
- When you configure a task with the Bulk API to retrieve data from the LeadActivity source object, the task might fail with the following error:
- [ERROR] com.informatica.powercenter.sdk.SDKException: com.informatica.cloud.api.adapter.runtime.exception.ReadException: com.informatica.cloud.api.adapter.runtime.exception.ReadException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.util.LinkedHashMap<java.lang.Object,java.lang.Object>` out of VALUE_NUMBER_INT token at [Source: (String)"57007"; line: 1, column: 1]
To resolve this issue, you must set the JVM option to -DInfaCustomParser=true in the Secure Agent properties.
Perform the following steps to configure the JVM option:
- 1In Administrator, select the Secure Agent listed on the Runtime Environments tab.
- 2Click Edit.
- 3In the System Configuration Details section, select Data Integration Service as the service and DTM as the type.
- 4Add the DInfaCustomParser property in the JVM option and set the property value to true.
Example:
- -DInfaCustomParser=true
- 5Click Save.