Quantcast
Channel: PSST0101 » Troubleshooting
Browsing latest articles
Browse All 11 View Live

Image may be NSFW.
Clik here to view.

Memory Leak Troubleshooting

This is a tad off topic, but I don’t want to loose all of these reference links for tracking down memory leaks with a VB.Net program. Here is the article that helped out a lot. Rico Mariani’s...

View Article


Image may be NSFW.
Clik here to view.

More Memory Leak Troubleshooting

Recently, I have been doing a lot of Memory troubleshooting. Here are some windbg commands that helped: Load the sos module (for .Net 4.0) .loadby sos clr List all of my object specific to my program:...

View Article


Image may be NSFW.
Clik here to view.

Tracing Tips and Resources

I had an issue recently where I needed to trace a process to try to determine where a bug was occurring.  So, I decided to try to document how I could setup tracing on a single process. To enable...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting Report Repository Error

I thought I had my environment built, but I keep finding little problems.  Well, this time it was the report repository.  I got the reports posting, and I thought I was home free.  The solution ended...

View Article

Image may be NSFW.
Clik here to view.

Installing Gobal Payroll Rules

This post is a follow up to this thread that I opened.  Unfortunately, at this point, I haven’t figured out what I am doing wrong.  If you see something, please comment either here or on the thread at...

View Article


Image may be NSFW.
Clik here to view.

Explorations in SQL: Fixing Duplicates for Index

I had an issue with some indexes that would not create. The database complained that the table had duplicates in it that violated the index.  For me, the table was PS_AUC_HDR, but these steps should...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting COBOL Problem

Here’s another problem that I ran into … COBOL wouldn’t run. Even the simple test didn’t work. In researching, I found this in my SCHDLR log file. Server: PSNT checking status... Server action mode:...

View Article

Image may be NSFW.
Clik here to view.

HP_RTBC:RTBCMain/HP_RTBC_INSTALL_DEPT_SEL Issues

After installing a series of updates (852825, 872267, 872523, 874418), I ran into a SQL error.  I am not sure which update it was, and actually, the find definition references pointed to 808749, which...

View Article


Image may be NSFW.
Clik here to view.

Excel To CI: Can’t find project or library

Today, I received this error in the Excel to CI Macros: Compile Error: Can’t find project or library It seems to be pointing to a “sToolBarTemplateActions”. Thanks to the help of Srinivas Reddy, I...

View Article


Image may be NSFW.
Clik here to view.

Ben Admin Snapshot Error

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...

View Article
Browsing latest articles
Browse All 11 View Live