Sharepoint 警报的 URL 错误
我们在 Windows Sharepoint Services 2.0 版中遇到 Sharepoint 警报问题。警报中发送的链接如下所示:“http://wws02 - 客户端名称”,这是服务器名称而不是客户端 URL (sharepoint.clientname.com)。任何人都知道如何修改此 url,而不影响托管在同一 WSS2 实例上的其他站点?
We are having an issue with Sharepoint alerts in version 2.0 of Windows Sharepoint Services. The link being sent in the alerts look like: "http://wws02 - Client Name", which is the server name instead of the client url (sharepoint.clientname.com). Anyone have any ideas on how to modify this url without affecting other sites being hosted on the same instance of WSS2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在 ServerFault 上可能会更好,但是
当您在 SharePoint 中设置警报时,URL 将作为绝对 URL 存储在内容数据库中,并使用您当时使用的页面的 URL - 在本例中为您的服务器名称。
http://sharepointalert.info/2009/10/troubleshooting-url -alert-email-in Correct/
您可以使用 updatealert 命令在 WSS3 中更改此设置 - 但这不适用于 WSS2
Microsoft 提供了一些 执行相同操作的代码,您可以修改它以在 WSS2 中使用
还有 更新您可能适应的内容数据库中的网址与 WSS3 一起使用。在有人尖叫“危险”之前;)这有明显的危险,并且 MS 不支持,因此使用风险自负。
This is probably better off on ServerFault but here goes
When you setup an Alert in SharePoint the URL is stored in the content database as absolute URL’s and using the URL of the page you were using at the time - in this case your server name.
http://sharepointalert.info/2009/10/troubleshooting-url-alert-email-incorrect/
You can change this in WSS3 using the updatealert command - but this isn't available for WSS2
Microsoft provide some code that does the same thing which you may be able to modify to use in WSS2
There are also examples of updating the urls in the content database that you may be adapt for use with WSS3. Before someone jumps in screaming 'danger' ;) this has obvious dangers and will be unsupported by MS so use at your own risk.