A couple of weeks ago the E-Mail Router
for Microsoft CRM 4 (Rollup 11) stopped working. The error I was getting for the server was that the certificate for the Exchange server was not valid. So I started to dig.
I found out that the certificate for the Exchange server was renewed on the day my problems started. I was able to get to the web mail from the CRM server but the E-mail router still would not connect.
I tried numerous things, but the item that worked was as followed:
- Open the Microsoft CRM E-Mail Router Configuration Manager.
- Under the Configuration Profiles tab, choose the outgoing profile and click the Modify button
- On the General Tab, uncheck the Use SSL box and click Save.
- Click the Publish button.
- Restart the Microsoft CRM Email Router service
After these steps, email were flowing from CRM again. It was a happy day for email junkies.
This is an old conversation, but I find that many people still do not know about it.
From Office 97 to 2003 Microsoft used the .doc file extension. These files were binary files. When Office 2007 was introduced, Microsoft change the file extension to .docx. These files are stored in an open XML format. One part of the change is a tremendous reduction in file size. In my organization, we are just now getting people to use the new formats even though Office defaults to the .docx extension.
Microsoft does have some tools to help convert the old files to the new extension. The tool can be found at MS Technet. One example given by a Microsoft employee is that an organization went from 100 file servers to 40 after they changed the file types from the old Office format to the 2007/2010 format. I have seen it first hand reduce file sizes as much as 80%.
Tuesday, while listing to Microsoft Technical Evangelist John Westin, I learned that Natal for the Xbox will cost under $100. This is a great price point in my opinion for the experience a person will have.
Microsoft is not just letting the Natal interface stop with the Xbox. They are taking it and and the Windows 7 multi-touch to all devices. There is a video at OfficeLabs that shows what Microsoft thinks will be the future in the next 10 years. Everything in the video is a working prototype with the exception of the leg room on the Boeing 787 mockup. My favorite product from the video has to be the newspaper.
Sir Slur
The story begins with me needing more drive space on my backup drive. I allocated the extra space from our SAN. Then I went into the server and told it to expand the drive with the extra space.
This is where it gets weird. I could see the new space everywhere except in explore and chkdsk. They were both telling me that no addition space had been added. I could not find a way to get the server to recognize the extra space, not even a reboot worked.
This is when I took to the Internet. I could not find anything that talked about this and Windows Server 2008. I did find something about this for Windows Server 2003. The article talked about a DISKPART function that is not readily documented. It is extend file system.
It worked like a champ. Within a second of running this command, the server could recognize the addition storage.
Here are the commands to run once you are in DISKPART:
DISKPART> select volume 1 DISKPART> extend filesystem DiskPart successfully extended the file system on the volume. DISKPART> exit Leaving DiskPart...
Here is a link to the article for Windows Server 2003:
http://support.microsoft.com/kb/832316
Sir Slur


Comments