初次使用SAP conversion agent 来解析非标准结构化的文件,PDF2XML,碰到的第一个问题就是:
Transformation failed; CMException: Failure while trying to create engine log C:/Documents and Settings/Administrator/Application Data/SAP/ConversionAgent/CMReports/Init/Events.cme- for more information see
Attempt to process file failed with com.itemfield.contentmaster.CMException
具体原因:待查
解决方案:既然是写日志失败,尝试将写入日志的路径修改成新的路径。
具体修改地方:在PI上deploy conversion agent 后,在CA的安装目录下,找到文件CMConfig.xml(安装目录\SAP\ConversionAgent),打开该文件,修改下面参数:
将C:/Documents and Settings/Administrator/Application Data/SAP/ConversionAgent/CMReports
修改为C:/log。
然后重新启动PI.再次运行你的PDF2XML,不再出现上面的问题,一切OK.
更多的学习SAP Conversion Agent,请参考下面链接:
阅读(1026) | 评论(0) | 转发(0) |