Posts Tagged ‘ Installation ’

Error occurred in deployment step – moving a workflow project to a new SharePoint 2010 machine

If you get your first SharePoint 2010 workflow project from someone else, chances are you don’t have a Workflow History list on your SharePoint machine. This will result in this error message when you try to deploy the workflow from wIThin Visual Studio 2010.

<a href="http://blogs.msdn.com/blogfiles/pandrew/WindowsLiveWrITer/Erroroccurredindeploymentstepmovingawork_B56E/clip_image002_2.jpg”><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" tITle=”clip_image002″ border=”0″ alt=”clip_image002″ src=”http://blogs.msdn.com/blogfiles/pandrew/WindowsLiveWrITer/Erroroccurredindeploymentstepmovingawork_B56E/clip_image002_thumb.jpg” width=”627″ height=”126″ />

Error occurred in deployment step ‘Activate Features’: Failed to create workflow association ‘WorkflowProject1 – Workflow1’. Cannot find SharePoint list wITh name “Workflow History” or GUID “4eac61bf-6b3b-4f7d-b73c-f073ccc4364d”.

The easiest way to resolve this error is to start a new instance of Visual Studio 2010. Create a new SharePoint 2010 Workflow project and step through the wizard. During the create project wizard IT will create the Workflow History list and you can then deploy the project you got from someone else.

  • Share/Bookmark

Last night’s SharePoint 2010 install troubleshooting – User cannot be found

Last night I was installing SharePoint Foundation 2010 on a Windows 7 x64 machine and I had an error which took me some time to troubleshoot, so I thought I’d share IT.

I already had the pre-requisITes installed as per the Windows 7 SharePoint 2010 install guide on MSDN and I had a failure on the step 2 of the SharePoint 2010 Products Configuration Wizard and was able to resolve some using Bill Baers Troubleshooting Guide. I also installed the SQL Server 2008 Management Studio Express so I could drop databases easily as required by Bills troubleshooting guide. You have to install the Web Platform Installer to get IT and then locate IT in the Web Platform tab by selecting Customize under the database section and selecting the checkbox for SQL Server 2008 Management Studio Express.

Issue

Here is the error I got in the log file.

04/07/2010 00:23:34  8  ERR              Task configdb has failed wITh an unknown exception

04/07/2010 00:23:34  8  ERR              Exception: Microsoft.SharePoint.SPException: User cannot be found.

   at Microsoft.SharePoint.Administration.SPSITeCollection.Add(SPContentDatabase database, SPSITeSubscription sITeSubscription, String sITeUrl, String tITle, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSITeName)

   at Microsoft.SharePoint.Administration.SPSITeCollection.Add(SPSITeSubscription sITeSubscription, String sITeUrl, String tITle, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSITeName)

   at Microsoft.SharePoint.Administration.SPAdministrationWebApplication.CreateDefaultInstance(SqlConnectionStringBuilder administrationContentDatabase, SPWebService adminService, IdentITyType identITyType, String farmUser, SecureString farmPassword)

   at Microsoft.SharePoint.Administration.SPFarm.CreateAdministrationWebService(SqlConnectionStringBuilder administrationContentDatabase, IdentITyType identITyType, String farmUser, SecureString farmPassword)

   at Microsoft.SharePoint.Administration.SPFarm.CreateBasicServices(SqlConnectionStringBuilder administrationContentDatabase, IdentITyType identITyType, String farmUser, SecureString farmPassword)

   at Microsoft.SharePoint.Administration.SPFarm.Create(SqlConnectionStringBuilder configurationDatabase, SqlConnectionStringBuilder administrationContentDatabase, IdentITyType identITyType, String farmUser, SecureString farmPassword, SecureString masterPassphrase)

   at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()

   at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()

   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

Solution

I figured the solution by reviewing the ULS logs files at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS

The config wizard was creating a default sITe collection and as part of that IT needed to connect to a domain controller and do something wITh my account. I was using a corporate domain joined machine, but working late at night at home so there was no connection to the domain controller.

I established a VPN connection so that the domain controller was available and then the config was successful.

Hope this helps someone else.

  • Share/Bookmark

SharePoint Server 2010 on Windows 7 x64 http://bit.ly/90ikNE

SharePoint Server 2010 on Windows 7 x64 http://bit.ly/90ikNE

  • Share/Bookmark

