Sharepoint 2010 外部内容类型创建/更新操作(SQL Server 复制问题)

发布于 2024-11-01 18:40:24 字数 588 浏览 0 评论 0 原文

我无法插入或更新从外部内容类型创建的外部列表中的项目

以下是错误:服务器错误

我创建了一个名为“产品状态”的外部内容类型。它具有所有可能的操作,例如读取/创建/更新等

这是表结构:

rowguid据我所知, 字段是由 SQL Server 复制创建的。

创建外部内容类型时,它不允许我不选择 rowguid!

更新操作

Error

看来,当它创建外部内容类型“产品状态”时,更新操作试图将 rowguid 更新为 null,但事实并非如此。它根本不应该更新该字段,但是我无法将其从创建的外部内容类型项目中排除。

I am unable to INSERT or UPDATE an item in my external list created from an external content type

Here is the error:Server Error

I have created an external content type called "Product Status". It has all the operations possible e.g. Read / Create / Update etc

Here is the table structure:

table structure

The rowguid field as far as I know was created by the SQL Server replication.

When creating my external content type, it does not allow me to not select the rowguid!

Update Operation

Error

It seems that when it creates the external content type "Product Status", the update operation is trying to update the rowguid to null which it cannot be. It shouldn't update that field at all, however I cannot exclude it from my external content type item created.

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

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

发布评论

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

评论(1

深爱成瘾 2024-11-08 18:40:24

服务器上不再需要复制,因此将其删除。现在工作正常。

Replication was no longer required on the server, so it was removed. Working fine now.

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