PB 8.0.4
Got a trace from a customer from a SyntaxFromSQL:
(23b7008): Select (...)
(23b7008): GET EXTENDED ATTRIBUTES: TABLE=tablename OWNER=dbo (16 MilliSeconds)
(23b7008):
Error 208 (rc -1) : Name of Object 'dbo.pbcattbl' invalid.
The problem is: no customer have the pbcat tables, and this never happened before.
I tested the same exe, in a local database, after dropping the pbcat tables, an there is no error. After the GET EXTENDED ATTRIBUTES the select is executed and everything is fine.
Is there any parameter or something that define that my SyntaxFromSQL should use or not the pbcat tables?