
The PeopleSoft Administrator Podcast hosted by Dan Iverson and Kyle Benson
This week on the podcast, Kyle and Dan talk about what they learned about migrating PeopleTools Portal Registry objects.
The PeopleSoft Administrator Podcast hosted by Dan Iverson and Kyle Benson
This week on the podcast, Kyle and Dan talk about what they learned about migrating PeopleTools Portal Registry objects.
This week on the podcast, Dan shares a terrible idea that he wants to try and an Adventures in MOS. Then Kyle and Dan discuss the login process in PeopleSoft and why it’s important to understand when troubleshooting.
This week on the podcast, Kyle and Dan talk about Cloud Manager 9 features and the importance of remembering the basics. Kyle also shares some great information on what type of page transfer to use between Fluid, Classic, and more.
This week, Dan and Kyle discuss decommissioning software that isn’t used, PeopleCode documentation pet-peeves and how to start using Puppet before upgrading to 8.55. We end the episode with predictions for OpenWorld 2016.
We want to make this podcast part of the community discussion on PeopleSoft administration. If you have comments, feedback, or topics you’d like us to talk about, we want to hear from you! You can email us at podcast@psadmin.io, tweet us at @psa_io, or use the Twitter hashtag #psadminpodcast.
You can listen to the podcast here on psadmin.io or subscribe with your favorite podcast player using the URL below, or subscribe in iTunes.
psadmin
menu option @ 6:00PeopleCode PeopleTools Check @ 27:15
#If #ToolsRel >= "8.54" #Then
import PTPN_PUBLISH:PublishToWindow;
#End-If
PeopleCode Documentation Pet-Peeve @ 31:45
Two Roles for Applying PUM Maintenance @ 35:45
Kyle and Dan talk discuss debugging techniques in SQR’s and App Engines. We also finish our interview with Wayne Fuller this week. Wayne was a great guest and shared tons of great information. We hope you enjoy this rest of his interview.
If you want to contact Wayne, you can email him here.
We want to make this podcast part of the community discussion on PeopleSoft administration. If you have comments, feedback, or topics you’d like us to talk about, we want to hear from you! You can email us at podcast@psadmin.io, tweet us at @psa_io, or use the Twitter hashtag #psadminpodcast.
You can listen to the podcast here on psadmin.io or subscribe with your favorite podcast player using the URL below, or subscribe in iTunes.
TraceMagic is a utility that gives PeopleSoft system administrators, programmers and support engineers the ability to quickly isolate performance bottlenecks in SQL Statements and/or PeopleCode functions. It accomplishes this by turning the text-based, time-ordered tracesql file into a sortable-grid display, allowing the user to quickly locate system performance issues.
TraceMagic is a great tool for reading .tracesql
files. The ability to group SQL by SELECT statements and see all the tables queried in the trace are great for debugging issues.