<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Make Siebel Tools &amp; Webclient Work on Vista Machine</title>
	<atom:link href="http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>Siebel Support Web For Complete Siebel Reference</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:58:56 +0530</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Venu</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-3/#comment-1418</link>
		<dc:creator>Venu</dc:creator>
		<pubDate>Thu, 03 Nov 2011 13:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-1418</guid>
		<description>This article was really helpful.
Thanks for posting this.</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>This article was really helpful.<br />
Thanks for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hapneh</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-3/#comment-995</link>
		<dc:creator>hapneh</dc:creator>
		<pubDate>Wed, 27 Oct 2010 03:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-995</guid>
		<description>Hi,
Got a problem same with Jenny. I installed Siebel8.0 on Vista Home Premium, but an issue&#160;came up with IEExploer.&#160; Then, I followed the suggestion of Kunal and tried login again but another error came out that says INCORRECT USERID OR PASSWORD. Please help.....
thanks!!!
Hapneh</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>Hi,<br />
Got a problem same with Jenny. I installed Siebel8.0 on Vista Home Premium, but an issue&nbsp;came up with IEExploer.&nbsp; Then, I followed the suggestion of Kunal and tried login again but another error came out that says INCORRECT USERID OR PASSWORD. Please help&#8230;..<br />
thanks!!!<br />
Hapneh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenn</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-3/#comment-973</link>
		<dc:creator>Jenn</dc:creator>
		<pubDate>Mon, 20 Sep 2010 04:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-973</guid>
		<description>Hi,
Thanks for this post. Im trying to install Siebel8.0 on Vista but faced the issue about $IEExplorer. I got past this point by making the changes that Kunal mentioned, however, now I get the error that Siebel is unable to open the browser for this session. Also, if I try again, it says that there is a username/password error. I have installed Oracle 10g enterprise edition(is the oracle client mandatory?). Also, in the ODBC editor(odbcdat32.exe) I dont see any of Siebels entries! So... what could be the issue(s)?
Thanks for your help!!
Jenny</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>Hi,<br />
Thanks for this post. Im trying to install Siebel8.0 on Vista but faced the issue about $IEExplorer. I got past this point by making the changes that Kunal mentioned, however, now I get the error that Siebel is unable to open the browser for this session. Also, if I try again, it says that there is a username/password error. I have installed Oracle 10g enterprise edition(is the oracle client mandatory?). Also, in the ODBC editor(odbcdat32.exe) I dont see any of Siebels entries! So&#8230; what could be the issue(s)?<br />
Thanks for your help!!<br />
Jenny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunal Jaura</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-3/#comment-552</link>
		<dc:creator>Kunal Jaura</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-552</guid>
		<description>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 

&lt;strong&gt;Setup Failed to run &quot; $(IEExecutable)&lt;/strong&gt;

This happens because the &#039;IEExecutable&#039; 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 &#039;predeploy&#039; text string in this file: 

... 

[RunAfter] 
QSServiceInstall = yes 
RunAutosync = yes 
PreDeploy = yes 

[RunAutosync] 
Condition = no 
Execute = $(SiebelRoot)\bin\autosync.exe 
Arg = /c &quot;$(SiebelRoot)\bin\$(InstallLanguage)\siebel.cfg&quot; /l $(InstallLanguage) 

[PreDeploy] 
Condition = yes 
Execute = $(IEExecutable) 
Arg = $(SiebelRoot)\BIN\predeploy.htm 

... 

- Here above, change the &#039;PreDeploy&#039; parameter under the &#039;[RunAfter]&#039; section to &#039;no&#039;, as well as the &#039;Condition&#039; parameter under the &#039;[PreDeploy]&#039; section also to &#039;no&#039;. 

- Start the Siebel mobile web client installer again with these changes in place, the installer should go past the error point accordingly.</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>To describe the solution provided on Oracle Support for this:</p>
<p>When trying to install Siebel 8 on Vista the web client installation errors out with </p>
<p><strong>Setup Failed to run &#8221; $(IEExecutable)</strong></p>
<p>This happens because the &#8216;IEExecutable&#8217; registry key was removed in Vista. To get around this please implement the following changes to the siebel.ini leveraged by the Siebel installer: </p>
<p>- Make a backup of the existing siebel.ini.<br />
- On the siebel.ini file used by the Siebel mobile client installer, locate the following section searching for the &#8216;predeploy&#8217; text string in this file: </p>
<p>&#8230; </p>
<p>[RunAfter]<br />
QSServiceInstall = yes<br />
RunAutosync = yes<br />
PreDeploy = yes </p>
<p>[RunAutosync]<br />
Condition = no<br />
Execute = $(SiebelRoot)\bin\autosync.exe<br />
Arg = /c &#8220;$(SiebelRoot)\bin\$(InstallLanguage)\siebel.cfg&#8221; /l $(InstallLanguage) </p>
<p>[PreDeploy]<br />
Condition = yes<br />
Execute = $(IEExecutable)<br />
Arg = $(SiebelRoot)\BIN\predeploy.htm </p>
<p>&#8230; </p>
<p>- Here above, change the &#8216;PreDeploy&#8217; parameter under the &#8216;[RunAfter]&#8216; section to &#8216;no&#8217;, as well as the &#8216;Condition&#8217; parameter under the &#8216;[PreDeploy]&#8216; section also to &#8216;no&#8217;. </p>
<p>- Start the Siebel mobile web client installer again with these changes in place, the installer should go past the error point accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usman</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-2/#comment-543</link>
		<dc:creator>Usman</dc:creator>
		<pubDate>Sat, 10 Oct 2009 12:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-543</guid>
		<description>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 &amp;  it will allow you to edit /add license keys)..

