process-mining
latest
false
- 发行说明
- 在开始之前
- 管理访问权限
- 入门指南
- 集成
- 使用流程应用程序
- 创建应用程序
- 正在加载数据
- Transforming data
- 自定义流程应用程序
- 发布流程应用程序
- 应用程序模板
- 通知
- 其他资源
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Process Mining
上次更新日期 2025年5月28日
故障排除
数据运行还会创建一个日志文件,以便在出现意外结果或使用数据上传器上传数据失败时提供帮助。 文件
extraction.log
包含上次数据运行的日志。 对于每个失败的提取,系统会显示返回代码。 有关更多信息,请参阅 Theobald 软件官方文档《通过命令行调用》 。 如果设置不正确,则会在错误消息中提及。
在某些较旧的非 HANA 系统中,CDPOS 是集群表,可能会导致“联接台词表”错误,如以下代码中所示。
ERPConnect.ABAP RuntimeException: RfcReceiveEx failed(RFC_SYS_EXCEPTION) RFC_ERROR_SYSTEM_FAILURE - Join with pool table, cluster or view.
ERPConnect.ABAP RuntimeException: RfcReceiveEx failed(RFC_SYS_EXCEPTION) RFC_ERROR_SYSTEM_FAILURE - Join with pool table, cluster or view.
The extraction of the
CDPOS
table includes by default a join with the CDHDR
table to limit the number of records that need to be extracted. An alternative way to limit the number of records without having the join is available when running the script. In the configuration of the script, the variable is_sap_hana
should be set to false
.
在提取过程中,您可能会遇到意外错误。 例如:
23,O2C_VBAK,2023-05-16_08:46:54.984,4,FinishedErrors,Error,LiveDataExtraction,Theobald.Extractors.Table.TheoReadTableException: Length of the field VBTYP not valid. Given length is 000002 . Length in SAP is 000008
23,O2C_VBAK,2023-05-16_08:46:54.984,4,FinishedErrors,Error,LiveDataExtraction,Theobald.Extractors.Table.TheoReadTableException: Length of the field VBTYP not valid. Given length is 000002 . Length in SAP is 000008
这可能是由于模板提取中定义的属性与您的 SAP 系统不匹配所致。
在 Theobald Xtract Universal 中,选择“ 刷新元数据 ” 按钮以更新元数据属性以反映您的 SAP 系统,并检查问题是否已解决。
在提取过程中,您可能会遇到超时问题。 请参阅 SAP 官方文档 ,查看可用的超时参数。