Skip to main content
Feedback

RVR-SAPC-507

Issue summary

  • The error "MISSING_INCREMENTAL_FIELD Error Code: RVR-SAPC-507" occurs when using the SAP Concur data connector in Data Integration. This error occurs because of not specifying an incremental field in a Data Flow configured for incremental data extraction. Incremental fields are necessary to track and fetch only the new or modified data since the last extraction.

Action steps

To resolve the error, follow these steps:

  • Check Data Flow Configuration: ensure you select you set your Data Flow to incremental loading where it supports it. Verify that an appropriate incremental field.
    • The incremental field should have a consistent increasing or sequential value, like a date, timestamp, or an auto-incremented number.
  • Define Incremental Field:
    • In the Data Integration interface, navigate to the Table Settings tab and ensure a valid column you choose as the incremental field. You can use this field to define data increments.
  • Evaluate Source Schema:
    • Make sure the source table or view has a column that can act as an incremental field. Without this, the incremental loading configuration will not work and result in this error.
  • Data Flow Configuration Review:
    • Adjust the loading mode if needed, and ensure your configured settings match the capabilities of the source data.

External references

note

If the issue persists or you need help, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.

On this Page