Subscribe

By RSS
By Email

Delivered by FeedBurner

Recent Comments

    • Piyush K - Can we dynamically change the Mouse over text of a…Can we dyn
    • mutyala rao - This doesn't run on OS390 process scheduler?…This doesn
    • XML - HI, Please send the documention on XML Publisher to following email…HI, Please
    • XML - Hi, Please send any documention on XML Publisher. Thanks, Sridhara Raju…Hi, Please
    • Ketan Benegal - Have you published the second part of this blog?? Interested…Have you p

Archive for the 'PeopleSoft' Category

(Chronologically Listed)

Looking for PeopleBooks on the internet?

As a Peoplesoft Administrator, I always refer PeopleBooks as a trusted documentation. Now there is a good news. Oracle released all of the Peoplesoft Documentation (For PeopleTools, there is PeopleBooks for Version 8.49) on the internet with all the capabilities (search etc).

Authored by Vijayakumar Chinnasamy on June 17th, 2009 under PeopleSoft. Comments: 1

A Peoplesoft Administrator’s perspective on the expected peopletools 8.50 RVP – Part 2

If you are reading this post for the first time, please make sure to read my earlier post which provides an introduction to this topic. This entry is a follow up entry to my earlier post. As soon as you start thinking of a future version of a product, one question rises. Why do we [...]

Authored by Vijayakumar Chinnasamy on June 17th, 2009 under PeopleSoft. Comments: none

A PeopleSoft Administrator’s perspective on the PeopleTools 8.50 RVP

What to expect in the new future release of PeopleTools 8.50 for Web Services:
Probably you are already aware of this, in May 2009; Oracle released RVP for the expected release of its PeopleSoft Enterprise PeopleTools Version 8.50. RVP is short for Release Value Propositions, which is expected to provide what are the major changes or [...]

Authored by Vijayakumar Chinnasamy on June 5th, 2009 under PeopleSoft. Comments: none

Verity Search

Build search collection process
Setting up Build Search Collection for Solution Advisor
SPECIFIC TO
Enterprise, CRM, Verity
ISSUE
What is the set up involved for a successful Build search collection process and a working Solution Advisor?

Authored by Kahkashan Anjum on March 27th, 2009 under PeopleSoft, PeopleSoft FieldBook. Comments: 2

Steps to test the Subscription People code using send Master Utility

· Execute the short cut placed on desktop by double clicking. (Blog – Integration Testing – Send Master utility)
· There will be a blank command window blinking for a while and then you will have the screen below.
· You now need to enter the values marked as required field. Source and designation node names [...]

Authored by Cynthia Rachel on October 29th, 2008 under PeopleSoft. Comments: none

In data upload using CI, How to enable it to run next row of data when error occur. For example, 10 transactions

This can be achieved by adding the try catch block to catch the exception in the people code. You can catch the exception and do desired processing or log the error. eg:

Authored by Cynthia Rachel on October 29th, 2008 under PeopleSoft. Comments: none

PeopleCode to Create XML and XSD file.

The below code is useful to create XML and XSD file.  Create Application engine program with below code and run the AE program in App designer to get a file in local. You can get the same in server without specifying any path and give it as relative path instead of file absolute.

Authored by Cynthia Rachel on October 29th, 2008 under PeopleSoft. Comments: 1

How to do object security?

Objects Security – Object Security is used to restrict the People Tools objects that specific developers can access.

Authored by Cynthia Rachel on October 29th, 2008 under PeopleSoft. Comments: none

Integration Testing – Send Master utility

Understanding Send Master
 The Send Master utility enables you to test PeopleSoft Integration Broker service operation interactions with PeopleSoft and third-party web servers, application servers, and integration gateways. It can test listening connector functionality, target connector functionality, connector introspection and transactions
Send Master enables you to post any data format, including the PeopleSoft Multipurpose Internet Mail Extensions [...]

Authored by Cynthia Rachel on October 15th, 2008 under PeopleSoft. Comments: 1

Use of Container Message in 8.48 tools version

From 8.48 tools version creating two records at root level is not possible. This will be achieved using Container Message.

Container messages: A container message is a Non RowSet-based message that holds one or more part messages. A container message must contain all RowSet-based messages or all Non RowSet-based message parts.

Authored by Cynthia Rachel on October 15th, 2008 under PeopleSoft. Comments: none