PeopleTools client installation Batch file
To install PeopleTools client on individual machine, you may create a batch file with the folloiwng lines in it and execute it to create Peopletools Client.
@echo off
[PS_HOME]\bin\client\winx86\pscfg -clean -quiet
echo Setting up PeopleTools Environment
[PS_HOME]\bin\client\winx86\pscfg -import:[PS_HOME]\peoplesoft.cfg -setup -quiet
[PS_HOME] could be like C:\PSFT\FN88PRD\
peoplesoft.cfg is the configuration file.
Advertisement
Categories: PS Admin
Client installation Batch File
Hello, i have a question.
Is it possible to install only peopleTools client on a seperate server other than the installation on the server.
We use Citrix, ouer Functional APP administrators use Application designer on a citrix farm.
I am searching for a client install.msi or a document how to install the tools on a seperate server environment.
Thanks in advance,
Edwin
It is possible to install peopleTools on a separate server. You need to copy the entire file server to your ‘other’ server and use configuration file to install Peopletools locally on that machine. You need to have established ODBC connection to your database server.