<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vivek Agarwal's Portal/Java Blog &#187; Quickr</title>
	<atom:link href="http://vivekagarwal.wordpress.com/category/quickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://vivekagarwal.wordpress.com</link>
	<description>An IBM Gold Consultant's weblog about IBM, Lotus, WebSphere, J2EE, IT Processes, and other IT technologies</description>
	<lastBuildDate>Tue, 27 Oct 2009 03:15:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='vivekagarwal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/da8f819b3926c7922045a2bb8dda8053?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Vivek Agarwal's Portal/Java Blog &#187; Quickr</title>
		<link>http://vivekagarwal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vivekagarwal.wordpress.com/osd.xml" title="Vivek Agarwal&#8217;s Portal/Java Blog" />
		<item>
		<title>Resolved an exception stacktrace related to Quickr/WebSphere Portal search tables</title>
		<link>http://vivekagarwal.wordpress.com/2008/07/14/resolved-an-exception-stacktrace-related-to-quickrwebsphere-portal-search-tables/</link>
		<comments>http://vivekagarwal.wordpress.com/2008/07/14/resolved-an-exception-stacktrace-related-to-quickrwebsphere-portal-search-tables/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 02:23:58 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>
		<category><![CDATA[Quickr Troubleshooting]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[WebSphere Portal Troubleshooting]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/?p=112</guid>
		<description><![CDATA[Recently we wanted to duplicate an existing Quickr test server from one machine to another without going through the entire process of installing Quickr, configuring security, configuring an external web server, installing a fixpack and efixes, installing our custom applications, and preserving all the test Quickr teamplaces and content. We got this to work pretty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=112&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently we wanted to duplicate an existing Quickr test server from one machine to another without going through the entire process of installing Quickr, configuring security, configuring an external web server, installing a fixpack and efixes, installing our custom applications, and preserving all the test Quickr teamplaces and content. We got this to work pretty cleanly by restoring a file system backup of Quickr and a backup of the Quickr DB2 database. We did this for one of our test servers, but ran into an exception when we tried to duplicate another test server.<span id="more-112"></span></p>
<pre class="brush: java;">
[7/14/08 10:29:36:953 CDT] 0000003b JCRCFLLoggerI E com.ibm.icm.ts.tss.JCRCFLLoggerImpl com.ibm.icm.ts.tss.ls.LibraryServerImpl.removeExpiredTableClaims [java.lang.ThreadGroup[name=icmciWorkManager: icmjcrear,maxpri=10]]: Error creating new search result table: {0}. com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -601, SQLSTATE: 42710, SQLERRMC: JCR.TSSTBL_1;TABLE

            at com.ibm.db2.jcc.a.lg.e(lg.java:1600)

            at com.ibm.db2.jcc.a.lg.b(lg.java:1164)

            at com.ibm.db2.jcc.b.gb.h(gb.java:217)

            at com.ibm.db2.jcc.b.gb.b(gb.java:46)

            at com.ibm.db2.jcc.b.w.b(w.java:40)

            at com.ibm.db2.jcc.b.vb.e(vb.java:118)

            at com.ibm.db2.jcc.a.lg.m(lg.java:1159)

            at com.ibm.db2.jcc.a.lg.a(lg.java:1874)

            at com.ibm.db2.jcc.a.lg.c(lg.java:520)

            at com.ibm.db2.jcc.a.lg.executeUpdate(lg.java:504)

            at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.pmiExecuteUpdate(WSJdbcStatement.java:1235)

            at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.executeUpdate(WSJdbcStatement.java:738)

            at com.ibm.icm.ts.tss.ls.BaseDBImpl.executeUpdate(BaseDBImpl.java:248)

            at com.ibm.icm.ts.tss.ls.BaseDBImpl.createTable(BaseDBImpl.java:306)

            at com.ibm.icm.ts.tss.ls.LibraryServerImpl.removeExpiredTableClaims(LibraryServerImpl.java:450)

            at com.ibm.icm.ts.tss.ls.LibraryServerImpl.state(LibraryServerImpl.java:53)

            at com.ibm.icm.ts.tss.app.Janitor.cleanupLibraryServer(Janitor.java:43)

            at com.ibm.icm.ts.tss.app.JanitorService.cleanupLibraryServer(JanitorService.java:66)

            at com.ibm.icm.ts.tss.app.JanitorService.access$000(JanitorService.java:22)

            at com.ibm.icm.ts.tss.app.JanitorService$Notifiee.onEvent(JanitorService.java:110)

            at com.ibm.icm.ts.act.ActivityImpl$ManagerImpl$ActivityRunner.runActivity(ActivityImpl.java:333)

            at com.ibm.icm.ts.act.ActivityImpl$ManagerImpl$ActivityRunner.run(ActivityImpl.java:303)

            at com.ibm.hrl.workmanager.RunnableWrapper.run(RunnableWrapper.java:44)

            at com.ibm.hrl.workmanager.impl.was.WasWork.run(WasWork.java:75)

            at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:258)

            at java.security.AccessController.doPrivileged1(Native Method)

            at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))

            at javax.security.auth.Subject.doAs(Subject.java:477)

            at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)

            at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:325)

            at java.security.AccessController.doPrivileged1(Native Method)

            at java.security.AccessController.doPrivileged(AccessController.java:351)

            at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:709)

            at com.ibm.ws.asynchbeans.WorkWithExecutionContextImpl.go(WorkWithExecutionContextImpl.java:218)

            at com.ibm.ws.asynchbeans.ABWorkItemImpl.run(ABWorkItemImpl.java:154)

            at java.lang.Thread.run(Thread.java:570)

