Get IT Done
Company Services NEW Discussions PeopleSoft 2 Fusion Careers FREE PeopleSoft Training Articles Contact Us Request for Quote
Home Sitemap

Quick Links

We do IT better!

Why Outsource? Why us? Our Methodology Values
We are always open to communicate with companies and individuals who want to bring down development costs by outsourcing projects to highly skilled developers.


Home » Selected Blogs

Oracle Fusion HCM Demo
Example:- I took a video of the HCM portion of the Oracle Fusion demo Steve Miranda and Chris Leone presented on September 24. I apologize for the poor quality, but it does show some of the cool stuff that Fusion HCM has. The Org Chart functionality is nice. You can find the DEMO(video) here.

PeopleSoft Integration Broker and Web Services
Example:- Step by Step instructions to integrate PeopleSoft with google web services API


BEA JOLT Session Pooling using JPOOL
Usage:- BEA Jolt Session Pooling enables Web Server connections to be shared between user sessions, which reduces the usage of system resources (such as Threads and File Descriptors)

How to tackle Debugging Performance related issues
Usage:- There is no hard and fast rule for any trouble shooting. However, you may follow below guidelines to troubleshoot the performace related issues in your environment. It requires debugging the following and in the specified order: 1. Database server, 2. Application Server, 3. WebServer, 4. Network Bandwidth, 5. PeopleSoft Application code itself, 6. Memory of the boxes where the Appserver/Webserver booted, 7. Browser related


Clearing the Application Server Cache Without Shutting it Down
Usage:- To delete the server cache, normally we bring down the application server services and deltete the contents under $PS_HOME/appserv/{domain}/cache folder. We can workaround this complicated process by invalidating the current cache. You can use the following command to invalidate the cache.

UPDATE PSSTATUSSET LASTREFRESHDTTM = SYSDATE

COMMIT statement usage in PeopleSoft Data Mover
Usage:- With IMPORT commands you can associate a SET COMMIT n command, which will perform a COMMIT after the system inserts every n rows.


Oracle Fusion Strategy Briefing
Usage:- Oracle will be using the eBusiness Suite code and data model as the starting point for Fusion. Since 60% of the eBusiness Suite is already Java, this can be reused and cut the development time required. So much for your PeopleCode and PeopleTools skills.

PeopleSoft Page Information Utility
Usage:- Created a SQR program that would simply list the "important" attributes of the page so that I could then compare the results of two outputs in Beyond Compare.

Oracle demonstrated the Fusion Compensation Workbench
Usage:- PeopleSoft-like Tree functionality within a data grid to allow expanding and contracting of items within the grid.

Save time with a Custom Navigation Collection and Pagelet
Usage:- Creating a Pagelet based on a custom Navigation Collection, greatly reduces the number of clicks required for day-to-day work and could be really useful for end users.

Creating an entirely read-only user in PeopleSoft
Usage:- Occasionally developers can have access to environment which is quite important, for instance one that the customer is using for training or testing. An alternative to the “just be careful” approach would be to create an entirely read-only user profile, which means no fields are editable and the save button is inactivated.

Automate Your Testing with BadBoy
Usage:- A few months ago I had an opportunity to do performance testing, but I didn’t have a commercial performance testing tool available. Our users were way too busy to pound on the system until we got it tuned the way we liked, so I started looking for open source or cheap tools to help out. I ended up getting to know a product called BadBoy (http://www.badboy.com.au) very well.

Starting Point to Learn Oracle Fusion Middleware
Usage:- As you start learning about Fusion technologies, take every opportunity to build and deploy Fusion-based applications in your current environment.

How to Clear the Application Server Cache Without Shutting it Down

Discrepancy in Timings between Application Engine and Oracle SQL Trace

Global Temporary Tables and PeopleSoft Temporary Records

printf for PeopleSoft
Example:- Using java in PeopleCode, printf function takes a language code and a country code.

Using JDBC from PeopleCode
Example:- Connect with Microsoft Access database

How Oracle BPEL adds value to PeopleTools 8.48?
Usage:- BPEL seems to bring PeopleSoft applications to the next level in what relates to integration with Third Party applications Example:- A Web Service based integration of PeopleSoft Financials with a Third Party Billing system, to Create the customer if it is not present.

How to avoid passwords expiring in PeopleSoft?
Usage:- PeopleSoft does not provide the ability of disabling password expiration for a given user Example:- Disable password expiration for PTWEBSERVER