<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pradeep</title>
	<atom:link href="http://pradeepd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pradeepd.wordpress.com</link>
	<description>a TeamSite blog...</description>
	<lastBuildDate>Fri, 18 Jul 2008 18:06:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='pradeepd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/594c8162bd034402b94c96d92c129f99?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Pradeep</title>
		<link>http://pradeepd.wordpress.com</link>
	</image>
			<item>
		<title>Connect to SQL Server from UNIX</title>
		<link>http://pradeepd.wordpress.com/2008/07/18/connect-to-sql-server-from-unix/</link>
		<comments>http://pradeepd.wordpress.com/2008/07/18/connect-to-sql-server-from-unix/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 18:06:44 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/?p=36</guid>
		<description><![CDATA[If you are looking for how to connect to SQL Server from UNIX here are few simple steps to configure them
1) First Download n  install the POD

http://search.cpan.org/~vizdom/DBD-JDBC-0.69/JDBC.pod

2) Then you need to  run this JDBC driver as init 3 service. The script is at  /etc/rc3.d/S77spmf

Code of  S77spmf

#!/bin/sh
#
# Start/stop processes required for  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=36&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you are looking for how to connect to SQL Server from UNIX here are few simple steps to configure them</p>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">1) First Download n  install the POD</span></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><a title="http://search.cpan.org/~vizdom/DBD-JDBC-0.69/JDBC.pod" href="http://search.cpan.org/%7Evizdom/DBD-JDBC-0.69/JDBC.pod">http://search.cpan.org/~vizdom/DBD-JDBC-0.69/JDBC.pod</a></span></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">2) Then you need to  run this JDBC driver as init 3 service. The script is at  /etc/rc3.d/S77spmf</span></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><strong>Code of  S77spmf</strong></span></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><em>#!/bin/sh<br />
#<br />
# Start/stop processes required for  SPMF<br />
#</em></span></span></div>
<div><span style="font-family:Arial;font-size:x-small;"><em></em></span></div>
<p><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"> </span></p>
<div><span style="font-family:Arial;font-size:x-small;"><br />
<em>case &#8220;$1&#8243; in<br />
&#8217;start&#8217;)<br />
/apps/iw-home/local/bin/spmf/db/start_jdbc.sh</em></span></div>
<div><span style="font-family:Arial;font-size:x-small;"><em></em> </span></div>
<div><span style="font-family:Arial;font-size:x-small;"><em> ;;</em></span></div>
<div><span style="font-family:Arial;font-size:x-small;"><em></em> </span></div>
<div><span style="font-family:Arial;font-size:x-small;"><em>&#8217;stop&#8217;)<br />
/apps/iw-home/local/bin/spmf/db/stop_jdbc.sh</em></span></div>
<div><span style="font-family:Arial;font-size:x-small;"><em></em> </span></div>
<div><span style="font-family:Arial;font-size:x-small;"><em> ;;<br />
*)<br />
echo &#8220;Usage: $0 { start | stop  }&#8221;<br />
exit 1<br />
;;<br />
esac<br />
exit 0</em></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">3) Copy these jar  &amp; properties files into a separate directory and start the JDBC service as  given below in the script</span></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">sqljdbc.jar</span></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">log4j-1.2.15.jar</span></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">dbd_jdbc.jar</span></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">log4j.properties</span></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><strong>/apps/iw-home/local/bin/spmf/db/start_jdbc.sh</strong></span></span></div>
<div><span class="952525317-18072008"><em></em></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><em>#!/bin/sh<br />
CLASSPATH=/apps/iw-home/local/bin/spmf/db/dbd_jdbc.jar:/apps/iw-home/local/bin/spmf/db/log4j-1.2.15.jar:/apps/iw-home/local/bin/spmf/db:/apps/iw-home/loca<br />
l/bin/spmf/db/sqljdbc.jar<br />
export  CLASSPATH<br />
DRIVERS=com.microsoft.sqlserver.jdbc.SQLServerDriver<br />
/usr/bin/java  -Xms64m -Xmx512m -Djdbc.drivers=$DRIVERS -Ddbd.port=9001  com.vizdom.dbd.jdbc.Server &amp;<br />
JDBC_PID=$!<br />
echo $JDBC_PID &gt;  /apps/iw-home/local/bin/spmf/db/jdbc.pid</em></span></span></div>
<div><span class="952525317-18072008"><em></em></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><strong>/apps/iw-home/local/bin/spmf/db/stop_jdbc.sh</strong></span></span></div>
<div><span class="952525317-18072008"><strong></strong></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><em>echo &#8220;Killing:  `cat /apps/iw-home/local/bin/spmf/db/jdbc.pid`&#8221;<br />
kill -9 `cat  /apps/iw-home/local/bin/spmf/db/jdbc.pid`</em></span></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">4) Now connect to  the JDBC port 9001 instead of the SQL Server port in the  code</span></span></div>
<div></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><em>use DBI;<br />
use  DBD::JDBC;</em></span></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><em></em></span></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><em>my $dbh =  DBI-&gt;connect(  &#8220;dbi:JDBC:hostname=$host;port=9001;url=jdbc:sqlserver://tucgpsqlnp:1445&#8243;,&#8221;userid&#8221;,&#8221;password&#8221;  ) or die print $DBI::errstr;<br />
my $sql = &#8220;select DepartmentID from Department  where DepartmentName like &#8216;$dept%&#8217;&#8221;;</em></span></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><em>$sth =  $dbh-&gt;prepare($sql);</em></span></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;"><em>$sth-&gt;execute()</em></span></span></div>
<div><span class="952525317-18072008"><em></em></span></div>
<div><span class="952525317-18072008"><em></em></span></div>
<div><span class="952525317-18072008"><span style="font-family:Arial;font-size:x-small;">That&#8217;t it.  Enjoy</span></span></div>
<p></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=36&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2008/07/18/connect-to-sql-server-from-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>Clear ComboBox in DCT</title>
		<link>http://pradeepd.wordpress.com/2008/07/08/clear-combobox-in-dct/</link>
		<comments>http://pradeepd.wordpress.com/2008/07/08/clear-combobox-in-dct/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 22:59:31 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/?p=34</guid>
		<description><![CDATA[Since FormAPI doens&#8217;t have a method to clear the first NULL value in the dropdown, this workaround should work
var cmb = IWDatacapture.getItem(&#8220;/combo&#8221;);
var cmb_options = cmb.getOptions();
if (cmb_options != null) {
for (var i = 0; i&#60;cmb_options.length; i++) {
cmb_options[i].selected = false;
}
cmb.setOptions(cmb_options);
}
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=34&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Since FormAPI doens&#8217;t have a method to clear the first NULL value in the dropdown, this workaround should work</p>
<p>var cmb = IWDatacapture.getItem(&#8220;/combo&#8221;);<br />
var cmb_options = cmb.getOptions();<br />
if (cmb_options != null) {<br />
for (var i = 0; i&lt;cmb_options.length; i++) {<br />
cmb_options[i].selected = false;<br />
}<br />
cmb.setOptions(cmb_options);<br />
}</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=34&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2008/07/08/clear-combobox-in-dct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>Improve EventSubsystem Perfomance</title>
		<link>http://pradeepd.wordpress.com/2008/06/19/improve-eventsubsystem-perfomance/</link>
		<comments>http://pradeepd.wordpress.com/2008/06/19/improve-eventsubsystem-perfomance/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 18:12:25 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/?p=33</guid>
		<description><![CDATA[If you don&#8217;t really use DataDeploy DAS use can comment out the following file from iw-home/httpd/webapps/eventsubsystem/WEB-INF/iw_bridge_cfg.xml
&#60;logFile name=&#8221;TeamSiteClientDASLog&#8221;
baseLogName=&#8221;/logs/iw/iwevents/TeamSiteClientEvents&#8221;
stateFileName=&#8221;/apps/iw-home/servletd/logs/iwclientDASproxy.properties&#8221;
waitTime=&#8221;30000&#8243;
isDAS=&#8221;true&#8221; /&#62;
&#60;logFile name=&#8221;TeamSiteDASLog&#8221;
baseLogName=&#8221;/logs/iw/iwevents/TeamsiteEvents&#8221;
stateFileName=&#8221;/apps/iw-home/servletd/logs/iwDASproxy.properties&#8221;
waitTime=&#8221;30000&#8243;
isDAS=&#8221;true&#8221; /&#62;
Pradeep
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=33&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you don&#8217;t really use DataDeploy DAS use can comment out the following file from iw-home/httpd/webapps/eventsubsystem/WEB-INF/iw_bridge_cfg.xml</p>
<p>&lt;logFile name=&#8221;TeamSiteClientDASLog&#8221;<br />
baseLogName=&#8221;/logs/iw/iwevents/TeamSiteClientEvents&#8221;<br />
stateFileName=&#8221;/apps/iw-home/servletd/logs/iwclientDASproxy.properties&#8221;<br />
waitTime=&#8221;30000&#8243;<br />
isDAS=&#8221;true&#8221; /&gt;</p>
<p>&lt;logFile name=&#8221;TeamSiteDASLog&#8221;<br />
baseLogName=&#8221;/logs/iw/iwevents/TeamsiteEvents&#8221;<br />
stateFileName=&#8221;/apps/iw-home/servletd/logs/iwDASproxy.properties&#8221;<br />
waitTime=&#8221;30000&#8243;<br />
isDAS=&#8221;true&#8221; /&gt;</p>
<p>Pradeep</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=33&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2008/06/19/improve-eventsubsystem-perfomance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>ssh without password</title>
		<link>http://pradeepd.wordpress.com/2007/11/01/ssh-without-password/</link>
		<comments>http://pradeepd.wordpress.com/2007/11/01/ssh-without-password/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 22:00:52 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/2007/11/01/ssh-without-password/</guid>
		<description><![CDATA[Here is a simple how-to on setting up ssh without password
1) Client%: ssh-keygen2
2) Client%: scp id_dsa_2048_a.pub user@server:/$home/.ssh2/id_dsa_2048_a.client.pub
3) Client%: vi identification and put in this line IdKey id_dsa_2048_a
1) Server%: Login as user
2) If .ssh2 directory doesn&#8217;t exist then create one under $home/.ssh2
3) Server%: vi authorization and put in this line Key id_dsa_2048_a.client.pub
1) Client%: ssh user@Server
This should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=32&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is a simple how-to on setting up ssh without password</p>
<p>1) Client%: ssh-keygen2<br />
2) Client%: <em>scp id_dsa_2048_a.pub user@server:/$home/.ssh2/id_dsa_2048_a.client.pub</em><br />
3) Client%: vi identification and put in this line <em>IdKey id_dsa_2048_a</em></p>
<p>1) Server%: Login as user<br />
2) If .ssh2 directory doesn&#8217;t exist then create one under $home/.ssh2<br />
3) Server%: vi authorization and put in this line <em>Key id_dsa_2048_a.client.pub</em></p>
<p>1) Client%: ssh user@Server</p>
<p>This should do the trick.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=32&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2007/11/01/ssh-without-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>TeamSite Import Event</title>
		<link>http://pradeepd.wordpress.com/2007/07/16/teamsite-import-event/</link>
		<comments>http://pradeepd.wordpress.com/2007/07/16/teamsite-import-event/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 23:10:16 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/2007/07/16/teamsite-import-event/</guid>
		<description><![CDATA[If you ever want to write some TeamSite triggers on Import Event, the event to capture is not CreateFSE or Lock. It&#8217;s RenameFSE, cos TeamSite before the file isimported create a new filename in temporary location. You need to capture ARGV[6] in your script to get the actual original filename. So in brief
Register the event
iwat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=31&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you ever want to write some TeamSite triggers on Import Event, the event to capture is not CreateFSE or Lock. It&#8217;s RenameFSE, cos TeamSite before the file isimported create a new filename in temporary location. You need to capture ARGV[6] in your script to get the actual original filename. So in brief</p>
<p>Register the event<br />
iwat RenameFSE /apps/xxxxx/script.ipl</p>
<p>In the script capture $import_rename = $ARGV[6];</p>
<p>Hope this helps.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=31&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2007/07/16/teamsite-import-event/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>Preview and Generate Error</title>
		<link>http://pradeepd.wordpress.com/2007/06/06/preview-and-generate-error/</link>
		<comments>http://pradeepd.wordpress.com/2007/06/06/preview-and-generate-error/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 22:31:17 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/2007/06/06/preview-and-generate-error/</guid>
		<description><![CDATA[The following error occurs when you try to preview a DCR.
Template Preview And Generate Error:
The following error occured while creating file
/.iwmnt/default/main/InternetMarketing/SystemsIntegrator/WORKAREA/Common/zz_tst_sun_lock:
No such file or directory
The templated file was not generated.
Though you the user is part of the group that owns that directory, you might repeatedly and randomly get this error. Resolution to this, navigate to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=30&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The following error occurs when you try to preview a DCR.</p>
<p>Template <span class="highlight">Preview</span> And <span class="highlight">Generate</span> <span class="highlight">Error</span>:</p>
<p>The following <span class="highlight">error</span> occured while creating file<br />
/.iwmnt/default/main/InternetMarketing/SystemsIntegrator/WORKAREA/Common/zz_tst_sun_lock:<br />
No such file or directory<br />
The templated file was not generated.</p>
<p>Though you the user is part of the group that owns that directory, you might repeatedly and randomly get this error. Resolution to this, navigate to the preview-dir specified in your templating.cfg and delete all .nsf* files that reside on that location. Also make sure to delete zz_tst_username_*_manifest file located under /templatedata directory.</p>
<p>I have been going nuts on this issue. Hope it helps.</p>
<p>Pradeep</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=30&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2007/06/06/preview-and-generate-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Eventsubsystem Connection Parameters</title>
		<link>http://pradeepd.wordpress.com/2007/04/27/mysql-eventsubsystem-connection-parameters/</link>
		<comments>http://pradeepd.wordpress.com/2007/04/27/mysql-eventsubsystem-connection-parameters/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 21:36:47 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/2007/04/27/mysql-eventsubsystem-connection-parameters/</guid>
		<description><![CDATA[&#60;DatabaseConfiguration&#62;
&#60;RdbmsDatabaseConfiguration


driver=&#8221;com.mysql.jdbc.Driver&#8221;
url=&#8221;jdbc:mysql://$hostname/$database_name&#8221;
user=&#8221;$username&#8221;
password=&#8221;$password&#8221;
maxActive=&#8221;10&#8243;
maxIdle=&#8221;5&#8243;
minIdleTime=&#8221;1800&#8243;
evictionInterval=&#8221;3600&#8243; /&#62;
&#60;/DatabaseConfiguration&#62;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=29&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&lt;DatabaseConfiguration&gt;</p>
<blockquote><p>&lt;RdbmsDatabaseConfiguration
</p></blockquote>
<blockquote></blockquote>
<blockquote><p>driver=&#8221;com.mysql.jdbc.Driver&#8221;<br />
url=&#8221;jdbc:mysql://$hostname/$database_name&#8221;<br />
user=&#8221;$username&#8221;<br />
password=&#8221;$password&#8221;<br />
maxActive=&#8221;10&#8243;<br />
maxIdle=&#8221;5&#8243;<br />
minIdleTime=&#8221;1800&#8243;<br />
evictionInterval=&#8221;3600&#8243; /&gt;</p></blockquote>
<p>&lt;/DatabaseConfiguration&gt;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=29&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2007/04/27/mysql-eventsubsystem-connection-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>TinyMCE Configuration</title>
		<link>http://pradeepd.wordpress.com/2007/03/31/tinymce-configuration/</link>
		<comments>http://pradeepd.wordpress.com/2007/03/31/tinymce-configuration/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 17:21:11 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/2007/03/31/tinymce-configuration/</guid>
		<description><![CDATA[This link will help you configure TinyMCE
http://devnet.interwoven.com/site.fcgi/techlib/56728
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=28&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This link will help you configure TinyMCE</p>
<p>http://devnet.interwoven.com/site.fcgi/techlib/56728</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=28&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2007/03/31/tinymce-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>CC Url for Task Transition</title>
		<link>http://pradeepd.wordpress.com/2007/02/13/cc-url-for-task-transition/</link>
		<comments>http://pradeepd.wordpress.com/2007/02/13/cc-url-for-task-transition/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 17:21:46 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/2007/02/13/cc-url-for-task-transition/</guid>
		<description><![CDATA[If you would want your emails to contain &#8220;Task Transition Labels&#8221; like &#8220;Accept&#8221;, &#8220;Reject&#8221;. The standard CCI Url provided by IWOV is not sufficient.  Based on the CC interface you are allowing the user to transition here are the URL&#8217;s to task transition
CC Professional
http://servername/iw-cc/command/iw.ccpro.task_details_transition_task?
done%5fpage=/iw-cc/teamsite/common/refresh%5fparent%5fand%5fclose%5fwindow.html&#38;
transition=Accept&#38;taskid=xxxx&#38;full_redirect=true&#38;do_transition=true 
CC Standard
http://servername/iw-cc/command/iw.ccstd.task_details_transition_task?
done%5fpage=/iw-cc/teamsite/common/refresh%5fparent%5fand%5fclose%5fwindow.html&#38;
transition=Reject&#38;taskid=xxxxx&#38;full_redirect=true&#38;do_transition=true 
Hope this helps.
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=27&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you would want your emails to contain &#8220;Task Transition Labels&#8221; like &#8220;Accept&#8221;, &#8220;Reject&#8221;. The standard CCI Url provided by IWOV is not sufficient.  Based on the CC interface you are allowing the user to transition here are the URL&#8217;s to task transition</p>
<p>CC Professional</p>
<p>http://<b>servername</b>/iw-cc/command/iw.<b>ccpro</b>.task_details_transition_task?<br />
done%5fpage=/iw-cc/teamsite/common/refresh%5fparent%5fand%5fclose%5fwindow.html&amp;<br />
transition=<b>Accept</b>&amp;taskid=<b>xxxx</b>&amp;full_redirect=true&amp;do_transition=<b>true </b></p>
<p>CC Standard</p>
<p>http://<b>servername</b>/iw-cc/command/iw.<b>ccstd</b>.task_details_transition_task?<br />
done%5fpage=/iw-cc/teamsite/common/refresh%5fparent%5fand%5fclose%5fwindow.html&amp;<br />
transition=<b>Reject</b>&amp;taskid=<b>xxxxx</b>&amp;full_redirect=true&amp;do_transition=<b>true </b></p>
<p>Hope this helps.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=27&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2007/02/13/cc-url-for-task-transition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
		<item>
		<title>Skip Metadata Step in CC Standard</title>
		<link>http://pradeepd.wordpress.com/2007/02/08/skip-metadata-step-in-cc-standard/</link>
		<comments>http://pradeepd.wordpress.com/2007/02/08/skip-metadata-step-in-cc-standard/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 15:44:14 +0000</pubDate>
		<dc:creator>Pradeep</dc:creator>
				<category><![CDATA[TeamSite]]></category>

		<guid isPermaLink="false">http://pradeepd.wordpress.com/2007/02/08/skip-metadata-step-in-cc-standard/</guid>
		<description><![CDATA[If you want to skip tag step in CC standard add the following line to application_custom.xml
&#60;applications&#62;
&#60;application id=&#8221;ccstd&#8221;&#62;
&#60;param id=&#8221;skip-tag-step&#8221; value=&#8221;true&#8221;&#62;
&#60;/param&#62;
&#60;/application&#62;
&#60;/applications&#62;
PS: This is a documented method available in UITK.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=26&subd=pradeepd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you want to skip tag step in CC standard add the following line to application_custom.xml</p>
<p>&lt;applications&gt;<br />
&lt;application id=&#8221;ccstd&#8221;&gt;<br />
&lt;param id=&#8221;skip-tag-step&#8221; value=&#8221;true&#8221;&gt;<br />
&lt;/param&gt;<br />
&lt;/application&gt;<br />
&lt;/applications&gt;</p>
<p>PS: This is a documented method available in UITK.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pradeepd.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pradeepd.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pradeepd.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pradeepd.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pradeepd.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pradeepd.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pradeepd.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pradeepd.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pradeepd.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pradeepd.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pradeepd.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pradeepd.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pradeepd.wordpress.com&blog=25246&post=26&subd=pradeepd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pradeepd.wordpress.com/2007/02/08/skip-metadata-step-in-cc-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8964f3422e9321303e6778a22387c3e9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pradeepd</media:title>
		</media:content>
	</item>
	</channel>
</rss>