Received error message "[process exited with code 3221225477 (0xc0000005)]" while running LOGPARSER.

  • Thread starter Thread starter DOS-VADER
  • Start date Start date
D

DOS-VADER

Guest
More of an annoyance as I was processing approximately 1600 files of Samsung shealth Blood Glucose readings in .csv files. The simple command line is listed below with the error after it successfully processed the files.E:\Samsung_Cloud_Backup\April-29-2023\samsungcloud_gk000024537511_20230430_access\Blood Glucose>LogParser -i:CSV -O:CSV -headerRow:on "SELECT CASE start_time when null THEN SUB(TO_TIMESTAMP(create_time,'yyyy-MM-dd HH:mm'), TIMESTAMP('0000-01-01 03:00', 'yyyy-mm-dd HH:mm')) when '38' THEN SUB(TO_TIMESTAMP(create_time,'yyyy-MM-dd HH:mm'), TIMESTAMP('0000-01-01 03:00', 'yyyy-m

Continue reading...
 
Back
Top