命令行中的 Sharepoint 2010 stsadm createsite 命令给出错误“无法访问 Web 应用程序 url http://xxxx

发布于 2024-12-20 21:30:48 字数 249 浏览 2 评论 0原文

我试图从 sharepoint2010 中的命令行运行 createsite stsadm 命令,但收到错误“无法访问 Web 应用程序 url http://...”。我搜索过网络和大多数博客/网站,都提到了 Visual Studio 代码中的此类错误。他们要求将 VS 中的目标更改为 64 位。但在这里我不是从 Visual Studio 运行,我只是尝试在命令行中运行 createsite stsadm 命令。

任何帮助将不胜感激..

谢谢

I was trying to run the createsite stsadm command from command line in sharepoint2010 and I am getting error that is "The web application url http:// cannot be reached....". I have searched the web and most of the blogs/sites referring to this same kind of error from the visual studio code. They have asked to change the target in VS to 64 bit. But here i am not running from the visual studio and i am only trying to run the createsite stsadm command in the commandline.

Any help will be appreciated..

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

决绝 2024-12-27 21:30:48

如果您运行的是 SharePoint 2010,则应考虑迁移到 PowerShell。为此,PowerShell 命令为:

Get-SPWebTemplate
$template = Get-SPWebTemplate "STS#0"
New-SPSite -Url "" -OwnerAlias "" -Template $template

If you're running SharePoint 2010, you should consider moving to PowerShell. The PowerShell command for this would be:

Get-SPWebTemplate
$template = Get-SPWebTemplate "STS#0"
New-SPSite -Url "" -OwnerAlias "" -Template $template

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文