Thursday 29 December 2016

Elastic search Installastion and configuration with Peoplesoft

Go through below link.
http://psadmin.io/2016/11/08/deploy-and-configure-elasticsearch/

Monday 26 December 2016

               Enable Debug log level on the SES

Navigate to ses_home/bin/clexecutor.sh and inside it edit the log level as per need.
So for debug its 2. change it with 2 and you can enable the debug log level. Bounce the ses server afterward.

Thursday 22 December 2016

PIA domain installed with old method now nee dto make use of psadmin utility to start and stop webserver :-


Make change in .bash_profile 

it should be like below :-

if [ -f /oracle/psoft_scripts/eigenpshrenv ]
 then
        . /oracle/psoft_scripts/eigenpshrenv
fi

export ORACLE_HOME=/oracle/middleware/Oracle_WT1

export ORACLE_INSTANCE=/oracle/middleware/Oracle_WT1/instances/instance1

export COMPONENT_TYPE=OHS

export COMPONENT_NAME=ohs1

export PATH=$ORACLE_INSTANCE/bin:$PATH

and add eigenpshrenv file and you can create folder like I did to separate it, its your wish you create or not. My file is as it is :- 
#
#
# Environment variables specific for PeopleSoft HR
#
#
if [ -f /oracle/tuxedo/tuxedo12.1.3.0.0/tux.env ]
then
  . /oracle/tuxedo/tuxedo12.1.3.0.0/tux.env
fi


if [ -f /oracle/peopletools/8.55/psconfig.sh ]
then
  . /oracle/peopletools/8.55/psconfig.sh
else
   echo "/oracle/peopletools/8.55/psconfig.sh DOES NOT EXIST"
fi
#
export PS_HOME=/oracle/peopletools/8.55
PATH=$PATH:$PS_HOME/bin:$PS_HOME/cblbin:/oracle/psoft_scripts:.;export PATH
#
# NLS_LANG op UTF8
#
export NLS_LANG=AMERICAN_AMERICA.UTF8
#
# Toegevoegde variabelen voor AE
export PS_PRCS_BASE=$PS_HOME/psft/pt/8.55/appserv/prcs
export PS_BIN=$PS_HOME/bin
export PS_AE_BINARY=$PS_BIN/psae
#
# Working directory in het path zetten
#
export PATH=$PATH:.
#
# Aanpassing Oracle 9i $ORACLE_HOME/lib32 vooraan in SHLIB_PATH
#
SHLIB_PATH=$ORACLE_HOME/lib32:$SHLIB_PATH;export SHLIB_PATH
#
# Adds for integration PeopleSoft MQ
#
LD_LIBRARY_PATH=/opt/mqm/java/lib64:$PS_HOME/colrlib:$LD_LIBRARY_PATH:$PS_HOME/bin;export LD_LIBRARY_PATH
MQ_JAVA_PATH=/opt/mqm/java/lib64
CLASSPATH=/opt/mqm/lib64:/opt/mqm/java/lib64:$PS_HOME/colrlib:$CLASSPATH;export CLASSPATH
PS_CLASSPATH=/opt/mqm/lib64:/opt/mqm/java/lib64:$PS_HOME/colrlib:$CLASSPATH;export PS_CLASSPATH
#
#export PS_APP_HOME=/oracle/application/hcm92
#export PS_CUST_HOME=/oracle/pscustom
export PS_CFG_HOME=/oracle/pia_855

close the session and reopen new session and you can make use of psadmin utility to start and stop webserver.

Webserver taking long time to shutdown & PSAdminException: Domain shutdown timeout exceeded


Edit stopPIA.sh script and add  below line

"-Djava.security.egd=file:/dev/./urandom"

after change it should be like below

${JAVA_HOME}/bin/java -Djava.security.egd=file:/dev/./urandom -Dweblogic.system.BootIdentityFile=${DOMAIN_HOME}/piaconfig/properties/wlop.properties weblogic.Admin -url ${URL} FORCESHUTDOWN ${SERVER} 1>${DOMAIN_HOME}/servers/${SERVER}/logs/${SERVER}_shutdown.log 2>${DOMAIN_HOME}/servers/${SERVER}/logs/${SERVER}_shutdownerr.log


Thursday 15 December 2016

Issue in IE accessing signin hyperlink in cadidate gateway but same is working fine in Chrome

We were facing this issue in our external URL, it was giving problem when we were clicking the signin hyperlink. when we checked the web.xml file our http/https ports were mismatching that is it was same was for PIA domain one that is local URL. so changing the ports in all web.xml and weblogic files fixed the issue. Sometimes back I fixed similar issue related to hyperlink which was fixed after enabling webLogic plug-in enabled in weblogic console, make it yes.

Below locations of web.xml files and check weblogic files too.
 /HttpClusterServlet/WEB-INF/web.xml 
/HttpProxyServlet/WEB-INF/web.xml 
/PORTAL.war/WEB-INF/web.xml 

The purge process did not run because the Oprid configured to start the Process Scheduler did not have the required permissions to run the purge process.

  Purge process - Required permissions The PeopleSoft Oprid used to start the Process Scheduler, as defined in the Scheduler's psprcs.cf...