Please enrich us with your latest research, mail us your Siebel related work / article at contact@siebelorcale.com
Powered by MaxBlogPress 
Home » Server Administration

How to Make Siebel Tools & Webclient Work on Vista Machine

6 October 2009 1,024 views 11 Comments



A Post By Usman Saleem -
We were receiving variours queries that siebel client is not working in Vista machines. Usman has come up with full proof solution to make siebel tools and webclient work in Windows Vista machine. In this article Usman will guide us for Siebel 7.8 and higher versions and Kunal has provided information for siebel 8.0

Steps to make Siebel 7.8 tools & web client work on Windows VISTA machines.

1- Install Orcale 10g Client for Vista (optional if you are not using ODBC)

2- Install Siebel 7.8 Tools (Right click & then run as Admin). It gets installed successfully. After Installation, first time run Siebel Tool Application (siebdev.exe) again as Admin (Right click & then run as Admin).

3- Install Siebel 7.8 Web-Client. Here mostly after 95% of installation one gets some nasty error (if you dont, say thanks to God & continue). Now comes the tricky part, Dont cancel the installation. Instead simply kill the process to avoid roll back.

4- Install Siebel 7.8 Sample DB

5- Install Siebel 7.8 Tools / Webclient & Sample DB Patches (if you have any)

