Greetings!
The error "Encrypted excel file is not supported" occurs when Azure Data Factory (ADF) attempts to process an encrypted Excel file. To resolve this issue, you need to remove the password encryption from the Excel file. Follow these steps:
- Open the encrypted Excel file and remove its password.
- Save the file without encryption and re-upload it to Azure Storage.
- Update the source dataset in ADF with the correct file path.
- Ensure the target details are specified correctly in the sink dataset.
After performing these steps, you may encounter another error: "SQL compilation error: Schema does not exist or not authorized." This error occurs due to the absence of the specified schema in the target Snowflake database. To resolve this:
- Verify that the schema exists in the Snowflake target.
- Ensure that the necessary permissions are granted for accessing the schema.
The customer in this case resolved the issue by consulting with their internal Snowflake team and obtaining the required permissions.
Resources:
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.