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 ArticleMore 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 ArticleTracing 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 ArticleTroubleshooting 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 ArticleInstalling 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 ArticleExplorations 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 ArticleTroubleshooting 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 ArticleHP_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 ArticleExcel 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 ArticleBen 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