[7/14/08 10:29:36:969 CDT] 0000003b JCRCFLLoggerI E com.ibm.icm.ts.tss.JCRCFLLoggerImpl com.ibm.icm.ts.tss.app.Janitor.cleanupLibraryServer [java.lang.ThreadGroup[name=icmciWorkManager: icmjcrear,maxpri=10]]: Error getting the library server. com.ibm.icm.ts.tss.ls.DatabaseException: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -601, SQLSTATE: 42710, SQLERRMC: JCR.TSSTBL_1;TABLE

            at com.ibm.icm.ts.tss.ls.LibraryServerImpl.removeExpiredTableClaims(LibraryServerImpl.java:455)

            at com.ibm.icm.ts.tss.ls.LibraryServerImpl.state(LibraryServerImpl.java:53)

            at com.ibm.icm.ts.tss.app.Janitor.cleanupLibraryServer(Janitor.java:43)

            at com.ibm.icm.ts.tss.app.JanitorService.cleanupLibraryServer(JanitorService.java:66)

            at com.ibm.icm.ts.tss.app.JanitorService.access$000(JanitorService.java:22)

            at com.ibm.icm.ts.tss.app.JanitorService$Notifiee.onEvent(JanitorService.java:110)

            at com.ibm.icm.ts.act.ActivityImpl$ManagerImpl$ActivityRunner.runActivity(ActivityImpl.java:333)

            at com.ibm.icm.ts.act.ActivityImpl$ManagerImpl$ActivityRunner.run(ActivityImpl.java:303)

            at com.ibm.hrl.workmanager.RunnableWrapper.run(RunnableWrapper.java:44)

            at com.ibm.hrl.workmanager.impl.was.WasWork.run(WasWork.java:75)

            at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:258)

            at java.security.AccessController.doPrivileged1(Native Method)

            at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))

            at javax.security.auth.Subject.doAs(Subject.java:477)

            at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)

            at com.ibm.ws.asynchbeans.J2EEContext$DoAsProxy.run(J2EEContext.java:325)

            at java.security.AccessController.doPrivileged1(Native Method)

            at java.security.AccessController.doPrivileged(AccessController.java:351)

            at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:709)

            at com.ibm.ws.asynchbeans.WorkWithExecutionContextImpl.go(WorkWithExecutionContextImpl.java:218)

            at com.ibm.ws.asynchbeans.ABWorkItemImpl.run(ABWorkItemImpl.java:154)

            at java.lang.Thread.run(Thread.java:570)

Caused by: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -601, SQLSTATE: 42710, SQLERRMC: JCR.TSSTBL_1;TABLE

            at com.ibm.db2.jcc.a.lg.e(lg.java:1600)

            at com.ibm.db2.jcc.a.lg.b(lg.java:1164)

            at com.ibm.db2.jcc.b.gb.h(gb.java:217)

            at com.ibm.db2.jcc.b.gb.b(gb.java:46)

            at com.ibm.db2.jcc.b.w.b(w.java:40)

            at com.ibm.db2.jcc.b.vb.e(vb.java:118)

            at com.ibm.db2.jcc.a.lg.m(lg.java:1159)

            at com.ibm.db2.jcc.a.lg.a(lg.java:1874)

            at com.ibm.db2.jcc.a.lg.c(lg.java:520)

            at com.ibm.db2.jcc.a.lg.executeUpdate(lg.java:504)

            at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.pmiExecuteUpdate(WSJdbcStatement.java:1235)

            at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.executeUpdate(WSJdbcStatement.java:738)

            at com.ibm.icm.ts.tss.ls.BaseDBImpl.executeUpdate(BaseDBImpl.java:248)

            at com.ibm.icm.ts.tss.ls.BaseDBImpl.createTable(BaseDBImpl.java:306)

            at com.ibm.icm.ts.tss.ls.LibraryServerImpl.removeExpiredTableClaims(LibraryServerImpl.java:450)

            ... 21 more
