<?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: Siebel &#8211; Unable to check out objects</title>
	<atom:link href="http://geeksbloggingat.com/2009/04/25/siebel-object-level-check-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksbloggingat.com/2009/04/25/siebel-object-level-check-out/</link>
	<description>Let&#039;s share...</description>
	<lastBuildDate>Fri, 05 Aug 2011 10:11:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sachin</title>
		<link>http://geeksbloggingat.com/2009/04/25/siebel-object-level-check-out/comment-page-1/#comment-5194</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Fri, 24 Sep 2010 05:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://geeksbloggingat.com/?p=158#comment-5194</guid>
		<description>Using 7.7 and object locking can be enabled as said above. Only problem was I couldn&#039;t enable the check box for Allow Object Locking. Solution is to login to server repository as SADMIN and then right click on project for which you want object locking and click on &#039;Toggle Allow Object Locking&#039;

Sachin</description>
		<content:encoded><![CDATA[<p>Using 7.7 and object locking can be enabled as said above. Only problem was I couldn&#8217;t enable the check box for Allow Object Locking. Solution is to login to server repository as SADMIN and then right click on project for which you want object locking and click on &#8216;Toggle Allow Object Locking&#8217;</p>
<p>Sachin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Jain</title>
		<link>http://geeksbloggingat.com/2009/04/25/siebel-object-level-check-out/comment-page-1/#comment-5085</link>
		<dc:creator>Nitin Jain</dc:creator>
		<pubDate>Tue, 14 Sep 2010 18:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://geeksbloggingat.com/?p=158#comment-5085</guid>
		<description>Hi Ujjwal,

I think Anand has explained it quite well. Try taking the help of some of your seniors.
Playing with the registry isn&#039;t really too difficult if you know what you are doing.

Wish you all the best.. :-)

Regards,
Nitin Jain</description>
		<content:encoded><![CDATA[<p>Hi Ujjwal,</p>
<p>I think Anand has explained it quite well. Try taking the help of some of your seniors.<br />
Playing with the registry isn&#8217;t really too difficult if you know what you are doing.</p>
<p>Wish you all the best.. <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Regards,<br />
Nitin Jain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ujjwal</title>
		<link>http://geeksbloggingat.com/2009/04/25/siebel-object-level-check-out/comment-page-1/#comment-4927</link>
		<dc:creator>Ujjwal</dc:creator>
		<pubDate>Mon, 30 Aug 2010 15:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://geeksbloggingat.com/?p=158#comment-4927</guid>
		<description>Hi Anand,

I also had the same problem. Can you please suggest what kind of registry keys need to update. I am not that into registry tweaking.

Thanks in advance!!
Ujjwal</description>
		<content:encoded><![CDATA[<p>Hi Anand,</p>
<p>I also had the same problem. Can you please suggest what kind of registry keys need to update. I am not that into registry tweaking.</p>
<p>Thanks in advance!!<br />
Ujjwal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Jain</title>
		<link>http://geeksbloggingat.com/2009/04/25/siebel-object-level-check-out/comment-page-1/#comment-1944</link>
		<dc:creator>Nitin Jain</dc:creator>
		<pubDate>Thu, 19 Nov 2009 11:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://geeksbloggingat.com/?p=158#comment-1944</guid>
		<description>hey.. nice tip, Anand.
Thanks for sharing! :-)</description>
		<content:encoded><![CDATA[<p>hey.. nice tip, Anand.<br />
Thanks for sharing! <img src='http://geeksbloggingat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://geeksbloggingat.com/2009/04/25/siebel-object-level-check-out/comment-page-1/#comment-1939</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://geeksbloggingat.com/?p=158#comment-1939</guid>
		<description>Even with these settings sometimes the check-out button is disabled and when you try to get do a &#039;GET&#039; on the object
You may encounter the following error : &quot;Siebel-ERR-1109 : Unable to read value from export file (Data length (4) &gt; Column definition (1)).&quot;

The following registry keys must be created for new Oracle ODBC connections:

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ORACLE_CONNECTION_NAME]

PacketSize = 0
EnableScrollableCursors = 0
ColumnsAsChar = 1
ColumnSizeAsCharacter = 1

ORACLE_CONNECTION_NAME is the name of the ODBC database connection.</description>
		<content:encoded><![CDATA[<p>Even with these settings sometimes the check-out button is disabled and when you try to get do a &#8216;GET&#8217; on the object<br />
You may encounter the following error : &#8220;Siebel-ERR-1109 : Unable to read value from export file (Data length (4) &gt; Column definition (1)).&#8221;</p>
<p>The following registry keys must be created for new Oracle ODBC connections:</p>
<p>[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ORACLE_CONNECTION_NAME]</p>
<p>PacketSize = 0<br />
EnableScrollableCursors = 0<br />
ColumnsAsChar = 1<br />
ColumnSizeAsCharacter = 1</p>
<p>ORACLE_CONNECTION_NAME is the name of the ODBC database connection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

