Hi,
I am trying to setup HVAR for one of my replication connections. I have enabled 'dsi_bulk_copy'. Ideally if I send a large tran from primary, it should create a temp table and do a bulk insert//update.
But this is failing for me with the below error ...
T. 2015/09/09 09:13:32. (19): set char_convert off
T. 2015/09/09 09:13:32. (19): (HQ Error) blk_init failed for table #rs_uEmployeeReport_19_1
E. 2015/09/09 09:13:32. ERROR #151 DSI EXEC(104(1) WSMGO2UAT.godba) - si/hqocs.c(2253)
Bulk-Lib routine 'blk_init' failed.
E. 2015/09/09 09:13:32. ERROR #1028 DSI EXEC(104(1) WSMGO2UAT.godba) - si/hqocs.c(2253)
Message from server: Message: 105, State 2, Severity 15 -- 'Unclosed quote before the character string '#rs_uEmployeeReport'.
'.
E. 2015/09/09 09:13:32. ERROR #1028 DSI EXEC(104(1) WSMGO2UAT.godba) - si/hqocs.c(2253)
Message from server: Message: 102, State 181, Severity 15 -- 'Incorrect syntax near '#rs_uEmployeeReport'.
'.
There after it goes on to do replicate using the traditional method.
Appreciate your help.
Thanks!!