07/26/2023 04:20 AM - edited 07/26/2023 04:21 AM
We are trying to migrate our configuration to production and our new instance no longer supports the deprecated Custom Query job.
So, I'm stuck trying to use the new "Enhanced Query Execution" to set a service account for local authentication.
I've tried to follow the documentation per Guidelines for Constructing SQL Queries (saviyntcloud.com) but I am getting nowhere. The query below appears to match the required syntax for updates but returns an error.
SELECT 1 as LOCALAUTHENABLED, u.USERKEY as USERS__PRIMARYKEY from USERS u where u.USERNAME = 'myserviceacct'
The error returned is the helpful "Provided table and column name not in format".
Any ideas what I am missing?
Solved! Go to Solution.
07/26/2023 04:27 AM
Hi @BarCar ,
I do not believe the enhanced query execution job supports updates on the users table as is mentioned in the documentation.
Job Categories for Flat Job Control Panel (saviyntcloud.com)
Better to raise an FD for this.
Thanks,
Armaan
07/26/2023 04:28 AM
Sigh. I missed that. Thanks.
07/27/2023 06:59 AM
For anybody else struggling to set LocalAuthEnabled for a user on v23.7 or later - here's the "easy" solution our professional services team came up with: