<?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>BI Professional</title>
	<atom:link href="http://www.biprofessional.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.biprofessional.com</link>
	<description>A Compendium on Business Intelligence, ETL Development, Data Quality and Other Information Technology Topics</description>
	<lastBuildDate>Mon, 23 Jan 2012 23:31:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ulimit and Cognos Performance Tuning on Unix</title>
		<link>http://www.biprofessional.com/2012/01/ulimit-and-cognos/</link>
		<comments>http://www.biprofessional.com/2012/01/ulimit-and-cognos/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 23:31:43 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Cognos performance tuning]]></category>
		<category><![CDATA[ulimit]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=647</guid>
		<description><![CDATA[If you are experiencing slowdowns and delays on Cognos reports on your Unix-based system, the first good place to look is at your ulimit parameters.  To see your ulimit values, enter &#8220;ulimit -a&#8221; on your Unix system. time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) 8192 coredump(blocks) unlimited nofiles(descriptors) 256 memory(kbytes) unlimited Pay particular attention to [...]]]></description>
			<content:encoded><![CDATA[<p>If you are experiencing slowdowns and delays on Cognos reports on your Unix-based system, the first good place to look is at your ulimit parameters.  To see your ulimit values, enter &#8220;ulimit -a&#8221; on your Unix system.</p>
<blockquote><p>time(seconds) unlimited<br />
file(blocks) unlimited<br />
data(kbytes) unlimited<br />
stack(kbytes) 8192<br />
coredump(blocks) unlimited<br />
nofiles(descriptors) 256<br />
memory(kbytes) unlimited</p></blockquote>
<p>Pay particular attention to your maximum file descriptor, listed above as nofiles(descriptors).  The default value of this item can be quite low, as you can see in this example.  Setting it higher can make significant improvement on your Cognos system.  You can set this value with the Unix command ulimit -n xxxxx (where xxxxx is your desired maximum file descriptor value).</p>
<p>You will find that these ulimit settings are a function of your Unix session, and will revert to default values after you log out.  If you want to make permanent changes to your Cognos ulimit settings you will need to either:</p>
<ol>
<li>Create a script that calls ulimit -n xxxxx command before it calls the cogconfig.sh file for Cognos startup; or</li>
<li>Add the ulimit -n xxxxx command to your .profile for the Unix account account in question (open with vi .profile)</li>
</ol>
<p>For more information on ulimit settings for Cognos, see this IBM article <a href="http://publib.boulder.ibm.com/infocenter/analytic/v2r1m0/index.jsp?topic=%2Fcom.ibm.discovery.es.in.doc%2Fiiysiulimits.htm">here</a> (this IBM article is specific to AIX and Linux systems).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2012/01/ulimit-and-cognos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cognos Adaptive Analytics Validation Problems</title>
		<link>http://www.biprofessional.com/2012/01/cognos-aaf-validation-problems/</link>
		<comments>http://www.biprofessional.com/2012/01/cognos-aaf-validation-problems/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 21:22:27 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[AAF]]></category>
		<category><![CDATA[Cognos Adaptive Analytics]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=640</guid>
		<description><![CDATA[Problem: After importing and/or exporting a Cognos Adaptive Analytics Framework (AAF) package, the following problems are encountered: Reports return calendar data errors Validating Cognos AAF package returns &#8220;The information in IBM Cognos Framework Manager package was not completely loaded.  XML failed to parse.  Invalid document structure.&#8221; Solution: Stop and restart your Cognos services.  Then revalidate [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Problem:</strong></span></p>
<p>After importing and/or exporting a Cognos Adaptive Analytics Framework (AAF) package, the following problems are encountered:</p>
<ul>
<li>Reports return calendar data errors</li>
<li>Validating Cognos AAF package returns &#8220;The information in IBM Cognos Framework Manager package was not completely loaded.  XML failed to parse.  Invalid document structure.&#8221;</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Solution:</strong></span></p>
<p>Stop and restart your Cognos services.  Then revalidate your AAF package.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2012/01/cognos-aaf-validation-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Sense of SAP Databases</title>
		<link>http://www.biprofessional.com/2012/01/making-sense-of-sap/</link>
		<comments>http://www.biprofessional.com/2012/01/making-sense-of-sap/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 23:56:18 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BSEG]]></category>
		<category><![CDATA[cluster table]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=634</guid>
		<description><![CDATA[photo credit: HikingArtist.com Have you ever wondered why the only way you can read SAP data is through SAP connection plug-ins for your ETL tool-of-choice?  Why can you not simply read SAP tables as is from the source database?  Why is everything data transfer-wise just a little bit harder with SAP? Well, for years I [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; padding-right: 10px;"><a title="climb-wrong-tree illustration" href="http://www.flickr.com/photos/32066106@N06/5727324988/" target="_blank"><img src="http://farm6.static.flickr.com/5227/5727324988_6dec9eb362_m.jpg" alt="climb-wrong-tree illustration" border="0" /></a><br />
<small><a title="Attribution-NoDerivs License" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank"><img src="http://www.biprofessional.com/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" width="16" height="16" align="absmiddle" border="0" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="HikingArtist.com" href="http://www.flickr.com/photos/32066106@N06/5727324988/" target="_blank">HikingArtist.com</a></small></div>
<p>Have you ever wondered why the only way you can read SAP data is through SAP connection plug-ins for your ETL tool-of-choice?  Why can you not simply read SAP tables as is from the source database?  Why is everything data transfer-wise just a little bit harder with SAP?</p>
<p>Well, for years I just assumed that SAP (being a proprietary system) liked a tight grip on its data systems.  But as I was looking into a situation for a client, I learned the truth was a bit more complicated.</p>
<p>It all started when I wanted to join the transaction header table (BKPF) with the transaction detail table (BSEG).  Couldn&#8217;t this be done at the SAP source, instead of in the data warehouse staging area?  If this was a straight-up relational database, joining these tables would be a no-brainer.</p>
<p>Now anyone familiar with SAP knows about the cryptic table names and columns, and probably has at least a passing awareness of the ABAP/BAPI/IDOC programming languages that read SAP data.  So this alphabet soup is where we start.  But the cryptic names aren’t the half of it.</p>
<p>The first thing you need to understand is that SAP is not what you would consider to be a garden-variety relational database.  SAP actually maintains three different types of tables, 2 of which are unreadable outside of SAP&#8217;s programming environment.  One of these table types is called a cluster table.  It is a control table of sorts that reads from many different physical tables.  BSEG is just such a table, and is therefore not readable by straight SQL commands.  The second table type is called a pooled table, which is used to store program parameters.  The third and final table type is called transparent, and this is what most SQL programmers would call &#8220;normal&#8221;.  It is physically and logically the same table, and can therefore theoretically be read by standard SQL commands (although virtually all SAP interfacing is done through SAP programming in any case).</p>
<p>Knowing this helps SAP&#8217;s world make a little more sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2012/01/making-sense-of-sap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF Font Errors in Cognos 10</title>
		<link>http://www.biprofessional.com/2011/12/pdf-font-error/</link>
		<comments>http://www.biprofessional.com/2011/12/pdf-font-error/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 12:54:24 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=611</guid>
		<description><![CDATA[If you are unable to render Cognos reports as PDFs but they run correctly as HTML, you likely are experiencing a font error.  Check for this error to confirm: CCLAssertError:0:Fatal: CCL_ASSERT_NAMED(bFoundFont, &#8220;[RSPdfOutputText::onDISetText] No font available for the text data&#8221;); Cognos report PDF generation requires that you have: fonts installed on your Cognos server, and the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are unable to render Cognos reports as PDFs but they run correctly as HTML, you likely are experiencing a font error.  Check for this error to confirm:</p>
<blockquote><p>CCLAssertError:0:Fatal: CCL_ASSERT_NAMED(bFoundFont, &#8220;[RSPdfOutputText::onDISetText] No font available for the text data&#8221;);</p></blockquote>
<p>Cognos report PDF generation requires that you have:</p>
<ol>
<li>fonts installed on your Cognos server, and</li>
<li>the Cognos configuration setting for fonts defined properly so those fonts can be found.</li>
</ol>
<p>To resolve this, you need to go into Cognos Configuration and modify the settings for the Environment &gt; Font Settings &gt; Physical Font Location.  The fonts included with your Cognos 10 installation should be found in your C10/bin/fonts directory.  To see these fonts, make sure your font setting includes &#8220;../bin/fonts&#8221;.</p>
<p><a href="http://www.biprofessional.com/wp-content/uploads/2011/12/Fonts.jpg"><img class="alignleft size-full wp-image-621" title="Fonts" src="http://www.biprofessional.com/wp-content/uploads/2011/12/Fonts.jpg" alt="" width="643" height="394" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2011/12/pdf-font-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware of Directory Content Export Options</title>
		<link>http://www.biprofessional.com/2011/12/beware-of-export-option/</link>
		<comments>http://www.biprofessional.com/2011/12/beware-of-export-option/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 12:06:22 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Content Administration]]></category>
		<category><![CDATA[Export]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=606</guid>
		<description><![CDATA[In Cognos Content Administration, there is an Export feature to create a compressed file to load your Cognos content onto other Cognos servers.  There is one section that is somewhat dangerous, in my opinion.  This is the Directory Content options page.  Imprudent use of these settings can overwrite your destination server&#8217;s security environment and data [...]]]></description>
			<content:encoded><![CDATA[<p>In Cognos Content Administration, there is an Export feature to create a compressed file to load your Cognos content onto other Cognos servers.  There is one section that is somewhat dangerous, in my opinion.  This is the Directory Content options page.  Imprudent use of these settings can overwrite your destination server&#8217;s security environment and data source connections!</p>
<div style="float: left; padding-right: 10px;"><a href="http://www.biprofessional.com/wp-content/uploads/2011/12/directory_content.bmp"><img class="alignleft size-full wp-image-607" title="directory_content" src="http://www.biprofessional.com/wp-content/uploads/2011/12/directory_content.bmp" alt="" /></a></div>
<p>What you need to understand is that when you select &#8220;Include Cognos groups and roles&#8221;, you are selecting ALL Cognos groups and roles &#8211; not just the ones associated with the package or packages you selected one screen before.  And when you select &#8220;Include data sources and connections&#8221;, you are likewise selecting ALL data sources and connections.  And if you leave the default selection in place that reads &#8220;Replace existing entries&#8221; you will overwrite all of your definitions on your destination Cognos server.</p>
<p>Now, depending on what you want to do, this might be OK.  But on a standard single package migration, you will almost never want to deploy these options.</p>
<p>This might also be a good time to suggest backing up your destination server before you deploy exported content.  Better to be safe than sorry!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2011/12/beware-of-export-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid Renaming Cognos Data Source Connections</title>
		<link>http://www.biprofessional.com/2011/12/avoid-renaming-cognos-connections/</link>
		<comments>http://www.biprofessional.com/2011/12/avoid-renaming-cognos-connections/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 12:41:22 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[data source connections]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=598</guid>
		<description><![CDATA[photo credit: Ken and Nyetta A recent client of mine was in the habit of naming Cognos data source connections after the environment they were connecting to, as was the custom of the underlying Oracle TNS names.  So a connection to a DEV, TEST or QA source would have some notation of this in its [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 10px;"><a title="Stick Men in Trouble!" href="http://www.flickr.com/photos/71279764@N00/6339854333/" target="_blank"><img src="http://farm7.static.flickr.com/6106/6339854333_ebb3956897_m.jpg" alt="Stick Men in Trouble!" border="0" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://www.biprofessional.com/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" width="16" height="16" align="absmiddle" border="0" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Ken and Nyetta" href="http://www.flickr.com/photos/71279764@N00/6339854333/" target="_blank">Ken and Nyetta</a></small></div>
<p>A recent client of mine was in the habit of naming Cognos data source connections after the environment they were connecting to, as was the custom of the underlying Oracle TNS names.  So a connection to a DEV, TEST or QA source would have some notation of this in its name, such as MyConnection_DEV.  This worked fine until it came time to migrate the project from one environment to another, and then this data source connection configuration turned into a real headache.</p>
<p>Because each environment had its own unique data source connection name, it was impossible to simply export Cognos packages from one level and import into another.  Modifying FM data models and republishing them was necessary, which was a lot more work than it should have been.  One developer even complained that he felt like he had to start each project over every time he migrated it.  I think that is a good way to look at a Cognos data source connection &#8211; a starting point.  Modifying this starting point (by which I mean its name, not its attributes) means you are in a sense starting over.  A better approach is to maintain a standard name across your DEV/QA/PROD environments so that you do not have so much extra work every time you migrate.  With this name constant, you can set your attributes in each environment freely to connect to whichever database you desire.  This prevents having to republish packages or remap data connections at every turn.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2011/12/avoid-renaming-cognos-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually Modifying Cognos Configuration in Unix</title>
		<link>http://www.biprofessional.com/2011/12/manually-modifying-cognos-configuration-in-unix/</link>
		<comments>http://www.biprofessional.com/2011/12/manually-modifying-cognos-configuration-in-unix/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 12:43:41 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Cognos Configuration]]></category>
		<category><![CDATA[cogstartup.xml]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=593</guid>
		<description><![CDATA[If you have a simple Cognos Configuration change to make or if X Window GUIs are not an option, there is another way to make cogfiguration changes.  Instead of running Cognos Configuration through the GUI interface you can edit the cogstartup.xml file directly to change your Cognos Configuration settings. There are some things you need [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a simple Cognos Configuration change to make or if X Window GUIs are not an option, there is another way to make cogfiguration changes.  Instead of running Cognos Configuration through the GUI interface you can edit the cogstartup.xml file directly to change your Cognos Configuration settings.</p>
<p>There are some things you need to do before you edit your cogstartup.xml file.  The first is to stop the Cognos service.  This can be done with the Unix shell command &#8220;./cogconfig.sh -stop&#8221;  This shell script is found in your c10/bin directory.</p>
<p>Next, back up your cogstartup.xml file.  If you corrupt the cogstartup.xml file, Cognos services may not restart.  You need the backup in case you need to roll back your Cognos Configuration changes.</p>
<p>When you open your cogstartup.xml file, you will notice that some of the information in this file such as user names and passwords are encrypted.  You will not be able to retrieve the previous settings of these parameters using this method but you can successfully change them.  For best results, open and edit the file in a Unix editor &#8211; do not edit in Windows and import back to Unix.  The file needs to be encoded in UTF-8.</p>
<p>To change unencrypted parameters, simply modify their values in the xml file.</p>
<p>To change encrypted parameters, remove the encrypted string and type the new value in plain text.  Then change the encrypted value to false.</p>
<p>Original XML:</p>
<p>&lt;crn:parameter name=&#8221;disp_sharedsecret&#8221;&gt;<br />
&lt;crn:value xsi:type=&#8221;cfg:systemPassword&#8221; encrypted=&#8221;true&#8221;&gt;HJdtycSUJ&amp;*JFfda&lt;/crn:value&gt;<br />
&lt;/crn:parameter&gt;</p>
<p>Changed XML:</p>
<p>&lt;crn:parameter name=&#8221;disp_sharedsecret&#8221;&gt;<br />
&lt;crn:value xsi:type=&#8221;cfg:systemPassword&#8221; encrypted=&#8221;false&#8221;&gt;PasswordValue&lt;/crn:value&gt;<br />
&lt;/crn:parameter&gt;</p>
<p>When you restart your Cognos Service, the value will be encrypted and the encrypted flag will be set to true.</p>
<p>To restart your Cognos Service, run the Unix shell command &#8220;./cogconfig.sh -s&#8221;  If you experience problems with the restart of your service, revert to your cogstartup.xml file backup and try again.  For more information on this topic, see the IBM article on it <a href="http://publib.boulder.ibm.com/infocenter/c8bi/v8r4m0/index.jsp?topic=/com.ibm.swg.im.cognos.inst_cr_winux.8.4.1.doc/inst_cr_winux_id23240Manually_Change_Default_Configurat.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2011/12/manually-modifying-cognos-configuration-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Errors when running Cognos Configuration in Unix</title>
		<link>http://www.biprofessional.com/2011/12/java-errors-cognos-config-unix/</link>
		<comments>http://www.biprofessional.com/2011/12/java-errors-cognos-config-unix/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 00:56:13 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[X Window]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=588</guid>
		<description><![CDATA[If you get the following errors running the cogconfig.sh shell script in Unix to start Cognos Configuration, you likely have a problem with your X Window configuration: ./cogconfig.sh Using /usr/jdk/jdk1.6.0_22/jre/bin/java 02/12/2011,12:18:53,Err,java.lang.ExceptionInInitializerError, com.cognos.crconfig.CRConfigFrame.&#60;init&#62;(CRConfigFrame.java:109) Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: Could not initialize class com.cognos.crconfig.CRConfigFrame at CRConfig.main(CRConfig.java:305) To resolve: Ensure you have X Window capable software installed on [...]]]></description>
			<content:encoded><![CDATA[<p>If you get the following errors running the cogconfig.sh shell script in Unix to start Cognos Configuration, you likely have a problem with your X Window configuration:</p>
<blockquote><p>./cogconfig.sh<br />
Using /usr/jdk/jdk1.6.0_22/jre/bin/java<br />
02/12/2011,12:18:53,Err,java.lang.ExceptionInInitializerError, com.cognos.crconfig.CRConfigFrame.&lt;init&gt;(CRConfigFrame.java:109)<br />
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: Could not initialize class com.cognos.crconfig.CRConfigFrame<br />
at CRConfig.main(CRConfig.java:305)</p></blockquote>
<p>To resolve:</p>
<ul>
<li>Ensure you have X Window capable software installed on the machine in question, such as Exceed.</li>
<li>Ensure that your Unix interface client has X11 forwarding enabled.  In <a href="http://en.wikipedia.org/wiki/PuTTY">PuTTY</a>, this is listed under Connections &gt; SSH &gt; X11.</li>
</ul>
<p><a href="http://www.biprofessional.com/wp-content/uploads/2011/12/PuTTY.bmp"><img class="alignleft size-full wp-image-589" title="PuTTY" src="http://www.biprofessional.com/wp-content/uploads/2011/12/PuTTY.bmp" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2011/12/java-errors-cognos-config-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cognos Transformer Problems in Unix</title>
		<link>http://www.biprofessional.com/2011/11/cognos-transformer-problems-in-unix/</link>
		<comments>http://www.biprofessional.com/2011/11/cognos-transformer-problems-in-unix/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 12:58:07 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Signon Credentials]]></category>
		<category><![CDATA[Transformer]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=585</guid>
		<description><![CDATA[Transitioning a cube from a Windows environment to a Unix environment can be tricky.  Your cube may build perfectly in a local-build on Windows, only to give you errors like this in a server-build on Unix: Start processing data source &#8216;My Data Source&#8217;. Reading source data. (TR3703) The user ID or password is either missing [...]]]></description>
			<content:encoded><![CDATA[<p>Transitioning a cube from a Windows environment to a Unix environment can be tricky.  Your cube may build perfectly in a local-build on Windows, only to give you errors like this in a server-build on Unix:</p>
<blockquote><p>Start processing data source &#8216;My Data Source&#8217;.<br />
Reading source data.<br />
(TR3703) The user ID or password is either missing or invalid. Please re-enter the credentials.<br />
End processing 0 records from data source &#8216;My Data Source&#8217;.</p></blockquote>
<p>While it appears as though you have a problem with a data source in Unix, the real problem lies with your signon credentials.  Once you transition from a local-build to a server-build in Transformer, you need to have a valid Signon defined.  But when you do this, there is no way to test to see if your Signon Credentials will work &#8211; short of moving your Transformer model to the Unix server and building it.  If your signon credentials are invalid, you will get a message like the one above.</p>
<p>So check the Signon Credentials and that should solve your problem.  The apparent reference to your data source is a red herring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2011/11/cognos-transformer-problems-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Configuration Errors in Cognos 10</title>
		<link>http://www.biprofessional.com/2011/11/oracle-configuration-errors-in-cognos-10/</link>
		<comments>http://www.biprofessional.com/2011/11/oracle-configuration-errors-in-cognos-10/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 13:22:31 +0000</pubDate>
		<dc:creator>Scott Andrews</dc:creator>
				<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.biprofessional.com/?p=577</guid>
		<description><![CDATA[If you ever get the following error when attempting to connect Cognos Framework Manager with an Oracle data source, you have an Oracle configuration problem: QE-DEF-0285 The logon failed. QE-DEF-0325 The logon failed for the following reason: RQP-DEF-0068 Unable to connect to at least one database during a multi-database attach to 1 database(s) in: DataSource [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever get the following error when attempting to connect Cognos Framework Manager with an Oracle data source, you have an Oracle configuration problem:</p>
<blockquote><p>QE-DEF-0285 The logon failed.<br />
QE-DEF-0325 The logon failed for the following reason:<br />
RQP-DEF-0068 Unable to connect to at least one database during a multi-database attach to 1 database(s) in:<br />
DataSource<br />
UDA-SQL-0432 Unable to locate the gateway &#8220;cogudaor&#8221;</p></blockquote>
<p>If you have a valid Oracle client installed on your machine (Oracle 9 or up for Cognos 8/10), then check your System Environment variables.  I had a recent experience at a client where both Oracle 8 and Oracle 10 client software were installed on a machine.  Because the ora805\bin reference appeared before the ora10\bin reference in the Path variable, Cognos Framework Manager could not connect to the data source and reported the above error.  Simply by changing the order of those references in the Path variable, the configuration problem was resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.biprofessional.com/2011/11/oracle-configuration-errors-in-cognos-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

