Skip to content

Commit d3fecd2

Browse files
committed
Update connector-troubleshoot-snowflake.md
1 parent 9aa8fc6 commit d3fecd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-troubleshoot-snowflake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ This article provides suggestions to troubleshoot common problems with the Snowf
2929

3030
- If you configure a [self-hosted integration runtime](create-self-hosted-integration-runtime.md) to connect to Snowflake, make sure to add your self-hosted integration runtime IPs to the allowed list in Snowflake.
3131
- If you use an Azure Integration Runtime and the access is restricted to IPs approved in the firewall rules, you can add [Azure Integration Runtime IPs](azure-integration-runtime-ip-addresses.md) to the allowed list in Snowflake.
32-
- If you use a managed private endpoint and a network policy is in place on your Snowflake account, ensure the Synapse/Azure Data Factory Managed VNet CIDR is allowed. For more steps, refer to [How To: Set up a managed private endpoint from Azure Data Factory or Synapse to Snowflake](https://community.snowflake.com/s/article/How-to-set-up-a-managed-private-endpoint-from-Azure-Data-Factory-or-Synapse-to-Snowflake).
32+
- If you use a managed private endpoint and a network policy is in place on your Snowflake account, ensure Managed VNet CIDR is allowed. For more steps, refer to [How To: Set up a managed private endpoint from Azure Data Factory or Synapse to Snowflake](https://community.snowflake.com/s/article/How-to-set-up-a-managed-private-endpoint-from-Azure-Data-Factory-or-Synapse-to-Snowflake).
3333

3434
## Error message: Failed to access remote file: access denied.
3535

3636
- **Symptoms**: The copy activity fails with the following error:
3737

3838
`ERROR [42501] Failed to access remote file: access denied. Please check your credentials,Source =SnowflakeODBC_sb64.dll..`
3939

40-
- **Cause**: The error pops up by the Snowflake copy command and is caused by missing access permission on source/sink when execute Snowflake copy commands.
40+
- **Cause**: The error pops up by the Snowflake COPY command and is caused by missing access permission on source/sink when execute Snowflake COPY commands.
4141

4242
- **Recommendation**: Check your source/sink to make sure that you have granted proper access permission to Snowflake.
4343

0 commit comments

Comments
 (0)