-
Running SugarCRM Community Edition on Windows Server 2008 R2
After much trial and error I’ve finally figured out the magic formula to get SugarCRM 5.5.2 running on Windows Server 2008 R2 with a remote SQL 2005 server. I have two servers for this project, Server1 (Web Server), and Server2 (SQL 2005 Server). Here are the steps I took to make this work… Server2 (SQL)…
-
Network or Active Directory Required Resources Not Available
Our instance of Systems Center Operations Manager 2007 R2 began reporting the following error from one of our Sharepoint servers: “Windows cannot determine the user or computer name. (The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. ). Group Policy processing aborted.” Apparently this…
-
System Center Configuration Manager Advanced Client Installation – Multiple SSL Certificates
I ran into an issue today on our Exchange client access servers while trying to install the System Center Configuration Manager client via command line. My original command syntax that I’ve used on every other server looks like the following: \\SMBServer1\TechShare\Systems\SCCM_R2\SMSSETUP\CLIENT\ccmsetup.exe /native /mp:SCCMSERVER.MYDOMAIN.LOCAL SMSSITECODE=AUTO As you can see, I’m calling the ccmsetup.exe program from a…
-
ISA Default Gateways & Creating Static Routes
While troubleshooting an ISA issue today where the ISA servers could not contact our issuing CA for a client certificate, I came across a great blog entry ( http://www.shudnow.net/2009/02/01/default-gateways-and-multihomed-boxes/ ) explaining the need for static routes on multi-homed servers. In the case of ISA, we have two seperate NIC’s each on a seperate VLAN with only…
-
ConfigMgr & Software Updates – Maintenance Windows
I had a server (luckily non-production services) reboot at random this morning after the Config Manager client forced it to. It lead me to review the update deployment settings and maintenance window configurations I have set up. After a bit of googling, I found this great article that accomplishes what I want… http://configmgr.com/using-maintenance-windows-while-patching/ Now my servers…
-
Commerce Server 2009 NTLM Authentication Error
After fixing the previous issue with host headers and NTLM authentication, we discovered that we could only login to the site from the server itself. From every other machine we received the following error message when authenticating: Authentication Failed. at Microsoft.CommerceServer.Interop.Profiles.ProfileServiceClass.GetProfileByKey(String bstrKeyMemberName, Object sValue, String bstrType, Boolean bReturnError) at Microsoft.CommerceServer.Runtime.Profiles.Profile..ctor(ProfileContext profileService, String keyName,…
