#12624
George Nathaniel
Participant

Support helped me out with this… SQL script did the job!

You can run this SQL on the DNAFusion Database to turn on USE NT Authentication On
ValueSetting1 = 1 ON
ValueSetting1 = 0 OFF

UPDATE DNASettings
SET ValueSetting1 = 1
WHERE SettingName = ‘Use NT Authentication’
AND StationName != ‘SERVER NAME’