<?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 Debug Siebel Dedicated Client</title>
	<atom:link href="http://www.siebelintegration.com/index.php/configuration/scripting/how-to-debug-siebel-dedicated-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siebelintegration.com/index.php/configuration/scripting/how-to-debug-siebel-dedicated-client/</link>
	<description>Learn by Sharing Siebel Knowledge............</description>
	<lastBuildDate>Mon, 02 Aug 2010 17:08:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Krishna</title>
		<link>http://www.siebelintegration.com/index.php/configuration/scripting/how-to-debug-siebel-dedicated-client/comment-page-1/#comment-118</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Sat, 05 Dec 2009 03:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=78#comment-118</guid>
		<description>great man..keep it up</description>
		<content:encoded><![CDATA[<p>great man..keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neena</title>
		<link>http://www.siebelintegration.com/index.php/configuration/scripting/how-to-debug-siebel-dedicated-client/comment-page-1/#comment-77</link>
		<dc:creator>Neena</dc:creator>
		<pubDate>Fri, 31 Jul 2009 05:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=78#comment-77</guid>
		<description>Hi ,
 
Can you please suggest basic guide lines for beginners for understanding and analyzing spool.By explaining the attached spool txt file.
 
Thank you,
Neena</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>Can you please suggest basic guide lines for beginners for understanding and analyzing spool.By explaining the attached spool txt file.</p>
<p>Thank you,<br />
Neena</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.siebelintegration.com/index.php/configuration/scripting/how-to-debug-siebel-dedicated-client/comment-page-1/#comment-78</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=78#comment-78</guid>
		<description>Spool file is nothing but a file full of sqls that siebel generates for each operation performed on it. Suppose just when you create a new record on Siebel application, open your spool file and see at its end, you will find a INSERT query there. Similarly, query with some conditions in a Field in Siebel Application like &quot;XYZ&quot;. Now, goto your spool file , and search for &quot;XYZ&quot;, you will find it as a Bind Variable in one of QUERY inside the spool file.

So, the operations you perform on Siebel are converted to SQL statements and written to the Spool file.</description>
		<content:encoded><![CDATA[<p>Spool file is nothing but a file full of sqls that siebel generates for each operation performed on it. Suppose just when you create a new record on Siebel application, open your spool file and see at its end, you will find a INSERT query there. Similarly, query with some conditions in a Field in Siebel Application like &#8220;XYZ&#8221;. Now, goto your spool file , and search for &#8220;XYZ&#8221;, you will find it as a Bind Variable in one of QUERY inside the spool file.</p>
<p>So, the operations you perform on Siebel are converted to SQL statements and written to the Spool file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.siebelintegration.com/index.php/configuration/scripting/how-to-debug-siebel-dedicated-client/comment-page-1/#comment-8</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Mon, 18 May 2009 12:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.siebelintegration.com/?p=78#comment-8</guid>
		<description>&lt;b&gt;Spooling:&lt;/b&gt;
Spooling can be done by placing a commandline string to the Siebel Client Shortcut.

- Right Click Siebel Client Shortcut, open Properties
- At the end of cfg file path write: /s C:\Spool.txt
  This will create a spools file name spool.txt in C:\ drive</description>
		<content:encoded><![CDATA[<p><b>Spooling:</b><br />
Spooling can be done by placing a commandline string to the Siebel Client Shortcut.</p>
<p>- Right Click Siebel Client Shortcut, open Properties<br />
- At the end of cfg file path write: /s C:\Spool.txt<br />
  This will create a spools file name spool.txt in C:\ drive</p>
]]></content:encoded>
	</item>
</channel>
</rss>
