I am having an issue where the End Of File marker may not be happening during the creation of the eventlogdump.csv.
When the Bulk Insert into SQL Server fires off and start to import the eventlogdump.csv file, it bombs out with the error that the EOF is not found.
When I open the csv file and delete the last row and save the file, the Bulk Insert has no more issues with the csv file and impots it without a problem.
Is there something I can do to make sure this EOF marker is created in the eventlogdump.csv file that DumpEvt is creating.
Thanks again!
When the Bulk Insert into SQL Server fires off and start to import the eventlogdump.csv file, it bombs out with the error that the EOF is not found.
When I open the csv file and delete the last row and save the file, the Bulk Insert has no more issues with the csv file and impots it without a problem.
Is there something I can do to make sure this EOF marker is created in the eventlogdump.csv file that DumpEvt is creating.
Thanks again!
Comment