漏洞
| 漏洞 ID 编号 | BUG-000169440 |
|---|---|
| 已提交 | July 25, 2024 |
| 上次修改时间 | June 22, 2025 |
| 适用范围 | ArcGIS Pro |
| 找到的版本 | 3.3 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 64 Bit |
| 状态 | Non-Reproducible |
As a workaround for the error, place the following script in the startup Python script parameter:
import sys
sys.path.insert(0,r"C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\Python")
import urllib3
This Python script is meant to allow FME to use the older, shipped version of urllib3 instead of ArcGIS Pro's, which prevents the error from occurring. Based on testing, this workaround only works for a FeatureReader for the affected formats and not a regular reader.
So the steps are:
1. Add the Python script above to the Navigator pane's Tool Parameters > Scripting > Startup Python Script parameter.
2. Add a Creator and FeatureReader.
3. Add a connection between the Creator output port and the FeatureReader's Initiator port.
4. Open FeatureReader and select the format, feature type, and so forth.
漏洞 ID: BUG-000169440
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序