In the database logs, there can be found records like this:
10 42P01: 2017-02-01 12:56:32 GMT [4981]: [1-1] user = xxxx,db = xxxx,remote = xxx.xxx.xxx.xxx(xxxxx) app = [unknown] ERROR: relation "questsoftware.toadsecurity" does not exist at character 24
11 42P01: 2017-02-01 12:56:32 GMT [4981]: [2-1] user = xxxx,db = xxxx,remote = xxx.xxx.xxx.xxx(xxxxx) app = [unknown] STATEMEN T: SELECT type, name FROM questsoftware.toadsecurity WHERE usertype = $1 AND username = $2
Why Toad Data Point is looking for the questsoftware.toadsecurity?
It is necessary to check if the Toad Security is used. The questsoftware.toadsecurity table is only created if the user implemented the Toad security.
This error has no impact on the behavior of Toad for Data Point except the Toad Security. If Toad Security is not used, this error can be ignored.