ECC キューは、ペイロードが最大サイズを超えた場合、HTTP ステータス 0 を返します。Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> MID サーバーを介して REST 呼び出しを行うと、HTTP ステータスが 0 として返され、ECC キューに以下のエラーが表示されます。 Payload size of 41047892 bytes exceeded maximum of 20000000 bytes. Contents of the original payload were moved to C:Dev Servermid.istanbul-09-23-2016__patch6-05-02-2017_05-19-2017_1034.windows.x86-64agentworkmonitorsECCSenderoutput_oversizeecc_queue.66daa695dbbea78064d87d8bbf961930.xml on the MID server. Maximum payload size can be set with mid config parameter: mid.eccq.max_payload_size Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } すべて Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } システムプロパティ mid.eccq.max_payload_size で設定された制限。 MID サーバーがインスタンスに送信するペイロードの最大文字列長を指定します。MID サーバーは、ペイロードをインスタンスに送信する前にペイロードのサイズを確認します。ペイロードサイズが制限を超えると、MID サーバーはペイロードを破棄し、ペイロードにエラーメッセージを返します。 Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 1) MID サーバーに移動 > REST コールが通過する MID サーバーを選択します> 関連リストの [MID プロパティ] に移動します。 2) プロパティ mid.eccq.max_payload_size が存在するかどうかを確認します。 3) プロパティが存在する場合は、ペイロードのサイズをバイト単位で増やし、存在しない場合は新規作成し、ペイロードサイズをバイト単位で指定します。デフォルトは 2,000,000 バイトです。 または 1) これを個々の MID サーバーの設定パラメーターとして設定することもできます。 2) 以下のドキュメントに従って、特定の MID サーバーでパラメーターを設定してください。 https://docs.servicenow.com/csh?topicname=mid-server-parameters.html&version=latest#t_SetMIDServerParameters