Wednesday, April 20, 2016

Video - Image Highlights, PeopleSoft HCM Update Image 17

Here's a YouTube video from Oracle-PeopleSoft.  This video provides highlights of many of the new features in the PeopleSoft Update Image 17.

Check out the video here.

Tuesday, April 19, 2016

Webinar - PeopleSoft Pay for Performance using ePerformance and eComp+

WorkStrategy is offering a webinar Wednesday, April 20, 2016 2:00 – 3:00pm (EST) via WebEx

Leverage your existing investment in PeopleSoft HCM technology and learn how other customers design these tools for “pay for performance” programs. They will review 9.2 ePerformance, Talent Profiles, and eComp+ features and how to integrate performance ratings with eComp+ to streamline your overall compensation process.

 WorkStrategy’s eComp+ solution for PeopleSoft customers supports your annual bonus, equity, and base salary merit administration with a user-friendly manager dashboard, employee statements, and modeling capabilities.

 Objectives:

  • Hear how customers are leveraging existing ePerformance/eComp+ functionality 
  • See configuration and implementation tips 
  • Review industry trends and best practices regarding pay for performance programs 


 Register here.

Thursday, April 7, 2016

Webinar - PeopleSoft Query Manager Tips and Tricks

Oracle is offering a webinar Fri, Apr 22, 2016 2:00 PM - 2:30 PM CDT

PeopleSoft Query Manager tips and tricks
Using PeopleSoft Query Manager has its own ups and downs. THis session will highlight some useful tips and suggestions to make this tool more useful to the end user.

Register here.

Wednesday, April 6, 2016

Webinar - PeopleSoft Human Capital Management Update and Roadmap

Oracle is hosting a webinar on April 20, 2016 1:00 PM - 2:00 PM CDT.

An update of strategic investments for Oracle's PeopleSoft Human Capital Management (HCM) applications and product roadmap. This session will cover all major areas of new development for PeopleSoft HR, Workforce Management, and Talent Management applications. You will also learn about how innovations with PeopleSoft technologies with user experience, deployments, and self service are made available in HCM applications.

Sign up here.

Monday, February 4, 2013

Stuck-In-Processing Solved!

Our stuck-in-processing problem continued and then during our annual enrollment period, it worsened dramatically.  We attributed it to the increase traffic during enrollment, but after enrollment it didn't get much better.  We investigated problem further and found "How To Identify Session Stickiness Problems On Load Balancer?" [ID 1307344.1] on Oracle support.  We also found this article useful, "How to Setup PeopleSoft and WebLogic when using a Load Balancer [ID 653998.1].

After doing some testing with going directly to a web server, rather than through the content switch, all clues pointed to the content switch as the source of the problem.  Working with our network group was slow.  They explained that the content switch only passed on what it was given and couldn't be the source of a problem.  We used a sniffer to trace the network connection on a user that experienced the stuck-in-processing problem a lot.  They saw that the user was fine until a reset was sent to the user from a different server than the one that they were connected to.  


The fix for the problem did turn out to be a setting on the content switch.  There was a session timeout that was set to a low setting -- less than a minute.  Here's what our network guy said "...the solution is to increase the flow timeout setting.  I decided to change the set the setting to what {server} is using (560 seconds or 9.33 minutes) to fix this..."

My understanding of this issue is not complete.  Here is what I have so far.  Please let me know if you have more information.  Starting with IE 8, the browser opens six connections to the server as soon as you login.  Depending on the what you are doing, PeopleSoft may use just a few of these connections.  Then if you go to a page that is more complex, you may use more of the connections.  With a short timeout, these previously unused connections may have timed out and could then connect to a different web server.  That web server, unfamiliar with your connection, would send a reset.  Then you were stuck-in-processing.

This fix has solved our problem.  I hope it helps you.