OOW09 Tuesday

Posted by: Brent Martin in PeopleTools

Tagged in: Untagged 

Brent Martin

It was a rainy Tuesday here at OOW, but it was definitely worth making it to the sessions.   The sessions I attended today were more “what’s new in Tools 8.5” focused, and I spent a little more time with the Integration Broker component specifically.

Like a lot in PeopleTools components, Integration Broker started humbly as the service bus to integrate different PeopleSoft applications.  It wasn’t entirely standards-based and proprietary components showed up there (like the PSCAMA tags).   It was enhanced over the years to become more SOA focused and the last integration broker enhancement release was PeopleTools 8.48 released in 2006 (if memory serves).  Going forward, Integration Broker remains THE integration tool for PeopleSoft.  99% of all integration with other Fusion Middleware components continues to go through Integration Broker, and that’s not expected to change.

If the 8.48 release was relatively deep with a few major redesigns, the 8.50 changes are broader, with lots of minor enhancements.  Without going into too much detail, here’s what’s new for Integration Broker in 9.0:

  • Reusable message parts
  • Improved Gateway Logging allows you to turn logging on and off in the PIA without restarting, and individual transactions go to individual files making it easier to find what you’re looking for.
  • You can now create service handlers based on Application Engine, and off-load IB processing to the process scheduler while maintaining guaranteed message ordering.
  • Improved Statistics – you’ll just have to see it for yourself
  • Security Enhancements – Message encryption of the header, body, or everything is delivered via a 3rd party component.  Also check the release notes about SAML and Enforcement and Overriding.  And if you want to revert back to the pre 8.48 way of messaging without requiring authentication tokens you can set it on a service-by-service basis.
  • Bulk Load Handler lets you use any schema definition to load directly into a database.  It’s open to non-rowset messages and it’s simple to map the XML message to the part tables.
  • Service Test Tools offer simple ways to test your messages online. I also like what they did with Sendmaster.
  • Bulk Activation gets you past the details of activating a bunch of services all at once, along with the related service operations, routings and handlers.
  • Empty XML tags can now be suppressed – no more blanking data in your receiving application!
  • IB load balancing is easier than ever with master/slave configuration templates.

And those are just the major features, there’s actually more there that you’ll just have to discover for yourself.  Here are some more new PeopleTools 8.50 features you might find interesting:

  • PIA is now decoupled from the App Server and the Web Server.  Set the PS_SERVER_CFG environment variable to indicate where you want your appserv/<domain> structure to go.  What this allows you to do is to make your PS_HOME directory read-only which makes it more secure.  I’m not sure this isn’t a solution in search of a problem, but I’ll have to spend some time with it to decide.
  • Jolt Pooling can be enabled for Portal, Integration Gateway and Reporting separately.
  • Oracle VM Templates are being delivered and can be imported into Oracle VM Manager. I think I said these would run on Xen yesterday, I stand corrected.

 

What is conspicuously absent this year is any new information about Fusion Applications.  Last year at least you had executives assuring customers that they’re still diligently working hard on Fusion (even if details were sparse) but this year the silence is deafening.  I wonder if Larry Ellison is going to surprise everyone with a major Fusion announcement in his keynote tomorrow afternoon – there has been some speculation along those lines.  Time will tell.

In my spare time this week I was able to get HCM 9.1 up and running on my Amazon EC2 instance. I haven’t had much time to play with it yet, but the navigation alone is totally amazing.  If you want to see it let me know and I’ll e-mail you the link.

BTW, the blogger meet-up was great.  Many thanks to Alex Gorbachev of Pythian for organizing it.  Well done!

Trackback(0)
Comments (10)Add Comment
0
...
written by RajM, October 15, 2009
Hi Brent,

