如何通过导入对象和编译它们等脚本自动化siebel工具?

时间:2017-08-10 10:39:05

标签: automation siebel

有没有人可以通过运行script.how来帮助自动化作业,通过导入对象和编译它们等脚本自动化siebel工具?

1 个答案:

答案 0 :(得分:2)

您可以分两步完成:

  • 导入文件
  • 完整编译

导入sif文件:

siebdev.exe /c "tools_DEV1.cfg" /d ServerDataSrc /u SADMIN /p SADMIN /batchimport "Siebel Repository" overwrite c:\import import_DEV1.log

完全编译:

siebdev.exe /c "tools_DEV1.cfg" /u SADMIN /p SADMIN /d ServerDataSrc /tl ENU /bc "Siebel Repository"  c:\srf\siebel_sia_AUTO_ENU.srf

参考:https://docs.oracle.com/cd/E14004_01/books/UsingTools/compile_test_trouble7.html