PowerCenter
- PowerCenter 10.5.2
- All Products
Ensure that the entries for the [PCRS_DB_SERVICE_NAME] match the configuration for the PowerCenter Repository Service. In the pg_service.conf file, you can securely connect to PostgreSQL for the PowerCenter repository. To set the secure connect, set the security property and the required database properties in the pg_service.conf file in the following format:[PCRS_DB_SERVICE_NAME] host=Database host IP port=Database port dbname=PowerCenter repository database service name
$ export PGSERVICEFILE; PGSERVICEFILE=<pg_service.conf file directory>/pg_service.conf
$ setenv PGSERVICEFILE <pg_service.conf file directory>/pg_service.conf
$ export PGHOME; PGHOME=/usr/pgsql-10
$ setenv PGHOME /usr/pgsql-10
$ export PATH; PATH=${PATH}:${PGHOME}
$ setenv PATH ${PGHOME}:${PATH}
$ export LD_LIBRARY_PATH; LD_LIBRARY_PATH $PGHOME/lib $ LD_LIBRARY_PATH <InstallationDirectory>/server/bin:${LD_LIBRARY_PATH}
$ setenv LD_LIBRARY_PATH $PGHOME/lib $ setenv LD_LIBRARY_PATH <InstallationDirectory>/server/bin:${LD_LIBRARY_PATH}