Page 1 of 1

Undefined identifier auServer/auWindows

Posted: Wed 30 Mar 2022 11:12
by chucknorris77
Hi,

we're using SDAC 9.3.2 and UNIDAC 8.3.2 within a Delphi X4 environment.

I guess since the installation of the UNIDAC components I can't use the property auServer/AuWindows of Authentication/TMSAuthentication? (Error Message: Undefined identifier auServer/auWindows)

The unit OLEDBAccess (SDAC) is integrated - the UNIDAC variant ist named "OLEDBAccessUni" so normally I could exclude a mix-up.

Has anyone the same issue or any idea?

Thank you in advance

Re: Undefined identifier auServer/auWindows

Posted: Thu 31 Mar 2022 08:28
by paweld
add `MSClasses` to `uses` section

Re: Undefined identifier auServer/auWindows

Posted: Thu 31 Mar 2022 11:57
by chucknorris77
Thanks a lot!!!
That worked :)