tigertoolbox icon indicating copy to clipboard operation
tigertoolbox copied to clipboard

Converting data types issues

Open gbissio opened this issue 5 years ago • 0 comments

Hi Team, I'm getting the following issues:

Report: Daily Performance Trend Issue: An error has occurred during report processing. (rsProcessingAborted) Cannot read the next data row for the dataset 'PerfCtr'. (rsErrorReadingNextDataRow) Error converting data type varchar to float.

Report: Daily_Performance_Workload_Trend Issue: An error has occurred during report processing. (rsProcessingAborted) Cannot read the next data row for the dataset 'PerfCtr'. (rsErrorReadingNextDataRow) Error converting data type varchar to float.

Report: SQL Memory Utilization Report

Issue: An error has occurred during report processing. (rsProcessingAborted) Cannot read the next data row for the dataset 'MemoryUtil'. (rsErrorReadingNextDataRow) Error converting data type varchar to float.

All queries are using the same table PerformanceCounter and the column countervalue was built with varchar(250). Can you please help me to review this? I tried changing the column data type but I got an issue within collection job execution.

Thanks!

gbissio avatar Sep 15 '20 13:09 gbissio