It's a simple one.
Click File
then
Office Account
then
About
Done.
Thursday, 23 August 2012
Monday, 13 August 2012
CRM 2011 / ADFS Renewed Certificates
CRM 2011 is a very particular beast.
I had an issue where the ADFS server was passing the credentials to the CRM box but CRM was not accepting them. A Windows Authentication Box kept popping up then eventually a 401 not authorised error would appear.
The event viewer moaned about a few things, but what's new with CRM?
It turned out that the ADFS Certificates for Token-decrypting and Token Signing, adfs.*.local had expired and my trusty ADFS farm had renewed them for me, because when they were installed we used the switch /autocertrolloverenabled.
However, CRM dislikes not being told about the new cert and requires you to set up Claims and IFD again!
To fix it, I had to follow this process: Obviously do your snap shots first, backup etc
I had an issue where the ADFS server was passing the credentials to the CRM box but CRM was not accepting them. A Windows Authentication Box kept popping up then eventually a 401 not authorised error would appear.
The event viewer moaned about a few things, but what's new with CRM?
It turned out that the ADFS Certificates for Token-decrypting and Token Signing, adfs.*.local had expired and my trusty ADFS farm had renewed them for me, because when they were installed we used the switch /autocertrolloverenabled.
However, CRM dislikes not being told about the new cert and requires you to set up Claims and IFD again!
To fix it, I had to follow this process: Obviously do your snap shots first, backup etc
- Open CRM Deployment Manager, Right Click "Microsoft Dynamics CRM" and then click Disable Claims Based Authentication.
- IISReset both front end servers (web farm.)
- Open CRM Deployment Manager, Right Click "Microsoft Dynamics CRM" and click Configure Claims Based Authentication and follow the wizard (with the defaults as they come from the Database.)
- Then Right Click "Microsoft Dynamics CRM" and click Configure Internet Facing Deployment and follow the wizard .
- IISreset both web servers.
- Cross fingers.
- Cross toes.
- On the ADFS Server, Open ADFS 2.0 Management, Under Trust Relationships click Relying Party Trusts and then right click the URL's and chose Update From Federation Meta Data for all URL's here (relating to CRM.)
Labels:
adfs,
ADFS Certificates,
CRM 2011,
CRM Certificates
Monday, 5 March 2012
CRM 2011 ADFS Time Out
I needed to change the time out for the IFD / ADFS to 10 hours (not as secure as I'd like it!) in CRM 2011.
On the ADFS farm in PowerShell....
Get-ADFSRelyingPartyTrust -Name "externalname.com"
which listed TokenLifeTime: 480....so I changed it to....
Set-ADFSRelyingPartyTrust -targetname"externalname.com" -TokenLifetime 600
On the ADFS farm in PowerShell....
Get-ADFSRelyingPartyTrust -Name "externalname.com"
which listed TokenLifeTime: 480....so I changed it to....
Set-ADFSRelyingPartyTrust -targetname"externalname.com" -TokenLifetime 600
Wednesday, 27 April 2011
CRM 2011 TMG 2010 Error 500 12217
Just installed CRM 2011 published via a TMG box.
Some pages had the 500 Error "the request was rejected by the http filter. (12217)"
Turns out we needed to change the TMG Rule - Under Traffic, then Filtering, Configure HTTP, un-tick the "Verify normalization"
all sorted. good job.
Labels:
500 error,
CRM 2011,
TMG 2010,
tmg filter,
tmg filtering
Monday, 25 October 2010
Exchange 2010 SP1 UM Upgrade
Here are a few simple steps to upgrade your UM server to SP
Remove any language pack other than en:US
To find out which ones you have installed, open Exchange Management Shelltype in get:umserver to see what languages you have installed
Then from the source DVD or sources directory run in command prompt
i.e. in my case:c:\sources\exchange%22010\setup.com /removeumlanguagepack:en-gb
Then download and install the following (search for the latest version)
Microsoft Speech Platform Runtime
Microsoft UC MA Runtime x64
Now run the SP1 update!
Afterwards run the UM Language Update (in my case) en:GB
Wednesday, 29 April 2009
Windows Server 2008 SP1 and More Than 121 LUNS
We have a few large servers here that require more than 121 LUNS in a mount path scenario.
Guess what? Windows Server 2008 SP1 has a bug and can only handle 120 LUNS. What happens is the Performance Counter crashes (!) which prevents the installation of certain software, namely Microsoft Exchange 2007 SP1. The only way of getting a work around is to turn off the Disk Performance Counter using the tool Exctrst. However, this means that we can no longer monitor Disk Performance!
Looking forward to seeing whether SP2 (which RTM earlier this week) fixes the problem...
Guess what? Windows Server 2008 SP1 has a bug and can only handle 120 LUNS. What happens is the Performance Counter crashes (!) which prevents the installation of certain software, namely Microsoft Exchange 2007 SP1. The only way of getting a work around is to turn off the Disk Performance Counter using the tool Exctrst. However, this means that we can no longer monitor Disk Performance!
Looking forward to seeing whether SP2 (which RTM earlier this week) fixes the problem...
Friday, 13 March 2009
Windows Update Error 80072EFD on Server 2008
I just installed a Windows Server 2008 Enterprise box for a SCOM R2 implementation we are working on. To finalise the installation I did a Windows Update and got the error 80072EFD and nice litle error message.
After a bit of research I found some posts about adding *.microsoft.com to trusted sites,. but that didn't work.
The next thing I tried was adding a proxy address to Internet Explorer, browsing to a site (and getting an error) and then removing it and trying again...and it worked! Phew...
After a bit of research I found some posts about adding *.microsoft.com to trusted sites,. but that didn't work.
The next thing I tried was adding a proxy address to Internet Explorer, browsing to a site (and getting an error) and then removing it and trying again...and it worked! Phew...
Subscribe to:
Posts (Atom)