while connecting to tableau from pinot. getting th...
# troubleshooting
d
while connecting to tableau from pinot. getting this error while extracting. any help?
n
@Deepika Eswar it says could not connect to data source. is there more logs that you can check? seems like a connectivity issue?
d
ok thanks
:{"e-code":"0xFAB9A2C5","e-source":"NeedsClassification","e-status-code":"2","msg":"\"Failed to execute query : SELECT Sample.Branch AS Branch,\n Sample.ClientName AS ClientName,\n Sample.CompletedStaffDate AS CompletedStaffDate,\n Sample.GroupName AS GroupName,\n Sample.Month AS Month,\n Sample.Role AS Role,\n Sample.StaffID AS StaffID,\n Sample.Staffname AS Staffname,\n Sample.State AS State,\n Sample.Status AS Status,\n Sample.TaskDescription AS TaskDescription,\n Sample.Username AS Username,\n Sample.Week AS Week,\n Sample.Year AS Year\nFROM Sample LIMIT 1000000\n\"","type":"ConnectivityException"},"sponsor":"IzfU/rDCkFbJHS0EPZBEii","type":"end"},"v":{"cols":0,"is-command":false,"protocol-class":"genericjdbc","protocol-id":20,"query-category":"Extract","query-hash":817374229,"query-trunc":"SELECT Sample.Branch AS Branch,\n Sample.ClientName AS ClientName,\n Sample.CompletedStaffDate AS CompletedStaffDate,\n Sample.GroupName AS GroupName,\n Sample.Month AS Month,\n Sample.Role AS Role,\n Sample.StaffID AS StaffID,\n Sample.Staffname AS Staffname,\n Sample.State AS State,\n Sample.Status AS Status,\n Sample.TaskDescription AS TaskDescription,\n Sample.Username AS Username,\n Sample.Week AS Week,\n Sample.Year AS Year\nFROM Sample","rows":0},"ctx":{}} {"ts":"2022-10-13T144834.894","pid":1748,"tid":"3574","sev":"info","req":"-","sess":"-","site":"-","user":"-","k":"end-qp.run-query","l":{},"a":{"depth":4,"elapsed":60.012,"exclusive":0,"id":"IzfU/rDCkFbJHS0EPZBEii","name":"qp.run-query","res":{"alloc":{"e":0,"i":3.67e+04,"ne":0,"ni":418,"peak":0},"free":{"e":0,"i":2.03e+04,"ne":0,"ni":242},"kcpu":{"e":0,"i":0},"ntid":3,"ucpu":{"e":0,"i":2}},"rk":"exception","root":"MoIyiUDYEZ4KnwXus/Md+o","rv":{"msg":"\"Failed to execute query : SELECT Sample.Branch AS Branch,\n Sample.ClientName AS ClientName,\n Sample.CompletedStaffDate AS CompletedStaffDate,\n Sample.GroupName AS GroupName,\n Sample.Month AS Month,\n Sample.Role AS Role,\n Sample.StaffID AS StaffID,\n Sample.Staffname AS Staffname,\n Sample.State AS State,\n Sample.Status AS Status,\n Sample.TaskDescription AS TaskDescription,\n Sample.Username AS Username,\n Sample.Week AS Week,\n Sample.Year AS Year\nFROM Sample LIMIT 1000000\n\"","type":"QueryException"},"sponsor":"DrczGrQvEkOIF2MNfex61S
getting this
@Navina
Federated Evaluator failed: Failed to execute query in tableau
n
I haven't played around with Tableau before. But from the exception you pasted, it looks like it is still a connectivity issue?
Copy code
"e-code":"0xFAB9A2C5","e-source":"NeedsClassification","e-status-code":"2","msg":"\"Failed to execute query : ... ", "type":"ConnectivityException"
I tried to look up this error code
0xFAB9A2C5
and found this article with similar error code - https://kb.tableau.com/articles/issue/bad-connection-tableau-could-not-connect-to-the-data-source-error-code-fab9a2c5 are you sure you are able to connect to the pinot data source from the tableau server you are running the query on?
also, have you tried with a different query. ? do all queries return the same error ?
d
actually the query loops for 100+ clients
we tried to load single client and test in tableau
it works fine
but when 100+ clients loaded it is throwing error @Navina
i will try with a different query and see how it works may be
k
How are you configuring Pinot connection stein in tableau
d
changed query, it dint work @Navina
n
@Deepika Eswar can you share how you are configuring the connection string?