-
KX Advanced Capstone – Authorization Issue
I’m having trouble with question 3.6 in the Authorization section. When I run the test script, I pass all but one:
Looking more closely at the “sensor” error, it seems as if the .fia.getSummaryReport query requires the sensor table to be in memory in the remote process:
hdbH”.fia.getSummaryReport[]” gives the same sensor error.
On inspection:
hdbH”.fia.getSummaryReport” gives {select count i by date,sensorId from sensor where date=2020.01.02}.
Does this error mean I have defined .z.pg incorrectly or does this question require the loading of the sensor table into the remote process?
Many thanks:)
Log in to reply.