当报告名称中有“/”时,如何解决 OBIEE 12 C 中的“找不到路径”错误?

问题描述

问题描述: 使用 SOAP webservice 调用检索以下报告路径的数据时 “/当前/用户/三月/报告” “march/report”是浏览器中保存的报表名称

如果报告名称中不包含“/”斜杠,我可以提取报告的数据。但无法在上述场景中检索数据。

#getItemInfo 是使用的 SOAP 调用

回复

'''

<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Path not found (/current/User/march/report)</faultstring>
<detail>
<sawsoape:Code>U9KP7Q94</sawsoape:Code>
<sawsoape:CatalogCode>1</sawsoape:CatalogCode>
<sawsoape:Message>Path not found (/current/User/march/report)</sawsoape:Message>
</detail>
</soap:Fault>
</soap:Body>

'''

如何解决此类情况?我可以加载“/current/User/march-report”。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)