Posts

Showing posts from September, 2017

PeopleTools 8.55 Password Reset : Data Mover (Bootstrap Mode)

PeopleTools 8.55 Password Reset : Data Mover (Bootstrap Mode) UPDATE PSOPRDEFN SET PTOPERPSWDV2 = 'Passw0rd', ENCRYPTED = 0, ACCTLOCK = 0 WHERE OPRID = 'PS'; ENCRYPT_PASSWORD PS;

WebLogic 12.2.1.0 Patch Install Linux Server

WebLogic 12.2.1.0 Patch Install Linux Server: [psoft@webserver01 25388847]$ pwd /u01/app/psoft/src/WLS12210/patch/25388847 [psoft@webserver01 25388847]$ /u01/app/psoft/wls12210/OPatch/opatch apply Oracle Interim Patch Installer version 13.3.0.0.0 Copyright (c) 2017, Oracle Corporation.  All rights reserved. Oracle Home       : /u01/app/psoft/wls12210 Central Inventory : /u01/app/oraInventory    from           : /u01/app/psoft/wls12210/oraInst.loc OPatch version    : 13.3.0.0.0 OUI version       : 13.3.0.0.0 Log file location : /u01/app/psoft/wls12210/cfgtoollogs/opatch/25388847_Jun_16_2017_06_28_27/apply2017-06-16_06-28-24AM_1.log OPatch detects the Middleware Home as "/u01/app/psoft/wls12210" Verifying environment and performing prerequisite checks... OPatch continues with these patches:   25388847 Do you want to proceed? [y|n] y User Responded with: Y All checks passed. Ple...

PeopleTools 8.56 Error invoking App Designer/Config Manager/Data Mover

PeopleTools 8.56 Error invoking App Designer/Config Manager/Data Mover: --------------------------- pscfg.exe - System Error --------------------------- The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem. --------------------------- OK --------------------------- VCRUNTIME140.dll is missing from your computer. apply windows update - Windows update has the supported files which are required for 8.56 Restart server Then install the vc++ redistributable from your pshome directory. 

PeopleTools 8.56 and Tuxedo 12.2.2 Error

Tuxedo Rolling Patch Error: Error: ( from PIA page): CHECK APPSERVER LOGS. THE SITE BOOTED WITH INTERNAL DEFAULT SETTINGS, BECAUSE OF: bea.jolt.ServiceException: Invalid Session Error: (From Log) [psoft@webserver1 logs]$ vi PIA_stderr.log bea.jolt.JoltException: NwHdlr: open: Bad Challenge Response         at bea.jolt.NwHdlr.openConnection(NwHdlr.java:1012)         at bea.jolt.CMgr.connect(CMgr.java:173)         at bea.jolt.JoltSession.logon(JoltSession.java:268)         at bea.jolt.JoltSession.<init>(JoltSession.java:142)         at psft.pt8.net.JoltSessionWrapper.<init>(JoltSessionWrapper.java:92)         at psft.pt8.net.JoltSessionPool.createConnection(JoltSessionPool.java:880)         at psft.pt8.net.JoltSessionPool.getJoltSession(JoltSessionPool.java:317)         at psft.pt8.net.NetSession.getJ...

DPK Install for Campus Solutions 9.2 Update Image 1 - Windows Server

DPK Install for Campus Solutions 9.2 Update Image 1 : Run your PowerShell as Administrator: PS E:\> cd E:\src\DPK_WIN\setup PS E:\src\DPK_WIN\setup> hostname WINSERVER1 PS E:\src\DPK_WIN\setup> ./psft-dpk-setup.ps1 -env_type fulltier Security Warning Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your computer. Do you want to run E:\src\DPK_WIN\setup\psft-dpk-setup.ps1? [D] Do not run  [R] Run once  [S] Suspend  [?] Help (default is "D"): R Security Warning Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your computer. Do you want to run E:\src\DPK_WIN\setup\scripts\psft-utils.ps1? [D] Do not run  [R] Run once  [S] Suspend  [?] Help (default is "D"): R Starting the PeopleSoft Environment Setup Process: Verifying if Puppet Software is Installed on the Host:      [  OK  ] S...

Tuxedo Rolling Patch Apply 12.1.1.0_RP077 in Linux

Tuxedo Rolling Patch Install (12c) for Linux: 1. Set your TUXDIR environment variable. [psoft@APPSERVER1 tuxedo12.1.1.0_RP077]$ TUXDIR=/u01/app/psoft/tuxedo12.1.1.0_RP077; export TUXDIR [psoft@APPSERVER1 tuxedo12.1.1.0_RP077]$ ORACLE_HOME=/u01/app/psoft [psoft@APPSERVER1 tuxedo12.1.1.0_RP077]$ export ORACLE_HOME; [psoft@APPSERVER1 tuxedo12.1.1.0_RP077]$ echo $ORACLE_HOME 2. Uninstall your old Rolling Patch (RP071): /u01/app/psoft/tuxedo12.1.1.0_RP077/uninstaller_RP071 [psoft@APPSERVER1 uninstaller_RP071]$ ./uninstall \nThe uninstallation finished successfully. [psoft@APPSERVER1 RP077]$ pwd /u01/app/src/RP077 [psoft@APPSERVER1 RP077]$ ls bin  include  install  lib  locale  patchlev  README.txt  releasenotes.txt  RP077.tar.Z  rpregistry.jar  samples  udataobj  uninstall [psoft@APPSERVER1 RP077]$ 3. Install the new downloaded Rolling Patch (RP077): [psoft@APPSERVER1 RP077]$ ./install Installing server an...

ORA-01045: user ... lacks CREATE SESSION privilege; logon denied

SQL Access Manager: File: SQL Access ManagerSQL error. Stmt #: 2  Error Position: 0  Return: 8097 - Oracle initialization error ORA-01045: user ... lacks CREATE SESSION privilege; logon denied       This error is thrown if a user wants to log on a database but lacks the create session system privilege. In order to give someone this privilege, use: grant create session to the_user;

WebLogic(12c) 12.1.2.0.0 Install in Silent Mode - Linux

INSTALLING WEBLOGIC 12C IN SILENT MODE: Steps: 1. Extact your Jar file here: [psoft@webserver1 WebLogic1212]$ ls -ltr total 902044 -rwxrwx--- 1 psoft orainst 922778165 Jun 18  2013 wls_121200.jar 2. Create two directories: [psoft@webserver1 WebLogic1212]$ ls -ltr total 902044 -rwxrwx--- 1 psoft orainst 922778165 Jun 18  2013 wls_121200.jar drwxrwx--- 2 psoft orainst      4096 Jan  2 04:54 INVENTORY_DIR drwxrwx--- 2 psoft orainst      4096 Jan  2 05:20 RESPONSE_DIR [psoft@webserver1 WebLogic1212]$ pwd /u01/app/psoft/src/WebLogic1212 [psoft@webserver1 WebLogic1212]$ 3. Create both the files(oraInst.loc and res.rsp) under the directories INVENTORY_DIR and RESPONSE_DIR [psoft@webserver1 WebLogic1212]$ ls INVENTORY_DIR oraInst.loc [psoft@webserver1 WebLogic1212]$ ls RESPONSE_DIR res.rsp [psoft@webserver1 WebLogic1212]$ 4. Write the below contents to respective files given below: oraInst.loc : [psoft@webserve...