1. Log into Siebel Web Application. Navigate to Sitemap -&gt; Administration – Application -&gt; License Keys.
2. Log into Siebel Tools. Navigate to Help -&gt; Technical Support -&gt; License Keys

Regards
Usman</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>Hi Sue,</p>
<p>Good to hear that Siebel 8.1 is working for you&#8230; You can add license keys using webclient as well as using Siebel tools (hold shift button down while going to license view option &amp;  it will allow you to edit /add license keys)..</p>
<p>1. Log into Siebel Web Application. Navigate to Sitemap -&gt; Administration – Application -&gt; License Keys.<br />
2. Log into Siebel Tools. Navigate to Help -&gt; Technical Support -&gt; License Keys</p>
<p>Regards<br />
Usman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usman</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-2/#comment-542</link>
		<dc:creator>Usman</dc:creator>
		<pubDate>Sat, 10 Oct 2009 11:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-542</guid>
		<description>Hi Sue,

Good to hear your Siebel Tools &amp; Webclient is working. You can add license keys by webclient &amp; by siebel tools itself (press SHIFT button while viewing license key option &amp; it will allow you to edit /add more license keys).

Rgds
Usman</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>Hi Sue,</p>
<p>Good to hear your Siebel Tools &amp; Webclient is working. You can add license keys by webclient &amp; by siebel tools itself (press SHIFT button while viewing license key option &amp; it will allow you to edit /add more license keys).</p>
<p>Rgds<br />
Usman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-2/#comment-540</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 09 Oct 2009 17:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-540</guid>
		<description>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)</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>Ajay, you need to set the installer to run in compatibility mode.  </p>
<p>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)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-2/#comment-539</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 09 Oct 2009 17:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-539</guid>
		<description>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</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>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.</p>
<p>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</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue Clark</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-2/#comment-535</link>
		<dc:creator>Sue Clark</dc:creator>
		<pubDate>Thu, 08 Oct 2009 13:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-535</guid>
		<description>I followed the instructions from Usman Saleem and have 8.1 working on my Vista Home Basic.  The only issue I&#039;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</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>I followed the instructions from Usman Saleem and have 8.1 working on my Vista Home Basic.  The only issue I&#8217;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.</p>
<p>Regards, Sue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Kumar</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-1/#comment-524</link>
		<dc:creator>Ashish Kumar</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-524</guid>
		<description>Hi All,

&lt;strong&gt;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.&lt;/strong&gt;

Regards,
Ashish</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>Hi All,</p>
<p><strong>It will be difficult for us to provide process for variour Siebel versions.</p>
<p>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.</strong></p>
<p>Regards,<br />
Ashish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usman Saleem</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-1/#comment-523</link>
		<dc:creator>Usman Saleem</dc:creator>
		<pubDate>Wed, 07 Oct 2009 09:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-523</guid>
		<description>@ 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 &amp; 7.8. I have not tested Siebel 8.1 or Siebel 7.5 on VISTA. You can please try this process &amp; if you experience any error, kindly share.

Rgds
Usman</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>@ Ajay: Can you please specify exactly at which step you are getting this error? As you have mentioned that you could get it loaded</p>
<p>@Pal: I have only tried this way with Siebel Tools+Webclient+Sample DB vr 7.7 &amp; 7.8. I have not tested Siebel 8.1 or Siebel 7.5 on VISTA. You can please try this process &amp; if you experience any error, kindly share.</p>
<p>Rgds<br />
Usman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nanasofia</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-1/#comment-522</link>
		<dc:creator>nanasofia</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-522</guid>
		<description>Hi!

How about Siebel 7.5 ? Have you tried yet? Same way?

Thanks&amp;Regards,
Nanasofia</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>Hi!</p>
<p>How about Siebel 7.5 ? Have you tried yet? Same way?</p>
<p>Thanks&amp;Regards,<br />
Nanasofia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pal</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-1/#comment-520</link>
		<dc:creator>Pal</dc:creator>
		<pubDate>Wed, 07 Oct 2009 03:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-520</guid>
		<description>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&amp;regards
Pal</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>Please let us know, how to instal siebel 8.1.1on windows vista.<br />
Is this same as siebel 7.8 or any different way is to be followed.</p>
<p>Thanks&amp;regards<br />
Pal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://www.siebeloracle.com/how-to-make-siebel-tools-webclient-work-on-vista-machine/comment-page-1/#comment-517</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Tue, 06 Oct 2009 12:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebeloracle.com/?p=1995#comment-517</guid>
		<description>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</description>
		<content:encoded><![CDATA[<p style="font-size:10px;"></p><p>I would like to know how to load 8.1 Siebel On the Vista &#8211; Home Premium Edition machine.</p>
<p>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 .<br />
Please help.<br />
Thanks<br />
Regards<br />
Ajay</p>
]]></content:encoded>
	</item>
</channel>
</rss>

