Posts

Showing posts from May, 2010

Service msftesql was not found on computer 'XYZ'

CRM 4.0 Installing on Server 2008 ERROR: Service msftesql was not found on computer 'XYZ'. The specified service does not exist as an installed service. CAUSE: This error come from confilict between installing Microsoft Dynamics CRM 4.0 (Enterprise or Professional) with SQL 2008. The msftesql is the "Microsoft SQL Server Full Text Indexing Service" which has a different name under SQL Server 2008. SOLUTION: - Run > Regedit - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services - Rename MSSQLFDLauncher Folder to msftesql - Reboot System - Administrative Tools > Services > SQL Full-text Filter Daemon Launcher (MSSQLSERVER) and Check START Status - Rename back msftesql Folder to MSSQLFDLauncher - Take Enjoy

"Windows cannot load the user's profile but has logged you on with the default profile for the system"

Error message when you try to log on to a Windows Server 2003-based terminal server: "Windows cannot load the user's profile but has logged you on with the default profile for the system" Event ID 1505 Event Type: Error Date: date Time: time Event ID: 1505 Source: Userenv User: Example\Username Computer: ServerName Description: Windows cannot load the user's profile but has logged you on with the default profile for the system. DETAIL - Insufficient system resources exist to complete the requested service. Event ID 1508 Event Type: Error Date: date Time: time Event ID: 1508 Source: Userenv User: NT AUTHORITY\SYSTEM Computer: ServerName Description: Windows was unable to load the registry. This is often caused by insufficient memory or insufficient security rights. DETAIL - Insufficient system resources exist to complete the requested service. for C:\Documents and Settings\Username\ntuser.dat To resolve this problem, modify the registry to increase the PoolUsageMaxim...

Compare Moss 2007 & Sharepoint 2010

Image
Moss Server 2007 SharePoint Server 2010 Office client required to view and edit documents uploaded to document libraries (Download and open) Office Web Application enables Word, PowerPoint, Excel and Visio documents, using Silverlight or HTML with JavaScript (Depending on Browser Support) No Co-Authoring Capability Co-Authoring Capabilities available for Word, PowerPoint (with client software) and Excel (Available over the web) Lot of post backs Fewer post backs for default actions – more Ajax usage No inherent support of Ajax or Silverlight Fully supported Static themes. You just pick a theme and its applied across the site, no preview You can select a theme , customize it and preview before applying it on the site No bookmarking, tagging or rating capability Its all there Content Types scoped to site collections New concept of having a Content Type hub which can be shared across web applications Media files would have to...

Importing User pictures from Active Directory to MOSS 2007

Image
In MOSS 2007 you’ll notice that users are able to upload pictures to there personal My Sites. These pictures also get propogated to the Contact Details web part as well as People Search Results. So it’s actually a common practice for many companies to standardize on employee photos and disable everyone from uploading their glamour shots. To do this, first go to your Active Directory Management Console and hopefully you have the Exchange AD Management Plugin installed also. You’ll know if you have it installed if you see all the tabs below: 1. Click on the Exchange Advanced Tab 2. Click Custom Attributes 3. Use one of those extensionAttribute values to store any kind of link to your picture. 4. OK out of AD. Now you want to go to your MOSS Central Admin and do the following: 5. Go to your Shared Services Provider 6. Under User Profiles and My Sites click on User profiles and properties 7. Click on View Profile Properties at the bottom of the page. 8. Edit the Picture Property 9. Select ...