Skip to content
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

Closed
SQLPro9 opened this issue Apr 20, 2016 · 5 comments
Closed

There is insufficient result space to convert a money value to int. #1070

SQLPro9 opened this issue Apr 20, 2016 · 5 comments

Comments

@SQLPro9
Copy link

SQLPro9 commented Apr 20, 2016

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.

@sparrc
Copy link
Contributor

sparrc commented Apr 20, 2016

I can run the sciprts in sqlserver.go manually with out any errors

what do you mean by this?

@sparrc
Copy link
Contributor

sparrc commented Apr 20, 2016

cc @zensqlmonitor does this error message look familiar to you?

@zensqlmonitor
Copy link
Contributor

I will debug soon and come back.

@zensqlmonitor
Copy link
Contributor

#1083: SQL Server input. Fix datatype conversion.

@sparrc
Copy link
Contributor

sparrc commented Apr 23, 2016

closed by #1083

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants