RVR-SF-RDBMS-307
Issue summary
- The error "Failed to extract bucket and prefix from S3 file path" associated with Error Code: RVR-SF-RDBMS-307 indicates a problem in extracting the S3 bucket name and prefix from the provided S3 file path. This issue arises when the S3 path format is incorrect or the necessary permissions to access the S3 bucket are not configured properly.
Action steps
To resolve the error, follow these steps:
- Verify the format of the S3 file path you are using. It should follow the correct S3 URI format, such as
s3://bucket-name/prefix. - Ensure that the bucket name does not contain special characters or uppercase letters, as this can lead to parsing errors.
- Check if you have the appropriate permissions to access the S3 bucket. Make sure your IAM policy includes permissions like
s3:listbucket,s3:getobject, ands3:listbucketfor the specified bucket. - Review the connection details entered in Data Integration, ensuring they align with the actual S3 bucket configuration, including correct region settings and endpoint specifications.
- Verify the Data Integration pipeline configuration to confirm the correct setup of file path prefixes and patterns for extraction settings.
External references
- You can refer to the official Data Integration documentation for Amazon S3 connections for more details: Connection Amazon S3.
- For additional details on configuring bucket permissions, you may refer to AWS S3 documentation: S3 Bucket Policy.
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.