How big can my SharePoint 2010 installation be?


Ad::
SharePoint 2007 Training in .NET 3.5 technologies (
more information).

3 years ago, I had published “How big can my SharePoint 2007 installation be?”

Well, SharePoint 2010 has significant under the covers improvements. So, how big can your SharePoint 2010 installation be?

There are three kinds of limITs you should know about

  • Hard limITs that cannot be exceeded by design.
  • Configurable that are, well configurable – but the default values are set for a pretty good reason, so if you need to tweak, plan and understand before you tweak.
  • Soft limITs, you can exceed them, but IT is not recommended that you do.

Before you read any of the limITs, read these two important disclaimers –

1. The limIT depends on what you’re doing. So, don’t take the below as gospel, the realITy depends on your sITuation.
2. There are many addITional considerations in planning your SharePoint solution scalabilITy and performance, besides just the below.

So wITh those in mind, here goes.

 

Hard LimITs –

Zones per web app

5

RBS NAS performance

Time to first byte of any response from NAS must be less than 20 milliseconds

List row size

8000 bytes driven by how SP stores list ITems internally

Max file size

2GB (default is 50MB, configurable). RBS does not increase this limIT.

Search metadata properties

10,000 per ITem crawled (pretty damn high, you’ll never need to worry about IT).

Max # of concurrent in-memory enterprise content types

5000 per web server, per tenant

Max # of external system connections

500 per web server

PerformancePoint services using Excel services as a datasource

No single query can fetch more than 1 million excel cells

Office Web Apps Renders

One doc per second, per CPU core, per Application server, limITed to a maximum of 8 cores.

 

Configurable LimITs –

Row Size LimIT

6, configurable via SPWebApplication.MaxListITemRowStorage property

List view lookup

8 join operations per query

Max number of list ITems that a single operation can Process at one time in normal hours

5000

Configurable via SPWebApplication.MaxITemsPerThrottledOperation

 

Also you get a warning at 3000, which is configurable via

SPWebApplication.MaxITemsPerThrottledOperationWarningLevel

 

In addITion, throttle overrides can be requested, throttle overrides can be disabled, and time Windows can be set when throttle is disabled.

Max number of list ITems for administrators that a single operation can Process at one time in normal hours

20000

Configurable via SPWebApplication.MaxITemsPerThrottledOperationOverride

Enumerating subsITes

2000

Word and Powerpoint co-authoring simultaneous edITors

10 (Hard limIT is 99).

# of webparts on a page

25

Search Crawl DBs per search service app

10

ITems per crawl db

25 million

Search keywords

200 per sITe collection. There is a max limIT of 5000, which can then be modified by edITing the web.config/client.config.

Concurrent # of workflows on a content db

15. Workflows running in the timer service are not counted in this limIT. Further workflows are queued. Can be configured via the Set-SPFarmConfig powershell commandlet.

Number of events picked by the workflow timer job and delivered to workflows

100. You can increase this limIT by running addITional instances of the workflow timer service.

Visio services file size

50MB

Visio web drawing recalculation timeout

120 seconds

Configurable via – Powershell commandlet Set-SPVisioPerformance

Visio services minimum and maximum cache age for data connected diagrams

0 to 24 hours. Default is 60 minutes.

Configurable via – Powershell commandlet Set-SPVisioPerformance

 

Soft LimITs –

Content Databases

300 per web app

Application Pools 10 per web server

Managed Paths

20 per web app

Content Database Size

200GB per Content DB

Size of 1 sITe collection

100GB

# of sITes in a sITe collection

250,000

Documents in a library

30 Million, wITh nesting. Depends heavily on type and usage and size of documents.

ITems

30 million. Depends heavily on usage of ITems.

SPGroups one SPUser can be in

5000

Users in a sITe collection

2 million, depends on UI, nesting, containers and underlying user store

AD Principals in a SPGroup

5000

SPGroups in a sITe collection

10000

Search Service Instances

20

Indexed ITems in Search

100 million

Crawl Log entries

100 million

Search Alerts

1 million per search application

Search Crawled Properties

1/2 million

URL removals in search

100 removals per operation

User Profiles

2 million per service application

Social Tags

500 million per social database

Comment on the article ….


  • Share/Bookmark

SP2010 installation – error creating configuration database

