Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

徵兆

DataFormWebPart 可能會禁止存取外部 URL,而且它會在 SharePoint 統一登入系統 (ULS) 記錄中產生「8scdc」事件標記。 

原因

出於安全性考量,已將 DataFormWebPart 變更為僅支援存取內部 URL。

因應措施

若要解決此問題,您可以與伺服器管理員聯絡,透過 PowerShell 將封鎖的主機名稱新增至 SPFarm.AllowedSafeDomain

例如,假設您在 ULS 記錄中找到下列訊息:

8scdc:ResloveUri 中不允許 URL http://externalURL,您可以聯絡伺服器管理員,將主機名稱新增至 SPFarm.AllowedSafeDomain

開啟 PowerShell,然後執行下列 Cmdlet:

Add-PSSnapin Microsoft.SharePoint.PowerShell
$farm=Get-SPFarm
$farm.AllowedSafeDomain.Add(“blocked_externalURL_host_name”)
$farm.update()

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×