After new installation of 12.8sp7 policy server, store export xml does not have user directory password value anymore.
When login new 12.8sp7 admin ui, also saw no password under user directory properties.
Output from "XPSExport store.xml -xb -npass"
<Property Name="CA.SM::UserDirectory.Password" Sensitive="Yes">
<StringValue></StringValue>
Output from "XPSExport store.xml -xb -pass"
<Property Name="CA.SM::UserDirectory.Password" Sensitive="Yes">
<StringValue>{AESKW}xxxxxxx.......</StringValue>
However, a lower version of 12.8.x policy server connects to the same policy store, its clear text store export xml does have user directory password value in it.
The servers are in FIPS COMPAT mode.
Platform: ALL
This store export output means password does exist in the policy store, the 12.8sp7 server just can not read/decrypt it. While older 12.8.x server can.
Wrong encryption key was used during installation of 12.8sp7 policy server.
Use the same correct encryption key password when installing 12.8sp7 policy server, as the old policy servers did.
Make sure there is only one policy server enabled for key generation in the environment.