SYMPTOM
An administrator schedules the data load task for Strategy Enterprise Manager 10.x in order to perform analysis on the usage of Strategy. Upon completion of the data load task, the administrator notices that the Strategy Enterprise Manager project is missing recent data. One of the reasons could be that last data load failed.
As a troubleshooting step, the administrator uses the following Strategy Command Manager 10.x script to determine the status of of the last data load job.
LIST PROPERTIES FOR LAST DATA LOAD IN ENTERPRISE MANAGER "localhost" IN PORT 9999;

Progress = -1.0 Steps = Statistics migration failed, Please check DSSErros.log for more details
2018-12-13 11:34:50.385 [HOST:XXXX1011][SERVER:][PID:4548][THR:4572][Database Classes][Error] Execute Query failed. Error type: Odbc error. Odbc operation attempted: SQLExecDirect. [22003:220: on SQLHANDLE] [Strategy][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Arithmetic overflow error for data type tinyint, value = -1. 2018-12-13 11:34:50.617 [HOST:XXXX1011][SERVER:][PID:4548][THR:4572][Database Classes][Error] Execute Query failed.
SQL: SELECT * FROM XXX.STG_IS_REPORT_STATS WHERE STEPCOUNT=-1;
SQL: UPDATE STG_IS_REPORT_STATS set STEPCOUNT=0 where stepcount='-1';