故障诊断与支持

使用此信息来帮助识别和纠正 InfoSphere® MDM 和 Cast Iron® 连接器的问题。

在 MDM-AE WSDL 上工作时 Studio 挂起

问题:
在一方 WSDL (InfoSphere MDM Advanced Edition) 上工作时,选择操作时 Cast Iron Studio 挂起。
原因:
MDM WSDL 太大并且性质为递归。因此,尝试在 WSDL 中装入操作时,studio 用尽内存并挂起。
解决方案:
确保在处理 WSDL 时将“XML 模式解析器”属性设置为优化的值。从合理的较低值开始,然后根据 项目需求增加属性值。 通常,可按如下所示设置“XML 模式解析器”属性的值。
  • Number of child node levels allocated in the memory for the schema=6
  • Number of recursive node levels=4
  • Number of child node levels that are initially expanded when the schema displayed graphically=3
  • Number of child node levels allocated in the memory for the substituted types of schema=7

另外,确保 Studio 堆大小设置为 1024 MB(32 位系统)或 2048 MB(64 位系统)。