Friday 13 May 2016

PeopleSoft Help: PeopleSoft Help: PeopleCode Help Bits 2

PeopleSoft Help: PeopleSoft Help: PeopleCode Help Bits 2: PeopleSoft Help: PeopleCode Help Bits 2 : How to delay the Service Operation? Solution1): Routing Configuration has a "Delay Processi...

Monday 9 November 2015

Thursday 24 September 2015

PeopleSoft Install for the Average Joe: PeopleTools 8.51 Install

PeopleSoft Install for the Average Joe: PeopleTools 8.51 Install: Prep Work: Make sure the following is installed:
Tuxedo
JRockit
Weblogic
PeopleTools 8.51 Download: Login to Oracle Linux as the ...

Tuesday 21 April 2015

PeopleSoft Inside-Out: PeopleSoft Signon Process - using LDAP

PeopleSoft Inside-Out: PeopleSoft Signon Process - using LDAP: So what is LDAP?  LDAP stands for “Lightweight Directory Access Protocol”. It is an application protocol for accessing and maintaining ...



--Good blogpost

Friday 20 February 2015

Sasank's PeopleSoft Log: AAWS - Targeted Error Handling

Sasank's PeopleSoft Log: AAWS - Targeted Error Handling: While troubleshooting AAWS issues (Admission Applications Web Services delivered in Campus Solutions) in a Production Environment, I found t...

Monday 24 November 2014

Peoplesoft: Run JavaScript on your PeopleSoft pages conditiona...

Peoplesoft: Run JavaScript on your PeopleSoft pages conditiona...: Here, PeopleCode sets the logic that determines when the JavaScript code will run. This is not as simple as dropping a HTML Area on your pa...

Monday 20 August 2012

PeopleSoft Help: Download or import files from PeopleSoft Record PS...

PeopleSoft Help: Download or import files from PeopleSoft Record PS...: /* -----------------------------------------------------------------------------------*/ /* 2011-07-10 Vrao Polavarapu                    ...

Thursday 3 May 2012

PeopleSoft Help: Campus Solutions Teminology

PeopleSoft Help: Campus Solutions Teminology: Campus Solutions Teminology Courtesy: Collected from online. ----------------------------------------------------------- PeopleSof...

PeopleSoft Help: Campus Solutions Teminology

PeopleSoft Help: Campus Solutions Teminology: Campus Solutions Teminology Courtesy: Collected from online. ----------------------------------------------------------- PeopleSof...

Monday 26 March 2012

PeopleSoft Help: Send Email From ProcessScheduler ProcessesFunctio...

PeopleSoft Help: Send Email From ProcessScheduler Processes
Functio...
: Send Email From ProcessScheduler Processes Function SendEmailFromProcessScheduler(&ProcessType As string, &ProcessName As string, &sEmailSu...

Tuesday 20 March 2012

PeopleSoft Help: How to zip files through peoplecode

PeopleSoft Help: How to zip files through peoplecode:                                How to zip files through peoplecode Exec("gzip -c /file.txt > /file.gz", %Exec_Asynchronous + %F...

PeopleSoft Help: Rename File in Unix through PeopleCode

PeopleSoft Help: Rename File in Unix through PeopleCode:                                              Rename File in Unix through PeopleCode Exec("mv /file1.csv /file2.csv", %Exec_Asyn...

Monday 19 March 2012

PeopleSoft Help: Base64 Encoding, Decoding

PeopleSoft Help: Base64 Encoding, Decoding: Base64 Encoding, Decoding SCC_COMMON_UTILITIES.UTIL.Base64Wrapper.OnExecute  (This Appl package has all the methods needed for base64 ...

PeopleSoft Help: PeopleCode Help Bits 2

PeopleSoft Help: PeopleCode Help Bits 2: How to delay the Service Operation? Solution1): Routing Configuration has a "Delay Processing" in 8.51 Tools which takes rounded numbers w...

PeopleSoft Help: READ TRACE as described below.

PeopleSoft Help: READ TRACE as described below.:  READ TRACE as described below.  PSAPPSRV.1033 1-525 16.50.10 0.000 Cur#1.CRMDEV1 RC=0 Dur=0.000 COM Stmt=SELECT "1-525"    >>>sequential ...

PeopleSoft Help: Base64 Encoding, Decoding

PeopleSoft Help: Base64 Encoding, Decoding: Base64 Encoding, Decoding SCC_COMMON_UTILITIES.UTIL.Base64Wrapper.OnExecute  (This Appl package has all the methods needed for base64 ...

READ TRACE as described below.

 READ TRACE as described below.

 PSAPPSRV.1033 1-525 16.50.10 0.000 Cur#1.CRMDEV1 RC=0 Dur=0.000 COM Stmt=SELECT
"1-525"    >>>sequential line counter for the process.
"16.50.10" >>>time stamp
"0.000"    >>>time  elapsed since the previous line was written to the trace file.
"Cur#1"    >>> number of the cursor for the statement
"CRMDEV1"  >>>name of the instance in which the statement was executed.
"RC=0"     >>> Return Code
"Dur=0.000">>>duration of the statement.

Thursday 1 March 2012

PeopleSoft Help: PeopleCode Help Bits 1

PeopleSoft Help: PeopleCode Help Bits 1: /*--PeopleCode Function: To make the thread wait for given time---*/ A) Function TimeCapsule(&sec As number) Returns boolean; &nNum = 0...

PeopleSoft Help: PeopleCode Help Bits 1

PeopleSoft Help: PeopleCode Help Bits 1: /*--PeopleCode Function: To make the thread wait for given time---*/ A) Function TimeCapsule(&sec As number) Returns boolean; &nNum = 0...