Skip to main content
Feedback

RVR-LSNF-104

Issue summary :

  • The error code RVR-LSNF-104 indicates that the target table or target metadata is not provided, preventing the system from checking differences necessary for the data operation using a Snowflake data connector. This error typically occurs when trying to perform data operations such as data synchronization or upsert without specifying the necessary target configuration.

Action steps

To resolve the error, follow these steps: :

  • Verify Target Table Configuration: Ensure that the target table you specify within your Data Integration configuration. This includes the database, schema, and table name in the target options. You may need to check the "Target" tab settings and verify that all necessary parameters you complete.
  • Check Metadata Settings: Confirm that your schema mapping is properly defined in the Data Integration platform. This involves mapping all target fields and data types correctly and updating the metadata for these mappings.
  • Review Data Flow Settings: Check your Data Flow's configuration to ensure you select the right target and that you’ve specified how the data should be written to the target table (e.g., Overwrite, Upsert-Merge).
  • Incremental Load Setup: If you’re using an incremental load, ensure that you have defined the incremental field correctly in the schema settings.
  • Fix Schema Drift Handling: Check if schema drift may cause the issue by ensuring that your target setup accommodates any schema changes in the source.
  1. 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