Hi all

I'm using Rhino ETL to get some data from a webservice and import it
to a database table. Everything is working nicely so far and
performance with large sets of data is quite impressive. However, when
looking at the log entries generated by the ETL process, the "NOTICE"
entry for the SqlBulkInsertOperation (SaveEntitlementsToDB in my
example) always states 0 Rows, although all 767 rows that are read
from the webservice are correctly written to the database. Is that
something that can be fixed easily or am I overlooking something?

2010-11-10 21:07:45,722 [1] NOTICE MainProcess [(null)] - Starting to
execute MainProcess
2010-11-10 21:07:47,235 [4] NOTICE MainProcess [(null)] - Finished
ReadEntitlementsFromWebservice: 767 Rows in 00:00:01.4701470
2010-11-10 21:07:48,472 [5] NOTICE MainProcess [(null)] - Finished
SaveEntitlementsToDB: 0 Rows in 00:00:02.7042704
2010-11-10 21:07:48,478 [1] NOTICE
Rhino.Etl.Core.Pipelines.ThreadPoolPipelineExecuter [(null)] -
Completed process MainProcess in 00:00:02.7102710

Thanks in advance,
Vera

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to