<?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/"
	>

<channel>
	<title>WebCenter Interaction, ALUI, Plumtree blog by Integryst &#187; Analytics</title>
	<atom:link href="http://blog.integryst.com/webcenter-interaction/category/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.integryst.com/webcenter-interaction</link>
	<description>WebCenter Interaction, ALUI, Plumtree</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:54:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Prevent Analytics From Logging Gigabytes of Data</title>
		<link>http://blog.integryst.com/webcenter-interaction/2011/05/25/prevent-analytics-from-logging-gigabytes-of-data/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2011/05/25/prevent-analytics-from-logging-gigabytes-of-data/#comments</comments>
		<pubDate>Wed, 25 May 2011 23:41:03 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Logs]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=1128</guid>
		<description><![CDATA[This one comes courtesy of Fabien Sanglier, a WCI guru of epic proportions (no, he didn&#8217;t make me say that&#8230;). At our client site, we noticed that Analytics was logging gigs worth of data to the weblogic.out file &#8211; a catch-all file for logging reported via the standard out pipe. Note that IIS doesn&#8217;t record [...]]]></description>
			<content:encoded><![CDATA[<p>This one comes courtesy of <a href="http://fsanglier.blogspot.com/" target=_new>Fabien Sanglier</a>, a WCI guru of epic proportions (no, he didn&#8217;t make me say that&#8230;).</p>
<p>At our client site, we noticed that Analytics was logging gigs worth of data to the weblogic.out file &#8211; a catch-all file for logging reported via the standard out pipe.  Note that IIS doesn&#8217;t record logs on this stream, so this is a Weblogic-only problem.  The line recorded over and over (one for each hit):</p>
<blockquote align="next"><p>
OPENUSAGE(INFO ): ==> Event sent to: //UsageTracking@openusage/ wci-analyticscollector| port=31314/ BYTEARR
</p></blockquote>
<p>To prevent these events from being logged, he suggests updating %PT_HOME%/settings/configuration.xml to reduce logging and turn off console logging:</p>
<pre class="brush: xml">
&lt;component name=&quot;analytics-communication:config&quot; type=&quot;http://www.plumtree.com/config/component/types/analytics-communication&quot;&gt;
&lt;setting name=&quot;logging:level&quot;&gt;
&lt;value xsi:type=&quot;xsd:string&quot;&gt;WARN&lt;/value&gt;
&lt;/setting&gt;
&lt;setting name=&quot;console-logging:enabled&quot;&gt;
&lt;value xsi:type=&quot;xsd:boolean&quot;&gt;false&lt;/value&gt;
&lt;/setting&gt;
&lt;/clients&gt;
&lt;/component&gt;
</pre>
<p><span id="more-1128"></span><br />
In my own insignificant way, I&#8217;ll add a little bit to this tip: These settings, like most of the configuration settings in configuration.xml, can (and should, if possible) be updated in the Oracle Configuration Manager:<br />
<a href="http://blog.integryst.com/webcenter-interaction/files/2011/05/wci-analytics-logging.png"><img src="http://blog.integryst.com/webcenter-interaction/files/2011/05/wci-analytics-logging.png" alt="" title="wci-analytics-logging" width="500" height="415" class="alignnone size-full wp-image-1130" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2011/05/25/prevent-analytics-from-logging-gigabytes-of-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCI Analytics Startup Order</title>
		<link>http://blog.integryst.com/webcenter-interaction/2011/05/07/wci-analytics-startup-order/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2011/05/07/wci-analytics-startup-order/#comments</comments>
		<pubDate>Sun, 08 May 2011 00:37:48 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=1076</guid>
		<description><![CDATA[If you&#8217;re using WebCenter Analytics, you&#8217;ve no doubt seen this issue before: The Analytics Context could not be created.  This is typically due to a configuration problem.  Review the Analytics UI log for more information. While there are many causes for this and many fixes such as re-scripting the security database, sometimes the simplest solution [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using WebCenter Analytics, you&#8217;ve no doubt seen this issue before:</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2011/05/wci-analytics-fail.png"><img class="alignnone size-full wp-image-1077" title="wci-analytics-fail" src="http://blog.integryst.com/webcenter-interaction/files/2011/05/wci-analytics-fail.png" alt="" width="500" height="150" /></a></p>
<blockquote align=left><p>The Analytics Context could not be created.  This is typically due to a configuration problem.  Review the Analytics UI log for more information.</p></blockquote>
<p>While there are many causes for this and many <a href="http://blog.integryst.com/webcenter-interaction/category/analytics/">fixes</a> such as re-scripting the security database, sometimes the simplest solution is overlooked: startup order.</p>
<p>When Analytics needs to be (re)started, the services need to be restarted in the proper order:</p>
<ol>
<li>WSAPI Server.  The API Server provides SOAP access to the portal objects, such as users.</li>
<li>LDAP Directory Service.  The LDAP Directory Service connects to the API Server to surface Plumtree users and groups via LDAP.</li>
<li>Analytics UI.  This is the service that ultimately provides all the fancy reporting, and can&#8217;t work without the other two already set up, since it needs to check credentials (which introduces its own <a href="http://blog.integryst.com/webcenter-interaction/2011/01/26/bug-blog-9-webcenter-analytics-timeouts/">set of problems</a>):</li>
</ol>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2011/05/wci-analytics-success.png"><img class="alignnone size-full wp-image-1078" title="wci-analytics-success" src="http://blog.integryst.com/webcenter-interaction/files/2011/05/wci-analytics-success.png" alt="" width="500" height="225" /></a></p>
<p>As a side note, the Analytics Collector doesn&#8217;t require the API or LDAP service.  It simply accepts inbound events such as searches and logins via UDP from the portal and records themto the database.  It&#8217;s a good thing that the services are separate, since even if the UI isn&#8217;t working, in most cases you can be reasonably confident events are still be recorded and not lost forever.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2011/05/07/wci-analytics-startup-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug Blog 11: Analytics doesn&#8217;t export Document Details</title>
		<link>http://blog.integryst.com/webcenter-interaction/2011/04/07/bug-blog-11-analytics-doesnt-export-document-details/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2011/04/07/bug-blog-11-analytics-doesnt-export-document-details/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 02:46:44 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=935</guid>
		<description><![CDATA[We&#8217;ve discussed WCI Analytics many times in these posts, and have covered quite a few bugs and patches. This post has all of that drama; so join me! You&#8217;ll laugh, you&#8217;ll cry. You&#8217;ll buy the book. Every now and then, products in the WebCenter Interaction stack have a bug. And occasionally, Oracle releases a fix [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve discussed <a href="http://blog.integryst.com/webcenter-interaction/category/analytics/">WCI Analytics</a> many times in these posts, and have covered quite a few <a href="http://blog.integryst.com/webcenter-interaction/category/bug/">bugs</a> and <a href="http://blog.integryst.com/webcenter-interaction/2010/04/17/webcenter-patch-and-hotfix-round-up/">patches</a>.  This post has all of that drama; so join me!  You&#8217;ll laugh, you&#8217;ll cry.  You&#8217;ll buy the book.</p>
<p>Every now and then, products in the WebCenter Interaction stack have a bug.  And occasionally, Oracle releases a fix for said bug, and things are right with the universe again.  But, once in a blue moon, that patch disappears when then the next version of the product is introduced.  Such is the case with the &#8220;<em>WebCenter Analytics Documents Report Export May Return Different Report [<a href="https://support.oracle.com/CSP/ui/flash.html#tab=KBHome(page=KBHome&amp;id=()),(page=KBNavigator&amp;id=(from=BOOKMARK&amp;bmDocID=783591.1&amp;bmDocDsrc=KB&amp;bmDocType=PROBLEM&amp;viewingMode=1143&amp;bmDocTitle=WebCenter%20Analytics%20Documents%20Report%20Export%20May%20Return%20Different%20Report))" target="_blank">ID 783591.1</a>]</em>&#8221; issue.  The patch addresses this problem:</p>
<blockquote><p>If you choose to &#8220;Export User Detail&#8221; for the &#8220;Other Metrics&#8221; section, &#8220;Documents&#8221; tab report, the results from a different report will be exported.</p></blockquote>
<p>Or, more succinctly: if you export the User Detail report in Analytics for Collab Documents, it will not actually include document details.  The feature worked in the Aqualogic days, so what&#8217;s the deal now?  Well, the story is that you used to be able to export that report properly, then it was broken in ALI Analytics 2.5.  Oracle released a hotfix in 2.5 to repair the issue last year, and their release notes for the patch say to install patch <a href="https://support.oracle.com/CSP/ui/flash.html#tab=PatchHomePage(page=PatchHomePage&amp;id=gj46o799()),(page=PatchSearchResultsHome&amp;id=gj46pr1y(search=%3CSearch%3E%0A%20%20%3CFilter%20name=%22patch_number%22%20op=%22IS%22%20value=%228198674%22%20type=%22patch_number%22/%3E%0A%20%20%3CFilter%20name=%22platform%22%20op=%22IS%22%20value=%22%22%20type=%22platform%22/%3E%0A%3C/Search%3E&amp;incFamilyProds=false&amp;flag=search))" target="_blank">8198674</a>, or upgrade to Analytics 10.3.</p>
<p>Problem is: the patch that worked for Analytics 2.5 isn&#8217;t applicable to 10.3, and 10.3 doesn&#8217;t include the patch.</p>
<p>Solution?  I&#8217;ll spare you the details of this pretty complicated trick, but at a high level, you need to:</p>
<ol>
<li>Download this fixed version of <a href="http://blog.integryst.com/webcenter-interaction/files/2011/03/BaseCollabServerDataProvider.class">BaseCollabServerDataProvider.class</a>, add it to analytics-webui.jar, and put that back into analytics.war.</li>
<li>Add this line to the ptanalytics\10.3.0\settings\config\wrapper.conf file:<br />
<blockquote><p>wrapper.java.additional.21=-Dcom.bea.analytics.CollabInfoAtDocumentLevel=true</p></blockquote>
</li>
<li>Reinstall the service (see the patch release notes)</li>
</ol>
<p>As shown in this source code diff, this class just defines the original &#8220;dimensions&#8221; in Analytics that include the document details:</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2011/03/analytics-dimensions.png"><img class="alignnone size-full wp-image-938" title="analytics-dimensions" src="http://blog.integryst.com/webcenter-interaction/files/2011/03/analytics-dimensions.png" alt="" width="562" height="267" /></a></p>
<p>This will cause your &#8220;export user details&#8221; report to change from this:</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2011/03/wci-analytics-before.png"><img class="alignnone size-full wp-image-941" title="wci-analytics-before" src="http://blog.integryst.com/webcenter-interaction/files/2011/03/wci-analytics-before.png" alt="" width="513" height="102" /></a></p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2011/03/wci-analytics-before.png"></a>&#8230; to this:</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2011/03/wci-analytics-after.png"><img class="alignnone size-full wp-image-940" title="wci-analytics-after" src="http://blog.integryst.com/webcenter-interaction/files/2011/03/wci-analytics-after.png" alt="" width="544" height="151" /></a></p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2011/03/analytics-dimensions.png"></a>Release notes for the patch after the break&#8230;<br />
<span id="more-935"></span></p>
<table border="0" cellspacing="6" cellpadding="0" width="100%">
<tbody>
<tr>
<td colspan="2" valign="top"><strong>WebCenter   Analytics Documents Report Export May Return Different Report [ID 783591.1]</strong></td>
<td colspan="2" valign="top"></td>
</tr>
<tr>
<td colspan="4" valign="top">
<div>
<hr size="1" />
</div>
</td>
</tr>
<tr>
<td width="25%" valign="top"></td>
<td colspan="2" width="50%" valign="top"><em>Modified</em> 28-OCT-2009     <em>Type</em> PROBLEM     <em>Status</em> PUBLISHED</td>
<td valign="top"></td>
</tr>
<tr>
<td width="174"></td>
<td width="387"></td>
<td width="12"></td>
<td width="174"></td>
</tr>
</tbody>
</table>
<p><strong>In this Document</strong><br />
<a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;id=783591.1#SYMPTOM#SYMPTOM">Symptoms</a><br />
<a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;id=783591.1#CAUSE#CAUSE">Cause</a><br />
<a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;id=783591.1#FIX#FIX">Solution</a><br />
<a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;id=783591.1#REF#REF">References</a></p>
<div>
<hr size="1" />
</div>
<h2>Applies to:</h2>
<p>Oracle WebCenter Analytics &#8211; Version: 2.5 to 10.3<br />
This problem can occur on any platform.</p>
<h2>Symptoms</h2>
<p>If you choose to &#8220;Export User Detail&#8221; for the &#8220;Other Metrics&#8221; section, &#8220;Documents&#8221; tab report, the results from a different report will be exported.</p>
<h2>Cause</h2>
<p>An unpublished bug is the root cause of this problem.</p>
<h2>Solution</h2>
<p>Download and install <a href="https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=8198674" target="_blank">Patch 8198674</a> or upgrade to Analytics 10.3.0.1.</p>
<h2>References</h2>
<div>
<hr size="2" />
</div>
<p>&nbsp;</p>
<table border="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><strong>Related</strong>&nbsp;</p>
<div>
<hr size="1" />
</div>
<p><strong>Products</strong></p>
<div>
<hr size="1" />
</div>
<ul>
<li>Middleware &gt; Enterprise 2.0 and Portals &gt;        Oracle WebCenter Interaction Products &gt; Oracle WebCenter Analytics</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td rowspan="2" width="12" valign="top"></td>
<td width="100%" valign="top"><strong>Patches</strong></td>
<td width="0"></td>
</tr>
<tr>
<td width="576"></td>
<td width="0"></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table border="0" cellspacing="5" cellpadding="0" width="100%">
<tbody>
<tr>
<td valign="top"><strong>README for 8198674 </strong></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td valign="top"><a href="https://updates.oracle.com/Orion/PatchDetails/process_form?aru=11024965&amp;patch_password=&amp;no_header=0"><strong>Patch Details</strong></a></td>
</tr>
</tbody>
</table>
<p>Readme for AquaLogic Interaction Analytics 2.5 MP1 Patch 343287, February 13, 2009<br />
Copyright © 2009 Oracle, Inc. All Rights Reserved.</p>
<h2>Contents</h2>
<p><a href="https://updates.oracle.com/Orion/PatchDetails/view_readme?plat_lang=2000P&amp;patch_file=&amp;file_id=&amp;password_required=&amp;password_required_readme=&amp;merged_trans=&amp;aru=11024965&amp;patch_num=8198674&amp;patch_num_id=1059145&amp;default_release=818142510&amp;default_plat_lang=2000P&amp;default_compatible_with=&amp;patch_password=&amp;orderby=&amp;direction=&amp;no_header=0&amp;sortcolpressed=&amp;tab_number=#Issues#Issues">Issues Resolved in the Patch </a><span style="text-decoration: underline;"><br />
<a href="https://updates.oracle.com/Orion/PatchDetails/view_readme?plat_lang=2000P&amp;patch_file=&amp;file_id=&amp;password_required=&amp;password_required_readme=&amp;merged_trans=&amp;aru=11024965&amp;patch_num=8198674&amp;patch_num_id=1059145&amp;default_release=818142510&amp;default_plat_lang=2000P&amp;default_compatible_with=&amp;patch_password=&amp;orderby=&amp;direction=&amp;no_header=0&amp;sortcolpressed=&amp;tab_number=#Install#Install">Installing the Patch </a></span><br />
<a href="https://updates.oracle.com/Orion/PatchDetails/view_readme?plat_lang=2000P&amp;patch_file=&amp;file_id=&amp;password_required=&amp;password_required_readme=&amp;merged_trans=&amp;aru=11024965&amp;patch_num=8198674&amp;patch_num_id=1059145&amp;default_release=818142510&amp;default_plat_lang=2000P&amp;default_compatible_with=&amp;patch_password=&amp;orderby=&amp;direction=&amp;no_header=0&amp;sortcolpressed=&amp;tab_number=#Uninstall#Uninstall">Uninstalling the Patch</a></p>
<h2>Issues Resolved in the Patch</h2>
<p>This patch provides an update to Analytics 2.5 MP1 to fix bugs 7826985 and 8198674</p>
<h2>Installing the Patch</h2>
<p>This Patch is based on Analytics 2.5 MP1 and involves an update to the AL Analytics service.</p>
<p>1. Stop the AL Analytics service</p>
<p>2. Rename or move the existing analytics.war file stored in:</p>
<p>&lt;bea root&gt;\alui\ptanalytics\2.5\webapp</p>
<p>3. Copy the new analytics.war file contained in this fix to:</p>
<p>&lt;bea root&gt;\alui\ptanalytics\2.5\webapp</p>
<p>4. To enable document level detail for exported Document Views report, add this line to wrapper.conf file:</p>
<p>wrapper.java.additional.21=-Dcom.bea.analytics.CollabInfoAtDocumentLevel=true</p>
<p>To disable document level detail for exported Document Views report, comment previous line</p>
<p>5. After changing wrapper.conf file, run the following commands from &lt;bea root&gt;\alui\ptanalytics\2.5\bin</p>
<p>analyticsd.bat remove</p>
<p>analyticsd.bat install</p>
<p>6. Start the AL Analytics service</p>
<h2>Uninstalling the Patch</h2>
<p>To uninstall the Patch, replace the original analytics.war file saved in step 2, comment line added in step 4, and run commands detailed in step 5 above.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2011/04/07/bug-blog-11-analytics-doesnt-export-document-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebCenter Analytics 10.3: Hibernate 3.0.5 and Cewolf 0.10.3</title>
		<link>http://blog.integryst.com/webcenter-interaction/2011/01/30/webcenter-analytics-10-3-hibernate-3-0-5-and-cewolf-0-10-3/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2011/01/30/webcenter-analytics-10-3-hibernate-3-0-5-and-cewolf-0-10-3/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 20:17:03 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[downloads]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=801</guid>
		<description><![CDATA[I&#8217;ve had a couple people ask about this, so I figured I&#8217;d make it easy for you the next time you run into the issue. WebCenter Analytics now requires you to have the binaries for Hibernate 3.0.5 (for DB access) and Cewolf 0.10.3 (for charting functionality).  Unfortunately, Cewolf 0.10.3 is no longer available for download, and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a couple people ask about this, so I figured I&#8217;d make it easy for you the next time you run into the issue.</p>
<p>WebCenter Analytics now requires you to have the binaries for Hibernate 3.0.5 (for DB access) and Cewolf 0.10.3 (for charting functionality).  Unfortunately, Cewolf 0.10.3 is no longer available for download, and the installer throws warnings about the checksums not matching if you use a later version.  In fact, I&#8217;ve had difficulties with getting Analytics to work with the newer version after disregarding the error, and it&#8217;s best to just use the older versions that Analytics wants if you ever plan on contacting Oracle Support anyway.</p>
<p>The older binaries themselves aren&#8217;t too hard to find, but if you&#8217;d like to just grab them here, they&#8217;re all yours:</p>
<ul>
<li><a href="http://blog.integryst.com/webcenter-interaction/files/2010/12/hibernate-3.0.5.zip">Hibernate 3.0.5</a></li>
<li><a href="http://blog.integryst.com/webcenter-interaction/files/2010/12/cewolf-0.10.3.zip">Cewolf 0.10.3</a></li>
</ul>
<p>Again, use caution with any files other than these; otherwise you may end up with ugliness like this:</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2011/01/wci_cewolf.png"><img class="alignnone size-full wp-image-847" title="wci_cewolf" src="http://blog.integryst.com/webcenter-interaction/files/2011/01/wci_cewolf.png" alt="" width="575" height="347" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2011/01/30/webcenter-analytics-10-3-hibernate-3-0-5-and-cewolf-0-10-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug Blog 9: WebCenter Analytics Timeouts</title>
		<link>http://blog.integryst.com/webcenter-interaction/2011/01/26/bug-blog-9-webcenter-analytics-timeouts/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2011/01/26/bug-blog-9-webcenter-analytics-timeouts/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 16:03:18 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Directory Services]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[directory services]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=837</guid>
		<description><![CDATA[In our last post, we touched on the unusual nature of BEA&#8217;s acquisition of Plumtree, and how BEA largely kept the portal product lines separate with ALUI and WLP.  But that&#8217;s not a completely fair assertion: BEA did have a longer-term goal, integrating the two portal &#8220;front-ends&#8221; through various back-end tricks (such as Ensemble and WSRP).  [...]]]></description>
			<content:encoded><![CDATA[<p>In our <a href="http://blog.integryst.com/webcenter-interaction/2011/01/22/webcenter-spaces-weblogic-alui-plumtree-oh-my">last post</a>, we touched on the unusual nature of BEA&#8217;s acquisition of Plumtree, and how BEA largely kept the portal product lines separate with ALUI and WLP.  But that&#8217;s not a completely fair assertion: BEA did have a longer-term goal, integrating the two portal &#8220;front-ends&#8221; through various back-end tricks (such as Ensemble and WSRP).  Similarly, while you may have read that post as a somewhat bleak assessment that my opinion is WCI is dying a slow, painful death, in reality Oracle has stated plans to provide integration services between the products through similar means.  So you could use a WCI front-end with integration through Ensemble and WSRP to other WebCenter Services such as Blogs and Wikis.</p>
<p>The reality, though, is that these types integrations take time &#8211; and sometimes, lots of it.  As evidence of this, look no further than Aqualogic Analytics.  When BEA acquired Plumtree, one of the gaping holes in WLP was Analytics, or usage reporting of the product.  Plumtree Analytics was becoming a solid product, but it was very tightly integrated into the Plumtree portal.  So the decision was made to try and abstract some of the major pieces out, with the thinking that these abstractions could be useful elsewhere.  For example, the ill-fated Security Services (once used by the also ill-fated PEP line and now just built into Analytics) and the existing Directory Services came of this integration attempt.  The idea was that by abstracting out security and user management:</p>
<ol>
<li>These services would be available to other applications that were developed down the line</li>
<li>Analytics would be more compatible with WebLogic Portal, which also had an LDAP repository to access user and group information</li>
</ol>
<p>While I think that if more time had been available for the integration to become more seamless, the problem is that no one won in this attempt because it was aborted too early.  I have no idea whether WLP still supports Analytics integration, the old Security Services are now just built into the product as a phenomenally complicated set of DB tables that make little sense, and Directory Services are a dramatically inefficient way to access user and group information.</p>
<p>Case in point &#8211; I&#8217;ve had a couple of clients report Analytics timeouts for some users, but other users were seeing the proper report:</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2010/12/wci_analytics_report.png"><img class="alignnone size-full wp-image-839" title="wci_analytics_report" src="http://blog.integryst.com/webcenter-interaction/files/2010/12/wci_analytics_report.png" alt="" width="515" height="287" /></a></p>
<p>How does this relate to the whole Plumtree/BEA/Oracle integration saga? The old Plumtree Analytics application used a SQL query called something like QUERY_USER_FLATTENED_GROUPS.  Basically, this was a Plumtree Portal-specific SQL query that, given a user ID, would spit out all nested groups that that user was a member of.  So if a user was a member group A, and Group A was a member of Group B, the query would return both Group A and B.</p>
<p>The ALUI version of Analytics, though, utilized Directory Services so that group membership didn&#8217;t need to come from PT-specific SQL queries.  It could come from generic LDAP queries.  The problem is, LDAP doesn&#8217;t have a mechanism like QUERY_USER_FLATTENED_GROUPS, so for any given user, Analytics needs to query LDAP for the groups a user is in.  And then, Analytics needs to check to see which groups THOSE groups are a member of.  And so on, and so on.  You&#8217;d be surprised &#8211; through inheritance, you may be a member of thousands of groups, and rather than a single SQL query, you&#8217;re now dealing with tens of thousands of LDAP calls.</p>
<p>Bottom line:  Integrations and product convergence can work, but they&#8217;re phenomenally complicated, because every piece of abstraction added can cause unanticipated side effects.  Which is probably why Oracle is taking this whole process pretty slowly.</p>
<p>Full <a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=BUG&amp;id=9589635" target="_blank">Bug Report</a> after the break for your convenience.<span id="more-837"></span></p>
<hr />Hdr: 9589635 20.05 PERF 10.3.0.1 GEN PRODID-5388 PORTID-46<br />
Abstract: WEBCENTER ANALYTICS CONSOLE LOADS SLOWLY DUE TO MANY USER GROUP MEMBERSHIPS</p>
<p><strong>*** 04/15/10 03:33 pm ***</strong><br />
  BUG TYPE CHOSEN<br />
  ===============<br />
  Code<br />
�<br />
  Product: Oracle WebCenter Analytics (5388)<br />
  ==========================================<br />
  Problem Description<br />
  ===================<br />
  The WebCenter Analytics Console community in the WebCenter Interaction<br />
(WCI)<br />
  portal loads slowly or experiences a timeout when the user accessing the<br />
  product is a member of many portal groups, especially if membership is<br />
  gained through nested groups-in-groups. For example, a user with less than<br />
  200 group memberships loads Analytics in 7 seconds while a user with<br />
  more than 1000 direct group memberships loads Analytics in 84 seconds and<br />
  a user with more than 1000 group memberships through nested<br />
groups-in-groups<br />
  loads Analytics in 136 seconds. By contrast, all three users can load a<br />
  simple WCI community in a few seconds.<br />
�<br />
  Steps to reproduce<br />
  =========================<br />
  1. Create a WCI user with access to Analytics but only grant them<br />
     membership in a few groups.<br />
  2. Create a WCI user with access to Analytics and grant them membership in<br />
     more than 1000 groups directly with no groups-in-groups.<br />
  3. Create a WCI user with access to Analytics and grant them membership in<br />
     in nested groups-in-groups that yield membership in more than 1000<br />
groups<br />
     total.<br />
  4. Test loading Analytics console with each user.<br />
  5. Test loading a simple WCI community with each user.</p>
<p>  Expected Behavior<br />
  =================<br />
  The time to verify activity rights to Analytics should be similar to checks<br />
  for other portal resources.<br />
�<br />
  Workarounds<br />
  ==========<br />
  Increase the portlet timeout in the Analytics webservices in WCI portal<br />
    administration.<br />
  Consolidate groups to reduce the number of total memberships per user.<br />
  Reduce groups-in-groups nesting.<br />
�<br />
  Stack Trace or Diagnostic Data<br />
  ===========    �<br />
  Portal spy logs will show a long pause while at the same time Analytics<br />
ALUI<br />
  Security spy logs many LDAP requests and ALUI Directory spy logs thousands<br />
  of database queries.<br />
<strong>*** 04/15/10 03:35 pm ***</strong><br />
<strong>*** 04/16/10 01:53 pm ***</strong><br />
Documented in My Oracle Support Knowledge Base Note 979305.1<br />
<strong>*** 04/19/10 12:44 pm *** (CHG: Asg-&gt;NEW OWNER OWNER)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2011/01/26/bug-blog-9-webcenter-analytics-timeouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Sad, Sordid Story of WCI Analytics 10.3.0.1 and Its Three Critical Fixes</title>
		<link>http://blog.integryst.com/webcenter-interaction/2011/01/02/your-wci-analytics-10-3-0-1-upgrade-is-probably-broken/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2011/01/02/your-wci-analytics-10-3-0-1-upgrade-is-probably-broken/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 19:54:50 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Critical Fix]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=793</guid>
		<description><![CDATA[Back in April, I wrote a WebCenter Interaction Patch and Hotfix Round-up. Since then, a couple of additional critical fixes have been released for Analytics. And you probably need them. If, after upgrading to WCI Analytics 10.3.0.1, you&#8217;re not seeing any new events being recorded, check any one of your Analytics Views in your database. [...]]]></description>
			<content:encoded><![CDATA[<p>Back in April, I wrote a <a href="http://blog.integryst.com/webcenter-interaction/2010/04/17/webcenter-patch-and-hotfix-round-up/">WebCenter Interaction Patch and Hotfix Round-up</a>.  Since then, a couple of additional critical fixes have been released for Analytics.  And you probably need them.</p>
<p>If, after upgrading to WCI Analytics 10.3.0.1, you&#8217;re not seeing any new events being recorded, check any one of your Analytics Views in your database.  Chances are, you&#8217;re seeing a NULL value for VisitID:</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2010/12/wci_analytics_visit_id.png"><img class="alignnone size-full wp-image-794" title="wci_analytics_visit_id" src="http://blog.integryst.com/webcenter-interaction/files/2010/12/wci_analytics_visit_id.png" alt="" width="556" height="260" /></a> </p>
<p>Oracle has released three separate critical fixes trying to get this finally working, and from my experience you need to install the last two listed in the table below.</p>
<p>The real problem is, this isn&#8217;t just a matter of swapping out files, since for each month that passes before you notice this problem, more tables will continue to have these invalid values.  And Oracle&#8217;s fix in the last patch set is FAR from ideal if you want to get those VISITIDs recreated.  I won&#8217;t bore you with the details (trust me, you&#8217;ll be bored enough running this crazy fix), but suffice it to say that there are no less than 15 steps.  And during those steps, potentially dozens of SQL scripts are generated (depending on how many months you need to created).  For each month that you need to restore, you have to stop the collector, run a couple scripts, start the collector, then let it run a while to recreate everything.  Wait a while, verify the number of untagged events you have, repeat:</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2010/12/wci_analytics_utagged_events.png"><img class="alignnone size-full wp-image-795" title="wci_analytics_utagged_events" src="http://blog.integryst.com/webcenter-interaction/files/2010/12/wci_analytics_utagged_events.png" alt="" width="380" height="271" /></a></p>
<p> How long does it take?  Quoting from the Readme file: &#8220;Tagging old event data can take days or weeks to complete depending on the volume of your event records. Internal tests repaired the data at a rate of 150k to 300k events per hour.&#8221;.  DAYS or WEEKS!?</p>
<p>In practice, I&#8217;ve run through each of these in about a day, going back about 6 months on moderately sized installations.  But you should plan on getting these updates in there sooner than later, because the longer you wait, the longer it&#8217;s going to take you to repair all those busted tables.<span id="more-793"></span></p>
<table border="1" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top"><strong>Patch/Fix</strong></td>
<td valign="top"><strong>Files Affected</strong></td>
<td valign="top"><strong>Bugs Fixed</strong></td>
</tr>
<tr>
<td valign="top"><strong>p8206841</strong></p>
<p>4/8/2009</p>
<p>10.3.0 Critical-Fix 344949</td>
<td valign="top">analytics-common.jar<br />
analytics-jobs.jar</td>
<td valign="top">8206841 &#8211; analytics disable_partition setting does not work.</p>
<p>7825372 &#8211; analyticspartition.bat does not generate monthly records for asdim_time</td>
</tr>
<tr>
<td valign="top"><strong>p8603381</strong></p>
<p>6/29/2009</p>
<p>10.3.0 Patch 349008</td>
<td valign="top">analytics.war</td>
<td valign="top">8603381 &#8211; Collaboration project search throws JSF error.</p>
<p>8206841 &#8211; Analytics disable_partition setting does not work.</p>
<p>7825372 &#8211; Analyticspartition.bat does not generate monthly records for asdim_time</td>
</tr>
<tr>
<td valign="top"><strong>p8851900</strong></p>
<p>9/30/2009</p>
<p>10.3.0 Patch 352463</td>
<td valign="top">analytics-jobs.jar</td>
<td valign="top">8851900 &#8211; Analytics user property sync job locks portal ptpropertydata table.</p>
<p>8206841 &#8211; analytics disable_partition setting does not work.</p>
<p>7825372 &#8211; analyticspartition.bat does not generate monthly records for asdim_time</td>
</tr>
<tr>
<td valign="top"><strong>p8891580</strong></p>
<p>10/1/2009</p>
<p>10.3.0 Critical-Fix 353404</td>
<td valign="top">analytics-common.jar</td>
<td valign="top">8206841- Analytics disable_partition setting does not work.</p>
<p>7825372 &#8211; Analyticspartition.bat does not generate monthly records for asdim_time</p>
<p>8891580 &#8211; When updating tables Analytics25update.bat ORA-01000 exception.</p>
<p>8872597 &#8211; Analytics25update.bat runs scripts on collab items that do not work in Oracle DB</td>
</tr>
<tr>
<td valign="top"><strong>V17926-01</strong></p>
<p>11/2009</p>
<p>WebCenter Analytics 10gR3 (10.3.0.1)</td>
<td valign="top">All (new install)</td>
<td valign="top">7822093 &#8211; Asian characters exported to a tsv file display as garbled question mark (?).</td>
</tr>
<tr>
<td valign="top"><strong>p9469037</strong></p>
<p>4/14/2010</p>
<p>10.3.0.1 Critical-Fix 360755</td>
<td valign="top">analytics-common.jar<br />
create_analytics_ schema.sql</td>
<td valign="top">9469037 &#8211; asavfact_* views incorrectly require visitid&#8217;s for managed events.</p>
<p>9488799 &#8211; The asvfact_ views of guest user events will not return any results.</td>
</tr>
<tr>
<td valign="top"><strong>p8764675</strong></p>
<p>8/3/2010</p>
<p>10.3.0.1 Critical-Fix 364583</td>
<td valign="top">analytics-api.jar<br />
analytics-common.jar</td>
<td valign="top">8764675 &#8211; JAVA.SQL.SQLEXCEPTION: NUMERIC OVERFLOW ERROR WHEN EXECUTING SEARCH REPORT</p>
<p>9469037 &#8211; ASAVFACT_* VIEWS INCORRECTLY REQUIRE VISITID&#8217;S FOR MANAGED EVENTS.</p>
<p>9488799 &#8211; THE ASVFACT_ VIEWS OF GUEST USER EVENTS WILL NOT RETURN ANY RESULTS.</p>
<p>7824943 &#8211; ANALYTICS GROUP SYNC FAILS WITH ERRORS IF ANY EXISTING GROUP IS MODIFIED</p>
<p>7824944 &#8211; RUN_AUTH_SOURCE_SYNC FOR ANALYTICSRUNJOBS.BAT FAILS IF AN AUTH SOURCE CREATED</p>
<p>8851900 &#8211; ANALYTICS USER PROPERTY SYNC JOB LOCKS PORTAL PTPROPERTYDATA TABLE</td>
</tr>
<tr>
<td valign="top"><strong>p8891580</strong></p>
<p>9/20/2010</p>
<p>10.3.0 Critical-Fix 353404</td>
<td valign="top">analytics-collector.jar<br />
analytics-common.jar</td>
<td valign="top">9632585 – COLLECTOR VISITMANAGER ERROR: DIFFERENCE OF TWO DATETIME COLUMNS CAUSED OVERFLOW</p>
<p>9632813 &#8211; COLLECTOR ASSIGNS EVENTS FROM MULTIPLE USERS, DAYS IN ONE VISIT</p>
<p>9796857 &#8211; COMMVISITID ARE DIFFERENT IN-SPITE OF SAME VISIT AND COMMUNITYID</p>
<p>9769048 &#8211; ANALYTICS COLLECTOR STOPS WRITING EVENTS TO THE DATABASE UNDER MODERATE LOAD</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2011/01/02/your-wci-analytics-10-3-0-1-upgrade-is-probably-broken/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Redux: WCI 10gR3 Installer Errors</title>
		<link>http://blog.integryst.com/webcenter-interaction/2010/11/03/redux-wci-10gr3-installer-errors/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2010/11/03/redux-wci-10gr3-installer-errors/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 03:00:47 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[webcenter]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=751</guid>
		<description><![CDATA[Another Rock Star in the WebCenter Interaction consulting industry, Bill Benac, wrote a blog post years ago, describing a problem with the WebCenter Interaction 10gR3 installers.  I hadn&#8217;t worried about it for a long time until it bit me in the ass &#8211; after dozens of successful installs and upgrades of the WCI portal, I [...]]]></description>
			<content:encoded><![CDATA[<p>Another Rock Star in the WebCenter Interaction consulting industry, <a href="http://blogs.oracle.com/bbenac/" target="_blank">Bill Benac</a>, wrote a <a href="http://blogs.oracle.com/bbenac/2008/11/wci_10gr3_installer_available.html" target="_blank">blog post</a> years ago, describing a problem with the WebCenter Interaction 10gR3 installers.  I hadn&#8217;t worried about it for a long time until it bit me in the ass &#8211; after dozens of successful installs and upgrades of the WCI portal, I had never seen the problem he reported.  The problem as he described is that sometimes a portal installer chokes and displays some error like:</p>
<blockquote><p>Serious errors occurred during your installation.  Click OK and then click through to the end of installation to complete installation and then look at log for WebCenter Interaction in &#8230;</p></blockquote>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2010/09/wci-install-failure-memory.png"><img class="alignnone size-full wp-image-752" title="wci-install-failure-memory" src="http://blog.integryst.com/webcenter-interaction/files/2010/09/wci-install-failure-memory.png" alt="" width="452" height="337" /></a></p>
<p>Recently, the same error bit me during an ALUI upgrade, and I saw pretty much the same error in the portal, Collaboration Server, and Analytics.  The errors seemed benign so I just ignored them until I realized that the WebCenter Analytics installer hadn&#8217;t created the Analytics Collector Service.</p>
<p>It turns out &#8211; and I have no idea why I&#8217;d never come across this issue with other installs and upgrades &#8211; that the WCI installers look for free memory on the host machine.  In some (unknown and unusual) circumstances, it can&#8217;t query the Windows OS for free memory, so it defaults to 0.  But 0GB of free RAM is less than what it needs, so the installer chokes.  In Collab and the Portal, the error is at the end of the installation process, so it seems pretty benign, but for Analytics, it gets thrown before the services are created, so you&#8217;re boned unless you fix it.</p>
<p>As for fixing it, check out <a href="http://blogs.oracle.com/bbenac/2008/11/wci_10gr3_installer_available.html" target="_blank">Bill&#8217;s Blog Post</a>, but the gist is that you need to set a fixed amount of Virtual Memory to avoid an error like&#8230;<span id="more-751"></span>I:\apps\plumtree\uninstall\ptportal\10.3.0\register\register.xml:4979: The following error occurred while executing this line:<br />
I:\apps\plumtree\uninstall\ptportal\10.3.0\register\macrodefs\versionpolicy.xml:690: The following error occurred while executing this line:<br />
I:\apps\plumtree\uninstall\ptportal\10.3.0\register\macrodefs\orainventory.xml:172: Oracle Universal Installer failed to properly register your ORACLE_HOME,<br />
I:\apps\plumtree, under name OraWCIntgHome1.  Make sure (1) that you have proper permissions (on unix you would have needed to run orainstRoot.sh as root user, on windows you need write access to registry and ability to install to %ProgramFiles% directory), (2) that, on unix, you did not run installer as root user.  You can attempt to run OUI yourself with command line &#8220;I:\apps\plumtree\uninstall\ptportal\10.3.0\register/../../../oui/cd/Disk1/install/setup.exe&#8221; -ignoreSysprereqs -attachHome &#8220;ORACLE_HOME=I:\apps\plumtree&#8221; ORACLE_HOME_NAME=OraWCIntgHome1.   If that succeeds, then you can run the installer again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2010/11/03/redux-wci-10gr3-installer-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Support Master Notes and Webinars</title>
		<link>http://blog.integryst.com/webcenter-interaction/2010/10/02/oracle-support-master-notes-and-webinar/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2010/10/02/oracle-support-master-notes-and-webinar/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 21:32:01 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Search Server]]></category>
		<category><![CDATA[WebCenter Interaction]]></category>
		<category><![CDATA[Master Note]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sso]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=651</guid>
		<description><![CDATA[I&#8217;ve been critical of Oracle Support in the past, but recently had a great experience with some of the old Plumtree support buddies that are still around &#8211; specifically, Merrick Huang in Oracle Support was able to provide a tremendous amount of assistance on a very thorny search issue I was having at a client [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been critical of <a href="http://blog.integryst.com/webcenter-interaction/2010/03/27/wall-of-shame-rant-oracle-support-and-maintenance/">Oracle Support</a> in the past, but recently had a great experience with some of the old Plumtree support buddies that are still around &#8211; specifically, Merrick Huang in Oracle Support was able to provide a tremendous amount of assistance on a very thorny search issue I was having at a client site and will be writing about here in upcoming posts.  Before we get into the nitty gritty of that problem, I want to share with you a great resource I didn&#8217;t know existed until now: Oracle Support <a href="https://support.oracle.com/CSP/ui/flash.html#tab=Dashboard(page=Dashboard&amp;id=ge0eze1v()),(page=KBNavigator&amp;id=ge0ficzt(viewingMode=1141&amp;userQuery=1114631.1&amp;searchMode=1145&amp;searchControl=1146&amp;&amp;filterSource=KB))" target="_blank">Master Notes</a> and <a href="https://support.oracle.com/CSP/ui/flash.html#tab=KBHome(page=KBHome&amp;id=()),(page=KBNavigator&amp;id=(viewingMode=1143&amp;bmDocDsrc=KB&amp;bmDocTitle=Webinars%20for%20WebCenter%20Interaction%20Products&amp;bmDocType=ANNOUNCEMENT&amp;bmDocID=1114631.1&amp;from=BOOKMARK))" target="_blank">Webinars</a> (login required).</p>
<p>The purpose of &#8220;Master Notes&#8221; is to &#8220;provide the most important links that users will need to install and support the product&#8221;, and there are some pretty decent pages in there if you know where to look.  For example, the <a href="https://support.oracle.com/CSP/ui/flash.html#tab=KBHome(page=KBHome&amp;id=()),(page=KBNavigator&amp;id=(viewingMode=1143&amp;bmDocDsrc=KB&amp;bmDocTitle=WebCenter%20Interaction%20Development%20Kit%20(IDK)%20Master%20Note&amp;bmDocType=BULLETIN&amp;bmDocID=1151773.1&amp;from=BOOKMARK))" target="_blank">IDK Master Note</a> is a collection of a bunch of documentation, KB articles, known issues, and bug fixes all in one place.</p>
<p>But what I really wanted to highlight here is the Webinars provided by Oracle Support &#8211; with one in particular being the best Oracle Webinar I&#8217;ve seen: the <a href="https://oracleaw.webex.com/oracleaw/lsr.php?AT=dw&amp;SP=MC&amp;rID=56494767&amp;rKey=99a5997008e7d549" target="_blank">Search Webinar</a>, by Eno Gjerasi.  Eno shows that there&#8217;s still life left from the Plumtree support group, and demonstrates a level of knowledge of the Search Server that rivals most engineers or consultants.  There was one tip in particular that I&#8217;ll focus on in upcoming posts (about how to communicate directly with Search), but I encourage you to check out all three Webinars (<a href="https://oracleaw.webex.com/oracleaw/lsr.php?AT=dw&amp;SP=MC&amp;rID=56494767&amp;rKey=99a5997008e7d549" target="_blank">Search</a>, <a href="https://strtc.oracle.com/imtapp/app/arc_pb_hub.uix?mID=6428429&amp;src=app/arc_pub&amp;action=dl" target="_blank">Portal / SSO</a>, and <a href="https://strtc.oracle.com/imtapp/app/arc_pb_hub.uix?mID=6665928&amp;src=app/arc_pub&amp;action=pb" target="_blank">Analytics</a>) and the other Master Notes &#8211; you may just find a gem in there and wonder how you made it all these years without knowing &#8220;that one thing&#8221; you never knew you needed.</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2010/10/oracle-master-notes.png"><img class="alignnone size-full wp-image-653" title="oracle-master-notes" src="http://blog.integryst.com/webcenter-interaction/files/2010/10/oracle-master-notes.png" alt="" width="477" height="307" /></a></p>
<p>Keep up the good work, Oracle support!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2010/10/02/oracle-support-master-notes-and-webinar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analytics &#8211; SAML2Keystore value</title>
		<link>http://blog.integryst.com/webcenter-interaction/2010/07/17/analytics-saml2keystore-value/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2010/07/17/analytics-saml2keystore-value/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 06:25:38 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[configuration]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=531</guid>
		<description><![CDATA[Look, I&#8217;ll make this quick and profess my ignorance:  I&#8217;m not really sure what the whole &#8220;Key Service&#8221; thing is in WebCenter Analytics; it&#8217;s obviously a security token that needs to be set in multiple places (the Configuration Manager and Java Keystore) to work properly.  A little while ago, I had a client accidentally change the value, [...]]]></description>
			<content:encoded><![CDATA[<p>Look, I&#8217;ll make this quick and profess my ignorance:  I&#8217;m not really sure what the whole &#8220;Key Service&#8221; thing is in WebCenter Analytics; it&#8217;s obviously a security token that needs to be set in multiple places (the Configuration Manager and Java Keystore) to work properly.  A little while ago, I had a client accidentally change the value, and Analytics wouldn&#8217;t work.  The keystore passphrase no doubt exists somewhere in the Analytics JRE, but I couldn&#8217;t find out where to reset it.  So, I couldn&#8217;t find out where to change it in the JRE, and didn&#8217;t know what it was suppose to be, so Analytics was DOA.</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2010/07/alui-analytics-passphrase.png"><img class="alignnone size-full wp-image-532" title="alui-analytics-passphrase" src="http://blog.integryst.com/webcenter-interaction/files/2010/07/alui-analytics-passphrase.png" alt="" width="400" height="280" /></a></p>
<p>I got lucky on this one, and hopefully if you found this post through a Google Search, you&#8217;ll have saved yourself the headache of trying to figure out what value should be in there.  The answer is in the <a href="http://download.oracle.com/docs/cd/E12529_01/analytics25/worksheet_MP1/Installation_Configuration_Worksheets_AL_Analytics_ALI_v2-5.pdf" target="_blank">Analytics Configuration Worksheet</a> (PDF link):</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2010/07/alui-analytics-worksheet.png"><img class="alignnone size-full wp-image-533" title="alui-analytics-worksheet" src="http://blog.integryst.com/webcenter-interaction/files/2010/07/alui-analytics-worksheet.png" alt="" width="547" height="171" /></a></p>
<p>That&#8217;s right: it&#8217;s &#8220;<strong>saml2keystore</strong>&#8220;.  Anyone know how to reset the actual value in Java&#8217;s Keystore for Analytics?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2010/07/17/analytics-saml2keystore-value/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The dependencies of WebCenter Analytics 10.3.0.1</title>
		<link>http://blog.integryst.com/webcenter-interaction/2010/06/16/the-dependencies-of-webcenter-analytics-10-3-0-1/</link>
		<comments>http://blog.integryst.com/webcenter-interaction/2010/06/16/the-dependencies-of-webcenter-analytics-10-3-0-1/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:01:48 +0000</pubDate>
		<dc:creator>Matt Chiste</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[third party]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.integryst.com/webcenter-interaction/?p=466</guid>
		<description><![CDATA[Analytics 10.3.0.1 straddles this weird middle ground between being a patch and a full release (you download it from edelivery.oracle.com, not like a typical patch from support.oracle.com). In the release notes, it looks like kind of a pain to install, since there&#8217;s mention of having to install other software before you can install Analytics: Oracle [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.integryst.com/webcenter-interaction/category/analytics/" target="_self">Analytics</a> 10.3.0.1 straddles this weird middle ground between <a href="http://blog.integryst.com/webcenter-interaction/2010/03/27/wall-of-shame-rant-oracle-support-and-maintenance/" target="_self">being a patch and a full release</a> (you download it from <a href="http://edelivery.oracle.com/" target="_blank">edelivery.oracle.com</a>, not like a typical patch from <a href="http://support.oracle.com/" target="_blank">support.oracle.com</a>).</p>
<p>In the <a href="http://download.oracle.com/docs/cd/E13158_01/alui/analytics/docs103/relnotes/Release_Notes_Oracle_WebCenter_Analytics_v10-3-0-1-0.htm" target="_blank">release notes</a>, it looks like kind of a pain to install, since there&#8217;s mention of having to install other software before you can install Analytics:</p>
<ul>
<li>Oracle WebCenter Analytics leverages Hibernate 3.0.5 for persistence. You must install Hibernate 3.0.5 before you install Oracle WebCenter Analytics. Hibernate 3.0.5 can be downloaded from <a href="http://sourceforge.net/project/showfiles.php?group_id=40712&amp;package_id=127784">http://sourceforge.net/project/showfiles.php?group_id=40712&amp;package_id=127784</a>.</li>
<li>Oracle WebCenter Analytics leverages Cewolf 0.10.3 for its charting engine. You must install Cewolf 0.10.3 before you install Oracle WebCenter Analytics. Cewolf can be downloaded from <a href="http://sourceforge.net/projects/cewolf/files/cewolf/cewolf-0.10.3/cewolf-0.10.3.zip/download.">http://sourceforge.net/projects/cewolf/files/cewolf/cewolf-0.10.3/cewolf-0.10.3.zip/download.</a></li>
</ul>
<p>And, given that the versions provided are significantly further back than what&#8217;s currently available (as of this writing, Hibernate is now at version 3.5.2 and Cewolf is now at 1.0), you might be inclined to hold off on the upgrade until the next release &#8211; I know I was initially.</p>
<p>The good news is that now that I&#8217;ve actually been through this upgrade, it turns out that it&#8217;s not as hard as it sounds.  Contrary to the release notes, you don&#8217;t need to &#8220;install [the apps] before you install Oracle WebCenter Analytics&#8221;.  You just need to download the zips, run the installer, and point the installer at wherever you&#8217;ve saved those files.  Pretty straightforward, actually&#8230;</p>
<p><a href="http://blog.integryst.com/webcenter-interaction/files/2010/05/wci-analytics-persistence.png"><img class="alignnone size-full wp-image-467" title="wci-analytics-persistence" src="http://blog.integryst.com/webcenter-interaction/files/2010/05/wci-analytics-persistence.png" alt="" width="445" height="275" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.integryst.com/webcenter-interaction/2010/06/16/the-dependencies-of-webcenter-analytics-10-3-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

