Microsoft.Crm.Setup.Server.GrantConfigDBDatabaseAccessAction failed. Windows NT user or group 'MYDOMAIN\SQLAccessGroup' not found. Check the name again. - Pablo Peralta's Blog:
'via Blog this'
Sunday, 2 June 2013
Sunday, 5 May 2013
Web Resources for Microsoft Dynamics CRM
http://msdn.microsoft.com/en-us/library/gg309473.aspx |
Saturday, 4 May 2013
Monday, 18 March 2013
Apache2 setting to exclude .svn
<DirectoryMatch .*\.svn/.*>
Deny From All
Satisfy all
</DirectoryMatch>
Monday, 7 January 2013
Windows server 2008 - internet time sync
w32tm /config /syncfromflags:MANUAL /manualpeerlist:machine1
w32tm /config /update
w32tm /config /update
Tuesday, 1 January 2013
CRM 2011: IFD Session Timeout
- run powershell.exe (as administrator)
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved. - PS C:\Users\Administrator>
add-pssnapin microsoft.adfs.powershell - PS C:\Users\Administrator>
Get-ADFSRelyingPartyTrust | select -property name
Name
----
auth.<something> - PS >
Set-ADFSRelyingPartyTrust -TargetName:"auth.<something>"
-TokenLifetime 480 - Check
PS C:\Users\Administrator> Get-ADFSRelyingPartyTrust | select -property name,tokenlifetime
Name TokenLifetime ---- ------------- auth.<something> 480
'via Blog this'
Tuesday, 30 October 2012
Subscribe to:
Posts (Atom)