Aug
12
2010
Are you a hosting Company? Intrested in providing a SharePoint 2010 Platform to new and exsisting clients then I would strongly suggest reading the documentation avalible on Microsoft.com
This white paper provides the hosting community with an overview of Microsoft SharePoint Server 2010 and the underlying Microsoft SharePoint Foundation components, and provides detailed architectural guidance to support the multi-tenancy requirements of hosters. Although this document can be used by anyone to gain an understanding of many key features in SharePoint 2010 Products, it focuses on how these new features affect and support the hosting community.
http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=ddc&ReleaseId=4297

no comments | tags: Sharepoint | posted in Microsoft
Jul
16
2010
In light of the Microsoft WPC and the big push for Cloud computing, I thought it would be intresting in find out peoples reactions to Hosting SharePoint 2010 in the cloud rather than On-Premise (and also to see how many people read my blog)

Loading ...

Loading ...

Loading ...

Loading ...

Loading ...

Loading ...

Loading ...

Loading ...

Loading ...

Loading ...

Loading ...
no comments | tags: Poll, Sharepoint, Sharepoint 2010 | posted in Microsoft
May
6
2010
ISSUE
====
After setting up User Profile Service Application and configuring the synchronisation connection to your active directory you receive the following error
Log Name: Application
Source: FIMSynchronizationService
Date: 06/05/2010 11:19:05
Event ID: 6050
Task Category: Management Agent Run Profile
Level: Error
Keywords: Classic
User: N/A
Computer: ICS-SP-002.ics.local
Description:
The management agent “MOSSAD-ICS” failed on run profile “DS_FULLIMPORT” because of connectivity issues.
Additional Information
Discovery Errors : “0″
Synchronization Errors : “0″
Metaverse Retry Errors : “0″
Export Errors : “0″
Warnings : “0″
User Action
View the management agent run history for details.
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event“>
<System>
<Provider />
<EventID Qualifiers=”49152″>6050</EventID>
<Level>2</Level>
<Task>1</Task>
<Keywords>0×80000000000000</Keywords>
<TimeCreated SystemTime=”2010-05-06T10:19:05.000Z” />
<EventRecordID>1804</EventRecordID>
<Channel>Application</Channel>
<Computer>ICS-SP-002.ics.local</Computer>
<Security />
</System>
<EventData>
<Data>MOSSAD-ICS</Data>
<Data>DS_FULLIMPORT</Data>
<Data>0</Data>
<Data>0</Data>
<Data>0</Data>
<Data>0</Data>
<Data>0</Data>
</EventData>
</Event>
When investigating further using the MIISClient.exe tool located in “C:\Program Files\Microsoft Office Servers\14.0\Synchronization Service\UIShell” on the operations TAB you also see the following error under (DS_FULLIMPORT)

Resolution
————–
Confirm that the service account used to run Forefront Identity Manager Synchronization Service (FIMSynchronizationService) has the AD Security right of “Replicating Directory Changes” at the domain level
- Open the Active Directory Users and Computers snap-in
- On the View menu, click Advanced Features.
- Right-click the domain object, such as “company.com”, and then click Properties.
- On the Security tab, if the desired user account is not listed, click Add; if the desired user account is listed, proceed to step 7.
- In the Select Users, Computers, or Groups dialog box, select the desired user account, and then click Add.
- Click OK to return to the Properties dialog box.
- Click the desired user account.
- Click to select the Replicating Directory Changes check box from the list.
- Click Apply, and then click OK.
- Close the snap-in.
NOTE: Group “Domain Admins” already has the above right however if you are still seeing this issue add the service account explicitly to the AD Security
no comments | tags: Sharepoint, SharePoint 2010 RTM | posted in Microsoft