When synchronizing SAP R3, if date fields in an SAP R/3 environment contain values that are not in a valid date or time formats, the SAP connector cannot read these values because type conversion fails.
Type conversion can be disabled. For this, SAP .Net Connector for .Net 4.0 on x64, version 3.0.15.0 or later must be installed on the synchronization server.
IMPORTANT: The solution should only be used if there is no alternative because the workaround skips date and time validation entirely.
To disable type conversion:
In the StdioProcessor.exe.config file, add the following settings.
In the existing <configSections>:
<sectionGroup name="SAP.Middleware.Connector">
<section name="GeneralSettings" type="SAP.Middleware.Connector.RfcGeneralConfiguration, sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436dca5c7f7d23" />
</sectionGroup>
A new section:
<SAP.Middleware.Connector>
<GeneralSettings anyDateTimeValueAllowed="true" />
</SAP.Middleware.Connector>
Note: if synchronization needs to be run locally on the synchronization Editor, the above needs to be updated to the SynchronizationEditor.exe.config file too.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center