Sometimes I forget how I fixed problems in the past and this error is an example. In my case the fix was simple. I followed the instructions in http://support.microsoft.com/kb/867628 and increased the threshold from 104857600 to 704857600. I made an educated guess at this value.
Entries Tagged as 'SBS2K-SBS2K3'
Fixing store.exe process is allocating more memory than usual
September 2nd, 2009 · No Comments · SBS, SBS2K-SBS2K3
Tags:
Notes on a SBS Disaster Recovery
August 3rd, 2009 · No Comments · SBS, SBS2K-SBS2K3
On the last Friday of June I came into the office and found myself confronted with one of the more unique disaster recovery scenarios I have ever encountered. The primary symptom was that no one could get to their email. The cable modem and the router attached to it looked like they were turned off. [...]
Tags:
Adventures with iRedMail – Part II
May 24th, 2009 · No Comments · Linux, OpenSource, SBS2K-SBS2K3, firewall
In the first installment of Adventures with iRedMail I got it to send emails but I left the MS Exchange integration for another day. Since then I have updated my DNS zone with the DKIM information, set up local DNS information, decided on naming standards, and reconfigured Postfix several times before I got it right.
Updating [...]
Tags:
Getting McAfee to work behind an ISA 2004 Firewall
May 17th, 2009 · No Comments · SBS2K-SBS2K3, firewall
It has been a long time since I actively worked with Microsoft’s ISA Firewall so it took me some time to fix this problem. Buy.com periodically offers a 3 computer version of McAfee at a very cheap price. Since I am somewhat ambivalent about the merits of one virus checking software over another, I bought [...]
Tags: isa sbs
NEC PCI to USB Open Host Controller – Everything USB Community
January 20th, 2009 · No Comments · SBS2K-SBS2K3
I found myself troubleshooting a Verizon PC5470 wireless broadband issue today. This setup worked a couple of months ago when I last touched it. When my boss inserted the PC5470 card into his PC, the VZAccess Manager software could not talk to the card. We noticed that his PC would create two NEC PCI to [...]
Tags: troubleshooting
Interesting Computer Problem
January 18th, 2009 · No Comments · SBS2K-SBS2K3
When you are grateful you have a job you can’t be picky about the applications you support. This week I spent a lot of time on my one of my least favorite applications, credit card processing. To give you a little background I was not employed at the firm when it was originally installed in [...]
Tags: troubleshooting sbs2k3
Oops! Could not start error
December 3rd, 2008 · No Comments · SBS2K-SBS2K3
I had not looked or touched my “dogfood” server in a long time. It appeared to be happily doing it’s thing. Appearances can be deceiving. I found that my scheduled jobs were not running according to the schedule. I had about a dozen jobs with the “Could not start error” message. What a mess! I [...]
Tags:
Disabling Weak Ciphers
November 23rd, 2008 · 1 Comment · SBS2K-SBS2K3, Security
This week I disabled weak ciphers on our production web server. This vulnerability was escalated again this last week. This vulnerability exists when your server allows communication using SSL version 2. Less than six months ago it was identified and classified as a low risk. SSLV2 is obsolete and is not available in some of [...]
Tags: security IIS
How do I run sp_spaceused for all tables in a database? – TechNet Forums
November 5th, 2008 · No Comments · SBS2K-SBS2K3
I was looking for a way to list the size of all the tables in database again and I found this nice bit of code. I made a small change on the select statement to create a calculated integer field so I could get a nice descending sort on size. It worked for me!
select ‘Database [...]
Tags: SBS2K-SBS2K3·sqlserver
Expanding a RAID1 array with bigger disk drives
April 12th, 2008 · No Comments · SBS2K-SBS2K3
Problem: You have an existing RAID1 array and now you need more disk space. You have purchased two identical 300 GB disk drives to replace the existing 147 GB disk drives. What is the quickest way to replace the disk drives with the least amount of down time?
Answer: This week I ran into a situation [...]
Tags: SBS
Server 500 error, Codeplex, and ISA 2004
April 2nd, 2008 · No Comments · SBS2K-SBS2K3
I recently tried to visit Codeplex and got a an error page with a Server 500 error. It did not take too long to figure out that there was a configuration problem on my firewall, ISA 2004. There were several proposed fixes but the one that worked for me I found on a Techarena forum [...]
Weird, wild, wonderful Windows "Workstation" 2008 | InfoWorld | Analysis | 2008-03-17 | By Randall C. Kennedy
March 25th, 2008 · No Comments · SBS2K-SBS2K3
For the self-reliant, a third Windows desktop option emerges: Build your own “Frankenvista” on Windows Server 2008
I guess the transformation is nearly complete. Windows Server 2008 has almost completely embraced the Linux model of one code base for servers and workstations. It is the incompatibilities that drive you nuts. Support for third party software has [...]
Tags: windows server
SQL 2005 Express Tips
March 17th, 2008 · No Comments · SBS2K-SBS2K3
My version of SQL 2005 Express was installed when I installed Visual C++ Express Edition. Today I was trying to use the Upsizing Wizard included in Access 2003 when I ran into SQL Server problems. So here are my tips:
Go into the SQL Configuration Manager and enable TCP/IP if it is disabled. Someone wrote a [...]
Tags: sqlserver
Changing ownership and deleting unknown accounts from objects
January 18th, 2008 · No Comments · SBS2K-SBS2K3
Yesterday I decided to fix an old problem. I had some directories and files with the unknown accounts in the access control lists(ACL). This can occur when you migrate user files to a new server. The easy way to fix this problem is right click on the directory and follow the menus to change ownership, [...]
Tags: SBS
Installing Live Writer behind a ISA firewall
January 5th, 2008 · No Comments · SBS2K-SBS2K3, Security
I like Live Writer a lot but it is very hard to install when you are behind Microsoft’s ISA firewall. I spent a couple of hours trying to figure out what ports I needed to open in the firewall so that the Live Writer install program would install. All of my attempts ended with the [...]
Tags: livewriter·isa
Implementing the Change Password feature with Outlook Web Access
December 27th, 2007 · No Comments · SBS2K-SBS2K3
SUMMARY
This article discusses how to implement the Change Password feature in Microsoft Outlook Web Access (OWA) to allow OWA users to change their domain passwords. This article also describes some of the common troubleshooting scenarios where you might use this feature.
Implementing the Change Password feature with Outlook Web Access
If you are running SBS and [...]
Tags: SBS
Tracking down the cause of a 537 login problem
October 17th, 2007 · No Comments · SBS2K-SBS2K3
Recently I re-installed my desktop software on to a different disk drive and I started getting several event ID 537 error messages in the server security log. The workstation was not showing any operational problems so this is a low priority problem. The biggest problem is that the shear number of errors distorts my server [...]
Tags: SBS
Rebuilding my PC again
September 3rd, 2007 · No Comments · SBS2K-SBS2K3
My WinXP desktop was having serious problems. I tried to debug it for two days but finally decided to rebuild it. I was getting 100% CPU utilization with winlogon.exe. So I went to http://www.ryanvm.net/msfn/ and built a new CD with most of the WinXP patches integrated. While I was at it I updated the client applications [...]
Tags:
A little more spam filtering
August 12th, 2007 · No Comments · SBS2K-SBS2K3
P.S. Oh yeah… Les says it appears to nail most of this pdf spam
A little more spam filtering
I implemented this today. So far….so good!
Tags:
Template Menu for Word
July 4th, 2007 · No Comments · SBS2K-SBS2K3
Today I was reading the SBS Diva’s blog about a custom toolbar menu she has been using in Office 2003 for ten years. It sounded like a great idea for the Word 2003 templates I use to create business letters. My basic template prompts me to select a name from my Contacts in Outlook 2003 [...]
Tags: SBS