Focal Point
[CLOSED] BULKLOAD: Error found in the bulkload log file

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/7167017196

September 24, 2019, 02:49 PM
vaayu
[CLOSED] BULKLOAD: Error found in the bulkload log file
Hello Gurus,
We have a simple DM flow using BCP Extended bulk loader for SQL Server which works fine in DEV but, fails in prod, only difference is the amount of data. Can someone help how to investigate this issue?
 Commit forced at: 9000000 for 1000000 row(s)
Commit forced at: 9000949 for    949 row(s)
BULKLOAD: Error found in the bulkload log file
SQLState = S1000, NativeError = 0
Error = [Microsoft][ODBC Driver 13 for SQL Server]Unable to open BCP host data-f
ile
 

09/24/2019 12:19:45  (ICM18764) Request ssa_leads_alerts/ssa_leads_alerts_history failed; RC = 1740
09/24/2019 12:19:45   (ICM18039) DEP_10 ssa_leads_alerts_history Return Code = 1740 
  


Thanks in advance!!

This message has been edited. Last edited by: FP Mod Chuck,


-********************
Sandbox: 8206.10
Dev: 8201M
Prod:8009
-********************
September 25, 2019, 10:07 AM
FP Mod Chuck
Vaayu

I searched the techsupport site for "Unable to open BCP host data-file" and got quite a few hits. Please look at those posts as they may have the answer to your problem. It wasn't just one answer that solved these cases. One of they said "Once we got the bulk load logs, we determined that the job was causing a primary key violation because the job was trying to insert a duplicate key value into the db."


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
September 25, 2019, 11:03 AM
vaayu
Thank you Chuck,
It is odd, I did not find any hits with the same search on tech site. Would you mind sharing the direct links here please?

Thank you!


-********************
Sandbox: 8206.10
Dev: 8201M
Prod:8009
-********************
September 25, 2019, 12:55 PM
FP Mod Chuck
Vaayu

One talked about the duplicate key. There were 2 others that were solved by changing the maximum number of load session to 1.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats