<?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>Insightful Life</title>
	<atom:link href="http://clairehu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://clairehu.com</link>
	<description>Work Professionally, Live Casually</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:08:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='clairehu.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Insightful Life</title>
		<link>http://clairehu.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://clairehu.com/osd.xml" title="Insightful Life" />
	<atom:link rel='hub' href='http://clairehu.com/?pushpress=hub'/>
		<item>
		<title>Oracle OPatch Failure &amp; OPatch Rollback</title>
		<link>http://clairehu.com/2012/01/30/oracle-opatch-failure-opatch-rollback/</link>
		<comments>http://clairehu.com/2012/01/30/oracle-opatch-failure-opatch-rollback/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 21:56:40 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[OPatch failed holding the lock rollback]]></category>

		<guid isPermaLink="false">https://clairehudotcom.wordpress.com/?p=222</guid>
		<description><![CDATA[OPatch Failure I was encountering an OPatch failure during my Oracle Application Server 10g upgrade. The reason is that our previous developers failed during the last patch installation. The failure message is displayed below: &#160;&#160;&#160;&#160;&#160; Interim Patch is holding the &#8230; <a href="http://clairehu.com/2012/01/30/oracle-opatch-failure-opatch-rollback/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=222&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><font size="4">OPatch Failure</font></strong></p>
<p>I was encountering an OPatch failure during my Oracle Application Server 10g upgrade. The reason is that our previous developers failed during the last patch installation. The failure message is displayed below:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/89120193a8c7dc0eb5a2d9bbd6799806052b99e6.png?w=16&#038;h=16" width="16" border="0" /> <font color="#FF0000"><em>Interim Patch is holding the lock from xxxxxxx</em></font></p>
<p style="background-color:#ffffff;"><font color="#000000">It looked like during the last unsuccessful patch installation. Patch number&nbsp;<font color="#FF0000"><em>xxxxxxx</em></font></font> <font color="#000000">acquired the patch lock but not released it. When the new patch was trying to aquire the same lock. It would be on hold. This information is generated during the last patch run and stored in the <font color="#0000FF"><strong>patch_locked</strong></font> file under the directory:</font></p>
<p style="background-color:#ffffff;"><em><font color="#008000">&nbsp;&nbsp;&nbsp;&nbsp; <img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/99c5f48837492bff16e7a7bf5d13d4f5889491e2.png?w=13&#038;h=16" width="13" border="0" />&nbsp; <strong>$ORACLE_HOME/.patch_storage</strong></font></em></p>
<p style="background-color:#ffffff;"><font color="#000000">If&nbsp;some interruption happened during an unsuccessful installation of the patches, the locks&nbsp;would not be released and this file would not be removed as well. Therefore,&nbsp;the following patch installation would encounter the share lock issue further caused by this file.</font></p>
<p style="background-color:#ffffff;"><font color="#000000">&nbsp;&nbsp;&nbsp; <img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/e0801e2720d8c953b69f77936ebbd0f72f350250.png?w=16&#038;h=16" width="16" border="0" /> <strong><font color="#800080">Delete this file and then reinstall the patch</font></strong>. You would be good to go! <img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/31aa833cf0ebea723880a0829a29b0db49a6906d.png?w=16&#038;h=16" width="16" border="0" /></font></p>
<p style="background-color:#ffffff;"><font size="4"><strong>OPatch Rollback</strong></font></p>
<p style="background-color:#ffffff;"><font size="+0">Sometimes when you applied the patches, there would be some incompatiabity that would arise in the system. This new upgrade needs to be rolled back to keep the original environment.</font></p>
<p style="background-color:#ffffff;">Here are two useful commands for checking the version and the&nbsp;list of pathes that are touched.</p>
<p style="background-color:#ffffff;">opatch version</p>
<p style="background-color:#ffffff;">opatch lsinventory</p>
<p style="background-color:#ffffff;">Suppose my OAS Home is under <strong><font color="#008000">/oracle/app/10gR3mid</font></strong></p>
<p style="background-color:#ffffff;"><img height="577" src="http://clairehudotcom.files.wordpress.com/2012/01/b8349c22811ff7edaa785052cc54aa2f60f381c0.png?w=697&#038;h=577" width="697" border="0" /></p>
<p style="background-color:#ffffff;">Suppose you put your opatch folder temporarily under /tmp and under the tmp folder there is patch folder : 10031961</p>
<p style="background-color:#ffffff;"><img height="50" src="http://clairehudotcom.files.wordpress.com/2012/01/1a064f6a4b73637222b6227cbed2444f90c0ae88.png?w=683&#038;h=50" width="683" border="0" /></p>
<p style="background-color:#ffffff;">Run the command below marked in red&nbsp;in each subfolder of 10031961, suppose we would firstly rollback 10011970</p>
<p style="background-color:#ffffff;"><img height="679" src="http://clairehudotcom.files.wordpress.com/2012/01/3944a5de3dc4e36accea386decc5c1e6f5a410be.png?w=713&#038;h=679" width="713" border="0" /></p>
<p style="background-color:#ffffff;">So let us look at the before and after results from running opatch lsinventory</p>
<p style="background-color:#ffffff;">Before we apply the patch rollback,&nbsp;you could see the patch number exsits in the red box.&nbsp;</p>
<p style="background-color:#ffffff;"><img height="735" src="http://clairehudotcom.files.wordpress.com/2012/01/c0253b51edb5c0fae5022cfc7ee6bc20552806e4.png?w=675&#038;h=735" width="675" border="0" /></p>
<p style="background-color:#ffffff;">After we apply the rollback it is gone.</p>
<p style="background-color:#ffffff;"><img height="410" src="http://clairehudotcom.files.wordpress.com/2012/01/07b3d0a9406d3659ae1d4e93812d056478860ca9.png?w=683&#038;h=410" width="683" border="0" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=222&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2012/01/30/oracle-opatch-failure-opatch-rollback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/89120193a8c7dc0eb5a2d9bbd6799806052b99e6.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/99c5f48837492bff16e7a7bf5d13d4f5889491e2.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/e0801e2720d8c953b69f77936ebbd0f72f350250.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/31aa833cf0ebea723880a0829a29b0db49a6906d.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/b8349c22811ff7edaa785052cc54aa2f60f381c0.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/1a064f6a4b73637222b6227cbed2444f90c0ae88.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/3944a5de3dc4e36accea386decc5c1e6f5a410be.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/c0253b51edb5c0fae5022cfc7ee6bc20552806e4.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/07b3d0a9406d3659ae1d4e93812d056478860ca9.png" medium="image" />
	</item>
		<item>
		<title>[OBIEE Issue]11g BIP Error Code:InvocationTargetException</title>
		<link>http://clairehu.com/2012/01/10/obiee-issue11g-bip-error-codeoracle-xdo-xdoexception-java-lang-reflect-invocationtargetexception/</link>
		<comments>http://clairehu.com/2012/01/10/obiee-issue11g-bip-error-codeoracle-xdo-xdoexception-java-lang-reflect-invocationtargetexception/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 20:35:23 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[BI Publisher 11g link to report]]></category>

		<guid isPermaLink="false">https://clairehudotcom.wordpress.com/?p=200</guid>
		<description><![CDATA[After I upgraded my 10g BIP reports to 11g, I was thinking of&#160;linking to the reports&#160;from the 11g BIF like what I did with old 10g OBIEE BIP. Let us review what we did in 10g firstly. So basically when &#8230; <a href="http://clairehu.com/2012/01/10/obiee-issue11g-bip-error-codeoracle-xdo-xdoexception-java-lang-reflect-invocationtargetexception/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=200&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After I upgraded my 10g BIP reports to 11g, I was thinking of&nbsp;linking to the reports&nbsp;from the 11g BIF like what I did with old 10g OBIEE BIP. Let us review what we did in 10g firstly.</p>
<p>So basically when we we login to 10g xmlpserver and access the report, on the uppper right corner&nbsp;there shows up a link: <font color="#0000FF">Lind to the report</font></p>
<p><img height="133" src="http://clairehudotcom.files.wordpress.com/2012/01/37f60ee064eeab427ad9109d67fa028238dca9b6.png?w=143&#038;h=133" width="143" border="0" /></p>
<p>Four options are exposed for your referrence purposes. Suppose you click on <font color="#0000FF"><strong>No header</strong></font> option. You would get a link to this report like below:</p>
<p align="left"><a style="overflow:hidden;word-wrap:break-word;" href="http://domain_name:port/xmlpserver/report_folder/sample_report.xdo?_xpf=&amp;_xpt=0&amp;_xdo=%2Freport_folder%2Fsample_report.xdo&amp;parameter1=sth&amp;parameter2=sth&amp;_xt=sample_reportTemplate&amp;_xf=html&amp;_xmode=2">http://domain_name:port/xmlpserver/report_folder/sample_report.xdo?_xpf=&amp;_xpt=0&amp;_xdo=%2Freport_folder%2Fsample_report.xdo&amp;parameter1=sth&amp;parameter2=sth&amp;_xt=sample_reportTemplate&amp;_xf=html&amp;_xmode=2</a></p>
<p>Here note that <font color="#FF0000">_xmode=2</font> means you are using the <font color="#0000FF">no header</font> option. So you could assume that if <font color="#FF0000">_xmode=3</font> would mean that you are chosing <font color="#0000FF">No Parameters</font> option and so on.(See the table below) .</p>
<table style="width:399px;height:106px;" width="399" border="0">
<tbody>
<tr>
<td width="26%"><strong>Parameter</strong></td>
<td width="26%"><strong>Value</strong></td>
<td width="26%"><strong>Refer To</strong></td>
</tr>
<tr>
<td width="26%"><font color="#FF0000">_xmode</font></td>
<td width="26%">0</td>
<td width="26%"><font color="#0000FF">Current Page</font></td>
</tr>
<tr>
<td width="26%"><font color="#FF0000">_xmode</font></td>
<td width="26%">2</td>
<td width="26%"><font color="#0000FF">No header</font></td>
</tr>
<tr>
<td width="26%"><font color="#FF0000">_xmode</font></td>
<td width="26%">3</td>
<td width="26%"><font color="#0000FF">No Parameters</font></td>
</tr>
<tr>
<td width="26%"><font color="#FF0000">_xmode</font></td>
<td width="26%">4</td>
<td width="26%">
<p><font color="#0000FF">Document Only</font></p>
</td>
</tr>
</tbody>
</table>
<p>And also <font color="#FF0000">_xf</font> refers to the format that how you are going to present the report. There are a few options as well in the following table.By default we are using html if we want to refer to the report through a browser.&nbsp;</p>
<p>Now&nbsp;you get the link and you paste it into your browser, it would redirect you to the original report without header being showed up.</p>
<p>I tried to do the same thing with BIP 11g, and I figured out that&nbsp;it inheritantly had the same feature to get the link to the report like below.</p>
<p><img height="407" src="http://clairehudotcom.files.wordpress.com/2012/01/63100791905d7b0de2c85804ca110dae17b7e5f5.png?w=345&#038;h=407" width="345" border="0" /></p>
<p>I then generated the link through the second option: No header. It gave me the link like below:</p>
<p><a style="overflow:hidden;word-wrap:break-word;" href="http://domain_name:port/xmlpserver/report_folder/sample_report.xdo?_xpf=&amp;_xpt=0&amp;_xmode=4&amp;_xdo=%2Freport_folder%2Fsample_report.xdo&amp;_xpf=&amp;_xpt=0&amp;_xdo=%2Freport_folder%2Fsample_report.xdo&amp;_paramsparameter1=sth&amp;_paramsparameter2=sth&amp;_xt=sample_reportTemplate&amp;_xf=html&amp;_xautorun=false">http://domain_name:port/xmlpserver/report_folder/sample_report.xdo?_xpf=&amp;_xpt=0&amp;_xmode=4&amp;_xdo=%2Freport_folder%2Fsample_report.xdo&amp;_xpf=&amp;_xpt=0&amp;_xdo=%2Freport_folder%2Fsample_report.xdo&amp;_paramsparameter1=sth&amp;_paramsparameter2=sth&amp;_xt=sample_reportTemplate&amp;_xf=html&amp;_xautorun=false</a></p>
<p>The link above is reformed a little bit from the 10g version and now I will paste it into the browser and see what happens.</p>
<p>It shows up the report. <img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/38ab31c7045a6357a02853fecb0da3822edf32c6.gif?w=16&#038;h=16" width="16" border="0" />&nbsp;<font color="#FF0000">But the header is still there.</font></p>
<p><font color="#000000">Then I started trying other options except mode 2, for example, No Parameters. I got the following error.</font></p>
<p><img height="246" src="http://clairehudotcom.files.wordpress.com/2012/01/e96c0416a085f4beb5334fdad83a88d28bccac96.jpg?w=599&#038;h=246" width="599" border="0" /></p>
<p><strong>Solutions:</strong></p>
<p>This is a bug for the release <span class="AdminContainerHeaderMsg"><font color="#0000FF">Oracle Business Intelligence Product Version <strong>11.1.1.5.0 (Build 110427.0752 64-bit)</strong></font></span></p>
<p><font color="#FF0000"><span lang="EN">&nbsp;<img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/535d2f6d1eec09ca83a7cae2136c9d1326e6daab.png?w=16&#038;h=16" width="16" border="0" />&nbsp;&nbsp;&nbsp;Oracle just released a patch for 11g 11.1.1.5.0 BIP to fix a bunch of bugs including the one we found:</span></font></p>
<p><font color="#FF0000"><span lang="EN">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;11850902 &#8211; SHARE REPORT LINK &#8220;NO PARAMETERS&#8221; AND &#8220;DOCUMENT ONLY&#8221; RENDER INCORRECTLY</span></font></p>
<p><font color="#FF0000"><span lang="EN">&nbsp;&nbsp;&nbsp;&nbsp;</span></font></p>
<p><font color="#FF0000"><span lang="EN">&nbsp;<img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/5bbf8e953d01b33bbde9b42e17809bc96dac4b39.png?w=16&#038;h=16" width="16" border="0" />&nbsp;&nbsp;&nbsp; For details check out this link:</span></font></p>
<p><font color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<a href="http://prsync.com/oracle/bi-publisher-january-patch-for--402573/"><u><font color="#0000FF" size="3"><font color="#0000FF" size="3"><span lang="EN">http://prsync.com/oracle/bi-publisher-january-patch-for&#8211;402573/</span></font></font></u></a></font></p>
<p><font color="#FF0000"><font size="3"><span lang="EN">&nbsp;<img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/7c9d26444beb4d3be95b8573c93549439bc1101a.png?w=16&#038;h=16" width="16" border="0" />&nbsp;&nbsp;&nbsp;&nbsp;Download the patch file from:</span></font></font></p>
<p><font color="#FF0000"><font size="3"><span lang="EN">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="https://updates.oracle.com/Orion/Services/download/p13554951_11g_Generic.zip?aru=14460731&amp;patch_file=p13554951_11g_Generic.zip">https://updates.oracle.com/Orion/Services/download/p13554951_11g_Generic.zip?aru=14460731&amp;patch_file=p13554951_11g_Generic.zip</a></span></font></font></p>
<p><font color="#FF0000"><font size="3"><span lang="EN">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Apply it according to the readme.txt included in the package. The bug would be solved! Good luck! <img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/e4aa88c95af990f9af6bde31798709946f69eb3c.png?w=16&#038;h=16" width="16" border="0" /></span></font></font></p>
<p><font color="#FF0000"><font size="3"><span lang="EN"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></span></font></font></p>
<p><font face="Arial" color="#303030" size="3"><span lang="EN"><strong>What really interested me&nbsp;is when you try to generate the same report from BI Answers 11g. It gave the link which looked different from the BIP version.</strong></span></font></p>
<p><font color="#FF0000"><font size="3"><span lang="EN"><a style="overflow:hidden;word-wrap:break-word;" href='http://domain_name:port/analytics/saw.dll?bipublisherEntry&amp;Action=open&amp;itemType=.xdo&amp;bipPath=%2Freport_folder%2Fsample_report.xdo&amp;bipParams={"_xmode":"2","_xpf":"","_xpt":"0","_xdo":"%2Freport_folder%2Fsample_report.xdo","_paramsparameter1":"","_paramsparameter2":"","_xt":"sample_reportTemplate","_xf":"html","_xautorun":"true"}'>http://domain_name:port/analytics/saw.dll?bipublisherEntry&amp;Action=open&amp;itemType=.xdo&amp;bipPath=%2Freport_folder%2Fsample_report.xdo&amp;bipParams={&#8220;_xmode&#8221;:&#8221;2&#8243;,&#8221;_xpf&#8221;:&#8221;",&#8221;_xpt&#8221;:&#8221;0&#8243;,&#8221;_xdo&#8221;:&#8221;%2Freport_folder%2Fsample_report.xdo&#8221;,&#8221;_paramsparameter1&#8243;:&#8221;",&#8221;_paramsparameter2&#8243;:&#8221;",&#8221;_xt&#8221;:&#8221;sample_reportTemplate&#8221;,&#8221;_xf&#8221;:&#8221;html&#8221;,&#8221;_xautorun&#8221;:&#8221;true&#8221;}</a></span></font></font></p>
<p><font color="#FF0000"><font size="3"><span lang="EN"><font color="#303030"><strong><img height="16" src="http://clairehudotcom.files.wordpress.com/2012/01/e6546a62552880adaf647a017c0ef801a84a0e51.png?w=16&#038;h=16" width="16" border="0" />And if you apply this link to the browser, even though you keep changing _xmode from 0 to 4, it didn&#8217;t make much difference.Anyone has any idea for this issue?</strong></font></span></font></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/200/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=200&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2012/01/10/obiee-issue11g-bip-error-codeoracle-xdo-xdoexception-java-lang-reflect-invocationtargetexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/37f60ee064eeab427ad9109d67fa028238dca9b6.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/63100791905d7b0de2c85804ca110dae17b7e5f5.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/38ab31c7045a6357a02853fecb0da3822edf32c6.gif" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/e96c0416a085f4beb5334fdad83a88d28bccac96.jpg" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/535d2f6d1eec09ca83a7cae2136c9d1326e6daab.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/5bbf8e953d01b33bbde9b42e17809bc96dac4b39.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/7c9d26444beb4d3be95b8573c93549439bc1101a.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/e4aa88c95af990f9af6bde31798709946f69eb3c.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2012/01/e6546a62552880adaf647a017c0ef801a84a0e51.png" medium="image" />
	</item>
		<item>
		<title>[OBIEE ISSUE]Upgrade BI Publisher reports from 10G to 11G</title>
		<link>http://clairehu.com/2011/12/22/obiee-issueupgrade-bi-publisher-reports-from-10g-to-11g/</link>
		<comments>http://clairehu.com/2011/12/22/obiee-issueupgrade-bi-publisher-reports-from-10g-to-11g/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 22:22:47 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[BI Publisher upgrade 11g]]></category>

		<guid isPermaLink="false">https://clairehudotcom.wordpress.com/?p=176</guid>
		<description><![CDATA[I have to highly recommend the following blog article that talks about the upgrade of 10g BI Publisher reports to 11g. Blog link: http://bipconsulting.blogspot.com/2011/07/10g-users-lets-upgrade-to-bi-publisher.html Kan explains the process in detailed steps and I followed his steps to perform the upgrade. &#8230; <a href="http://clairehu.com/2011/12/22/obiee-issueupgrade-bi-publisher-reports-from-10g-to-11g/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=176&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="@Arial Unicode MS">I have to highly recommend the following blog article that talks about the upgrade of 10g BI Publisher reports to 11g.</font></p>
<p><font face="@Arial Unicode MS">Blog link:</font> <a href="http://bipconsulting.blogspot.com/2011/07/10g-users-lets-upgrade-to-bi-publisher.html"><strong><font face="@Arial Unicode MS">http://bipconsulting.blogspot.com/2011/07/10g-users-lets-upgrade-to-bi-publisher.html</font></strong></a></p>
<p><font face="@Arial Unicode MS">Kan explains the process in detailed steps and I followed his steps to perform the upgrade. The upgrade&nbsp;was successful as he showed&nbsp;in&nbsp;the last picture of publisher reports upgrade section. I have seen my&nbsp;old&nbsp;10g publisher reports&nbsp;folder showing up.&nbsp;But when I went under my report folders, I tried to open my reports xdo file, it gave me an error below:</font></p>
<p><em><font face="@Arial Unicode MS" color="#FF0000"><img alt="Shocked" src="http://emoticon.webstory.my/shocked.gif" />The report cannot be rended because of an error,please contact the administrator.</font></em></p>
<p><img height="320" src="http://clairehudotcom.files.wordpress.com/2011/12/04ad8a9547be1b4064605de6f9785ee765dbf777.jpg?w=586&#038;h=320" width="586" border="0" /></p>
<p>It looked like my&nbsp;report xdo file is not associated with&nbsp;the correct&nbsp;data model file.So then I tried to edit my vat_report&nbsp;report and I saw that after automatic upgrade, my vat_report report&nbsp;was set with the default data model : vat_report.xdm which doesn&#8217;t exsit on my data model list.&nbsp;In the presentation layer,&nbsp;the actual data model&nbsp;is called vat_report. Match the correct model by clicking <img height="24" src="http://clairehudotcom.files.wordpress.com/2011/12/c74bdda662bad63987ce0ca2d50c680815001e36.png?w=20&#038;h=24" width="20" border="0" />&nbsp;button.</p>
<p><img height="320" src="http://clairehudotcom.files.wordpress.com/2011/12/cbe36b07b918dc6fcd4a1d9ce2657ed9bf95fb4d.jpg?w=394&#038;h=320" width="394" border="0" /></p>
<p>Click View Report to check if you still have&nbsp;the error above and click save to enable the change.</p>
<p><img height="126" src="http://clairehudotcom.files.wordpress.com/2011/12/0c3bcd6d561e0096323e3377d57843174bb9d2ab.jpg?w=546&#038;h=126" width="546" border="0" /></p>
<p>Good luck!</p>
<p><strong><font color="#FF0000"><img alt="Alien" src="http://emoticon.webstory.my/alien.gif" />Note</font></strong>: There are file structure changes for BI Publisher upgrade.&nbsp;The original .xdo now is split into two components – .xdm and .xdo as illustrated:(The following picture is borrowed from my other favorite blog: &nbsp;<a href="http://howtobi.wordpress.com/2011/01/14/upgrading-obiee-10g-content-to-11g/"><strong>http://howtobi.wordpress.com/2011/01/14/upgrading-obiee-10g-content-to-11g/</strong></a><strong>)</strong></p>
<p><img height="474" src="http://clairehudotcom.files.wordpress.com/2011/12/123de538dfca4b20b1fc8434bc13e469b43d91f7.jpg?w=646&#038;h=474" width="646" border="0" /><a id="new" name="new"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=176&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2011/12/22/obiee-issueupgrade-bi-publisher-reports-from-10g-to-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://emoticon.webstory.my/shocked.gif" medium="image">
			<media:title type="html">Shocked</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/12/04ad8a9547be1b4064605de6f9785ee765dbf777.jpg" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/12/c74bdda662bad63987ce0ca2d50c680815001e36.png" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/12/cbe36b07b918dc6fcd4a1d9ce2657ed9bf95fb4d.jpg" medium="image" />

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/12/0c3bcd6d561e0096323e3377d57843174bb9d2ab.jpg" medium="image" />

		<media:content url="http://emoticon.webstory.my/alien.gif" medium="image">
			<media:title type="html">Alien</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/12/123de538dfca4b20b1fc8434bc13e469b43d91f7.jpg" medium="image" />
	</item>
		<item>
		<title>[OBIEE ISSUE] OBIEE 11G startup&amp;shutdown script on UNIX</title>
		<link>http://clairehu.com/2011/12/22/obiee-issue-obiee-11g-startupshutdown-script-on-unix/</link>
		<comments>http://clairehu.com/2011/12/22/obiee-issue-obiee-11g-startupshutdown-script-on-unix/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 21:11:56 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[OBIEE 11g startup shutdown UNIX]]></category>

		<guid isPermaLink="false">http://clairehu.com/?p=158</guid>
		<description><![CDATA[Oracle Obiee 11g now is a more complex system taking longer time for startup and shutdown compared to 10g. It is better for our dev team to come up with a script running on background to manipulate the services. In &#8230; <a href="http://clairehu.com/2011/12/22/obiee-issue-obiee-11g-startupshutdown-script-on-unix/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=158&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oracle Obiee 11g now is a more complex system taking longer time for startup and shutdown compared to 10g. It is better for our dev team to come up with a script running on background to manipulate the services. In order to make it smoothly work in the UNIX system(Solaris) , here are a few things you might consider to implement on UNIX environment.</p>
<p> Step 1:Compose the startup and shutdown script. and set the path to the your .profile in order that you could run your script from anywhere.</p>
<p> The code snippets below is originally from an oracle obiee 11g guru&#8217;s blog that I found very useful. I tweaked a little bit for our DEV environment.</p>
<div style="border-right:#bdbdbd 1px solid;border-top:#bdbdbd 1px solid;border-left:#bdbdbd 1px solid;width:600px;border-bottom:#bdbdbd 1px solid;background-color:#e6e6e6;margin:0 auto;padding:5px;"><code><font color="#000"><font color="#309860">#!/bin/bash<br /> #<br /> # Purpose: Start and stop Oracle Business Intelligence 11g components.<br /> #<br /> # description: Manage OBIEE service.<br /> ## These values must be adapted to your environment.ORACLE_OWNR=oracle<br /></font><br /> ORACLE_BASE=<font color="#800000"><strong>/</strong></font>oracle <font color="#309860"># Local Unix user running OBIEE<br /></font>ORACLE_FMW=<font color="#800000"><strong>/</strong></font>oracle/middleware</font> <font color="#309860"># Deployment root directory<br /></font></code><code><font color="#000"><font color="#0000FF">export</font> WLS_USER=weblogic <font color="#309860"># BIEE administrator name<br /></font><font color="#0000FF">export</font> WLS_PW=weblogic1<br /> BIEE_DOMAIN=bifoundation_domain <font color="#309860"># Domain name</font><br /> BIEE_INSTANCE=instance1 <font color="#309860"># Instance name<br /></font>BIEE_SERVER=bi_server1 <font color="#309860"># Server name<br /></font>BIEE_MANAGER_URL<font color="#FF0000">=:7001</font> <font color="#309860"># Admin server URL (hostname:port)</p>
<p></font><font color="#309860"># These should require no change.</font></p>
<p> WL_PATH=<font color="#FF6800">$ORACLE_FMW</font><font color="#800000"><strong>/</strong></font>wlserver_10.3<font color="#800000"><strong>/</strong></font>server<font color="#800000"><strong>/</strong></font>bin<br /> BIEE_PATH=<font color="#FF6800">$ORACLE_BASE</font><font color="#800000"><strong>/</strong></font><font color="#FF6800">$BIEE_DOMAIN</font><font color="#800000"><strong>/</strong></font>bin<br /> ORACLE_INSTANCE=<font color="#FF6800">$ORACLE_FMW</font><font color="#800000"><strong>/</strong></font>instances<font color="#800000"><strong>/</strong></font><font color="#FF6800">$BIEE_INSTANCE<br /></font><br /> <font color="#0000FF">export</font> ORACLE_INSTANCE</p>
<p> START_LOG=<font color="#800000"><strong>/</strong></font>log<font color="#800000"><strong>/</strong></font>obiee-start.log <font color="#309860">#Put the log info under the dir where you could easily check on<br /></font>STOP_LOG=<font color="#800000"><strong>/</strong></font>log<font color="#800000"><strong>/</strong></font>obiee-stop.log</p>
<p> start<font color="#800000">() {<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"Starting Admin Server on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"<br /></font><font color="#0000FF">su</font> <font color="#FF6800">$ORACLE_OWNR</font> -c "$BIEE_PATH/startWebLogic.sh" <font color="#800000">&amp;</font><br /> wait_for <font color="#C0C0C0">"Server started in RUNNING mode"</p>
<p></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"Starting Node Manager on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"<br /></font><font color="#0000FF">su</font> <font color="#FF6800">$ORACLE_OWNR</font> -c "$WL_PATH/startNodeManager.sh" <font color="#800000">&amp;</font><br /> wait_for <font color="#C0C0C0">"socket listener started on port"</p>
<p></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"Starting Managed Server $BIEE_SERVER on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"<br /></font><font color="#0000FF">su</font> <font color="#FF6800">$ORACLE_OWNR</font> -c "$BIEE_PATH/startManagedWebLogic.sh $BIEE_SERVER http://$BIEE_MANAGER_URL" <font color="#800000">&amp;<br /></font>wait_for "Server started in RUNNING mode"</p>
<p> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"Starting BI components on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">su</font> <font color="#FF6800">$ORACLE_OWNR</font> -c "$ORACLE_INSTANCE/bin/opmnctl startall"</p>
<p> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"OBIEE start sequence completed on $(date)"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> }</p>
<p> stop<font color="#800000">() {<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"Stopping BI components on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">su</font> <font color="#FF6800">$ORACLE_OWNR</font> -c "$ORACLE_INSTANCE/bin/opmnctl stopall"</p>
<p> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"Stopping Managed Server $BIEE_SERVER on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">su</font> <font color="#FF6800">$ORACLE_OWNR</font> -c "$BIEE_PATH/stopManagedWebLogic.sh $BIEE_SERVER t3://$BIEE_MANAGER_URL $WLS_USER $WLS_PW"</p>
<p> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"Stopping Node Manager on $(date)"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">pkill</font> -TERM -u <font color="#FF6800">$ORACLE_OWNR</font> -f "weblogic\\.NodeManager"<br /> <font color="#0000FF">pkill</font> -TERM -u <font color="#FF6800">$ORACLE_OWNR</font> -f "java -client -Xms32m -Xmx200m -XX"</p>
<p> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"Stopping Admin Server on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">su</font> <font color="#FF6800">$ORACLE_OWNR</font> -c "$BIEE_PATH/stopWebLogic.sh $WLS_USER $WLS_PW"</p>
<p> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"OBIEE stop sequence completed on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#800000">}</font></p>
<p> wait_for<font color="#800000">()</font> <font color="#800000">{<br /></font>res=<font color="#FF0000">0</font><br /> <font color="#0000FF">while</font> <font color="#800000">[[ !</font> <font color="#FF6800">$res</font> -gt 0 <font color="#800000">]]<br /></font><font color="#0000FF">do<br /></font>res=<font color="#800000">$(tail -5 "$START_LOG" | fgrep -c "$1")<br /></font><font color="#0000FF">sleep</font> <font color="#FF0000">5<br /></font><font color="#0000FF">done</font><br /> <font color="#800000">}</p>
<p></font><font color="#0000FF">case</font> <font color="#C0C0C0">"$1"</font> <font color="#0000FF">in</font><br /> <font color="#0000FF">start</font><font color="#800000">)<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"Starting Oracle Business Intelligence on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"Logs are sent to $START_LOG"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"<br /></font><font color="#0000FF">start</font> <font color="#800000">&amp;&gt;</font> <font color="#FF6800">$START_LOG<br /></font><br /> <font color="#800000">;;</font><br /> <font color="#0000FF">stop</font><font color="#800000">)</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">echo</font> <font color="#C0C0C0">"Stopping Oracle Business Intelligence on $(date)"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"Logs are sent to $STOP_LOG"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">stop</font> <font color="#800000">&amp;&gt;</font> <font color="#FF6800">$STOP_LOG<br /></font><font color="#800000">;;</font><br /> status<font color="#800000">)<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"Oracle BIEE components status...."<br /></font><font color="#0000FF">echo</font> <font color="#C0C0C0">"********************************************************************************"</font><br /> <font color="#0000FF">su</font> <font color="#FF6800">$ORACLE_OWNR</font> -c "$ORACLE_INSTANCE/bin/opmnctl status"<br /> <font color="#800000">;;</font><br /> restart)<br /> <font color="#FF6800">$0</font> stop<br /> <font color="#FF6800">$0</font> start<br /> <font color="#800000">;;<br /></font><font color="#800000">*)<br /></font><font color="#0000FF">echo</font> <font color="#909890">"Usage: $(basename $0) start|stop|restart|status"<br /></font><font color="#0000FF">exit</font> <font color="#FF0000">1</font><br /> <font color="#0000FF">esac</font></p>
<p> <font color="#0000FF">exit</font></font> <font color="#FF0000">0</font></code></div>
<p> Step 2. We are using the script to pass in the two parameters: WLS_USER and WLS_PW. Otherwise you might have to input the value during the startup. You also need to modify startManagedWebLogic.sh under dir: BIEE_PATH. Comment out the following lines in the red box to prevent the original script from replacing the two key values.</p>
<p><img height="326" src="http://clairehudotcom.files.wordpress.com/2011/12/6478b038880efcf364b39efc836cab7fb962194a.png?w=468&#038;h=326" width="468" border="0" /></p>
<p>Step 3. Now you could be able to use the script.</p>
<p>Appendix: Kill Processes Running On a Particular Port if you don&#8217;t have <font color="#000000"><strong>lsof</strong></font> on your UNIX box. The following example shows that if you want to find the current process id that is running on port 9556.</p>
<div style="border-right:#bdbdbd 1px solid;border-top:#bdbdbd 1px solid;border-left:#bdbdbd 1px solid;width:600px;border-bottom:#bdbdbd 1px solid;background-color:#e6e6e6;margin:0 auto;padding:5px;">
<p><code>$for x in `ps -ef | sed 1d | awk '{print $2}'`<br /> &gt; do<br /> &gt; echo $x<br /> &gt; pfiles $x 2&gt;/dev/null | grep "port: 9556"<br /> &gt; done</code></p>
</p>
</div>
<p>The results looks like below:</p>
<div style="border-right:#bdbdbd 1px solid;border-top:#bdbdbd 1px solid;border-left:#bdbdbd 1px solid;width:600px;border-bottom:#bdbdbd 1px solid;background-color:#e6e6e6;margin:0 auto;padding:5px;">
<p><code><font color="#000"><font color="#309860">...</font></font></code></p>
<p><code><font color="#000"><font color="#309860">4193<br /> 5054<br /> 5055<br /> 4206<br /> 4200<br /> 5225<br /> 4620  <br />         sockname: AF_INET 0.0.0.0  port: 9556<br />         sockname: AF_INET 0.0.0.0  port: 9556<br /> 5061<br /> 7550</font></font></code></p>
<p><code><font color="#000"><font color="#309860">...</font></font></code></p>
</p>
</div>
<p>So now you get 4620 as the process id and you could do: <font color="#FF0000">ps -ef | grep 4620</font> to check the process details.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=158&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2011/12/22/obiee-issue-obiee-11g-startupshutdown-script-on-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/12/6478b038880efcf364b39efc836cab7fb962194a.png" medium="image" />
	</item>
		<item>
		<title>[OBIEE Issue] OBIEE 11g Deinstall Q&amp;A</title>
		<link>http://clairehu.com/2011/12/13/obiee-11g-deinstall-qa/</link>
		<comments>http://clairehu.com/2011/12/13/obiee-11g-deinstall-qa/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 19:06:56 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[Working Professionally]]></category>
		<category><![CDATA[OBIEE 11g uninstall]]></category>

		<guid isPermaLink="false">http://clairehu.com/?p=144</guid>
		<description><![CDATA[In order to get rid of the failed installation of the my last OBIEE 11G installation with the simple install. I performed the following tasks:( The reason that I did not use the uninstall wizard is there existed failure during &#8230; <a href="http://clairehu.com/2011/12/13/obiee-11g-deinstall-qa/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=144&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In order to get rid of the failed installation of the my last OBIEE 11G installation with the simple install. I performed the following tasks:( The reason that I did not use the uninstall wizard is there existed failure during my last installation and prevented the uninstall wizard from working correctly. I will cover the regular uninstall procedure after this.)</p>
<p><img src="http://clairehudotcom.files.wordpress.com/2011/12/delete.jpg?w=584" alt="" /></p>
<p>After that, I tired to install obiee 11g from the installation wizard again and when it came to the RCU configuration page.I encountered the following error:</p>
<p><strong><em>INST-08020: One or more entries are found in HSS_COMPONENT table.</em></strong><br />
<strong><em>&#8211; A new schema must be used in order to install successfully.</em></strong></p>
<p><strong>Reason</strong>: When you conducted the simple install, you also had to point to the BIPLATFORM and MDS schemas. These schema tables get populated with the first installation attempt and succeeded. If you want to reinstall the software to enterprise install. You have to drop the BIPLATFORM and MDS Schemas created by the RCU install. Those schemas can only contain one OBI installation at a time unless you changed the prefix (ie: DEV_,QA_,PROD_,etc.) of the schemas if you had the RCU a second time against that same database.</p>
<p><strong>Solutions</strong>: If you want to use the same database, then drop the schema firstly using the wizard and then manually delete the corresponding tablespaces. (ie: DEV_BIPLATFORM.dbf, DEV_MDS.dbf,etc)</p>
<p>Appendix: <strong>The regular uninstall procedure</strong> (Condition: Last install should be successfully completed)</p>
<p>1. Run the deinstall script and select the Deinstall instances managed by a WebLogic domain option.<br />
* open terminal, go to <strong></strong>/Oracle_BI1/oui/bin<br />
* run deinstallation script:</p>
<p>$ ./runInstaller.sh -deinstall</p>
<p>1. Welcome<br />
* next<br />
2. Select Deinstallation Type<br />
* select Deinstall ASInstances&#8230;<br />
3. Specify Weblogic Domain Detail<br />
* domain host: <strong></strong><br />
* domain port: <strong>7001</strong><br />
* username: <strong>weblogic</strong><br />
* password: <strong>weblogic1</strong><br />
4. Select Managed Instance<br />
* select instance1, all become checked.<br />
5. Deinstallation Summary<br />
* save deinstallation configuration to: (You could save this information for debugging purpose)<br />
* Deinstall<br />
6. Deinstallation Progress<br />
* no errors<br />
7. Deinstallation Complete<br />
* Success, click finish</p>
<p>* verify success of script by going to the instances folder and making sure it doesn&#8217;t contain the instances that were deleted</p>
<p>2. Stop all Oracle Business Intelligence processes and servers, including all OPMN-controlled components and JEE components.<br />
* Go to http://<strong></strong>:7001/em then click core application under the business intelligence folder. Stop the components.<br />
* Components already stopped<br />
3. Drop the Metadata Services (MDS) and Business Intelligence Platform (BIPLATFORM) schemas using RCU.<br />
* on my desktop load the rcu: C:\ofm_rcu_win_11.1.1.5.0_disk1_1of1\rcuHome\BIN\rcu.bat<br />
note: make sure all components are stopped otherwise errors will occur. opmnctl stopall<br />
1. Welcome<br />
2. Drop Repository<br />
3. Database Connection Details<br />
* database type: oracle database<br />
* host name:<strong> </strong><br />
* port: <strong>1521</strong><br />
* service name: <strong></strong><br />
* username: <strong>sys</strong><br />
* password: *******<br />
* role: sysdba<br />
4. Select Components<br />
* select <strong>DEV</strong> (note: it might be a different name according to your installation)from the drop down menu<br />
* four check marks automatically on:<br />
1. AS Common Schemas<br />
2. Metadata Services<br />
3. Oracle Business Intelligence<br />
4. Business Intelligence Platform<br />
* ok, ok<br />
5. Summary<br />
* drop<br />
6. Completion Summary<br />
* sucess, close<br />
4. Run the deinstall script and select the Deinstall Oracle Home option.</p>
<p>$ cd <strong></strong>/Oracle_BI1/oui/bin<br />
$ ./runInstaller.sh -deinstall</p>
<p>1. Welcome<br />
* next<br />
2. Select Deinstallation Type<br />
* select Deinstall Oracle Home&#8230;<br />
3. Deinstall Oracle Home<br />
* save response file to:(save to somewhere for further use, it is optional)<br />
* deinstall<br />
4. Deinstallation Progress<br />
* yes, delete directory after deinstall<br />
5. Deinstallation Complete<br />
* finish</p>
<p>5. Deinstall the Oracle Common home manually or by running the deinstall script that it contains.</p>
<p>*   If you installed Oracle Business Intelligence using the Simple or Enterprise Install type,<br />
you can fulfill this requirement by specifying the JDK directory that was created by<br />
Oracle Business Intelligence 11g Installer in the Middleware home.</p>
<p>$ cd <strong></strong>/oracle_common/oui/bin<br />
$ ./runInstaller.sh -deinstall -jreLoc /usr/java</p>
<p>1. Welcome<br />
2. Deinstall Oracle Home<br />
* save response file: (save to somewhere for further use, it is optional)<br />
* deinstall<br />
3. Deinstallation Progress<br />
* yes to delete the directory after deinstall<br />
4. Deinstallation Complete<br />
* finish</p>
<p>6. Use the Oracle WebLogic Server uninstaller to uninstall WebLogic Server.</p>
<p>$ cd <strong></strong>/wlserver_10.3/uninstall<br />
run the shell script :<strong> </strong>/utils/uninstall/uninstall.sh<strong></strong></p>
<p>7. Remove the Middleware home (if necessary). If you have done enterprise install, then remove the foundation domain home as well.</p>
<p>*   Delete all remainding files/directories</p>
<p>8 End of the instruction.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=144&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2011/12/13/obiee-11g-deinstall-qa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/12/delete.jpg" medium="image" />
	</item>
		<item>
		<title>[OBIEE Issue] How  to remotely connect to online RPD</title>
		<link>http://clairehu.com/2011/08/15/obiee-issue-how-to-remotely-connect-to-online-rpd/</link>
		<comments>http://clairehu.com/2011/08/15/obiee-issue-how-to-remotely-connect-to-online-rpd/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 18:05:48 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[Working Professionally]]></category>
		<category><![CDATA[remote rpd dsn]]></category>

		<guid isPermaLink="false">http://clairehu.com/?p=127</guid>
		<description><![CDATA[Step 1. Set up your system DSN. Go to &#8220;Start&#8221; at the left corner of your windows system and click to expand the panel. And then click &#8220;Control Panel&#8221; on the right. Step 2. Click &#8220;Administrative Tools&#8220;, and then click &#8230; <a href="http://clairehu.com/2011/08/15/obiee-issue-how-to-remotely-connect-to-online-rpd/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=127&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Step 1.</strong> Set up your system DSN. Go to &#8220;<strong>Start</strong>&#8221; at the left corner of your windows system and click to expand the panel. And then click &#8220;<strong>Control Panel</strong>&#8221; on the right.</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/click_cont_panel.jpg"><img class="aligncenter size-full wp-image-128" title="click_cont_panel" src="http://clairehudotcom.files.wordpress.com/2011/08/click_cont_panel.jpg?w=584" alt=""   /></a><strong>Step 2.</strong> Click &#8220;<strong>Administrative Tools</strong>&#8220;, and then click &#8220;<strong>Data Sources (ODBC)</strong>&#8221; .</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/click_admin_tool.jpg"><img class="size-full wp-image-129 alignnone" title="click_Admin_tool" src="http://clairehudotcom.files.wordpress.com/2011/08/click_admin_tool.jpg?w=584&#038;h=346" alt="" width="584" height="346" /></a></p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/odbc.jpg"><img class="aligncenter size-full wp-image-130" title="odbc" src="http://clairehudotcom.files.wordpress.com/2011/08/odbc.jpg?w=584&#038;h=358" alt="" width="584" height="358" /></a><strong>Step 3.</strong> Click &#8220;<strong>System DSN</strong>&#8221; and then click &#8220;<strong>Add</strong>&#8221; to add a new one.</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/system_dsn.jpg"><img class="aligncenter size-full wp-image-131" title="system_dsn" src="http://clairehudotcom.files.wordpress.com/2011/08/system_dsn.jpg?w=584" alt=""   /></a><strong>Step 4.</strong> Choose &#8220;<strong>Oracle BI Server</strong>&#8221; as the driver.Note: Once you install the 10g OBIEE package which by default would include the driver installation.<a href="http://clairehudotcom.files.wordpress.com/2011/08/bi_server.jpg"><img class="aligncenter size-full wp-image-132" title="bi_server" src="http://clairehudotcom.files.wordpress.com/2011/08/bi_server.jpg?w=584" alt=""   /></a><strong>Step 5.</strong> Fill in the <strong>Server name</strong> (this one would show up when you use admin tool to remotely connect to the online rpd) and <strong>IP address </strong>where your remote rpd locates on. Then click &#8220;<strong>Next</strong>&#8220;.<strong><a href="http://clairehudotcom.files.wordpress.com/2011/08/server_dsn.jpg"><img class="aligncenter size-full wp-image-133" title="server_dsn" src="http://clairehudotcom.files.wordpress.com/2011/08/server_dsn.jpg?w=584" alt=""   /></a>Step 6.</strong> On this page, type the<strong> Login ID</strong> as your rpd Admin login id. By default it should be &#8220;<strong>Administrator</strong>&#8220;. And the <strong>Password</strong> should be remote rpd login password. I would check the last box marked in red to make a trial connection to the remote rpd and make sure this connection is valid. Then click &#8220;<strong>Next</strong>&#8220;.<a href="http://clairehudotcom.files.wordpress.com/2011/08/server_dsn1.jpg"><img class="aligncenter size-full wp-image-134" title="server_dsn1" src="http://clairehudotcom.files.wordpress.com/2011/08/server_dsn1.jpg?w=584" alt=""   /></a></p>
<p><strong>Step 7.</strong> If you could see this page  with the remote subject areas showing up , in this case (Sample 1 and Sample 2 are the two subject areas on my remote rpd). Then this DSN is valid. Then click &#8220;<strong>Finish</strong>&#8220;.<a href="http://clairehudotcom.files.wordpress.com/2011/08/last_step.jpg"><img class="aligncenter size-full wp-image-135" title="last_step" src="http://clairehudotcom.files.wordpress.com/2011/08/last_step.jpg?w=584" alt=""   /></a><strong>Step 8.</strong> Go to your <strong>admin tool</strong> and then click the <strong>blue folder</strong> button for opening online rpd. Then on the pop-up window, it lists all the DSNs available. Choose the one you just created and type the rpd password. Then you could be able to login to your remote rpd.</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/remote_des.jpg"><img class="aligncenter size-full wp-image-136" title="remote_des" src="http://clairehudotcom.files.wordpress.com/2011/08/remote_des.jpg?w=584&#038;h=375" alt="" width="584" height="375" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=127&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2011/08/15/obiee-issue-how-to-remotely-connect-to-online-rpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/click_cont_panel.jpg" medium="image">
			<media:title type="html">click_cont_panel</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/click_admin_tool.jpg" medium="image">
			<media:title type="html">click_Admin_tool</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/odbc.jpg" medium="image">
			<media:title type="html">odbc</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/system_dsn.jpg" medium="image">
			<media:title type="html">system_dsn</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/bi_server.jpg" medium="image">
			<media:title type="html">bi_server</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/server_dsn.jpg" medium="image">
			<media:title type="html">server_dsn</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/server_dsn1.jpg" medium="image">
			<media:title type="html">server_dsn1</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/last_step.jpg" medium="image">
			<media:title type="html">last_step</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/remote_des.jpg" medium="image">
			<media:title type="html">remote_des</media:title>
		</media:content>
	</item>
		<item>
		<title>[OBIEE Issue] SSO server version v3.0 is not supported</title>
		<link>http://clairehu.com/2011/08/12/obiee-issue-sso-server-version-v3-0-is-not-supported/</link>
		<comments>http://clairehu.com/2011/08/12/obiee-issue-sso-server-version-v3-0-is-not-supported/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 19:41:45 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[Working Professionally]]></category>
		<category><![CDATA[SSO V3.0]]></category>

		<guid isPermaLink="false">http://clairehu.com/?p=117</guid>
		<description><![CDATA[Background: I made an upgrade on SSO Server 1  from 10.1.2.x to 10.1.4.x ,while for SSO Server 2, I kept the older version. Here is the version number comparison that you could easily found out from the setupinfo.txt under the software installation folder. and &#8230; <a href="http://clairehu.com/2011/08/12/obiee-issue-sso-server-version-v3-0-is-not-supported/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=117&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Background</strong>:</p>
<p>I made an upgrade on SSO <strong>Server 1</strong>  from <strong>10.1.2.x</strong> to <strong>10.1.4.x</strong> ,while for SSO <strong>Server 2</strong>, I kept the older version. Here is the version number comparison that you could easily found out from the <strong>setupinfo.txt</strong> under the software installation folder.<a href="http://clairehudotcom.files.wordpress.com/2011/08/oid_oas.jpg"><img class="aligncenter size-full wp-image-119" title="OID_OAS" src="http://clairehudotcom.files.wordpress.com/2011/08/oid_oas.jpg?w=584&#038;h=726" alt="" width="584" height="726" /></a></p>
<p>and then I tried to register the same partner application server with the same syntax I used to write on <strong>SSO Server 2</strong> like below:</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/run_com.jpg"><img class="aligncenter size-full wp-image-118" title="run_com" src="http://clairehudotcom.files.wordpress.com/2011/08/run_com.jpg?w=584" alt=""   /></a></p>
<p>It actually gave me no complaint on the<strong> SSO Server 1</strong>.However, when I transfered the osso.conf file to my partner application server and put it under the same directory I used to. After restarting the HTTP Server, I got the following error: <strong>SSO server version v3.0 is not supported.</strong></p>
<p><strong>Solutions:</strong></p>
<p>This is caused by a version mismatch in the SSO conf file I generated from my SSO Server 1. The SSO version was 10.1.4.0.1 as you could see above and I was using the generated conf file for my partner application of a version 10.1.3.4.1 like below:</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/partner_server.jpg"><img class="aligncenter size-full wp-image-121" title="partner_server" src="http://clairehudotcom.files.wordpress.com/2011/08/partner_server.jpg?w=584" alt=""   /></a>.     By default, using the same syntax for registering the partner application server on Server 1 would create an osso.conf file of a version 3 which is a higher version that is not compatible with our partner server. In order to solve the problem, we have to explicitly tell the SSO Server to generate a lower version file by giving an extra parameter specifying this need. So the new syntax would look like:</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/new_syntax.jpg"><img class="aligncenter size-full wp-image-122" title="new_syntax" src="http://clairehudotcom.files.wordpress.com/2011/08/new_syntax.jpg?w=584&#038;h=106" alt="" width="584" height="106" /></a></p>
<p>After restarting the HTTP Server, it worked perfectly with the new file! Good luck!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=117&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2011/08/12/obiee-issue-sso-server-version-v3-0-is-not-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/oid_oas.jpg" medium="image">
			<media:title type="html">OID_OAS</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/run_com.jpg" medium="image">
			<media:title type="html">run_com</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/partner_server.jpg" medium="image">
			<media:title type="html">partner_server</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/new_syntax.jpg" medium="image">
			<media:title type="html">new_syntax</media:title>
		</media:content>
	</item>
		<item>
		<title>[OBIEE Issue] XMLP Server Cache Control</title>
		<link>http://clairehu.com/2011/08/12/obiee-issue-xmlp-server-cache-control/</link>
		<comments>http://clairehu.com/2011/08/12/obiee-issue-xmlp-server-cache-control/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 18:17:22 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[Working Professionally]]></category>
		<category><![CDATA[xmlp cache]]></category>

		<guid isPermaLink="false">http://clairehu.com/?p=108</guid>
		<description><![CDATA[1.   Login to BI Framework with the user account which has the XMLP_ADMIN privileges on BI Publisher. Click Admin Tab from this page. 2.  Click Server Configuration on Admin Page. 3.     If you have never set up the Caching &#8230; <a href="http://clairehu.com/2011/08/12/obiee-issue-xmlp-server-cache-control/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=108&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>1.   </strong>Login to BI Framework with the user account which has the XMLP_ADMIN privileges on BI Publisher. Click <strong>Admin</strong> Tab from this page.</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/admin_tab.jpg"><img class="aligncenter size-full wp-image-109" title="admin_tab" src="http://clairehudotcom.files.wordpress.com/2011/08/admin_tab.jpg?w=584" alt=""   /></a></p>
<p><strong>2.  </strong>Click <strong>Server Configuration</strong> on Admin Page.</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/sev_conf.jpg"><img class="aligncenter size-full wp-image-110" title="sev_conf" src="http://clairehudotcom.files.wordpress.com/2011/08/sev_conf.jpg?w=584&#038;h=308" alt="" width="584" height="308" /></a><br />
<strong>3.  </strong>   If you have never set up the <strong>Caching for publisher</strong>, by default,it should be all blank for this section. Input the numbers for each text field as expected.</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/cache.jpg"><img class="aligncenter size-full wp-image-111" title="cache" src="http://clairehudotcom.files.wordpress.com/2011/08/cache.jpg?w=584&#038;h=372" alt="" width="584" height="372" /></a> <strong>4.  </strong>   Restart <strong>OPMN</strong></p>
<p>Open a terminal and type the following commands.</p>
<p><em> </em><em>$cd &lt;OAS_Home&gt;/opmn/bin</em></p>
<p><em>      $./opmnctl stopall</em></p>
<p><em>      $./opmnctl startall</em></p>
<p><strong><em>     </em></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=108&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2011/08/12/obiee-issue-xmlp-server-cache-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/admin_tab.jpg" medium="image">
			<media:title type="html">admin_tab</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/sev_conf.jpg" medium="image">
			<media:title type="html">sev_conf</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/cache.jpg" medium="image">
			<media:title type="html">cache</media:title>
		</media:content>
	</item>
		<item>
		<title>[OBIEE Issue] Roll back Selection Security to be Enable</title>
		<link>http://clairehu.com/2011/08/05/obiee-solutions-roll-back-selection-security-to-be-enable/</link>
		<comments>http://clairehu.com/2011/08/05/obiee-solutions-roll-back-selection-security-to-be-enable/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 15:59:42 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[Working Professionally]]></category>
		<category><![CDATA[Selection Security Enable]]></category>

		<guid isPermaLink="false">http://clairehu.com/?p=87</guid>
		<description><![CDATA[Recently, I was asked about a question that how to roll back the Selection Security to be Enable again. It looks like on the Dashboard Properties page, you could change the Selection Security from Enable as shown by the graph above &#8230; <a href="http://clairehu.com/2011/08/05/obiee-solutions-roll-back-selection-security-to-be-enable/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=87&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, I was asked about a question that how to roll back the Selection Security to be Enable again.</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/ss.jpg"><img class="aligncenter size-full wp-image-88" title="Dashboard_Pages" src="http://clairehudotcom.files.wordpress.com/2011/08/ss.jpg?w=584" alt=""   /></a></p>
<p>It looks like on the Dashboard Properties page, you could change the Selection Security from <strong>Enable</strong> as shown by the graph above to <strong>the two new icons</strong> below which offer more flexibility of setting up the selection permission.</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/s2.jpg"><img class="aligncenter size-full wp-image-89" title="Selection_security2" src="http://clairehudotcom.files.wordpress.com/2011/08/s2.jpg?w=584" alt=""   /></a> The question is how to roll it back. It seems there is no way to roll it back to <strong>Enable</strong> on the same configuration page.</p>
<p><strong>Solution: </strong></p>
<p>In order to roll back the change, you need to go to the catalog  Manager and navigate to Shared -&gt; Shared folder name (eg: BI Framework) -&gt; _Portal</p>
<p><a href="http://clairehudotcom.files.wordpress.com/2011/08/snap7.jpg"><img class="aligncenter size-full wp-image-90" title="catalog_manager" src="http://clairehudotcom.files.wordpress.com/2011/08/snap7.jpg?w=584&#038;h=283" alt="" width="584" height="283" /></a></p>
<p>Go under _portal folder and find the dashboard folder that the change was made. You would see there is one extra folder called <strong>_selections</strong> and  one extra attribute file <strong>_selections.atr</strong></p>
<p>Delete these two items and restart BI Server. You would see the<strong> Enable</strong> link is restored back!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=87&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2011/08/05/obiee-solutions-roll-back-selection-security-to-be-enable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/ss.jpg" medium="image">
			<media:title type="html">Dashboard_Pages</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/s2.jpg" medium="image">
			<media:title type="html">Selection_security2</media:title>
		</media:content>

		<media:content url="http://clairehudotcom.files.wordpress.com/2011/08/snap7.jpg" medium="image">
			<media:title type="html">catalog_manager</media:title>
		</media:content>
	</item>
		<item>
		<title>[OBIEE Issue] Whole Cache Purging Scripts</title>
		<link>http://clairehu.com/2011/08/02/obiee-issue-whole-cache-purging-scripts/</link>
		<comments>http://clairehu.com/2011/08/02/obiee-issue-whole-cache-purging-scripts/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 20:25:33 +0000</pubDate>
		<dc:creator>Claire Hu</dc:creator>
				<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[Working Professionally]]></category>
		<category><![CDATA[Cache Purge Server]]></category>

		<guid isPermaLink="false">http://clairehu.com/?p=85</guid>
		<description><![CDATA[Be sure to set your Oracle BI home in the ‘.profile’, as the base installed directory of OBIEE, on the OBIEE Server. The following script would reference it as ORACLEBI I will create a temporary &#8220;purge-log&#8220;  folder under Oracle BI &#8230; <a href="http://clairehu.com/2011/08/02/obiee-issue-whole-cache-purging-scripts/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=85&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Be sure to set your Oracle BI home in the ‘.profile’, as the base installed directory of OBIEE, on the OBIEE Server. The following script would reference it as <strong>ORACLEBI</strong></p>
<p>I will create a temporary &#8220;<strong>purge-log</strong>&#8220;  folder under Oracle BI Home that would store the log information of the cache purge.</p>
<p>1.You need to put the following lines into a .sql file. I call it <strong>purgecache.sql</strong> and put this file under <strong>purge-log</strong> folder temporarily.</p>
<div style="color:#ebdde2;background-color:#4e9258;border:3px solid #ebdde2;"><strong>// The below script should be run at the terminal to purge the OBIEE Cache.</strong><br />
<strong> // The following command should run from $ORACLEBI/server/Bin64</strong><br />
<strong> // nqcmd -d AnalyticsWeb64 -u Administrator -p -s /purge-log/purgebicache.sql</strong><br />
<strong>Call SAPurgeAllCache()</strong></div>
<p>2.The script for purging all BI Server cache is shown below and I name it as <strong>cachepurge.sh</strong>.</p>
<div style="color:#ebdde2;background-color:#4e9258;border:3px solid #ebdde2;"><strong><em># Custom Script for Purging OBIEE Server Cache</em></strong><br />
<strong> <em> # Usage ./cachepurge.sh &lt;OBI_Administrator_Password&gt;</em></strong><br />
<strong> <em> # Oracle BI Home is the Root Directory where OBIEE is installed</em></strong><br />
<strong> <em> # and this parameter should be set in the profile</em></strong><br />
<strong> <em> c1=`pwd`</em></strong><br />
<strong> <em> echo OracleBI Home Directory is $ORACLEBI</em></strong><br />
<strong> <em> cd $ORACLEBI/setup</em></strong><br />
<strong> <em> echo current directory is `pwd`</em></strong><br />
<strong> <em> . common.sh</em></strong><br />
<strong> <em> . sa-init64.sh</em></strong><br />
<strong> <em> echo SAROOTDIR is $SAROOTDIR</em></strong><br />
<strong> <em> #echo 2</em></strong><br />
<strong> <em> cd $ORACLEBI/server/Bin64</em></strong><br />
<strong> <em> echo current directory is `pwd`</em></strong><br />
<strong> <em> # script to run nqcmd</em></strong><br />
<strong> <em> date &gt;&gt; $SAROOTDIR/purge-log/cacheoutput.log</em></strong><br />
<strong> <em> echo &#8212;&#8212;&#8211; &gt;&gt; $SAROOTDIR/<strong><em>purge-log</em></strong>/cacheoutput.log</em></strong><br />
<strong> <em> echo &#8216;OBIEE Whole Cache Purging&#8217; &gt;&gt; $SAROOTDIR/<strong><em>purge-log</em></strong>/cacheoutput.log</em></strong><br />
<strong> <em> echo &#8212;&#8212;&#8211; &gt;&gt; $SAROOTDIR/<strong><em>purge-log</em></strong>/cacheoutput.log</em></strong><br />
<strong> <em> nqcmd -d AnalyticsWeb64 -u Administrator -p $1 -s $SAROOTDIR/purge-log/purgebicache.sql &gt;&gt; $SAROOTDIR/<strong><em>purge-log</em></strong>/cacheoutput.log<br />
<strong> <em> echo &#8216;script completed&#8217;</em></strong></em></strong><br />
<strong> <em> cd c1</em></strong></div>
<p>4.You could run the script anywhere once you set up your Oracle BI home. Suppose I put the script under purge-log folder as well.The format to run the Cache Purging scripts is</p>
<div style="color:#ebdde2;background-color:#4e9258;border:3px solid #ebdde2;"><strong> $cd $ORACLEBI/purge-log</strong><br />
<strong>./filename.sh OBI_Administrator_password</strong><br />
<strong> Eg: To clear the OBIEE Cache as a whole, run the following command assuming ‘Administrator’ as the password</strong><br />
<strong> ./cachepurge.sh Administrator</strong></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clairehudotcom.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clairehudotcom.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clairehudotcom.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clairehudotcom.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clairehudotcom.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clairehudotcom.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clairehudotcom.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clairehudotcom.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clairehudotcom.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clairehudotcom.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clairehudotcom.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clairehudotcom.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clairehudotcom.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clairehudotcom.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clairehu.com&amp;blog=20749620&amp;post=85&amp;subd=clairehudotcom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clairehu.com/2011/08/02/obiee-issue-whole-cache-purging-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef1a0fb797905d197c0a536b94524821?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">claireyhu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