6- Add Siebel URL in trusted sites of your Internet Explorer (e.g. http://usman-pc/start.swe . It should be url of ur local Siebel Webclient).

7- Set security level of trusted sites to lowest.

8- Run Siebel client & it will start work, if you get error of some missing file etc then copy Siebel Webclient folder of some working installation (XP, Win2000) & Replace it with your WebClient folder on VISTA…..!!!!

9- Retry running Siebel Webclient.

10- Add License keys…. !!!

Kindly let us know, if you experience any issue.

Note

Kunal Jaura describe the solution provided on Oracle for installing Siebel 8

When trying to install Siebel 8 on Vista the web client installation errors out with Setup Failed to run ” $(IEExecutable)

This happens because the ‘IEExecutable’ registry key was removed in Vista. To get around this please implement the following changes to the siebel.ini leveraged by the Siebel installer:

- Make a backup of the existing siebel.ini.
- On the siebel.ini file used by the Siebel mobile client installer, locate the following section searching for the ‘predeploy’ text string in this file:

[RunAfter]
QSServiceInstall = yes
RunAutosync = yes
PreDeploy = yes

[RunAutosync]
Condition = no
Execute = $(SiebelRoot)\bin\autosync.exe
Arg = /c “$(SiebelRoot)\bin\$(InstallLanguage)\siebel.cfg” /l $(InstallLanguage)

[PreDeploy]
Condition = yes
Execute = $(IEExecutable)
Arg = $(SiebelRoot)\BIN\predeploy.htm

- Here above, change the ‘PreDeploy’ parameter under the ‘[RunAfter]‘ section to ‘no’, as well as the ‘Condition’ parameter under the ‘[PreDeploy]‘ section also to ‘no’.

- Start the Siebel mobile web client installer again with these changes in place, the installer should go past the error point accordingly.

SocialTwist Tell-a-Friend

Related posts:

  1. Siebel 8.1.1 Features We are continuously discussing new features,enhancements in siebel 8.X ....
  2. Automatic Login To Dedicated Siebel Client And Tools A useful tip for siebel developers , This will help...
  3. Error – Loading attachments using Siebel EIM We were loading the attachments for the data migration phase...

Related posts brought to you by Yet Another Related Posts Plugin.

Your Ad Here

Your Ad Here
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

11 Comments »

  • Ajay said:

    I would like to know how to load 8.1 Siebel On the Vista – Home Premium Edition machine.

    I could get it loaded as it says that your operating system is at higher level of OS than the OS designed to match the Siebel 8.1 .
    Please help.
    Thanks
    Regards
    Ajay

  • Pal said:

    Please let us know, how to instal siebel 8.1.1on windows vista.
    Is this same as siebel 7.8 or any different way is to be followed.

    Thanks&regards
    Pal

  • nanasofia said:

    Hi!

    How about Siebel 7.5 ? Have you tried yet? Same way?

    Thanks&Regards,
    Nanasofia

  • Usman Saleem said:

    @ Ajay: Can you please specify exactly at which step you are getting this error? As you have mentioned that you could get it loaded

    @Pal: I have only tried this way with Siebel Tools+Webclient+Sample DB vr 7.7 & 7.8. I have not tested Siebel 8.1 or Siebel 7.5 on VISTA. You can please try this process & if you experience any error, kindly share.

    Rgds
    Usman

  • Ashish Kumar
    Ashish Kumar said:

    Hi All,

    It will be difficult for us to provide process for variour Siebel versions.

    Please come up with the issues/Error your are facing in installing siebel in Vista macines,so that we can provide you resolution and guide on the same.

    Regards,
    Ashish

  • Sue Clark said:

    I followed the instructions from Usman Saleem and have 8.1 working on my Vista Home Basic. The only issue I’m still having is trying to get the Sample Database license key data entered so I have a fully functioning application to do my research in.

    Regards, Sue

  • Justin said:

    Just a note you may need to set the shortcut for siebel webclient to run as an admin. This varies based on where you have the client installed. If it is not running and just giving an error for incorrect username/password (pretty much the only error it gives). Check you log folder. If you do not have any logs, try running the application as an admin.

    To set the application to always run as an admin go, right click on the shortcut and select properties. Go to the Compatibility Tab and check Run this program as administrator

  • Justin said:

    Ajay, you need to set the installer to run in compatibility mode.

    To set the installer to run in compatibility mode, right click on the installer and select properties. Go to the Compatibility tab and Check Run in compatibility mode and select Windows 2003 (Service Pack 1)

  • Usman said:

    Hi Sue,

    Good to hear your Siebel Tools & Webclient is working. You can add license keys by webclient & by siebel tools itself (press SHIFT button while viewing license key option & it will allow you to edit /add more license keys).

    Rgds
    Usman

  • Usman said:

    Hi Sue,

    Good to hear that Siebel 8.1 is working for you… You can add license keys using webclient as well as using Siebel tools (hold shift button down while going to license view option & it will allow you to edit /add license keys)..

    1. Log into Siebel Web Application. Navigate to Sitemap -> Administration – Application -> License Keys.
    2. Log into Siebel Tools. Navigate to Help -> Technical Support -> License Keys

    Regards
    Usman

  • Kunal Jaura said:

    To describe the solution provided on Oracle Support for this:

    When trying to install Siebel 8 on Vista the web client installation errors out with

    Setup Failed to run ” $(IEExecutable)

    This happens because the ‘IEExecutable’ registry key was removed in Vista. To get around this please implement the following changes to the siebel.ini leveraged by the Siebel installer:

    - Make a backup of the existing siebel.ini.
    - On the siebel.ini file used by the Siebel mobile client installer, locate the following section searching for the ‘predeploy’ text string in this file:

    [RunAfter]
    QSServiceInstall = yes
    RunAutosync = yes
    PreDeploy = yes

    [RunAutosync]
    Condition = no
    Execute = $(SiebelRoot)\bin\autosync.exe
    Arg = /c “$(SiebelRoot)\bin\$(InstallLanguage)\siebel.cfg” /l $(InstallLanguage)

    [PreDeploy]
    Condition = yes
    Execute = $(IEExecutable)
    Arg = $(SiebelRoot)\BIN\predeploy.htm

    - Here above, change the ‘PreDeploy’ parameter under the ‘[RunAfter]‘ section to ‘no’, as well as the ‘Condition’ parameter under the ‘[PreDeploy]‘ section also to ‘no’.

    - Start the Siebel mobile web client installer again with these changes in place, the installer should go past the error point accordingly.

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <font color="" face="" size=""> <span style="">

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.