Posted by Jason Mohan on Mar 25th, 2011 | 0 comments
Let me guess you are installing Exchange 2010 and you landed here because you keep getting this error, “Unable to read from the Metabase. Ensure that Microsoft Internet Information Services is installed”. However you’ve installed IIS on your Windows 2008 box, so what gives? You are missing just missing the IIS 6 compatibility feature. It’s a simple fix, go to your web...
Posted by Jason Mohan on Mar 1st, 2011 | 0 comments
You have to love vmware if you are into virtualization as much as I am. ESX comes with high security and most user accessible ports either blocked or the port is closed on the firewall side. If you need to SSH into your ESX box you will need to open a port on your firewall. We are not talking about the firewall on your router, or ASA. ESX comes with a built-in firewall, you need to open a port on...
Posted by Jason Mohan on Jul 10th, 2010 | 0 comments
So how do you backup WSS 3.0 automatically? Well you know you can go into the operations center and backup manually, by setting the destination. However this will not automatically backup your sharepoint farm on a daily basis. There is a simple command to backup your sharepoint farm via command line. Once you have a command line then you can create a batch file and backup however your...
Posted by Jason Mohan on Jul 10th, 2010 | 0 comments
If you trying to get sharepoint to start a full crawl of your site, or you need to diagnose a problem you have to wait for sharepoint to start it’s full crawl interval. However with the below command you have it start immediately.
Stsadm -o spsearch -action...
Posted by Jason Mohan on Jul 10th, 2010 | 0 comments
I wanted to access the SQL databases on my WSS 3.0 server, however I was using the embedded edition of SQL. So I downloaded SQL Management Server studio, but I couldn’t still access the databases. It kept saying it can’t make a remote connection to the server though I was trying to access it via local to the machine. Then I found this. Type it in as the server name, and...