![]() |
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