Home » Archive

Articles tagged with: Commandline

Tips & Tricks »

[15 Jun 2009 | No Comment | ]

Siebeldev.exe is a powerful utility provided in Siebel Tools, but don’t make full use of it. It can used to do some of our manual tasks of Tools like Import sifs, Export sifs, do Compilation, apply patches, all using the Commandline.
So, we can write a simple batch file with the Siebeldev.exe , its appropriate switches and parameters, and automate these tasks.

Automate Export Sifs from Siebel Tools:

1. Create a ExportSif.bat file.
2.Put below commandline in it and save the file.
c:\Sia80\Tools\BIN\siebdev.exe /c c:\Sia80\Tools\BIN\ENU\tools.cfg /u sadmin /p sadmin /d local /batchexport “Siebel Repository” C:\Sia80\Tools\bin\obj.txt …