</pre>
<p>From the stacktrace, it was clear that the issue was related to Quickr trying to create a table named TSSTBL_1 that already existed. From one of the IBM performance tuning notes, I knew that on the very first search,  the system creates twenty database tables named TSSTBL_1, TSSTBL_2 &#8230; TSSTBL_20 in the JCR database for search information. That note also talked about the fact that the system can dynamically generate more TSSTBLs. From our earlier investigations of JCR replication, I knew about the table named ICMSTJCRTSTABLES that tracks what TSSTBLs exist. On looking into the Quickr DB2 database I could see that there were the 20 TSSTBLs and there were 20 rows in ICMSTJCRTSTABLES &#8211; one for each of them. Given that Quickr (or WebSphere Portal) automatically creates the TSSTBLs on the first search, I figured that if I deleted the TSSTBLs and the 20 rows in ICMSTJCRTSTABLES, I could get Portal to recreate the tables and things ought to work right without this extraneous exception cluttering up the log. Well, that is what I did (drop the TSSTBL tables and deleting all the rows from ICMSTJCRTSTABLES using the DB2 command editor &#8211; first time that I ever used that), restarted Portal (actually Quickr), performed a search, and sure enough the TSSTBL tables got recreated and the exception was gone. I was pretty pleased with myself for figuring out this solution in about a hour &#8211; now did I ever claim to be modest?! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/112/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/112/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=112&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2008/07/14/resolved-an-exception-stacktrace-related-to-quickrwebsphere-portal-search-tables/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>An administrator cannot always add a portlet to a Quickr place!</title>
		<link>http://vivekagarwal.wordpress.com/2008/06/04/an-administrator-cannot-always-add-a-portlet-to-a-quickr-place/</link>
		<comments>http://vivekagarwal.wordpress.com/2008/06/04/an-administrator-cannot-always-add-a-portlet-to-a-quickr-place/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 02:43:08 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Quickr]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/?p=98</guid>
		<description><![CDATA[This is an issue that flummoxes Quickr newbies, and I had a couple of new team members run into it today. Figured that others run into this issue as well. Essentially, the natural expectation for most people is that as a Quickr administrator, they would be able to add portlets/components to any place irrespective of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=98&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is an issue that flummoxes Quickr newbies, and I had a couple of new team members run into it today. Figured that others run into this issue as well. Essentially, the natural expectation for most people is that as a Quickr administrator, they would be able to add portlets/components to any place irrespective of whether they created it themselves or whether somebody else created it. While you don&#8217;t have to be the owner of a team place, you do need to be member of the team &#8220;managers&#8221; role. If you are not in the manager role and you are not the team place owner, then you cannot add a portlet!<br />
<span id="more-98"></span></p>
<p>IBM does have a technote about this &#8211; <a href="http://www-1.ibm.com/support/docview.wss?rs=3264&amp;context=SSVGKL&amp;q1=manager+administrator&amp;uid=swg21263613&amp;loc=en_US&amp;cs=utf-8&amp;lang=en" target="_blank">Error displays when the Administrator tries to add a portlet to a new page</a>. Essentially, when you run into this issue as a Quickr administrator, you can resolve it by simply following these steps -</p>
<ul>
<li> Access the Quickr place you want to modify</li>
<li>Click on &#8220;Customize Place&#8221;</li>
<li>Click on &#8220;Users&#8221; in the div that appears</li>
<li>Click on the &#8220;Managers&#8221; tab</li>
<li>Add the Quickr administrators user group to the &#8220;Managers&#8221; role</li>
<li>Add the portlet/page that you were attempting to add earlier. <em>IT SHOULD WORK NOW</em>!</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=98&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2008/06/04/an-administrator-cannot-always-add-a-portlet-to-a-quickr-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>How do you rename the Windows machine name for a DB2 v9.1.x database?</title>
		<link>http://vivekagarwal.wordpress.com/2008/04/06/how-do-you-rename-the-windows-machine-name-for-a-db2-v91x-database/</link>
		<comments>http://vivekagarwal.wordpress.com/2008/04/06/how-do-you-rename-the-windows-machine-name-for-a-db2-v91x-database/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 23:06:03 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[DB2]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/?p=96</guid>
		<description><![CDATA[Recently, I installed Quickr v8.1 in a VMWare instance and wanted to share the VM with my co-workers. For this to work, I gave my original VM a generic hostname (quickr) and intended that once co-workers copied the VM over to their VMWare Server, they would end up renaming the hostname to avoid name conflicts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=96&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently, I installed Quickr v8.1 in a VMWare instance and wanted to share the VM with my co-workers. For this to work, I gave my original VM a generic hostname (quickr) and intended that once co-workers copied the VM over to their VMWare Server, they would end up renaming the hostname to avoid name conflicts on the network. However, I quickly realized that once I renamed the hostname from quickr to vivek-quickr, on the reboot, the DB2 instance failed to start up with this error &#8211; &#8220;db2start : SQL1022C  There is not enough memory available to process the command.&#8221;. I did some quick googling to see if I could find the solution, but the results were not obvious to a DB2 newbie like me. I had installed quickr on Win2k3 R2 and I did not see anything obvious to help me &#8211; hence this note as it is actually very easy to get the DB2 instance to work after the rename.</p>
<p><span id="more-96"></span></p>
<p>What worked for me is as follows -</p>
<ul>
<li>Add Windows hosts files entries so that the old hostname can be resolved if needed
<p>127.0.0.1    quickr<br />
127.0.0.1    quickr.ausnq.com</li>
<li>Find db2nodes.cfg in the instance folder which in my case was ${Quickr_Home}\db2\WPDB2INS.</li>
<li>Open up db2nodes.cfg in a text editor and change from the old host name to the new host name &#8211; in my case I changed &#8220;0 quickr QUICKR 0&#8243; to &#8220;0 vivek-quickr 0&#8243;. Yes, I got rid of the extra QUICKR.</li>
<li>Next I launched the Windows registry editor &#8220;regedit&#8221;</li>
<li>I navigated to &#8220;HKEY_LOCAL_MACHINE\Software\IBM\DB2\GLOBAL_PROFILE&#8221;</li>
<li>I changed DB2_ADMINGROUP from &#8220;QUICKR\DB2ADMINS&#8221; to &#8220;VIVEK-QUICKR\DB2ADMINS&#8221;</li>
<li>I changed DB2_USERSGROUP from &#8220;QUICKR\DB2USERS&#8221; to &#8220;VIVEK-QUICKR\DB2USERS&#8221;</li>
<li>I changed DB2SYSTEM from &#8220;QUICKR&#8221; to &#8220;VIVEK-QUICKR&#8221;</li>
<li>Next, I rebooted the virtual machine and voila the DB2 instance started up with no more issues. And Quickr was functional again on my renamed VM.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/96/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/96/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=96&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2008/04/06/how-do-you-rename-the-windows-machine-name-for-a-db2-v91x-database/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Lotusphere 2008 &#8211; here we come!</title>
		<link>http://vivekagarwal.wordpress.com/2007/12/02/lotusphere-2008-here-we-come/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/12/02/lotusphere-2008-here-we-come/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 06:35:17 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>
		<category><![CDATA[Lotusphere]]></category>
		<category><![CDATA[Lotusphere 2008]]></category>
		<category><![CDATA[Sametime]]></category>
		<category><![CDATA[WebSphere Portal]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/12/02/lotusphere-2008-here-we-come/</guid>
		<description><![CDATA[ Just a quick blurb to say that I/Xtivia are headed to Lotusphere 2008 in Orlando, Florida on January 20-24, 2008. I have been to several IBM conferences over the years, but this will be my first Lotusphere. We decided to sign up as an exhibitor at Lotusphere and showcase our extensive capabilities with IBM [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=85&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www-306.ibm.com/software/lotus/events/lotusphere2008/register.html" target="_blank"><img src="http://vivekagarwal.files.wordpress.com/2007/12/bp-hero-software-218x150.gif" alt="Lotusphere 2008" align="left" hspace="5" vspace="5" /></a> Just a quick blurb to say that I/Xtivia are headed to <a href="http://www-306.ibm.com/software/lotus/events/lotusphere2008/" target="_blank">Lotusphere 2008</a> in Orlando, Florida on January 20-24, 2008. I have been to several IBM conferences over the years, but this will be my first Lotusphere. We decided to sign up as an exhibitor at Lotusphere and showcase our extensive capabilities with IBM WebSphere Portal, Lotus Quickr, Sametime, and Connections. We have various service offerings ranging from assessments to full-blown implementations that leverage these products in an effective manner and enable you to realize true value from your IBM Lotus and WebSphere investments. In addition to spreading the Xtivia message, I am hopeful that there will be compelling content for us to ingest, and that the conference will be a success all around. We have a major customer attending the conference as our guests &#8211; so I will be busy with them, but do hope to spend as much time as I can manage at our pedestal in the Lotusphere 2008 Product Showcase. If you are at Lotusphere, be sure to check out the <a href="http://www.xtivia.com" target="_blank">Xtivia</a> booth and say hello to me and the rest of the Xtivia team! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you are launching a new initiative around any of the highlighted products or are just in need of seasoned consultants, I hope you will give Xtivia a chance to be your trusted partner. Yes &#8211; a total <em>salesy </em>entry &#8211; forgive me for that!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/85/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/85/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=85&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/12/02/lotusphere-2008-here-we-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://vivekagarwal.files.wordpress.com/2007/12/bp-hero-software-218x150.gif" medium="image">
			<media:title type="html">Lotusphere 2008</media:title>
		</media:content>
	</item>
		<item>
		<title>How can I enable &#8220;change column width&#8221; on a WebSphere Portal/Quickr Page?</title>
		<link>http://vivekagarwal.wordpress.com/2007/09/23/how-can-i-enable-change-column-width-on-a-websphere-portalquickr-page/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/09/23/how-can-i-enable-change-column-width-on-a-websphere-portalquickr-page/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 11:16:39 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/09/23/how-can-i-enable-change-column-width-on-a-websphere-portalquickr-page/</guid>
		<description><![CDATA[In WebSphere Portal v6.0 and Quickr Services for WebSphere Portal v8.0, the ability to set a Portal page column width is not enabled by default. I remember looking at it when WPv6 was released and was shocked that IBM had removed this capability. On looking at it further, I had realized that they had just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=71&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In WebSphere Portal v6.0 and Quickr Services for WebSphere Portal v8.0, the ability to set a Portal page column width is not enabled by default. I remember looking at it when WPv6 was released and was shocked that IBM had <em>removed </em>this capability. On looking at it further, I had realized that they had just not enabled it by default. I ran into it again with Quickr since it is based on WPv6 and having to recall what I had done to resolve the issue. <span id="more-71"></span></p>
<p>Well, I decided to write about it just so that I don&#8217;t have to re-discover it the next time I run into it. Essentially, the &#8220;Edit Layout&#8221; portlet that you use to edit a Portal page by default does not have the &#8220;Show Layout Tools&#8221; option enabled by default. To enable this option:</p>
<ul>
<li>Navigate to &#8220;Site Administration&#8221;</li>
<li>Navigate to &#8220;Manage Portlets&#8221; page</li>
<li>Edit the &#8220;Edit Layout&#8221; portlet</li>
<li>Navigate to page 2 of the portlet parameters</li>
<li>Edit the &#8220;showAdvancedOption&#8221; value to &#8220;Yes&#8221; as shown below.</li>
</ul>
<p><img src="http://vivekagarwal.files.wordpress.com/2007/09/editlayoutoption.jpg" alt="“Edit Portal Page Layout” Portlet Options" /></p>
<p>Once you enable this option, then you should be able to set the column width of the Quickr/WebSphere Portal page that you desire. You open up the relevant page layout in the &#8220;Edit Page Layout&#8221; portlet as shown below.</p>
<p><img src="http://vivekagarwal.files.wordpress.com/2007/09/editlayout1.jpg" alt="Edit Page Layout 1" /></p>
<p>Click on &#8220;Show layout tools&#8221; to get the view below where you can set the column width as you desire.</p>
<p><img src="http://vivekagarwal.files.wordpress.com/2007/09/editlayout2.jpg" alt="Edit Page Layout 2" /></p>
<p>That should do it!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/71/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/71/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=71&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/09/23/how-can-i-enable-change-column-width-on-a-websphere-portalquickr-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://vivekagarwal.files.wordpress.com/2007/09/editlayoutoption.jpg" medium="image">
			<media:title type="html">“Edit Portal Page Layout” Portlet Options</media:title>
		</media:content>

		<media:content url="http://vivekagarwal.files.wordpress.com/2007/09/editlayout1.jpg" medium="image">
			<media:title type="html">Edit Page Layout 1</media:title>
		</media:content>

		<media:content url="http://vivekagarwal.files.wordpress.com/2007/09/editlayout2.jpg" medium="image">
			<media:title type="html">Edit Page Layout 2</media:title>
		</media:content>
	</item>
		<item>
		<title>I stand corrected on the ability to customize components in Quickr!</title>
		<link>http://vivekagarwal.wordpress.com/2007/09/12/i-stand-corrected-on-the-ability-to-customize-components-in-quickr/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/09/12/i-stand-corrected-on-the-ability-to-customize-components-in-quickr/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 02:42:24 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/09/12/i-stand-corrected-on-the-ability-to-customize-components-in-quickr/</guid>
		<description><![CDATA[After my last entry, I went ahead and filed PMRs with IBM Partnerworld Technical Support about the limitations I had supposedly discovered. Today, I am writing about standing corrected on one of those limitations &#8211; the ability to add a component to the component catalog available to the team place manager. I was corrected by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=66&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After <a href="http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/" target="_blank">my last entry</a>, I went ahead and filed PMRs with IBM Partnerworld Technical Support about the limitations I had supposedly discovered. Today, I am writing about standing corrected on one of those limitations &#8211; the ability to <em>add a component to the component catalog available to the team place manager</em>. I was corrected by a co-worker (Derek) as well as by IBM support.<span id="more-66"></span></p>
<p>Just to make clear what I wanted to do is to customize the list of components that are available to a team place manager when the manager chooses to customize a Quickr place. The figure below shows a manager having the option of adding a custom component called &#8220;photo book&#8221; to the place.</p>
<p><img src="http://vivekagarwal.files.wordpress.com/2007/09/customizeplacecomponentsdialog.jpg" alt="Customized Component Catalog Dialog" /></p>
<p>Essentially the component picker is defined by a JSP inside the Quickr theme &#8211; <em>/IBM/Quickr/wp_profile/installedApps/xxxx/wps.ear/wps.war/themes/html/QPG/pageHeaderContent.jsp</em>. To add a new component, search for the div with an id of <em>customizePage2</em>. and add a list item with information for the new component -</p>
<hr />&lt;li&gt;&lt;a href=&#8221;#&#8221; onClick=&#8221;javascript:showTeamSpaceAddComponentForm(&#8220;&lt;%=MarkupUtil.htmlAttributeEscape(MarkupUtil.jsEscape(“<em>Photo Book</em>&#8220;))%&gt;&#8221;, &#8220;&lt;%=MarkupUtil.htmlAttributeEscape(MarkupUtil.jsEscape(&#8220;<em>New Photo Book</em>&#8220;))%&gt;&#8221;, &#8220;&lt;%= applicationID %&gt;&#8221;, &#8220;<em>wps.p.web.photobook</em>&#8220;, true, nodesOnLevel, true, &#8216;<em>photobook</em>&#8216;)&#8221; class=&#8221;picture&#8221;&gt;<em>Photo Book</em>&lt;/a&gt;&lt;/li&gt;<br />
<hr />The information in italics will depend on the component you are trying to add &#8211; <em>wps.p.web.photobook </em>is the<em> unique name </em>assigned to the portlet that you are trying to define as a component.So, obviously this <em>limitation </em>turned out to be a non-issue other than the fact that IBM Quickr documentation could have been better &#8211; it could actually have mentioned the process for adding a component to the theme.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=66&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/09/12/i-stand-corrected-on-the-ability-to-customize-components-in-quickr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://vivekagarwal.files.wordpress.com/2007/09/customizeplacecomponentsdialog.jpg" medium="image">
			<media:title type="html">Customized Component Catalog Dialog</media:title>
		</media:content>
	</item>
		<item>
		<title>Discovered a rather basic Quickr limitation today! :(</title>
		<link>http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 03:49:09 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/</guid>
		<description><![CDATA[As I had mentioned in one of my earlier entries, I have recently become interested in IBM Lotus Quickr 8.0 Services for WebSphere Portal. It looks like a great team collaboration software with a very appealing Web 2.0 UI, ease of use for end-users, team site managers, and administrators, connectors for several popular business applications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=65&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As I had mentioned in one of my earlier entries, I have recently become interested in IBM Lotus Quickr 8.0 Services for WebSphere Portal. It looks like a great team collaboration software with a very appealing Web 2.0 UI, ease of use for end-users, team site managers, and administrators, connectors for several popular business applications enabling access to Quickr content without a user having to switch from their current application, and team site templates enabling users to create new team sites in a few simple steps. However, today I discovered a rather basic Quickr limitation with respect to the customization you can do while creating templates.<span id="more-65"></span></p>
<p>Quickr Services for WebSphere Portal comes with a set of OOTB components &#8211; library, blog, wiki, announcements, project tasks, feed reader, and contacts. A team place manager can use these components to customize a place. I was looking through the Quickr documentation to find the procedure for adding a new component (for example, a custom list component such as faqs) to the component catalog available to the team place manager. However, suffice it to say that I was disappointed &#8211; I did not find any such documentation. It seems to be a fundamental limitation of Quickr as far as I can tell that you cannot customize Quickr by adding customer-built components. Not only that, on searching for <font color="red"><em>component</em></font> on the <a href="http://www-306.ibm.com/software/lotus/products/quickr/support/?S_TACT=105AGX13&amp;S_CMP=LP" target="_blank">Quickr support site</a>, I found this technote &#8211; <a href="http://www-1.ibm.com/support/docview.wss?rs=3264&amp;context=SSVGKL&amp;q1=component&amp;uid=swg21264519&amp;loc=en_US&amp;cs=utf-8&amp;lang=en" target="_blank">Templates based on place components that use a customized presentation template</a>. The gist of this technote is that if you create a template based on a place that contains a component using a customized presentation template, the customized presentation template is not used by any places based on this template. The default presentation template is used instead. Supposedly this is a known limitation of Quickr. I find this far from acceptable given the goal of making &#8220;place creation using a template&#8221; easy. If anybody from the Quickr team is listening, then both these limitations (customer created place components and templates that can use customized presentation templates) need some fixin&#8217;!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=65&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Finally success with resolving my failed Quickr 8.0 install!</title>
		<link>http://vivekagarwal.wordpress.com/2007/08/25/finally-success-with-resolving-my-failed-quickr-80-install/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/08/25/finally-success-with-resolving-my-failed-quickr-80-install/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 12:15:34 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/08/25/finally-success-with-resolving-my-failed-quickr-80-install/</guid>
		<description><![CDATA[Hey, my persistence finally paid off and I managed to resolve my failed Quickr 8.0 services for WebSphere Portal install! I could not go to sleep with this issue bugging the heck out of me. I started to dig deeper into the failure and found that during the install, it was trying to connect to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=58&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey, my persistence finally paid off and I managed to resolve <a href="http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/">my failed Quickr 8.0 services for WebSphere Portal install</a>! I could not go to sleep with this issue bugging the heck out of me. I started to dig deeper into the failure and<span id="more-58"></span> found that during the install, it was trying to connect to the database at <em>jdbc:db2://kingfisher-adam.ausnq.com:50000/wpsdb</em>. And suddenly it dawned on me that maybe my issue was a potential port conflict at port 50000. Now I had gotten lazy when installing Quickr &#8211; I had decided to install it on a VMWare image where I had earlier installed Microsoft Active Directory Application Mode (ADAM). I had created two ADAM instances &#8211; the first used the standard LDAP port of 389, while the second one was set up with a port that I could not remember but 50000 sounded suspiciously familiar. I tried <em>telnet localhost 50000</em> and sure enough the connection succeeded. Then it did not take me long to verify that the second ADAM instance was actually listening on 50000. Shutting down the two adam instances and re-trying the install has got me well past the failure point (<em>action-create-db-mp</em>) and I suspect the install will now succeed.</p>
<p>However, this brings forth the issue that it would have been nice if the Quickr installer could check whether the ports that it intended to use were actually available of if there was a conflict. Even if it could not dynamically change the ports used by Quickr, if the installation error was more specific that would have avoided the pain I went through. It certainly would be doable for the installer to perform the port check and I think a worthwhile enhancement! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now off to dreamland and playing tennis in the morning!</p>
<p>PS: WordPress.com which has been extremely reliable went down when I tried to post this at 1am in the morning! I am finally up from dreamland and so is WordPress. BTW, a quickr update that the Quickr install did complete successfully. Whew! Now onto playing with it on my own install instead of on <a target="_blank" href="http://greenhouse.lotus.com">Lotus Greenhouse </a>(another blog entry merited).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=58&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/08/25/finally-success-with-resolving-my-failed-quickr-80-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Update on my failed install of Lotus Quickr 8.0 Services on WebSphere Portal</title>
		<link>http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 04:20:55 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/</guid>
		<description><![CDATA[No, I have not yet solved my failed install issue! I thought I was onto something with resolving the issue when I read the IBM technote titled Restrictions on ID that is used to install Lotus Quickr. The technote is about a scenario where the install fails during the database create step and this is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=57&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>No, I have not yet solved <a href="http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/">my failed install issue</a>! I thought I was onto something with resolving the issue when I read the IBM technote titled <em>Restrictions on ID that is used to install Lotus Quickr</em>. <span id="more-57"></span>The technote is about a scenario where the install fails during the database create step and this is precisely where my install seems to fail, though I did not see the exact error message mentioned in that technote. Anyways, I figured it was worth a shot &#8211; so instead of installing with a Windows user named <em>admin</em>, I tried with another Windows user named <em>LocalQuickr </em>but had the exact same failure yet again -</p>
<pre>
(Aug 24, 2007 9:29:59 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: action-create-database:

(Aug 24, 2007 9:29:59 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: Fri Aug 24 21:29:59 CDT 2007

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: check-db2-driver-type:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: Fri Aug 24 21:30:00 CDT 2007

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:      [echo] isDb2DriverType4 = true

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: action-create-db-mp:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: Fri Aug 24 21:30:00 CDT 2007

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:      [echo] Trying to create database for dbdomain 'release' on 'db2'

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:   [sqlproc] action: exist-database

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:   [sqlproc] _________________________________________________________

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:   [sqlproc] DbDomain: release

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] Could not connect to database

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] com.ibm.db2.jcc.a.DisconnectException: [ibm][db2][jcc][t4][2030][11211] A communication error has been detected. Communication protocol being used: TCP/IP.

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] Communication API being used: SOCKETS.  Location where the error was detected: Reply.fill().

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] Communication function detecting the error: InputStream.read().  Protocol specific error codes Insufficient data, * , 0.  Message: null

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.db2.jcc.b.a.a(a.java:362)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:163)

...

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.SqlProcessor.process(SqlProcessor.java:212)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.SqlProcessor.process(SqlProcessor.java:146)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.SqlProcessorTask.validateDbExist(SqlProcessorTask.java:730)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.SqlProcessorTask.execute(SqlProcessorTask.java:333)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Task.perform(Task.java:341)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:117)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.If.execute(If.java:75)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Task.perform(Task.java:341)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Target.execute(Target.java:309)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Target.performTasks(Target.java:336)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1339)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:   [sqlproc] _________________________________________________________

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Task.perform(Task.java:341)

...

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1255)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Main.runBuild(Main.java:609)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Main.start(Main.java:196)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.WpsConfigMain.process(WpsConfigMain.java:739)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.WpsConfigMain.main(WpsConfigMain.java:207)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at java.lang.reflect.Method.invoke(Method.java:391)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at java.lang.Thread.run(Thread.java:570)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] (ErrCode=-4499, SqlState=null)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr: BUILD FAILED

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr: file:../config/actions/db_cfg.xml:140: ERROR: Error while checking database existance...</pre>
<p>Looks like I might be filing a PMR after all!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=57&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>And I thought installing IBM products had gotten easier! Quickr belies this belief!</title>
		<link>http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 02:18:04 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/</guid>
		<description><![CDATA[I remember a time when installing IBM WebSphere Portal was quite a challenge requiring the right alignment of all trhe stars for you to get a successful install &#8211; this was back in the v2.1, v4.1, v4.2 days. You had to have the LDAP and the database properly configured and specify a ton of settings [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=56&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I remember a time when installing IBM WebSphere Portal was quite a challenge requiring the right alignment of all trhe stars for you to get a successful install &#8211; this was back in the v2.1, v4.1, v4.2 days. You had to have the LDAP and the database properly configured and specify a ton of settings during the  WebSphere Portal install , and you could easily mess up one thing or the other to end up with a failed install. With newer versions of WebSphere Portal, IBM switched to an archived install that did not require configuring an external LDAP/database, and as a result you always ended up with a successful Portal install. Along comes Lotus Quickr v8.0 Services for WebSphere Portal, and here I am again in failed install land! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> <span id="more-56"></span></p>
<p>I was trying to perform the simple Departmental/Express installation that supposedly enables you to <em>install a single server running <span>IBM<sup>®</sup> Lotus<sup>®</sup> Quickr™</span></em> <em>in the shortest amount of time (per the InfoCenter)</em>. There has been nothing quick with this so far. I have installed twice on a VMWare instance running Windows XP SP2, with the install failing each time at the same point -</p>
<p>(Aug 24, 2007 3:16:35 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, <font color="red">StdErr: BUILD FAILED</font><br />
(Aug 24, 2007 3:16:35 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, <font color="red">StdErr: file:../config/actions/db_cfg.xml:140: ERROR: Error while checking database existance&#8230;</font></p>
<p>Essentially it seems to fail to create the release database in DB2 and then fails to verify its existence, and the Quickr install fails! Bummer!</p>
<p>I have checked the install instructions in the InfoCenter and do not see anything obvious that I am doing wrong. There isn&#8217;t much to the install to begin with &#8211; I have verified that my OS does meet the requirements, that my user ID has the right privileges, there is enough disk space &#8230; I have searched the forums and don&#8217;t see anything there either. Given the repeatability of my failed installs, I would have expected others to have run into it. I have looked through the IBM Quickr support site as well but not seen anything yet &#8211; need to look more thoroughly though.</p>
<p>I just hope we are not regressing to the dark ages again in terms of installs! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  The fact that the Quickr install relies on a bundled DB2 install does worry me as that is where the point of failure is in my case. Will be back with an update once I figure this out &#8211; hope it is quick as in quickr! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=56&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
	</channel>
</rss>