WorkingScripts

The Stuff that Just Works

WorkingScripts header image 5

Entries Tagged as 'PeopleTools'

Process Scheduler Tracing and Troubleshooting

January 20th, 2010 No Comments

Straight from Oracle – here is a new guide for troubleshooting and tracing different processes. It also include updates for XML Publisher and Crystal reports.
http://www.scribd.com/doc/25496613/
Enjoy!

Tags:   · ·

Oracle supports code sharing

January 19th, 2010 No Comments

It seems Oracle starts to promote code sharing through it venture with CollabNet. I have not seen much content related to PeopleSoft other than one-ff document about audit records. Let’s hope this will pick up in the future.
https://www.samplecode.oracle.com/

Tags:

PeopleSoft Security Logging

August 19th, 2009 No Comments

This question came up during the recent application security audit – how does PeopleSoft track user sign in attempts and locations.
Aside from the obvious PSOPRDEFN table there is PSACCESSLOG – this table has OPRID, LOGIPADDRESS, LOGINDTTM, LOGOUTDTTM columns that give you information about user sign on activity. LOGIPADDRESS will contain the RemoteAddr property  of  [...]

Tags:   ·

QuestDirect Conference Notes

August 9th, 2009 No Comments

I have not had a chance to write anything earlier – had to catch up with my primary responsibilities at work. But now I would like to give a short overview of QuestDirect OUIG Conference that I had a chance to attend.
I would like to start from the end and the good news for all [...]

Tags:   · ·

What Environment Am I in?

July 10th, 2009 9 Comments

As I was going through some of the sessions on the QUEST NORTHEAST CONFERENCE I noticed on of the presenters mentioning customizing Test environments Main PeopleSoft CSS PSSTYLEDEF so that the users are always able to distinguish between environments.
The solution that I have employ to solve this problem is to modify the PT_BRANDING:BrandingBase class to [...]

Tags:   · ·

PeopleTools 8.50 Overview

June 12th, 2009 2 Comments

Here is a link to an excellent presentation from Oracle of PeopleTools 8.50 features. PeopleSoft is really going Web 2.0!
peoplesoft_workspace_and_pt850.swf (application/x-shockwave-flash Object)
Also please see our previous post about Tools 8.50 overview

Tags:   ·

Introducing PSUnit – Automate Your Testing

May 30th, 2009 No Comments

It seems that PeopleSoft is really becoming object oriented – now it has it’s own automated unit testing  tool, like JUnit – this one is called PSUnit. I hope this one is as good as it sounds. Check out the Wiki article below
Introducing PSUnit – Oracle Wiki
You can download the actual project file here:
http://blogs.oracle.com/peopletools/2009/03/psunit_unit_test_framework_for.html

Tags:  

PeopleTools 8.50 Roadmap

May 30th, 2009 1 Comment

 
Take a look at this great post by  Peter Slager about upcoming PeopleTools release
And here you can find the latest about PeopleTools 8.50 from Oracle – just an overview of things to come:
Release Value Propositions available
By matthew.haavisto on May 14, 2009 1:58 PM
Two new release value propositions are now available: one covers PeopleTools 8.50, another [...]

Tags:  

PeopleSoft Single Sign On Solutions – LDAP, AD & Custom

October 1st, 2008 No Comments

This post is about integrating PeopleSoft security with a standard Network or Web Security. Having implemented Single Sign on solution within our company, I had to go and sift through massive amounts of documentation, I would like to save you some time and post a links and explanations.
PeopleSoft natively supports LDAP v1 ,2 and [...]

Tags:   · · ·

PeopleSoft GUI Tips & Tricks

August 12th, 2008 No Comments

Again I would like to post a link to an Oracle Red Book written by Hsing Huang and Maria Gummerson. It outlines how to properly customize your application GUI & Branding. PeopleSoft has special tools that support lots of branding customizations without having to impact the whole application. Here is an excerpt:
“Branding code resides in [...]

Tags:   · ·