laptop and a wrench

不具合

Application Developer Framework (ADF) Template Application hangs on task framework, Asynchronous JavaScript and XML (AJAX) postback, upon user session timeout.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM013578
送信されましたDecember 11, 2007
最終更新日April 2, 2025
適用対象No Product Found
見つかったバージョン9.2
修正されたバージョン9.3
ステータスFixed

対処法

Modify esri_core.jsEdit esri_core.js -> sendAjaxRequest Replace xh.onreadystatechange = callback; Withxh.onreadystatechange = function() { if (xh != null && xh.readyState == 4 && xh.status == 200) { var xml = xh.responseXML; var errorTags = xml.getElementsByTagName("error"); if (errorTags.length > 0) {

再現の手順

不具合 ID: NIM013578

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動