Monday, March 10, 2008

System.OutOfMemory

It's never a good sign when you wake up in the morning and your site says System.OutOfMemory. No one changed anything on the site, so why is this happening?

Quick answer... All of the other sites on the same server running BV Commerce were running fine. No one had made any changes to the site, so why was this happening. We're going to track it to see if it happens again.

Solution: To fix it, we simply refreshed the web.config. I couldn't tell you why, but for some reason, I knew that was the answer.

Thursday, March 6, 2008

Testing email blasts

So, you've put a beautiful email together and hit the send button in BVCommerce. Whew, time to start counting the sales. Then, what, the page shows an error message. Now what, did the emails go out? Who received the emails and who didn't?

The answers to these questions depend on how much information hosting will give you. We had some issues within BV2004 and here's how we answered some of them.

BVCommerce sends out emails in alphabetical order. So, we simply set up email addresses for aaa@[yourcompany.com] and zzz@[yourcompany.com]. This still doesn't give you all of the answers, but it will give you some insight.

So, with the emails set up above, you will know if the email went to everyone. Next step. If your page is timing out, this is a setting that hosting can help with. What's happening is your page is timing out and there is a limit. I'm not sure about most hosting companies, but Randy at Globalweb has helped us. I'd give him a call.

The combination of those two solutions has resolved our problem.