kieranbarnes do you know where your towel is?

Exchange 2003, 2007 & 2010 Topology discovery failed, error 0×80040a02 (DSC_E_NO_SUITABLE_CDC)

Posted on July 17, 2010

A client has been struggling with Exchange 2003 for some time now and I've got the project to roll out Exchange 2010. The first hurdle I come to is a new incarnation of a pre-existing problem from Exchange 2003 - simply put "Can't find a domain controller". Which means it can't mount the Information Store. Brill.

RIP Frank Sidebottom

Posted on July 16, 2010

Filed under: Photography No Comments

Bad times, I had to use a book from the monitor stand today

Posted on July 16, 2010

Lazy man’s Exchange 2010 PreReqs

Posted on July 12, 2010

Lazy? Yeah. Need to install all the Exchange 2010 prerequisites in no time at all?

Import-Module ServerManager
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
Set-Service NetTcpPortSharing -StartupType Automatic
Filed under: Windows No Comments

CIFS/SMBFS “mount error 13 = Permission denied”

Posted on July 9, 2010

Are you getting a rather generic "mount error 13 = Permission denied"  when trying to mount Windows shares in Linux? I was.

Samba's been updated, keep up. You need to add the domain=XXX into your -o command, or text file for your credentials.

Filed under: Linux No Comments

Super simple Active Directory with Samba

Posted on July 9, 2010

I needed a super simple, straight forward way of installing samba on Ubuntu and joining it to an Active Directory domain.
This doesn't allow you to login to Ubuntu with domain credentials but allows you to share and access files with domain credentials.

Heres how its done

Filed under: Ubuntu Continue reading

Problems installing System Center Essentials 2010

Posted on July 5, 2010

So, I spent 16 irreplaceable hours of my life trying to install System Center Essentials 2010 on both Server 2003 and Server 2008, both systems gave me the same, unhelpful error.

Here is the SCE setup log

Filed under: Windows Continue reading

Couldn’t send mail with MS SQL Server 2005

Posted on July 1, 2010

So I've been struggling trying to send SQL Agent job notifications to operators.

Msg 515, Level 16, State 2, Procedure sp_validate_user, Line 19
Cannot INSERT the value NULL INTO COLUMN 'permission path', TABLE '@temp'; COLUMN does NOT allow nulls. INSERT fails.
The statement has been terminated.
Msg 14636, Level 16, State 1, Procedure sp_send_dbmail, Line 107
No global profile IS configured. Specify a profile name IN the @profile_name parameter.
Filed under: MS SQL Continue reading

[Snippet] Redirecting Non-SSL Traffic to SSL

Posted on June 15, 2010
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Filed under: Apache No Comments

Perspective Power Poles

Posted on May 25, 2010

Filed under: Photography No Comments