Monday, May 2, 2016

PTF 8.54 calling a Process and wait for Success



Two different ways to call a process 
1. Static
2. Dynamic (By Creating Model Test case)





1.Static:
           Type: Process
           Action: Run
           Recognition: prcsname=AEMINITEST
           Parameters: prctype=Application Engine;wait=true;outtype=Web;outformat=TXT;expected=Success;ret=true






2.Dynamic :
 By creating model test case for process monitor and pass variable to that test case. This way we can re-use this test case for any kind of process.



 1.Create a new test case with PRCSMONITOR
 
           Type: Process
           Action: Run
           Recognition: prcsname=&pn
           Parameters: prctype=Application Engine;wait=true;outtype=Web;outformat=TXT;expected=Success;ret=true



    (note: &pn is the variable which we going to create in main test case.)
       
 2.Create step with Variable:
  Type: Variable
  Action:Exec
  Action: Set_value
  Recognition: &pn 
  Value: AEMINITEST



 3.Create a test case to call PRCSMONITOR Model test case.      





:-)

Sunday, February 14, 2016

Peoplesoft 9.2 with Tools 8.55.01 Image #16 using DPK

With Image#16 Oracle changed the way installing Peoplesoft in virtual machine and also support for installation in Native windows OS.

Brief Overview of Installing Image #16 using DPK(Deployment Packages) in Virtual Box image.

  1. Download all the zip files from oracle (total 15 files)
  2. Extract all zip folder into one folder (e.g.: DPK_INSTALL)
  3. Import VBOX_8_55_01_SHELL.ova into virtual box
  4. Once imported add DPK_INSTALL as shared folder in virtual box (mandatory)
  5. Start virtual machine and prompts for various input option db name, ip address, host name ..etc.
  

when compared to earlier images using DPK the installation took significantly more time(5 to 6 hours
with my config : MBP 2012, I7, 16GB , 750GB



Disable / Stop OSWatcher in PeopleSoft Virtualbox

To see OSwatcher currently running use the following command
       $>ps -e;f |grep PSWatcher

To Disable temporarily

      $> cd /usr/local/ops/os-watcher/bin
      $> ./stopOSWbb.sh

To Remove from startup

      To see current status
          $> chkconfig --list oswbb

          $>chkconfig oswbb off

Thursday, February 4, 2016

SendMaster Fail to Start With Error "java.lang.IllegalArgumentException: No attributes are implemented


SendMaster Fail to Start With Error "java.lang.IllegalArgumentException: No attributes are implemented"

Steps to resolve the issue:

If PS_HOME directory not present in your  local system, do the below

1.      Copy jre, secvault, sendmaster folders from ps_home location to your local location


       

2.      Go to sendmaster folder and edit file StartSendMaster.bat with notepad.
Set PS_HOME = {folder name}
                         In my case c:\sendmaster

                  

3.      Inside sendmaster folder and look for lib folder,remove xerces.jar from it
For eg:  C:\sendmaster\sendmaster\lib

With above steps you should be able to open sendmaster