With PeopleTools 8.56, there are some new passwords you create when installing a PeopleSoft Image. Each password has different complexity requirements, so it can be confusing when creating demo passwords. Here is a sample file of passwords to use:
psft_base_dir = "c:/psft"
env_type = "fulltier"
db_name = "PSFTDB"
db_service_name = "PSFTDB"
db_host = "localhost"
admin_pwd = "Passw0rd#"
connect_pwd = "peop1e"
access_pwd = "SYSADM"
opr_pwd = "PS"
# domain_conn_pwd = "P@ssw0rd#"
weblogic_admin_pwd = "Passw0rd#"
webprofile_user_pwd = "PTWEBSERVER"
gw_user_pwd = "password"
The admin_pwd
password is a new field for 8.56. This password is for the SYS
and SYSTEM
account in Oracle Database. The complexity requirements are strange; a special character is required but the special character can only be _
-
or #
.
<aside> <img src="/icons/info-alternate_orange.svg" alt="/icons/info-alternate_orange.svg" width="40px" /> TODO: these passwords need updating for PT 8.60 and newer tools…
</aside>