信息路径:无法打开此表单,因为它需要域权限级别
Infopath: This form cannot be opened because it requires a domain permission level
我有一些 Infopath 表格。定义存储在服务器上。
我想将表单发布给无法连接到服务器的用户。
当我将 .xsn 文件复制到他的计算机时。它显示此错误:
"This form cannot be opened because it requires a domain permission level and it currently has restricted permission. To fix this problem, open the form from the location it was published to."
由于 InfoPath 表单实际上使用了他无权访问的服务器上的资源,因此它不会以当前表单工作。
您需要按照我认为的复杂性递增顺序执行以下操作之一:
A) 让用户连接到适当的网络,如果他在远程,可能通过 VPN。
B) 在用户有权访问的服务器上复制这些资源。
C) 更改表单,使其不需要这些资源。也许将它们放在表格中。
我有一些 Infopath 表格。定义存储在服务器上。 我想将表单发布给无法连接到服务器的用户。 当我将 .xsn 文件复制到他的计算机时。它显示此错误: "This form cannot be opened because it requires a domain permission level and it currently has restricted permission. To fix this problem, open the form from the location it was published to."
由于 InfoPath 表单实际上使用了他无权访问的服务器上的资源,因此它不会以当前表单工作。
您需要按照我认为的复杂性递增顺序执行以下操作之一:
A) 让用户连接到适当的网络,如果他在远程,可能通过 VPN。
B) 在用户有权访问的服务器上复制这些资源。
C) 更改表单,使其不需要这些资源。也许将它们放在表格中。