| Perfil de GregGreg Olsen - Yellow Duck...FotosBlogListas | Ajuda |
|
18 de janeiro Microsoft CRM 4.0 Implementation GuideThe Implementation Guide that has been made available from Microsoft contains comprehensive information about how to plan, install, and maintain Microsoft Dynamics CRM 4.0. This guide has some very helpful information. Microsoft overview is: The Microsoft Dynamics CRM 4.0 Implementation Guide consists of the following three documents:
(Overview can be found here: http://www.microsoft.com/downloads/details.aspx?familyid=1CEB5E01-DE9F-48C0-8CE2-51633EBF4714&displaylang=en ) So ... to download the Implementation guide (1.1MB) head to this link: http://www.microsoft.com/downloads/details.aspx?familyid=1CEB5E01-DE9F-48C0-8CE2-51633EBF4714&displaylang=en You will download a file of Microsoft_Dynamics_CRM4_IG.exe Once you have this file locally, extract the exe to find the following files as follows: The three Microsoft documents listed above are really handy to have printed and beside you when developing, using or administrating CRM 4.0. There is a lot of pages so consider printing and sharing it around. There is also another compressed file inside the Microsoft_Dynamics_CRM4_IG.exe file called PlanningTools.zip. I was quite happy to see the information in the Configuration_and_Customization_Planning_Tools folder for the default values. This type of information is very handy when planning out customer/client customisation's to CRM to suit their requirements. Open the Excel documents for more info. Here is a breakdown of each folder and their files respectively: Business_Management_Planning_Tools Configuration_and_Customization_Planning_Tools Project_Management_Tools Service_Scheduling_Tools Looks pretty good? Here is that download link again for the Implementation guide (1.1MB): http://www.microsoft.com/downloads/details.aspx?familyid=1CEB5E01-DE9F-48C0-8CE2-51633EBF4714&displaylang=en Enjoy! Greg Olsen 10 de janeiro 2008 Summer Road TripThis has been advertised since December 2007 and I thought I would advertise it on my blog as well since I have registered to go along to the event on February 4th here in Auckland, New Zealand. Chris Auld and Jeremy Boyd - are touring the country showing off all this new gear. "The session itself will be a 2 hour presentation where the guys will design the infrastructure, including virtualization layer, data structure, web site, IIS implementation and then build and deploy the entire solution over the period of the session explaining what they are doing as they go" These are the dates and locations you can register at (get in quick!!): · Auckland – Feb 4 Register here: http://www.dot.net.nz/Default.aspx?tabid=113 for any location. There are some prizes to be given away as well including the new Microsoft Windows Home Server. Yellow Duck Guy 07 de janeiro Installing CRM 4.0 - Keep Your Domain Clean!Good posting on Microsoft forum regarding untidy domains affecting the CRM 4.0 installs. This could mean that an old domain controller which was "removed" could still cause you issues. If you ever get the error of domain name is either invalid or unreachable like below then you might want to read on: Microsoft.Crm.Setup.Server.InstallConfigDatabaseAction failed. ---> Microsoft.Crm.CrmArgumentException: Invalid domain name. Domain name is either invalid or unreachable. ---> System.ArgumentException: Invalid domain name. Domain name is either invalid or unreachable. Forum Posting here: http://forums.microsoft.com/Dynamics/ShowPost.aspx?PostID=2585429&SiteID=27 On this posting there is some code to help you list the domains active from the machine you wish to install CRM 4.0 on. I created this inside a .vbs file and ran it using cscript from the system32 folder and it listed mine correctly - so it works! yay!. You will need to list them to see if any old ones are lying around. Here is the code (I could've re-written this in C# but thought there was no real gain) to find the current domains from your CRM 4.0 machine: On Error Resume Next Const ADS_SCOPE_SUBTREE = 2 Set objRootDSE = GetObject("LDAP://RootDSE") Set objConnection = CreateObject("ADODB.Connection") objCommand.Properties("Page Size") = 1000 Set objRecordSet = objCommand.Execute objRecordSet.MoveFirst If you would like to download this as a .vbs file to save the manual preparation, then you can have a copy of mine from here: http://www.box.net/shared/dh4ual3ww8 Once you have run this file and identified any unwanted domain controllers then I suggest you remove them or get them removed from the authorised domain admin's. For support on removing unwanted domain controllers and keeping your domain tidy, then read this Microsoft Support page: Hope this helps any of those unusual failing installs! Greg Olsen |
|
|