If you are looking for an eBook, check out Packt! I was just told about a special promotion that they are running. Until July 5th, all of their books are $10 each.
Check out the books on the Packt webite.
If you are looking for an eBook, check out Packt! I was just told about a special promotion that they are running. Until July 5th, all of their books are $10 each.
Check out the books on the Packt webite.
I’ve been a bit behind on reading my news. Back in April, PeopleSoft released their “Release Value Proposition” for PeopleTools 8.54, and it’s got me excited about it. Then, a week or two ago, PeopleSoft published the pre-release notes. I don’t have any inside information, but I thought I would list the features that looked exciting to me…
As I went through the documents, I noticed a couple of features that are already released and that I need to do some learning and catch up. Do you mind if I just take some notes out loud here?
64-bit History: The 64-bit requirements have been of notable interest to me because I spent some time working for a client who had challenges switching away from 32-bit hardware. One of the documents listed the history of the migration of PeopleSoft from 32-bit to 64-bit. Here’s a nice summary:
If your looking to buy a book, today is a great day to do it. Packt is celebrating International Day Against DRM by offering books for $10. It’s only for today.
You can check it out at http://bit.ly/1q6bpha.
I just saw that Packt is running a special on their books. To celebrate their 2,000th title, you get a free eBook with your purchase. If you’re in need of a book, now’s the time to check it out.
You can learn more on the Packt Website.
Ubuntu has been my choice of OS for some time now. It works great for the most part until I start trying to interact with the Microsoft-centric business world. App Designer is one of those pressure points. Normally, my clients give me a Windows-based remote desktop, but for playing around with things outside a client, I needed a way to run App Designer locally on my laptop.
I finally figured out how to install App Designer for Oracle’s PeopleSoft VM images directly in Ubuntu. Here’s what I did…
I ran into this error with the Ben Admin Snapshot process. It was the second time I ran into it, so I thought that I had better make sure that I got this in my notes so I would remember it.
Here’s the error…
1 2 3 4 5 6 7 8 9 10 11 | Costs Not Found For Pgm/Plan/Optn: <benefit program>/<plan type>/<option code>. Application Program Failed In Pgm Section : MOVE-TO-PDEFN Application Program Failed In Pgm Section : TABLE-ACCESS(PSPBATBL) Application Program Failed In Pgm Section : MAIN(PSPBASCH) |
The other day, I ran across this nice Chrome Extension called PSChrome.
I had an old TamperMonkey script that I had used, and I was wondering if an extension might make more sense. When I looked to see if one already exists, I found PSChrome.
This isn’t best practice, but I found a way to switch out a record in a query without redoing the criteria. Here’s the situation: I have a query in which the row-level security is causing problems. It is slowing down the query and also eliminating future-dated rows from the results. So, I created a view of the table which would select all of the rows from the original table. It was basically a copy with the query security view removed. The next challenge was to change the query to use that new record. If I remove the old record and add the new, I would have to redo the whole complicated query just about.
So, I found that I could update two records in the database:
1 2 3 4 5 6 7 8 9 | UPDATE PSQRYFIELD SET RECNAME = '<new record name>' WHERE QRYNAME = '<query name>' AND RECNAME = '<old record name>'; UPDATE PSQRYRECORD SET RECNAME = '<new record name>' WHERE QRYNAME = '<query name>' AND RECNAME = '<old record name>'; |
After that, I found that I needed to open the query online in query manager, make a small change, and save it. After that, it worked fine with no problems.
Warning: use at your own risk. This isn’t the intended way to edit queries.
Just the other day, I needed to set a Date to null or blank, and I couldn’t remember how to do it. Here’s my notes so that I can remember next time. Javier’s blog came to the rescue:
Javier’s PeopleSoft blog: Setting Date Variables to Null in PeopleCode
The short version is: use the Date(0) function:
1 2 3 | Local Date &hireDate; &hireDate = Date(0); |
Here’s some more information to explore a little more in depth…
Last week, I received my annual report from WordPress/Jetpack. I have always enjoyed these reports, so I thought I would make it public.
For the complete report, view it here: PSST0101 – 2013 Year in Blogging