Unable to deploy PS_HOME only
Hi Experts,
I am on Win-2012 R2 and trying to install PS_HOME only on the server. The installers that I have is for Peopletools-8.57.10 PT DPK and the customizations file is as below -
Command Used -
psft-dpk-setup.bat --env_type midtier --deploy_only --deploy_type tools_home
psft_customizations.yaml
---
ps_home:
db_type: "%{hiera('db_platform')}"
unicode_db: "%{hiera('unicode_db')}"
location: "G:/PSHOME"
Thanks!