
The version numbers of these files must be the same.

The ODBCBCP.dll and SQLSRV32.dll files are located in the WINNT\System32 folder. If they are of different versions, rename the SQLSRV32.dll file, and then reinstall MDAC(ODBC). Examine the ODBCBCP.dll file and SQLSRV32.dll file.
#Sql bulk copy log windows#
BCP will not start if you use only Windows authentication without also using SQL Server authentication.

#Sql bulk copy log update#
Update the correct MSSQL Username and Password in OpManager/NetFlow Analyzer by executing DBConfiguration.bat in OpManager_Home/bin/ folder.Make sure the MSSQL server password does not contain special characters like ‘ ’.(Hint: Open command prompt and execute "bcp.exe -v" command in OpManager_Home/bin/ folder to get the version of bcp.exe.) If there is more than one bcp.exe file, keep the version suitable for MSSQL and delete older versions.Copy the bcp.exe and the bcp.rll files from the binn/ folder in MSSQL installed location and paste it in the OpManager_Home/bin/ folder.
#Sql bulk copy log pdf#
I think me and Shuky were relieved that we were able to resolve this issue and get this piece of functionality working as intended.Download as PDF Troubleshoot BCP errors Error 1īcp.exe or bcp.rll file not found in OpManager_Home/bin folder Solution By fixing this error and ensuring that the MyTableUID and MyField are prefixed with the MT aliased value, the query can now correctly determine which table to “grab” the data from, and the pipeline completes successfully. Upon execution, it would always throw the following error message whenever it was called from within our pipeline:Įagle-eyed SQL developers may have already spotted the subtle change, but to explain, it appears as if the query was unable to successfully determine whether to select the columns from MyTable (aliased as MT) or the Change Tracking version of the same table (aliased as CT). However, I can say with some degree of confidence that the product is in a stable state for serious consideration as part of your next data integration project.Ī good example of the types of roadblocks alluded to in the previous paragraph can be found in a recent issue myself, and a colleague was having with a particular Copy Activity within ADF that I had authored.


And, as a cloud solution that is continually evolving by Microsoft, it is not unreasonable to expect the occasional bug, gremlin or bizarre feature limitation, that you could not have anticipated would be present. Just be aware that you might need to devote some towards defining your entity mapping schemas and in putting in place creative solutions to handle some field mapping limitations. It really can provide a lot of benefits for organisations who have a particular focus on DevOps and cost-optimisation and, what’s more, the product is fully compatible with Dynamics 365 Customer Engagement. As you can probably tell from my recent post history (and from the talks I have had the pleasure of delivering so far this year), I am really into Azure Data Factory (ADF) in a massive way at the moment.
