Monday, July 31, 2006

PeopleSoft Change Management

You can view the help document for “PeopleSoft Change Management” here. Kindly let me know your valuable suggestion. I’ll upload the applications as soon as possible.



Monday, July 17, 2006

PeopleSoft Version Control

Two Months! That is the time since I’ve not posted on this blog! The reasons are here. And as stated I was busy with a lot of things. I was looking into my blog today and thought I’ll contribute something!

Version Control has been a big problem and this is a follow up to the post. I started coding the application from where I left the last time around (took 3 precious hours out of my routine.). The application completed as of today will help you in the following ways…

Firstly, when there is an enhancement which must be made to my existing PeopleSoft application. I intend to it on my DEV environment. (Let’s forget about TEST and other environments and try looking into what the application can do.) I identify the (on-line (just laughed out loud…remembered what Nietzche said “the parenthesis is for donkeys.” – That was not intended to abuse anybody)) objects which will be part of the enhancements and insert it into a project in development.

Secondly, I modify the objects in my DEV. After this I use the application which will run a PeopleSoft project compare and create a report of all the changes that will be made to production as a result of this enhancement - The compare reports will be available as HTML (8.46 supports this feature) and sorted according to the date (i.e. inside the folder marked with the date of . Now, to take a snapshot of the objects in PRD I must use the application which will take a snapshot of all the objects in the DEV project from PRD. The effort saving is that I do not have to identify and insert the objects into a PRD project.

Thirdly, the application will migrate the project from DEV to PRD.

Lastly, the application will allow the user to “Restore” the system back to a specific date (At the on-line object level). When I choose 01-JAN-2006, the application will apply all the snapshots starting from today to 01-JAN-2006 (In the reverse order) and hence I do not have to worry about identifying each of these snapshots from my file server in the specific order.

I intend to do a couple more things like – Define a path DEV --> TEST --> PRD and make sure the users do not skip any of these. The second feature will be object locking.

If you would like to test this application reach me on my mail. (n e x t r e v o l u t i o n i n e r p @ y a h o o . c o m)

The various things that I’ve been up to are far from over and will give everybody an update shortly.