Hi All,
We decommissioned our DCs in 2 sites, when launch SD+ it tries to
authenticate against one of the DCs however fails because it doesn't
exist.
I changed the IP in our MYSQL
database (SDActiveDirectoryInfo table) to reflect that of a new DC
however according to the jespa logs, the app is still trying to
authenticate against the old DC.
Running the following query only returns our ActiveDirectory LDAP admins :
select
aar.account_id,al.name from aaaauthorizedrole aar left join aaarole ar
on aar.role_id=ar.role_id left join aaaaccount aa on
aar.account_id=aa.account_id left join aaalogin al on
aa.login_id=al.login_id left join aaauser au on al.user_id=au.user_id
left join sduser sd on au.user_id=sd.userid where aar.role_id=4 and
sd.status='ACTIVE';
Also, the LDAPAdapter table in our DB is blank.
There is no local admin account, can anyone advise?
Thanks.