メイン コンテンツへスキップ
サポート
Microsoft アカウントでサインイン
サインインまたはアカウントを作成してください。
こんにちは、
別のアカウントを選択してください。
複数のアカウントがあります
サインインに使用するアカウントを選択してください。
英語
申し訳ございません。この記事は、ご利用の言語では用意されていません。

Symptoms

After you install the following July security updates for SharePoint Server, existing Microsoft SharePoint 2010 workflows stop functioning. When this issue occurs, "c42q8," "c42ra," or "c42rh" event tags are logged in the SharePoint Unified Logging System (ULS) log.

Cause

This issue occurs because an additional validation was added in the July security update for SharePoint Server. The validation causes the existing SharePoint 2010 workflows to stop functioning.

Workaround

To work around this issue, locate the "c42q8," "c42ra," or "c42rh" event tags in the SharePoint ULS log. In these event entries, you can find details about why the workflow is blocked, per these guidelines:

  • If the blocked parts are "out of the box" workflows or workflow activities, contact Microsoft Support.

    Additionally, you can contact the farm administrator to temporarily disable the additional validation by using PowerShell: 

    In PowerShell, run the following cmdlets:

    Add-PSSnapin Microsoft.SharePoint.PowerShell
    $farm=Get-SPFarm
    $farm.EnablePreParseSecurityCheckForWorkflow = $false
    $farm.update()

  • If the blocked parts are written by using custom code, and you deploy them yourself in SharePoint Server, you should do a security review on the type that you’re trying to use. If that type is determined to be safe, you can add it to the web.config’s list of authorized types. Otherwise, you should create an alternative implementation that does not violate the security validations.

ヘルプを表示

その他のオプションが必要ですか?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

この情報は役に立ちましたか?

どのような要因がお客様の操作性に影響しましたか?
[送信] を押すと、Microsoft の製品とサービスの改善にフィードバックが使用されます。 IT 管理者はこのデータを収集できます。 プライバシーに関する声明。

フィードバックをいただき、ありがとうございます。

×