This tip will enable you to login into Siebel thin client automatically. You could save it as a shortcut or save the link as your browser favorite.
To do this all you have to do this to append execute command, username and password to the URL as shown below.
http://<siebelhostname>/eautomotive_enu/start.swe?SWECmd=ExecuteLogin&SWEUserName=<username>&SWEPassword=<password>
The URL argument SWECmd=ExecuteLogin is important. Here is the sample URL.
If you know any cool tricks like these then just share it on this website. Thanks.
Related posts(Auto Generated):





December 30th, 2008 at 9:57 pm
Hey,
Its a nice post but this cannot work if you are using any authetication method like LDAP or something…or let me know if i am missing any point
December 30th, 2008 at 10:00 pm
Hi,
Nice post,
however i think this will not work in the case where we are using any aunthentication methods like LDAP or so…please let me know if i am missing any point…
regards,
Nitin
December 31st, 2008 at 12:02 am
LDAP mechanism should be handled by Siebel Server. So I dont know why this would matter. I havent tested with LDAP authentication but Please try again and let me know.
Regards,
Sridhar
January 26th, 2009 at 1:24 am
Hey Sridhar,
I believe LDAP is managed at the webserver level as once the user request for sibel, then it goes to the webserver and if there is any authentication, it reroutes there and once authenticated, it will redirect to the siebel server.
I have an LDAP authentication and its not working :-(….however its a very nice post.
April 28th, 2009 at 2:39 pm
Hi,
I tried below url on my Siebel Application, which is intended to navigated to specific view in the application. After entering this url in internet explorer siebel application open with the view name mentioned and it did not prompt for user name & password, Menu option Help –> Technical Support shows logged user as SADMIN. Can any one explain this ?
http://hostname/sales_enu/start.swe?SWECmd=GotoView&SWEView=Opportunity+List+View
April 28th, 2009 at 5:15 pm
Hi Sudeep,
I tried this URL and it logs me in as siebelguest but it doesnt show me any views. This login is the one created for guest users. check your installation and find what is the guest login and this login shoudnt have any responsibilities.
Good Luck,
Sridhar
April 28th, 2009 at 5:15 pm
In short it seems like you have used SADMIN as your guest login which is wrong.
June 25th, 2009 at 11:56 am
We are attempting to use a constructed url from an email (Lotus Notes) to open the client and goto a view / applet / record.
This works okay if a siebel session is not open but if it is open we get the following error in a new internet explorer window:
‘Your Siebel shortcut cannot be opened in this window.
Please drag and drop your Siebel Shorturt to a window where Siebel is already running…..’
url example is:
HTTPS://Siebel/fins_enu/start.swe?SWECmd=GotoView&SWEView=BNPPCIB+Opportunity+Full+Screen+Form+View&SWERF=1&SWEBU=1&SWEHo=Siebel&SWEApplet0=BNPPCIB+Opportunity+Form+Applet&SWERowId0=1-267SHS
Is it possible to open in a new window or the existing Siebel session ?
Thanks
June 25th, 2009 at 9:41 pm
How are you authenticating? if you dont want to authenticate make sure anonymous login has access to this view. if not you have will have to rethink your on how to implement this.
let me know.
June 25th, 2009 at 9:42 pm
anonymous login is nothing but guest login.