我的 Siebel Business Services 在哪里?
在 Siebel 中,我可以在 2 个位置创建业务服务:
- Siebel 客户端
- Siebel Tools
在 Siebel 客户端中,我看不到在 Siebel Tools 中创建的业务服务,反之亦然。 (在 Siebel Tools 中创建新的业务服务后,我对其进行了编译 - 没有报告错误 - 并使用 Siebel Tools 菜单中的“调试”运行客户端。)
您知道为什么吗?
谢谢!
编辑:我使用示例数据库,我没有签入或签出任何内容。我对部署过程还不太满意,只是深入研究文档。
in Siebel I can create Business Services at 2 locations:
- Siebel Client
- Siebel Tools
In the Siebel Client I cannot see the Business Services created in Siebel Tools, and vice versa.
(After creating a new Business Service in Siebel Tools, I compiled it - no errors reported - and ran the client with "Debug" from the Siebel Tools menu.)
Do you know, why?
Thanks!
Edit: I use the Sample data base, I did not check in or check out anything. I am not comfortable with the deployment process yet and just digging through the docs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用服务器脚本编写业务服务,那么业务服务将被编译到SRF中。 SRF 本身之外不会有任何物理文件,并且不会显示在 Siebel 客户端中。
如果您使用浏览器脚本编写业务服务,那么业务服务将转换为外部 .js 文件并放入您的脚本目录中。脚本目录在“工具”或 genbscript 命令行实用程序中指定。
希望这有帮助。
If you wrote the business service using server script, then the business service will be compiled into the SRF. There will be no physical files outside of the SRF itself, and it will not show up in the Siebel client.
If you wrote the business service using browser script, then the business service will be converted to an external .js file and dropped in whatever your script directory. The script directory is specified in Tools or in the genbscript command-line utility.
Hope this helps.
完美解释了存储库业务服务和运行时业务服务之间的区别 这里:
只需复制粘贴即可:
Perfect explanation of the difference between repository business services and run-time business services is provided here:
Just copy-paste it: