Author Archives: Rich Kreider

About Rich Kreider

Hello, world! I'm over 1/4 of a century old. I'm just another tech guy swinging from vine to vine in the jungle of technology and life. I currently work for an IT consulting firm in northwestern Pennsylvania and before that I was a system administrator for a small ISP that was centrally located in Ohio's Amish area. The answer is 42.

Get ALL table and column descriptions in MSSQL

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. Get MS_Description from all tables AND columns in a database. Suh-weet. SELECT u.name + ‘.’ + t.name AS [table], td.value … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Outlook Signature and Stationery Folder in Windows 7

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. I always forget but I usually end up starting in the right place hunting down the signature local store on … Continue reading

Posted in Windows | Tagged , , , , | Leave a comment

wmic output hangs when using psexec

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. I recently found when trying to issue a wmic query on a remote system with psexec (1.98) it would hang … Continue reading

Posted in Windows | Tagged , | Leave a comment

Check for configuration errors with FAM/Gamin Library

Popup in Outlook and webmail: Your IMAP server wants to alert you to the following: filesystem notification initialization error — contact your mail administrator (check for configuration errors with the FAM/Gamin library) I have a Courier IMAP+SASL+Maildrop+Postfix+MySQL setup. I don’t … Continue reading

Posted in Linux | Tagged , , , | Leave a comment

FastClaims for Tiger in AIX

So I’ve discovered that FastClaims in Allscripts Tiger AIX servers are stored in the following location When a receipts are batched, they are stored in /m2/MF01/CLAIM499 When clicking on “Batch” -> Fast Claims, it then copies /m2/MF01/CLAIM499 to /src/APPS/ECONNECT/ARCHIVE/TS/CLAIM499_1.3101165443_20120131165507385. You … Continue reading

Posted in Other | Tagged , , , | Leave a comment