When I tried to install the new RC of SharePoint 2010 on my machine, I got an “Error
creating configuration database” message. When I went to the installation log I found
a “User cannot be found” error. The cause was that the configuration wizard could
not find the AD controller, which was easily solved by opening a VPN connection as
I was working from home.

  • Share/Bookmark

#SharePoint page: Installing SharePoint 2010 RTM – Page added by Jeremy Thake … http://ow.ly/17a7cx

#SharePoint page: Installing SharePoint 2010 RTM – Page added by Jeremy Thake … http://ow.ly/17a7cx

  • Share/Bookmark

SharePoint Server 2010 RTM installed, and FBA AuthN via Claims done ! Works like a charm, so far so good

SharePoint Server 2010 RTM installed, and FBA AuthN via Claims done ! Works like a charm, so far so good

  • Share/Bookmark

Last night’s SharePoint 2010 install troubleshooting – User cannot be found

Last night I was installing SharePoint Foundation 2010 on a Windows 7 x64 machine and I had an error which took me some time to troubleshoot, so I thought I’d share IT.

I already had the pre-requisITes installed as per the Windows 7 SharePoint 2010 install guide on MSDN and I had a failure on the step 2 of the SharePoint 2010 Products Configuration Wizard and was able to resolve some using Bill Baers Troubleshooting Guide. I also installed the SQL Server 2008 Management Studio Express so I could drop databases easily as required by Bills troubleshooting guide. You have to install the Web Platform Installer to get IT and then locate IT in the Web Platform tab by selecting Customize under the database section and selecting the checkbox for SQL Server 2008 Management Studio Express.

Issue

Here is the error I got in the log file.

04/07/2010 00:23:34  8  ERR              Task configdb has failed wITh an unknown exception

04/07/2010 00:23:34  8  ERR              Exception: Microsoft.SharePoint.SPException: User cannot be found.

   at Microsoft.SharePoint.Administration.SPSITeCollection.Add(SPContentDatabase database, SPSITeSubscription sITeSubscription, String sITeUrl, String tITle, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSITeName)

   at Microsoft.SharePoint.Administration.SPSITeCollection.Add(SPSITeSubscription sITeSubscription, String sITeUrl, String tITle, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSITeName)

   at Microsoft.SharePoint.Administration.SPAdministrationWebApplication.CreateDefaultInstance(SqlConnectionStringBuilder administrationContentDatabase, SPWebService adminService, IdentITyType identITyType, String farmUser, SecureString farmPassword)

   at Microsoft.SharePoint.Administration.SPFarm.CreateAdministrationWebService(SqlConnectionStringBuilder administrationContentDatabase, IdentITyType identITyType, String farmUser, SecureString farmPassword)

   at Microsoft.SharePoint.Administration.SPFarm.CreateBasicServices(SqlConnectionStringBuilder administrationContentDatabase, IdentITyType identITyType, String farmUser, SecureString farmPassword)

   at Microsoft.SharePoint.Administration.SPFarm.Create(SqlConnectionStringBuilder configurationDatabase, SqlConnectionStringBuilder administrationContentDatabase, IdentITyType identITyType, String farmUser, SecureString farmPassword, SecureString masterPassphrase)

   at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()

   at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()

   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

Solution

I figured the solution by reviewing the ULS logs files at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS

The config wizard was creating a default sITe collection and as part of that IT needed to connect to a domain controller and do something wITh my account. I was using a corporate domain joined machine, but working late at night at home so there was no connection to the domain controller.

I established a VPN connection so that the domain controller was available and then the config was successful.

Hope this helps someone else.

  • Share/Bookmark

SP2010 installation – error creating configuration database

When I tried to install the new RC of SharePoint 2010 on my machine, I got an “Error
creating configuration database” message. When I went to the installation log I found
a “User cannot be found” error. The cause was that the configuration wizard could
not find the AD controller, which was easily solved by opening a VPN connection as
I was working from home.

  • Share/Bookmark

SharePoint 2010 Public Beta Now Available to All

The wait is officially over!  As announced on the SharePoint 2010 and Office 2010 public betas now available for download”>Microsoft Business Connectivity Services Team Blog, anyone with an interest in downloading the public betas of SharePoint 2010 and/or Office 2010 may now do so via the following links: 

Here are a couple of additional links which could prove useful in preparing for and completing your installation:

Enjoy the 2010 goodness!

  • Share/Bookmark