向 SharePoint 文档库提供存储在网络共享上的文档
这个问题听起来相当微不足道,但由于文档是在文件共享上不确定地生成的,因此引入了额外的复杂性。 另外,还需要使托管物理文件夹的盒子能够被共享; 向 SharePoint 服务器发送一条消息,表明文档已完成生成,然后进行下载,然后将其移动到文档库(我可以处理此消息后过程)
有多种情况涉及需要消息传递的场景,例如如这些。 我的客户是否适合企业服务总线(或者这是否太过分了?)
The question sounds pretty trivial, but an additional complexity is introduced by the fact that the documents are generated non-deterministically on the file share. In addition, there is a requirement to make the box hosting the physical folder being shared; send a message to the SharePoint server that the document is done being generated, after which point the download occurs, followed by moving it to the document library (this post-message process I can handle)
There are multiple situations involving scenarios that require messaging such as these. Would my client be a good candidate for an Enterprise Service Bus (or is that overkill?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不能让生成过程通过电子邮件将文档发送到文档库吗? 这就是我们对大多数遗留的、基于 UNIX 的报告创建例程所做的事情 - 电子邮件启用文档库,然后将文档邮寄出去。
Can't you have the generating process email the document to the Document Library? This is what we have done with most of our legacy, UNIX based report creation routines - email enable the document library and just mail the documents out.
您可以使用文档库的网络共享作为文档的原始写入位置吗? 写入文档库网络共享的文档是否不会添加到该文档库中?
Can you use the document library's network share as the original write location of the documents? Aren't documents written to a document library's network share added to that document library?