Skip to main content
Feedback

RVR-SF-RDBMS-312

Issue summary

  • The error "Failed to create S3 file path" with Error Code: RVR-SF-RDBMS-312 indicates a problem encountered while trying to interact with an Amazon S3 bucket in conjunction with an RDBMS (Relational Database Management System) data connector. This points to an issue with the configuration for the S3 path or permissions related to accessing S3 through the Data Integration platform.
  • Initial Diagnosis: This error could arise from incorrect S3 bucket path configurations, inadequate permissions, or misconfigured AWS credentials used by Data Integration to access the S3 resources.

Action steps

To resolve the error, follow these steps:

  • Check S3 Bucket Configuration: Ensure that the S3 bucket's path is correctly specified in Data Integration configuration. Ensure the bucket name and region match what you specify in your Data Integration connection setup.
  • Verify Permissions: Ensure that the AWS IAM user or role that Data Integration is using has the appropriate permissions to access the S3 bucket. Make sure permissions such as s3:GetBucketLocation, s3:ListBucket, s3:PutObject, and others necessary for file operations you grant.
  • Confirm Credentials: Double-check that the AWS credentials (Access Key ID and Secret Access Key) are correctly configured in Data Integration and have not expired or expired or been revoked.
  • Test Connection: Use the Data Integration test connection feature to verify that the setup is correct and to diagnose whether the path or permissions function properly.

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