<?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>Ascentt</title>
	<atom:link href="http://www.ascentt.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ascentt.com</link>
	<description>Enabling Enterprise Intelligence</description>
	<lastBuildDate>Sat, 19 May 2012 00:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>When Administrator Opens the Online Repository in Read Only Mode</title>
		<link>http://www.ascentt.com/2012/03/when-administrator-opens-the-online-repository-in-read-only-mode/</link>
		<comments>http://www.ascentt.com/2012/03/when-administrator-opens-the-online-repository-in-read-only-mode/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 18:53:47 +0000</pubDate>
		<dc:creator>atul.sharma</dc:creator>
				<category><![CDATA[OBIEE Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=659</guid>
		<description><![CDATA[Oracle Business Intelligence Enterprise Edition 11g (11.1.1.3.0) installed on SuSe Linux 64-bit (OBIEE could be installed on any platform) Oracle BI Administrator 11g installed on Windows 32-bit (Administrator could be on Windows 7 64-bit) ODBC System DSN created to connect with the BI Server running on the remote server. Using the OBI Administrator to connecting&#8230; <a href="http://www.ascentt.com/2012/03/when-administrator-opens-the-online-repository-in-read-only-mode/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<ul>
<li>Oracle Business Intelligence Enterprise Edition 11g (11.1.1.3.0) installed on SuSe Linux 64-bit (OBIEE could be installed on any platform)</li>
<li>Oracle BI Administrator 11g installed on Windows 32-bit (Administrator could be on Windows 7 64-bit)</li>
<li>ODBC System DSN created to connect with the BI Server running on the remote server.</li>
</ul>
<p>Using the OBI Administrator to connecting to the BI Server running on Linux always opens the repository in Read-Only mode and does not allow real-time changes. It is confirmed that the the configuration setting &#8216;<a title="OBIEE 11g System Administrators Guide" href="http://download.oracle.com/docs/cd/E17904_01/bi.1111/e10541/querycaching.htm#BIESG1670" target="_blank">Disallow Online RPD Updates</a>&#8216; &#8211; has been de-selected / un-checked in Fusion Middleware Control</p>
<p><span style="font-family: Calibri;font-size: small">This causes mainly because of ODBC DSN on the machine where the BI Administrator tool is installed was not configured properly for a clustered DSN.</span></p>
<p>There can be several causes for this symptom, the following is a high-level check list to resolve the issue.</p>
<ol>
<li>Confirm that the the configuration setting &#8216;<a title="OBIEE 11g System Administrators Guide" href="http://download.oracle.com/docs/cd/E17904_01/bi.1111/e10541/querycaching.htm#BIESG1670" target="_blank">Disallow Online RPD Updates</a>&#8216; &#8211; has been de-selected / un-checked in Fusion Middleware Control.</li>
<li>If using a clustered ODBC DSN., then configure the Oracle BI Server ODBC DSN used by the Administration Tool to point to the Cluster Controllers rather than to a particular Oracle BI Server. Ensure the hostnames and ports are correct.</li>
</ol>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/dns-configuration.jpg" /><br />
<span style="font-family: Calibri;font-size: small"> </span></p>
<p><span style="font-family: Calibri;font-size: small">     3.</span>       <span style="font-family: Calibri;font-size: small">Conversely, if not using a clustered ODBC DSN, then make sure you are connecting directly to the BI Server and the hostname is correct.</span></p>
<p><span style="font-family: Calibri;font-size: small"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2012/03/when-administrator-opens-the-online-repository-in-read-only-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IF INTANCECONFIG.XML WAS ADDED WITH MORE TAGS</title>
		<link>http://www.ascentt.com/2012/03/if-intanceconfig-xml-was-added-with-more-tags/</link>
		<comments>http://www.ascentt.com/2012/03/if-intanceconfig-xml-was-added-with-more-tags/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 17:47:03 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE Administration]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=595</guid>
		<description><![CDATA[You will hit an error when accessing OBIEE URL if INSTANCECONFIG.XML is added with more tags. On the BIEE10g, the following tag (customization) added to the instanceconfig.xml file, it works ok. But on BIEE11G, if add these tag to the &#60;Dashboard&#62; &#60;EnableBookmarkURL&#62;False&#60;/EnableBookmarkURL&#62; &#60;EnablePromptedURL&#62;False&#60;/EnablePromptedURL&#62; &#60;BookmarkExpirationDays&#62;0&#60;/BookmarkExpirationDays&#62; &#60;/Dashboard&#62; &#60;PivotView&#62; &#60;MaxVisibleColumns&#62;5000&#60;/MaxVisibleColumns&#62; &#60;MaxVisiblePages&#62;2500&#60;/MaxVisiblePages&#62; &#60;MaxVisibleRows&#62;500000&#60;/MaxVisibleRows&#62; &#60;MaxVisibleSections&#62;5000&#60;/MaxVisibleSections&#62; &#60;CubeMaxRecords&#62;100000&#60;/CubeMaxRecords&#62; &#60;CubeMaxPopulatedCells&#62;10000000&#60;/CubeMaxPopulatedCells&#62; &#60;MaxCells&#62;500000&#60;/MaxCells&#62; &#60;/PivotView&#62; &#60;Auth&#62;&#8230; <a href="http://www.ascentt.com/2012/03/if-intanceconfig-xml-was-added-with-more-tags/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>You will hit an error when accessing OBIEE URL if INSTANCECONFIG.XML is added with more tags.</p>
<p>On the BIEE10g, the following tag (customization) added to the<br />
instanceconfig.xml file, it works ok. But on BIEE11G, if add these tag to the</p>
<p>&lt;Dashboard&gt;<br />
&lt;EnableBookmarkURL&gt;False&lt;/EnableBookmarkURL&gt;<br />
&lt;EnablePromptedURL&gt;False&lt;/EnablePromptedURL&gt;<br />
&lt;BookmarkExpirationDays&gt;0&lt;/BookmarkExpirationDays&gt;<br />
&lt;/Dashboard&gt;<br />
&lt;PivotView&gt;<br />
&lt;MaxVisibleColumns&gt;5000&lt;/MaxVisibleColumns&gt;<br />
&lt;MaxVisiblePages&gt;2500&lt;/MaxVisiblePages&gt;<br />
&lt;MaxVisibleRows&gt;500000&lt;/MaxVisibleRows&gt;<br />
&lt;MaxVisibleSections&gt;5000&lt;/MaxVisibleSections&gt;<br />
&lt;CubeMaxRecords&gt;100000&lt;/CubeMaxRecords&gt;<br />
&lt;CubeMaxPopulatedCells&gt;10000000&lt;/CubeMaxPopulatedCells&gt;<br />
&lt;MaxCells&gt;500000&lt;/MaxCells&gt;<br />
&lt;/PivotView&gt;<br />
&lt;Auth&gt;<br />
&lt;ParamList&gt;<br />
&lt;Param name=&#8221;NQ_SESSION.STATIONVALUE&#8221;<br />
source=&#8221;url&#8221;<br />
nameInSource=&#8221;RoleValue&#8221;/&gt;<br />
&lt;/ParamList&gt;<br />
&lt;/Auth&gt;</p>
<p>What should have happened?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Expecting BIEE 11g should support above customization tags.</p>
<p>What actually did happen?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Access BIEE via URL errors out.</p>
<p>&nbsp;</p>
<p>So just faced this issue, still working on it….i’ll post the solution as soon as I get the solution….</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2012/03/if-intanceconfig-xml-was-added-with-more-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authentication Failure in OBIEE 11g</title>
		<link>http://www.ascentt.com/2012/02/authentication-failure-in-obiee-11g/</link>
		<comments>http://www.ascentt.com/2012/02/authentication-failure-in-obiee-11g/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 18:25:13 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=628</guid>
		<description><![CDATA[We delete the user and then recreate and attempt to log in, application access is restored. However this is not a viable option because when deleting the user, the internal attribute ID defining &#8216;My Folders&#8217; access and any other user based privileges will not have an association with the newly re-created user account (this in&#8230; <a href="http://www.ascentt.com/2012/02/authentication-failure-in-obiee-11g/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>We delete the user and then recreate and attempt to log in, application access is restored. However this is not a viable option because when deleting the user, the internal attribute ID defining &#8216;My Folders&#8217; access and any other user based privileges will not have an association with the newly re-created user account (this in itself is another application issue).</p>
<p>The root cause of the issue is web catalog corruption. Deleting users from the Weblogic did not refresh the cached info. After deleting the following files for weblogic and Administrator user, there are no issues.</p>
<p>&lt;Oracle&gt;\Middleware\instances\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\EnterpriseBusinessAnalytics\root\users\weblogic\_prefs<br />
cachedinfo<br />
cachedinfo.atr</p>
<p>Another solution is to clean up the catalog by using the following settings in the instanceconfig.xml</p>
<p>&lt;ps:Validate&gt;OnStartup&lt;/ps:Validate&gt;<br />
&lt;ps:ValidateItems&gt;None&lt;/ps:ValidateItems&gt;<br />
&lt;ps:ValidateLinks&gt;None&lt;/ps:ValidateLinks&gt;<br />
&lt;ps:ValidateAccounts&gt;Clean&lt;/ps:ValidateAccounts&gt;<br />
&lt;ps:ValidateHomes&gt;None&lt;/ps:ValidateHomes&gt;</p>
<p>After restarting the services, users were able to login with no issues.</p>
<p>Once resolved, remove the settings used to clean up the catalog in instanceconfig.xml. Restart the services. Test the login to make sure there are no issues</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2012/02/authentication-failure-in-obiee-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing column level and prompt Level Security on OBIEE</title>
		<link>http://www.ascentt.com/2012/02/implementing-column-level-and-prompt-level-security-on-obiee/</link>
		<comments>http://www.ascentt.com/2012/02/implementing-column-level-and-prompt-level-security-on-obiee/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 19:59:22 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE New Features]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=682</guid>
		<description><![CDATA[How the column level and prompt level security can be implemented on a request so that one same report has different column and prompt visibility to the user roles? For example, Manager role should see all the columns and his data(like only his regions under him) and agent should see only detail data but not&#8230; <a href="http://www.ascentt.com/2012/02/implementing-column-level-and-prompt-level-security-on-obiee/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>How the column level and prompt level security can be implemented on a request so that one same report has different column and prompt visibility to the user roles?</p>
<p>For example, Manager role should see all the columns and his data(like only his regions under him) and agent should see only detail data but not the Region column in the report and that too data with his details only.</p>
<p>Followings are the steps to implement column level security on OBIEE:</p>
<p>You can actually hide the column in the presentation layer from others.let us consider that EmployeeID column needs to be restricted.</p>
<p>To achieve this functionality we need to make changes in two places – Metadata and one time change in NQSConfig.ini.</p>
<p>&nbsp;</p>
<p>1. In Metadata on the presentation column, you would need to make changes to permission settings. Right click on the column and select “Properties”. By default, the columns will have read access to everyone.</p>
<p>2. Choose the groups that should have read access rights on the column. The check box here works like a toggle button. Click on it (suppose Megauser) to get a check mark or a red cross mark. A red cross marks explicitly restricts access. While an unchecked/blank check box implicitly restricts access to the column.</p>
<p>3. Now log in as Mega User and create a report using the EmployeeID Column.</p>
<p>4. In answers, Mega user can see the EmployeeID Column. Create a simple report using the column with column level security enforced.Save it and put it on a dashboard to test OBIEE column level security.</p>
<p>5. Now log on as BasicUser. Go to OBIEE Security Dashboard to see the report, and you would get an error message.<br />
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27005] Unresolved column: &#8220;Employees&#8221;.&#8221;EmployeeID&#8221;. (HY000)</p>
<p>The error is expected. The report contains a column on which the current user does not have access to. So for all practical purposes as far as OBIEE is concerned, the column does not even exist. The default setting in NQSConfig.ini file drives this behavior.</p>
<p>6. In, NQSConfig.ini change the parameter PROJECT_INACCESSIBLE_COLUMN_AS_NULL which is under security section. By default it is set to No. Set it to yes. And restart the services.</p>
<p>7. Now logged in as BasicUser and access OBIEE Security Dashboard to test OBIEE column level security</p>
<p>8. The report is presented without the EmployeeID column on which OBIEE column level security was enforced.</p>
<p>So for the same dashboard report, depending on the data level security access permissions in OBIEE for a user, a column visibility can be controlled using column level security feature.</p>
<p>So currently (with latest OBIEE 10.1.3.4.1 version) it would not be possible to incorporate the security for prompts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2012/02/implementing-column-level-and-prompt-level-security-on-obiee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing Excel File Into OBIEE 11g</title>
		<link>http://www.ascentt.com/2012/01/importing-excel-file-into-obiee-11g/</link>
		<comments>http://www.ascentt.com/2012/01/importing-excel-file-into-obiee-11g/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 18:28:00 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=635</guid>
		<description><![CDATA[Created an Excel file in Excel 2007 and saved it as as Excel 97-2000 format. Used this Excel file as a data source for OBIEE 11g and created physical table, logical table and presentation table. In OBIEE Admin Tool, the row counts and data can be viewed from within the OBIEE Admin Tool when checking&#8230; <a href="http://www.ascentt.com/2012/01/importing-excel-file-into-obiee-11g/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>Created an Excel file in Excel 2007 and saved it as as Excel 97-2000 format.<br />
Used this Excel file as a data source for OBIEE 11g and created physical table, logical table and presentation table.</p>
<p>In OBIEE Admin Tool, the row counts and data can be viewed from within the OBIEE Admin Tool when checking the associated physical table.</p>
<p>When the Excel related presentation table is used in an OBIEE 11g request/analysis, it fails with error:</p>
<p>Error in presentation server on Compound Layout</p>
<p><code>View Display Error<br />
Odbc driver returned an error (SQLExecDirectW)</p>
<p>Error Details<br />
-------------<br />
Error Codes: OPR4ONWY: U9IM8TAC: OI2DL65P</p>
<p>State: HY000. Code: 10058, [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.<br />
[nQSError: 43113] Message returned from OBIS. [nQSError: 16001] ODBC error state:<br />
S1000 code: -1022 message: [Microsoft][ODBC Excel Driver] Disk or network error..(HY000)</p>
<p>SQL Issued: SELECT s_0, s_1 FROM (SELECT 0 s_0, "[IMMI] IMMI Custom"."DetailTable"."col1"<br />
s_1 FROM "[IMMI] IMMI Custom") djm</code></p>
<p>This causes because of Incorrect configuration on Windows PC where OBIEE Administration Tool is installed.</p>
<p>System DSN for Excel data source not set correctly.</p>
<p>This problem may be resolved by following these steps:</p>
<p>1. On Windows PC where OBIEE Admin Tool is installed, set up a system DSN by selecting start -&gt;<br />
Control Panel -&gt; Administrative Tools -&gt; Data Sources (ODBC).</p>
<p>2. Provide a name for the system DSN (i.e. Excelsource) and set the System DSN to use Excel driver (xls).<br />
While creating the DSN, you will specify your desired Excel workbook file and location:<br />
i.e. C:\My Workbooks\Financial Data.xls.</p>
<p>3. Then open OBIEE Admin Tool and either open or create a new RPD file (i.e. ExcelImport.rpd)</p>
<p>4. Select File -&gt; Import -&gt; Select your &#8220;Excelsource&#8221; as the database type and import the workbook.</p>
<p>5. After import has completed, right click the Excelsource database icon in the physical layer and<br />
uncheck &#8220;select distinct supported value&#8221; in the Features tab -&gt; save.</p>
<p>6. Open connection pool and uncheck share connection pools -&gt; save.</p>
<p>7. In OBIEE Admin Tool, verify that excel data can be viewed and that row counts can be seen.</p>
<p>8. Create logical layer and presentation layer for Excel source and save RPD file.</p>
<p>9. Then deploy the newly modified/created RPD file in WLS/EM console.</p>
<p>10. Restart OBIEE server and then login to OBIEE presentation server and create a new Analysis using the C:\My Workbooks\Financial Data.xls. data source.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2012/01/importing-excel-file-into-obiee-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to Oracle Datasource with Linux 64bit on OBIEE11g</title>
		<link>http://www.ascentt.com/2011/12/connecting-to-oracle-datasource-with-linux-64bit-on-obiee11g/</link>
		<comments>http://www.ascentt.com/2011/12/connecting-to-oracle-datasource-with-linux-64bit-on-obiee11g/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 05:34:09 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE Administration]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=580</guid>
		<description><![CDATA[On windows many people can know how to connect to Oracle Datasource but very few people know how to connect to oracle datasource with Linux 64bit machine… Following are the steps that show’s you on Linux environment 64 bit machine- how to connect to oracle datasource 1) Install the Oracle Linux client for 64 bit&#8230; <a href="http://www.ascentt.com/2011/12/connecting-to-oracle-datasource-with-linux-64bit-on-obiee11g/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>On windows many people can know how to connect to Oracle Datasource but very few people know how to connect to oracle datasource with Linux 64bit machine…</p>
<p>Following are the steps that show’s you on Linux environment 64 bit machine- how to connect to oracle datasource</p>
<p>1) Install the Oracle Linux client for 64 bit</p>
<p>2) Set the LD_LIBRARY_PATH to the 64 bit client lib folder</p>
<p>3) Copy the tnsnames.ora to Oracle_BI1\network\Admin folder or</p>
<p>Create a logical link instead to the one in the 64-bit client directory.</p>
<p>4) Either use the service name or copy the expanded description of the service name from the tnsnames.ora into the DNS field of the RPD for the connection pool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2011/12/connecting-to-oracle-datasource-with-linux-64bit-on-obiee11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporting More Then 500 Rows to Excel At Once</title>
		<link>http://www.ascentt.com/2011/11/exporting-more-then-500-rows-to-excel-at-once/</link>
		<comments>http://www.ascentt.com/2011/11/exporting-more-then-500-rows-to-excel-at-once/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 19:56:32 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE New Features]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=678</guid>
		<description><![CDATA[When you export a table or pivot view to Excel, it is limited to no more than 500 rows. Is there any option to make this number higher? Yes, There is a way to solve this problem….. There is an instance configuration setting  MaxVisibleRows that controls this. Perform the following steps: 1)Backup following file: /d01/BI_Middleware/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1/instanceconfig.xml&#8230; <a href="http://www.ascentt.com/2011/11/exporting-more-then-500-rows-to-excel-at-once/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>When you export a table or pivot view to Excel, it is limited to no more than 500 rows. Is there any option to make this number higher?</p>
<p>Yes, There is a way to solve this problem…..</p>
<p>There is an instance configuration setting  MaxVisibleRows that controls this.</p>
<p>Perform the following steps:</p>
<p>1)Backup following file:<br />
/d01/BI_Middleware/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1/instanceconfig.xml</p>
<p>2)Edit instanceconfig.xml, with, for example, the content specified as following:</p>
<p><code>&lt;Views&gt;<br />
&lt;Pivot&gt;<br />
&lt;!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--&gt;<br />
&lt;DefaultRowsDisplayedInDelivery&gt;75&lt;/DefaultRowsDisplayedInDelivery&gt;<br />
&lt;!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--&gt;<br />
&lt;DefaultRowsDisplayedInDownload&gt;2500&lt;/DefaultRowsDisplayedInDownload&gt;<br />
&lt;!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--&gt;<br />
&lt;DisableAutoPreview&gt;false&lt;/DisableAutoPreview&gt;<br />
&lt;MaxVisibleColumns&gt;300&lt;/MaxVisibleColumns&gt;<br />
&lt;MaxVisiblePages&gt;1000&lt;/MaxVisiblePages&gt;<br />
&lt;MaxVisibleRows&gt;1000&lt;/MaxVisibleRows&gt;<br />
&lt;MaxVisibleSections&gt;25&lt;/MaxVisibleSections&gt;<br />
&lt;DefaultRowsDisplayed&gt;30&lt;/DefaultRowsDisplayed&gt;<br />
&lt;/Pivot&gt;<br />
&lt;Table&gt;<br />
&lt;!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--&gt;<br />
&lt;DefaultRowsDisplayedInDelivery&gt;75&lt;/DefaultRowsDisplayedInDelivery&gt;<br />
&lt;!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--&gt;<br />
&lt;DefaultRowsDisplayedInDownload&gt;2500&lt;/DefaultRowsDisplayedInDownload&gt;<br />
&lt;MaxVisiblePages&gt;1000&lt;/MaxVisiblePages&gt;<br />
&lt;MaxVisibleRows&gt;1000&lt;/MaxVisibleRows&gt;<br />
&lt;MaxVisibleSections&gt;25&lt;/MaxVisibleSections&gt;<br />
&lt;DefaultRowsDisplayed&gt;30&lt;/DefaultRowsDisplayed&gt;<br />
&lt;/Table&gt;<br />
&lt;Charts&gt;<br />
&lt;MaxVisibleColumns&gt;2000&lt;/MaxVisibleColumns&gt;<br />
&lt;MaxVisiblePages&gt;1000&lt;/MaxVisiblePages&gt;<br />
&lt;MaxVisibleRows&gt;2000&lt;/MaxVisibleRows&gt;<br />
&lt;MaxVisibleSections&gt;25&lt;/MaxVisibleSections&gt;<br />
&lt;JavaHostReadLimitInKB&gt;4096&lt;/JavaHostReadLimitInKB&gt;<br />
&lt;/Charts&gt;<br />
&lt;/Views&gt;</code></p>
<p>3)Save the file and re-start all of the BI Services through Enterprise Manager.</p>
<p>Note: Presently from Enterprise Manager you can only update the configuration settings DefaultRowsDisplayedInDelivery and DefaultRowsDisplayedInDownload for Table and Pivot views, not for chart views. From Enterprise Manager there is no configuration option to set/update following properties: DefaultRowsDisplayed, MaxVisibleColumns,MaxVisiblePages,MaxVisibleRows and MaxVisibleSections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2011/11/exporting-more-then-500-rows-to-excel-at-once/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Map Viewer configuration</title>
		<link>http://www.ascentt.com/2011/11/map-viewer-configuration/</link>
		<comments>http://www.ascentt.com/2011/11/map-viewer-configuration/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 00:26:58 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE New Features]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=698</guid>
		<description><![CDATA[Let’s use the new feature of OBIEE 11g today…. This blog will show configuration steps needed to set up MapViewer in OBIEE 11g. In order to show the steps, a sample schema called mvdemo will be created in the database. Data for that schema will be imported into the database. This blog will details the&#8230; <a href="http://www.ascentt.com/2011/11/map-viewer-configuration/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>Let’s use the new feature of OBIEE 11g today….</p>
<p>This blog will show configuration steps needed to set up MapViewer in OBIEE 11g.<br />
In order to show the steps, a sample schema called mvdemo will be created in the database. Data for that schema will be imported into the database.</p>
<p>This blog will details the steps to configure the stand-alone MapViewer instance that is provided within an OBIEE 11g installation.<br />
For that purpose, the demo schema containing spatial data and MapViewer metadata will be installed in the Oracle database where the OBIEE metadata resides.<br />
In this document we provide the location of two demo schemas:<br />
- obiee_navteq: requires that you configured Sample App demo schema prior to implementing it.<br />
- mvdemo: a more simple demo which does not require Sample App demo schemo in advance.</p>
<p>In this document we will use mvdemo demo schema.</p>
<p><strong><span style="text-decoration: underline;">Downloading and Importing the MapViewer Database Demo Schema</span></strong></p>
<p><strong>NOTE</strong>: The link below (OBIEE_NAVTEQ Demo) is only informative. It is just another demo including maps. It is not needed to download and import the sample schema in this link in order to configure MapViewer for OBIEE. It is provided in the case that you would be interested in exploring a more comprehensive demo with many Analysis and Dashboards already created.<br />
As stated earlier, to install obiee_navteq demo, Sample App demo schema must already have been deployed and configured. This is the link for obiee_navteq demo:</p>
<p><a title="mvdemo Sample Schema" href="http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html" target="_blank">http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html</a><strong></strong></p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic1_map_viewer.jpg" /></p>
<p>the repository used in this example is Sample Sales Demo.</p>
<p>1) Download mvdemo demo schema from the following location:<br />
<a title="Map Builder application and Map Viewer mvdemo demo" href="http://www.oracle.com/technetwork/middleware/mapviewer/downloads/index.html" target="_blank">http://www.oracle.com/technetwork/middleware/mapviewer/downloads/index.html</a></p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic2_map_viewer.jpg" /></p>
<p><strong><span style="text-decoration: underline;">Creating the schema in the database</span></strong></p>
<p>2) Unzip mvdemo.zip file.</p>
<p>3) Log in to SQL Plus as system user and create the mvdemo database user:<br />
grant connect, resource, create view to mvdemo identified by mvdemo;</p>
<p>4) Import sample spatial data from mvdemo.dmp file into the Oracle database:<br />
imp mvdemo/mvdemo file=mvdemo.dmp full=y ignore=y</p>
<p>5) Log in to SQL Plus as the mvdemo user and populate spatial metadata and insert spatial data into mvdemo schema:</p>
<p><strong><span style="text-decoration: underline;">Configuring mapViewerConfig.xml Configuration File</span></strong></p>
<p>1) Access the MapViewer by going to the following URL:</p>
<p>http://machine.domain:9704/mapviewer</p>
<p>2) Click on the Admin link.</p>
<p>3) Log in to MapViewer using the same administrative user that you use to log in to the WebLogic console and FMW EM console.</p>
<p>4) Click on Configuration. That will open the mapViewerConfig.xml configuration file.</p>
<p>5) Make the following changes:</p>
<p>a) Under &lt;security_config&gt; tag set the following values:</p>
<p>&lt;disable_direct_info_request&gt; true &lt;/disable_direct_info_request&gt;<br />
&lt;disable_info_request&gt; true &lt;/disable_info_request&gt;<br />
&lt;disable_csf&gt;true&lt;/disable_csf&gt;<br />
&lt;enforce_security_role&gt; true &lt;/enforce_security_role&gt;</p>
<p>b) Under &lt;security_config&gt; tag set the machine name (replace machine.domain by the proper host name where the MapViewer instance is running. The screen shot also shows machine.domain but you should enter the correct server name):</p>
<p>&lt;proxy_enabled_hosts&gt;</p>
<p>http://machine.domain:9704/mapviewer,http://machine.domain:9704/</p>
<p>&lt;/proxy_enabled_hosts&gt;<br />
<img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic3_map_viewer.jpg" /></p>
<p>6) DO NOT click on &#8220;Save and Restart&#8221; button. That will make the Weblogic console, FMW EM console and Analytics inaccessible and you will need to restart the whole instance.<br />
DO NOT click on &#8220;Save&#8221; button, yet. We still have to make more changes to the MapViewerConfig.xml file.</p>
<p><strong><span style="text-decoration: underline;">Creating the MapViewer Data Source</span></strong></p>
<p>1) Scroll all the way down in the MapViewerConfig.xml file. You should a sample Data Source (commented out) that:</p>
<p>&lt;map_data_source name=&#8221;mvdemo&#8221;<br />
jdbc_host=&#8221;db1.my_corp.com&#8221;<br />
jdbc_sid=&#8221;orcl&#8221;<br />
jdbc_port=&#8221;1521&#8243;<br />
jdbc_user=&#8221;scott&#8221;<br />
jdbc_password=&#8221;!tiger&#8221;<br />
jdbc_mode=&#8221;thin&#8221;<br />
number_of_mappers=&#8221;3&#8243;<br />
allow_jdbc_theme_based_foi=&#8221;false&#8221;<br />
/&gt;</p>
<p>Use this sample Data Source to create your own Data Source to the database where the spatial data and MapViewer metadata resides. Copy and paste the tag just below the existing one. Make sure that you are not copying the opening comment tag &lt;!&#8211;   and closing comment tag &#8211;&gt;<br />
It should look similar to this (change machine.domain by the proper host name. Also change, Oracle SID, database port but the proper values):</p>
<p>&lt;map_data_source name=&#8221;mvdemo&#8221;<br />
jdbc_host=&#8221;machine.domain&#8221;<br />
jdbc_sid=&#8221;obiee11g&#8221;<br />
jdbc_port=&#8221;1521&#8243;<br />
jdbc_user=&#8221;mvdemo&#8221;<br />
jdbc_password=&#8221;!mvdemo&#8221;<br />
jdbc_mode=&#8221;thin&#8221;<br />
number_of_mappers=&#8221;3&#8243;<br />
allow_jdbc_theme_based_foi=&#8221;false&#8221;<br />
/&gt;</p>
<p>Please, note the exclamation mark (!) preceding the password. That tells MapViewer that the password should be encrypted next time the MapViewer instance is restarted:</p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic4_map_viewer.jpg" /></p>
<p>6) DO NOT click on &#8220;Save and Restart&#8221; button. That will make the Weblogic console, FMW EM console and Analytics inaccessible and you will need to restart the whole instance. Click on &#8220;Save&#8221; button instead.</p>
<p><strong><span style="text-decoration: underline;">Restarting BI Managed Server and BI Components</span></strong></p>
<p>In order for these changes to take effect please do the following:</p>
<p>Stop:<br />
a) BI Components either using FMW EM Console or opmnctl utility.<br />
b) The BI Managed Server using the WebLogic console.</p>
<p>Start:<br />
a) The BI Managed Server using the WebLogic console.<br />
b) BI Components either using FMW EM Console or opmnctl utility.</p>
<p>Please check the following note if you need assistance starting and stopping a BI instance:</p>
<p>1240964.1 How To Start / Stop An OBIEE 11g (11.1.1.x) Unix / Linux Environment Via Command-line</p>
<p><strong><span style="text-decoration: underline;">Verifying the MapViewer Connection</span></strong></p>
<p>1) Access the MapViewer by going to the following URL:</p>
<p>http://machine.domain:9704/mapviewer</p>
<p>2) Click on the Admin link</p>
<p>3) Log in to MapViewer using the same administrative user that you use to log in to the WebLogic console and FMW EM console.</p>
<p>4) Click on Data Sources. You should see the Data Source that you just created. The blank space that you see in the screen shot between the @ symbol and the obiee11g instance name, should have the machine.domain in your configuration if the changes were successfully committed.</p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic5_map_viewer.jpg" /></p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Importing the MapViewer Metadata into OBIEE</span></strong></p>
<p>1) Log in to Analytics by going to the following URL:<br />
Administration -&gt; Map Data Management -&gt; Manage Map Data -&gt; Layers tab -&gt; click on Import Layers button -&gt; select your Data Source under &#8220;Look in&#8221; -&gt; from the list of Themes select:<br />
THEME_DEMO_STATES<br />
THEME_DEMO_STATES_LINE<br />
Then click OK.</p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic6_map_viewer.jpg" /></p>
<p>&nbsp;</p>
<p>2) Click on THEME_DEMO_STATES Layer -&gt; click on Edit Layers button -&gt; click on the plus sign (Add New BI Key) -&gt; select &#8220;A &#8211; Sample Sales&#8221; subject area -&gt; expand &#8220;Customers&#8221; dimension on the left pane -&gt; Cust Regions -&gt; double click on C54 State Code to select it -&gt; click OK.<br />
Click on Sample Data link to verify that the data in OBIEE table (2 letter state code) matches the data on the Oracle Database where the spatial data is (2 letter state code: STATE_ABRV column). Click OK.</p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic7_map_viewer.jpg" /></p>
<p>3) Click on Background Maps tab -&gt; click on Import Background Maps -&gt; select your Data Source under &#8220;Look in&#8221; -&gt; from the list of Tile Layers select :<br />
DEMO_MAP</p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic8_map_viewer.jpg" /></p>
<p>4) Click OK. Click on Edit Background Maps button -&gt; if you want to change the zoom levels at which OBIEE data will be shown do so by clicking on the Zoom levels. Otherwise, click OK. Click OK.</p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic9_map_viewer.jpg" /></p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Creating an Analysis in OBIEE with a Map View</span></strong></p>
<p>1) Create an Analysis: go to New -&gt; Analysis -&gt; select &#8220;A &#8211; Sample Sales&#8221; subject area. Select the following columns:<br />
a) Expand Customers dimension -&gt; Cust Regions -&gt; C54 State Code<br />
b) Expand Based Facts -&gt; select Revenue and Billed Quantity<br />
c) Expand Time dimension -&gt; select T05 Per Name Year</p>
<p>2) Create 2 filters:<br />
a) Year filter: select 2008, 2009 and 2010.<br />
b) C54 State Code filter: select a handful of states.</p>
<p>3) Click on Results tab to show the Data View.</p>
<p>4) Go to New View -&gt; Map. The map should be shown.</p>
<p><img src="http://www.ascentt.com/wp-content/uploads/2012/05/pic10_map_viewer.jpg" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2011/11/map-viewer-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export link above a Request</title>
		<link>http://www.ascentt.com/2011/11/export-link-above-a-request/</link>
		<comments>http://www.ascentt.com/2011/11/export-link-above-a-request/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 18:26:17 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=630</guid>
		<description><![CDATA[By default, the report links (such as Refresh, Print, Export etc.) are displayed below the results at the bottom of the page when an analysis is embedded in a dashboard. How can you add an Export link be displayed above the analysis at the top of the page? You can add the Export link above&#8230; <a href="http://www.ascentt.com/2011/11/export-link-above-a-request/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>By default, the report links (such as Refresh, Print, Export etc.) are displayed below the results at the bottom of the page when an analysis is embedded in a dashboard.</p>
<p>How can you add an Export link be displayed above the analysis at the top of the page?</p>
<p>You can add the Export link above the analysis in the dashboard by embedding HTML code in a text object in the dashboard.</p>
<p>If you can&#8217;t view the page source to find out the code used in the Export link, then use a tool such as Firebug (an add-on for Firefox).</p>
<p>1. Download and install the &#8220;Firebug&#8221; add-in for Mozilla Firefox.<br />
2. Using the Mozilla Firefox browser, connect to the Oracle BI Presentation Services.<br />
3. If there is no Export link already on the dashboard page, modify the dashboard to display the default Export link:</p>
<ul>
<li>Click on Report Properties</li>
<li>Click on Report Links</li>
<li>Click on Specify Customize</li>
<li>Select / Check-on the Export link</li>
</ul>
<p>4. Run the dashboard. Right-click on the Export link and choose &#8220;Inspect Element&#8221; from the menu.<br />
The Firebug window will open and show the HTML code for the Export link. For example:<br />
&#8221; &lt;a onclick=&#8221;return NQWPopupMenu(event,&#8217;idDownloadLinksMenud:dashboard~p:kt2pno6icsoqi2gi~r:ea3h2fsvhvtaanqg&#8217;)&#8221;<br />
href=&#8221;javascript:void(null)&#8221; title=&#8221;Export to different format&#8221; name=&#8221;ReportLinkMenu&#8221;&gt;Export&lt;/a&gt; &#8221;</p>
<p>5. Copy the highlighted code.<br />
6. Add a text object above the analysis in the dashboard.<br />
7. Paste the copied code into the text object and check the &#8220;Contains HTML Markup&#8221; check box.<br />
8. Save the dashboard</p>
<p>Now the dashboard will display an &#8220;additional&#8221; Export link above the analysis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2011/11/export-link-above-a-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OBIEE 11g – Essbase Integration: INCORRECT MDX GENERATED FOR COMPLEX FILTERS</title>
		<link>http://www.ascentt.com/2011/10/obiee-11g-%e2%80%93-essbase-integration-incorrect-mdx-generated-for-complex-filters/</link>
		<comments>http://www.ascentt.com/2011/10/obiee-11g-%e2%80%93-essbase-integration-incorrect-mdx-generated-for-complex-filters/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 18:45:20 +0000</pubDate>
		<dc:creator>shailesh.shedge</dc:creator>
				<category><![CDATA[OBIEE Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ascentt.com/?p=650</guid>
		<description><![CDATA[OBIEE 11g brings most awaited tighter integration with Essbase but still as the integration and OBIEE Admin tools capability to import the Essbase features and generate the MDX queries is evolving, we will see still some challenges while using advanced Essbase features or complex calculations. If you try to add complex conditions using ‘AND’ and&#8230; <a href="http://www.ascentt.com/2011/10/obiee-11g-%e2%80%93-essbase-integration-incorrect-mdx-generated-for-complex-filters/">[Continue Reading]</a>]]></description>
			<content:encoded><![CDATA[<p>OBIEE 11g brings most awaited tighter integration with Essbase but still as the integration and OBIEE Admin tools capability to import the Essbase features and generate the MDX queries is evolving, we will see still some challenges while using advanced Essbase features or complex calculations. If you try to add complex conditions using ‘AND’ and ‘OR’ for multiple dimensions in OBIEE for Essbase as a source, it gives error “[nQSError: 96002] Essbase Error: Unknown Member”.</p>
<p>It appears when handling across-dimension OR filters on dimensional properties, e.g. default alias, there is a bug assuming each conjunction of member selection disjuncts are from the same dimension, hence applying the<br />
filter/member reference on the wrong dimension.</p>
<p>simplified case:<br />
SELECT<br />
&#8220;Sample&#8221;.&#8221;MTD&#8221;.&#8221;Time &#8211; Default&#8221; s_2,<br />
&#8220;Sample&#8221;.&#8221;Years&#8221;.&#8221;Years &#8211; Default&#8221; s_3,<br />
&#8220;Sample&#8221;.&#8221;Sample#1&#8243;.&#8221;Sample &#8211; measure&#8221; s_8<br />
FROM &#8220;Sample&#8221;<br />
WHERE<br />
(((&#8220;Years&#8221;.&#8221;Gen2,Years&#8221; = &#8216;Current Year&#8217;) AND (&#8220;MTD&#8221;.&#8221;Time &#8211; Default&#8221; =<br />
&#8216;Aug&#8217;)) OR ((&#8220;Years&#8221;.&#8221;Gen2,Years&#8221; = &#8216;Previous Year&#8217;) AND (&#8220;MTD&#8221;.&#8221;Time -<br />
Default&#8221; = &#8216;Sep&#8217;)))</p>
<p>after cnf conversion =&gt;<br />
DetailFilter: (Sample.Gen2,Years = &#8216;Current Year&#8217; or Sample.Gen2,Years =<br />
&#8216;Previous Year&#8217;) and (Sample.Gen2,Years = &#8216;Current Year&#8217; or Sample.Time -<br />
Default = &#8216;Sep&#8217;) and (Sample.Gen2,Years = &#8216;Previous Year&#8217; or Sample.Time -<br />
Default = &#8216;Aug&#8217;) and (Sample.Time &#8211; Default = &#8216;Aug&#8217; or Sample.Time &#8211; Default<br />
= &#8216;Sep&#8217;)</p>
<p>mdx =&gt;<br />
set [_Time0]  as &#8216;Intersect({Distinct({[Time].[Aug],<br />
[Time].[Sep]})},Intersect({Distinct({[Time].[Previous Year],<br />
[Time].[Aug]})},{Distinct({[Time].[Current Year], [Time].[Sep]})}))&#8217;<br />
set [_Years0]  as &#8216;{Distinct({[Years].[Current Year], [Years].[Previous<br />
Year]})}&#8217;</p>
<p>Also Compare this to the mdx generated using level property<br />
SELECT<br />
&#8220;Sample&#8221;.&#8221;MTD&#8221;.&#8221;Time &#8211; Default&#8221; s_2,<br />
&#8220;Sample&#8221;.&#8221;Years&#8221;.&#8221;Years &#8211; Default&#8221; s_3,<br />
&#8220;Sample&#8221;.&#8221;Sample#1&#8243;.&#8221;Sample &#8211; measure&#8221; s_8<br />
FROM &#8220;Sample&#8221;<br />
WHERE<br />
(((&#8220;Years&#8221;.&#8221;Gen2,Years&#8221; = &#8216;Current Year&#8217;) AND (&#8220;MTD&#8221;.&#8221;Gen5,MTD&#8221; = &#8216;Aug&#8217;)) OR<br />
((&#8220;Years&#8221;.&#8221;Gen2,Years&#8221; = &#8216;Previous Year&#8217;) AND (&#8220;MTD&#8221;.&#8221;Gen5,MTD&#8221; = &#8216;Sep&#8217;)))</p>
<p>&nbsp;</p>
<p>To resolve this you need to apply the latest available patch on OBIEE 11g (11.1.1.5) environment. Patch # 11717987. After applying this patch MDX creates conditional filter properly.</p>
<p>Till next OBIEE 11g-Essbase Integration Pointer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ascentt.com/2011/10/obiee-11g-%e2%80%93-essbase-integration-incorrect-mdx-generated-for-complex-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

