When using an embedded store during installation and specifying a 20-character password for superadmin, the following error appears in the JBOSS Wildfly log:
2023-05-02 15:24:07,358 ERROR [ims.tmt.EnvironmentService] (ServerService Thread Pool -- 469) Deploying environment ac-environment.xml com.netegrity.imsconfig.exception.ImsConfigException: The user "superadmin" in the system administrator list does not exist.
Release : 14.1
Regarding password for embedded db, use the same requisites needed for central db
The database password can contain alphabetical, numeric, and these special characters: ‘@*()_+{}|:?~-=[]\,./ only.
The maximum password length is 15.
The password should start and end with alphabetical characters; the pasword should not have special character either as the first or last character of the password.