<?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>blog.watashii &#187; universe</title>
	<atom:link href="http://blog.watashii.com/tag/universe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.watashii.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Nov 2011 02:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>BusinessObjects Universe Designer &#8211; Sysdate Value Object</title>
		<link>http://blog.watashii.com/2009/06/businessobjects-universe-designer-sysdate-value-object/</link>
		<comments>http://blog.watashii.com/2009/06/businessobjects-universe-designer-sysdate-value-object/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 03:00:49 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sysdate]]></category>
		<category><![CDATA[universe]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=195</guid>
		<description><![CDATA[Creating SYSDATE value objects in a Universe (via Oracle connection) can simply be done as shown above.   I have simply created a single-value dimension object, which can be used anywhere within a query (result/condition/sort).  Having sysdate values allows the flexibility to create dynamic time-based reports.  For example you can schedule a weekly report to extract [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/oracle-sql-loader-importing-csv-files-into-a-table/' rel='bookmark' title='Permanent Link: Oracle SQL Loader &#8211; Importing CSV files to a table'>Oracle SQL Loader &#8211; Importing CSV files to a table</a></li>
<li><a href='http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Delete Universes in CMC'>BusinessObjects &#8211; Delete Universes in CMC</a></li>
<li><a href='http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Internal Error when connecting Windows clients'>BusinessObjects &#8211; Internal Error when connecting Windows clients</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-196" title="universe_sysdate" src="http://blog.watashii.com/wp-content/uploads/2009/06/universe_sysdate.png" alt="universe_sysdate" width="434" height="328" /></p>
<p>Creating SYSDATE value objects in a Universe (via Oracle connection) can simply be done as shown above.   I have simply created a single-value dimension object, which can be used anywhere within a query (result/condition/sort).  Having sysdate values allows the flexibility to create dynamic time-based reports.  For example you can schedule a weekly report to extract data from the past 7 days starting from the current time the report was run.</p>
<p>Note, when parsing the object against the database (Oracle), an error will appear. <em>ORA-00903: Invalid table name.</em></p>
<p>You can just ignore this error and press ok.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/oracle-sql-loader-importing-csv-files-into-a-table/' rel='bookmark' title='Permanent Link: Oracle SQL Loader &#8211; Importing CSV files to a table'>Oracle SQL Loader &#8211; Importing CSV files to a table</a></li>
<li><a href='http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Delete Universes in CMC'>BusinessObjects &#8211; Delete Universes in CMC</a></li>
<li><a href='http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Internal Error when connecting Windows clients'>BusinessObjects &#8211; Internal Error when connecting Windows clients</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/06/businessobjects-universe-designer-sysdate-value-object/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BusinessObjects &#8211; Delete Universes in CMC</title>
		<link>http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/</link>
		<comments>http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 07:47:29 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[cmc]]></category>
		<category><![CDATA[universe]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=71</guid>
		<description><![CDATA[When deleting Universes in the Administrator Central Management Console (CMC), under a BOXIR2 Unix installation, i got the following error: Error. Unable to reconnect to the CMS XXX:6400. The session has been logged off or has expired. The solution is to make sure the timezone environment variable is set under the user&#8217;s Unix profile (the [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Internal Error when connecting Windows clients'>BusinessObjects &#8211; Internal Error when connecting Windows clients</a></li>
<li><a href='http://blog.watashii.com/2009/07/businessobjects-infoview-ldap-authentication-error/' rel='bookmark' title='Permanent Link: BusinessObjects InfoView LDAP Authentication Error'>BusinessObjects InfoView LDAP Authentication Error</a></li>
<li><a href='http://blog.watashii.com/2009/06/businessobjects-universe-designer-sysdate-value-object/' rel='bookmark' title='Permanent Link: BusinessObjects Universe Designer &#8211; Sysdate Value Object'>BusinessObjects Universe Designer &#8211; Sysdate Value Object</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2008/10/bo_cmc_universe.png"><img class="alignnone size-full wp-image-72" title="bo_cmc_universe" src="http://blog.watashii.com/wp-content/uploads/2008/10/bo_cmc_universe.png" alt="" /></a></p>
<p>When deleting Universes in the Administrator Central Management Console (CMC), under a BOXIR2 Unix installation, i got the following error:</p>
<blockquote><p>Error. Unable to reconnect to the CMS XXX:6400. The session has been logged off or has expired.</p></blockquote>
<p>The solution is to make sure the timezone environment variable is set under the user&#8217;s Unix profile (the user which installed BO).</p>
<p><code>vi /opt/bo/.profile</code></p>
<p>Add the following example timezone and source the profile.</p>
<p><code>TZ=Australia/NSW export TZ<br />
</code><code>source /opt/bo/.profile</code></p>
<p>Then restart the BO servers.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Internal Error when connecting Windows clients'>BusinessObjects &#8211; Internal Error when connecting Windows clients</a></li>
<li><a href='http://blog.watashii.com/2009/07/businessobjects-infoview-ldap-authentication-error/' rel='bookmark' title='Permanent Link: BusinessObjects InfoView LDAP Authentication Error'>BusinessObjects InfoView LDAP Authentication Error</a></li>
<li><a href='http://blog.watashii.com/2009/06/businessobjects-universe-designer-sysdate-value-object/' rel='bookmark' title='Permanent Link: BusinessObjects Universe Designer &#8211; Sysdate Value Object'>BusinessObjects Universe Designer &#8211; Sysdate Value Object</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

