Newley built ADLDS
- smldapsetup ldgen executed successfully
- smldapsetup ldmod executed successfully
- smldapsetup ldmod ADLDS (after setting up the ADLDS GUID) executed successfully
- smreg -su executed successfully
- When running XPSDDInstall , getting the following Error
<Install_drive>siteminder\xps\dd>xpsddinstall smmaster.xdd
[XPSDDInstall - XPS Version 12.8.0600.2649]
Log output: <Install_drive>:\siteminder/log/XPSDDInstall.2023-10-15_212309.log
Initializing database, please wait...
(WARN) : [sm-xpsxps-01040] No policy data found
Saving data from smmaster.xdd, please wait...
(ERROR) : [sm-xpsxps-01080] Error occurred during "Add" for "xpsNumber=09******,ou=XPS,ou=policysvr4,ou=siteminder,ou=netegrity,DC=test,DC=testenv,DC=testenvcorp", text: No such attribute
(ERROR) : [sm-xpsxps-00540] Previous error occurred on object "CA.SM"
(FATAL) : [sm-xpsxps-04140] Save failed.
Release : 12.8.06a
The error 'No such attribute": "xpsNumber=09******,ou=XPS,ou=policysvr4,ou=siteminder,ou=netegrity,DC=test,DC=testenv,DC=testenvcorp", text: No such attribute
means the schema (smldapsetup ldmod ADLDS.ldif) is not imported properly. The usual trap for preparing ADLDS.ldif is wrong {guid} substitution.
To easily find out which {guid} you should use, lookup the file generated by smldapsetup ldgen. It contains the correct {guid}.
Issue was related to ADLDS replication overriding the Object in the Store created by the smldapsetup commands.
Once replication issue addressed , XPSDDInstall completed with no errors.