Monday, November 9, 2009

Automate Login into Siebel Dedicated Client

During our intital time of Siebel development there is atleast 50 time we open Siebel Dedicated Clientand Siebel tools while we are trying to explore Siebel to the best of our ablity. This simple trick can automate your login to the client and tools and save some time of entering username or password.

  • Right Click the shortcut through which you acess the Siebel Client or Siebel Tools and choose Properties from the context menu.

  • Scroll right to the end of Target Text Field Value enter the following text in the end.

/u sadmin /p sadmin /d sample



These text will automate your login to sample database. If you want to automate your login to Local Database enter the following code.

/u username /p pwd /d Local

replace username with your local username and pwd with your local database password

You can create copies of the shortcut that you use and can configure different shortcuts to login to different databases. Detail about switches being used in the above article and other switches that can be used is a subject of another post.

No comments :

Post a Comment