InfluxDB Error: not executed

I have Grafana working great with two InfluxDB databases. Today I added a third, pretty much identical to the other two, on the same server. Adding data source was successful, but the panel shows “No data in response” and the inspect window shows “InfluxDB Error: not executed”.

Looking at the query in the panel ediotor, it looks OK:

SELECT “dev.cpu.0” FROM “autogen”.“mail” WHERE $timeFilter GROUP BY time($__interval) fill(null)

In the Inspect window, the query is shown as:
Object
request:Object
method:“POST”
url:“api/datasources/proxy/4/query”
params:Object
db:“servertemp”
epoch:“ms”
data:“q=SELECT%20%22dev.cpu.0%22%20FROM%20%22autogen%22.%22mail%22%20WHERE%20time%20%3E%3D%20now()%20-%206h%20and%20time%20%3C%3D%20now()%20GROUP%20BY%20time(15s)%20fill(null)%3BSELECT%20%22dev.cpu.0%22%20FROM%20%22bigbox%22%20WHERE%20time%20%3E%3D%20now()%20-%206h%20and%20time%20%3C%3D%20now()%20GROUP%20BY%20time(15s)%20fill(null)”
precision:“ms”
hideFromInspector:false
response:Object
results:Array[1]
0:Object

Log files don’t show anything relevant…

Any ideas?

I have the same problem. did you find an answer ?