Enjoyed your perspective on Tools 8.50. You wondered how separating out the PS_HOME part from the PS_SERVER_CFG part could be useful. With 8.49 (and prior) versions, the way I configure PS_HOME, it is always shared across environments. There are times when I have to juggle 10 environments. It can become challenging when PS_HOME needs to be copied over to multiple hosts and kept in synch. What we do is 'stage' PS_HOME on a NAS drive and share it across our Unix and Windows hosts. I would be very interested in how we can extend this concept to reduce administrative effort, yet keep a tight leash on versions of PS_HOME.
0
PeopleSoft HR Consultant
written by MontyM, October 15, 2009
Hey Brent,
Thanks for sharing your observations with PeopleTools 9.5.
Any chance you could share link to HCM 9.1 instance? Am real keen to have a look at navigation.
Your help is much appreciated.
Thanks.
Errol Brown
Partner
written by Errol Brown, October 16, 2009
Brent,

Great write ups on OOW. The info in your blog is extremely valuable to those of us that are not able to attend. I am glad to see Oracle creating VM Templates of the PeopleSoft apps. I have been using these templates to establish database instances. Having the apps in VM will save me the trouble of the remaining install.

Lastly, I am very interested in seeing your HCM 9.1 running on Amazon EC2. I use Amazon S3, but have yet to tryout the cloud computing services.

Thanks again for sharing your knowledge and insight!

Errol
Brent Martin
Amazon EC2 Instance
written by Brent Martin, October 16, 2009
I'll publish the EC2 link Monday if not sooner. I need to make some backups and do a bit more testing before I turn it over to the general population.
Brent Martin
Amazon EC2 Instance
written by Brent Martin, October 19, 2009
You can find the Ec2 instance of HRMS 9.1 at http://www.freepsdemo.com/psp/...?cmd=login.

Known issues:
* Portal Search doesn't work at this time
* Crystal doesn't work -- It's on the To-Do list
* COBOL doesn't work -- I haven't licensed the COBOL compiler.

Please check it out and let me know how it works for you. This is my first attempt at running PeopleSoft on EC2.
0
EC2 Instance
written by Brandon Johnson, October 22, 2009
Hey Brent-

Love your blog, and I've been keeping up with it for a long time. Thanks for the link to 9.1.

If you don't mind sharing, what plaform/configuration/options did you use for your EC2 instance? I've been exploring doing that myself for some PeopleSoft instances, but haven't completely nailed down what I need yet.

Thanks!

-Brandon
Brent Martin
RE: Ec2 Instance
written by Brent Martin, October 22, 2009
I started with a Large install of Oracle's 64-bit OEL with 11G Standard Edition preinstalled - ami-67ea0a0e. I also fired up a small Windows instance to serve as the file server to run data mover and will eventually be the NT Process scheduler.

This was actually my second attempt at installing PeopleSoft on EC2. In my first attempt I used a large Windows instance with SQL Server pre-installed, ami-c74daaae. It's quicker and easier to get PS installed in a Windows environment, but it can be cost-prohibitive. Ami-c74daaae costs $1.35/hr instead of the normal $0.40/hour, something I didn't realize until I had run up a $700 AWS bill smilies/angry.gif. Also on the Windows servers you can't "reserve" the instances which gives the Linux instances another big cost advantage.
Brent Martin
Demo environment coming down Oct 28
written by Brent Martin, October 28, 2009
I'm going to bring down the demo environment later this afternoon so I can do an overhaul on the site. Hopefully you've had some luck getting your own versions set up. I don't have an ETA as to when it's going to be back up.
0
...
written by daniel, March 28, 2010

Dear Brent:
I am trying to deploy peoplesoft (HRMS) in EC2, but I have a doubt, How can I install Bea tuxedo or it is supported in EC2 ? I have search in the AMI that are available but I havent found any for tuxedo, I found one with Oracle database 11g and other with WeblogicServer, but where is the application server? If you could say me how you implemented the application server I would appreciate.
Thank you.
Brent Martin
Deploy HR in Ec2
written by Brent Martin, March 30, 2010
I doubt if you'll find an AMI that has the whole PeopleSoft stack installed with a database, Tuxedo and Weblogic. When I did it, i installed it all myself. If it helps the training videos from last month's install session are posted. The windows server that we installed to was running in EC2.

Write comment

security code
Write the displayed characters


busy