(edit Use Extended Attributes OFF, see print screen)
Hello,
Our DBA doesn't want those tables in the databases and my applications don't use them.
So I have the option Use Extended Attributes OFF, Read Only ON
pb.ini in AppData\Local\Appeon\PowerBuilder 22.0 and C:\Program Files (x86)\Appeon\PowerBuilder 22.0
Both contain:
[Database]
NoCatalog=1
ReadOnly=1
I'm only using database interface MSOLEDBSQL SQL Server.
Now the problems:
When I click Test Connection on the Preview tab of the Database Profile the pbcat tables are created or when using a read-only login I get an error
(and then Connection successful )
When opening the datawindow Data Source, for each table in the select I get an error (the datawindows have no mention of the pbcat tables when I export the source code)
I have this behavior in both PB 2022: GA #1892 and 2022 R2: GA #2819 and on multiple machines. I use the normal PowerBuilder installer.
If it's something I'm doing wrong in the settings I'd like to know but I've sort of started to live with it, when opening a data source I click escape a few times to skip those errors and I only use Test Connection with a read only login. But still if it can be fixed that would be good