Forum Discussion
4 Replies
- marjan_karafiloContributor
Hi @Himani ,
Maybe this links will help you to resolve the issue:
https://azure.microsoft.com/en-us/blog/bcp-and-sql-azure/
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/20283393/Azure+SQL±+Bulk+ExtractAlso, can you provide the error of the Azure SQL bulk extract snap?
BR,
Marjan - HimaniNew Contributor
Failure: BCP program not found, Reason: Could not find BCP program in system path, Resolution: Make sure BCP program is in system path or indicate its location using BCP absolute path field.
this is the error.- marjan_karafiloContributor
I think that you have to install bcp command-line utility or provide the location where it is installed.
Please check the links that I have provided in the previous post.BR,
Marjan - smudassirEmployee
@Himani , may I know which OS your plex is running on? If the bcp utility is installed then you can add the bcp to the system path and you should be all good. Else, you can provide the absolute path of the bcp utility.
If bcp is not installed then you can install following the instructions here:
Windows: bcp Utility - SQL Server | Microsoft Docs
Linux: Install SQL Server command-line tools on Linux - SQL Server | Microsoft Docs