Friday, January 17, 2020

Auto Login to Siebel Client Tools

Siebel Client-Login Page

Siebel Tools-Login Page



The following syntax is very useful while working on Siebel as we need to login and logout for many times.

Right click on the icon, in properties window, you see Target value something like the following,
"C:\Siebel\8.1\Tools\BIN\siebdev.exe" /c "C:\Siebel\8.1\Tools\bin\enu\tools.cfg"

To automate your login to Local Database.

add the following
"C:\Siebel\8.1\Tools\BIN\siebdev.exe" /c "C:\Siebel\8.1\Tools\bin\enu\tools.cfg" /u USER/p USER /d local

here

/u : stands for user name
/p : stands for password
/d : stands for data source

Same configuration can be used for Siebel Clent as well.



No comments:

Post a Comment

Updating parent BC depending on the status of child BC using configuration

Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...