Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 926281 - Last Review: May 14, 2007 - Revision: 1.5
Error message when you try to create a content deployment path in SharePoint Server 2007: "Value not in expected range"
Consider the following scenario. You upgrade a Microsoft Office SharePoint Server 2007 Beta environment to Microsoft Office SharePoint Server 2007 Beta 2 Technical Refresh. On the Manage Content Deployment Paths and Jobs page, you try to create a content deployment path that replicates a SharePoint Server 2007 site collection to another SharePoint Server 2007 site collection in the same SharePoint Server 2007 farm. In this scenario, you receive the following error message:
Error
Value not in expected range.
To work around this issue, run the
Stsadmn command at a command prompt. To do this, follow these steps:
- Use an account that has administrative permissions to log on to the computer that is running SharePoint Server 2007 Beta 2 Technical Refresh.
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, change to the \Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN directory.
- At the command prompt, type the following commands. Press ENTER after you type each command:
Stsadm -o deactivatefeature -name deployment -url URL
Stsadm -o deactivatefeature -name migration -url URL
Stsadm -o activatefeature -name deployment -url URL
Stsadm -o activatefeature -name migration -url URL
Note URL is a placeholder for the SharePoint Server 2007 server and for the site collection where you want to enable the deployment feature, as in the following example: http://ServerName/SiteCollection
APPLIES TO
- Microsoft Office SharePoint Server 2007
| kberrmsg kbtshoot kbexpertiseinter kbprb KB926281 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate