Category: Windows

  • Bypassing a Load Balancer

    Load balancers are fantastic devices but sometimes we need to get around them.  I can’t count the times I have needed or wanted to test/diagnosis the functionality of each PIA instance individually, especially when fighting what might appear at first as an intermittent or random issue.  When we have multiple PeopleSoft PIA instances behind a…

  • 8.54 PreRelease Notes Available

    The PeopleSoft Technology Blog has announced the availability of the PreRelease notes for 8.54: Some observations as I skimmed the document are: Oracle Linux 6, Win 2012, and Win 2012 R2 support added, Win 2008 (R1 not R2) dropped Client OS Windows 8.1 added, Windows 7 (32 bit) dropped WebLogic 12.1.2 added, 10.3.6 dropped Oracle…

  • Setup AWStats on IIS

    AWStats is a great tool for parsing web server access logs of any kind.  If you are not familiar with it, I recommend checking out the Live Demo to see what kind of data it can provide. I’ve been using it for a long time to provide stats on all sorts of different websites and…

  • nVision going to Error

    I ran into this problem with nVision a little while ago.  nVision processes were going to error status on the process scheduler.  A quick glance at the logs made it look like either the process was crashing or not starting at all.  I logged into the Windows Process Scheduler server to take a look at…

  • How I forward displays from Linux or other *nix systems to Windows

    First off, I usually try to avoid it, I’m old school and like my command line options.  So, often when I’m installing PeopleSoft components, I use the console options if available.  Sometimes it’s not that simple though so when that happens, I’ve got a pretty standard method of doing things.  So here’s how I forward…

  • PeopleSoft TEMP/TMP Directories

    In PeopleTools 8.53 Oracle has changed how the TEMP and TMP environment variables are handled.  They are taking the responsibility of setting these out of the Admins hands.  In the past we set these as environment variables perhaps in the shell profile or psconfig.sh.  When we configured the app server / process scheduler these settings…

  • App Server to Database Reconnection issues in 8.51

    I ran into a problem a while ago which brought a more severe problem to my attention.  It appears in at least 8.51.02 (but probably back to 8.51.00) to 8.51.09 there are issues with application server processes properly recovering from a disconnection from the database.  I don’t have first hand experience with that problem, but…

  • UPPER CASE PeopleSoft scripts for SQL Server

    I remember the first time I started working on a PeopleSoft system running on SQL Server.  I was constantly having problems with my SQL and scripts I’d write because I would write everything lower case.  That’s when I learned PeopleSoft recommended the Latin1_General_Bin collation for the database on SQL Server and that collation is case…

  • When PeopleSoft Cache goes Bad

    In general Cache is a good thing, but sometimes things go wrong. I usually try to avoid clearing cache unless I have a real reason. In my experience clearing cache without reason usually only adds to the end users perception that PeopleSoft is a slow painful application to work with, and we know PeopleSoft gets…