-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is insufficient result space to convert a money value to int. #1070
Comments
what do you mean by this? |
cc @zensqlmonitor does this error message look familiar to you? |
I will debug soon and come back. |
#1083: SQL Server input. Fix datatype conversion. |
closed by #1083 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can run the sciprts in sqlserver.go manually with out any errors but with telegraf im getting below.
root@AMAZ-WE12EC:/etc/telegraf# telegraf -config /etc/telegraf/telegraf.conf
2016/04/20 20:03:03 Starting Telegraf (version 0.12.1)
2016/04/20 20:03:03 Loaded outputs: influxdb
2016/04/20 20:03:03 Loaded inputs: sqlserver
2016/04/20 20:03:03 Tags enabled: host=AMAZ-WE12EC
2016/04/20 20:03:03 Agent Config: Interval:40s, Debug:false, Quiet:false, Hostname:"AMAZ-WE12EC", Flush Interval:10s
2016/04/20 20:10:41 There is insufficient result space to convert a money value to int.
2016/04/20 20:10:45 Gathered metrics, (40s interval), from 1 inputs in 5.357445136s
2016/04/20 20:10:50 Wrote 414 metrics to output influxdb in 16.461024ms
2016/04/20 20:11:21 There is insufficient result space to convert a money value to int.
2016/04/20 20:11:25 Gathered metrics, (40s interval), from 1 inputs in 5.324630545s
any idea which data types needs to change.
The text was updated successfully, but these errors were encountered: