WorkingScripts

The Stuff that Just Works

WorkingScripts header image 5

Entries Tagged as 'PeopleSoft'

Internet Browsers Compared

June 7th, 2010 2 Comments

I just love this browser comparison that I found on OSXDaily blog. It does a great job of representing the “magic quadrant” of browsers:

Tags:

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:

PeopleTools 8.50 Upgrade Scripts Now Available

January 19th, 2010 No Comments

This is related to my previous posts regarding the  Oracle support for One-Step Upgrade. I found and article on Oracle blogs that references the actual documentation and Change Assistant Templates for the scripts:
(Link for Tools 8.50 upgrade page:)
https://support.oracle.com/CSP/main/article?cmd=show&id=889204.1&type=NOT
(Link for Tools 8.1x to 8.50 upgrade page:)
https://support.oracle.com/CSP/main/article?cmd=show&id=889174.1&type=NOT

Tags:

Why do you need to have fun at work

October 22nd, 2009 No Comments

The best ideas come as jokes. Make your thinking as funny as possible.
David M. Ogilvy

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:   ·

PeopleSoft 9.1 and future Releases Roadmap

August 10th, 2009 3 Comments

There is some additional information I wanted to share from the Quest conference. Here is a very pretty slide that outlines the roadmap for delivering PeopleSoft applications 9.1  from the presentation of Marc Weintraub, Director, PeopleSoft Product Strategy and Development:

More good news are coming for those of us that are on release of 8.9+ [...]

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:   · ·

Notepad++ for Peoplecode and SQR

June 10th, 2009 14 Comments

There are a few people who mention different tools for Application Development in PeopleSoft. Over the past years I have tried many of the IDEs like TextPad, UltraEdit. For the past 6 months I have started extensively using Notepad++ and I absoltely love it. Unfortunately App Designer does not include a good syntax highlighting, Intellisense [...]

Tags:   · · ·