BiarEnginer.jar/命令行导入文档/使用

发布于 2024-10-15 13:56:09 字数 206 浏览 1 评论 0原文

有人知道属性文件的文档在哪里吗?

我正在尝试以下导出查询:

select * form ci_infoobjects where si_kind like 'FavoritesFolder' and si_name like 't%'

它正确地抓住了用户,但是没有偏向任何所述的文件夹/报告用户有。

建议?

Anyone know where the documentation is for the properites file?

I am trying the following exportQuery:

select * form ci_infoobjects where si_kind like 'FavoritesFolder' and si_name like 't%'

It is correctly grabbing the users but, is not biaring any of the folders/reports that said user has.

Suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

污味仙女 2024-10-22 13:56:09

好的,这就是我发现的。

  • 文档:在命令行上 importe 位于 SAP 提供的 bi_vip pdf 中(我将在稍后提供链接)。
  • 用法:我的查询并不完全正确,但是删除 si_name 部分应该会得到正确的结果。
  • 问题:命令行导入器似乎没有优雅地处理导出错误。它收到命令行的任何导出错误都会自行终止。
  • 解决方法:我几乎使用 API BIAROutput 和 IException 复制了 java 中的 ImportWizard。

我希望能发回我的 java 命令行导入工具的源代码。

Ok here is what I have found out.

  • documentation: on the command line importe is in the bi_vip pdf provided by SAP (which I will provide a link to later).
  • usage: My query isn't exactly correct but, removing the si_name portion should get you th right result.
  • issues: It seems that the command line importer does not gracefully handler export errors. Any export error it receives the command line will kill itself.
  • work around: I am pretty much duplicating the ImportWizard in java at this using API BIAROutput and IException.

I will hopefully post back my source code for the command line import tool in java.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文