<?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>Clear Cut Reports</title>
	<atom:link href="http://www.clearcutreports.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.clearcutreports.com</link>
	<description>The Reporting Blog for Crystal and Web Intelligence</description>
	<lastBuildDate>Mon, 30 Aug 2010 05:21:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Troubleshooting a BO Edge on Red Hat Linux Oracle driver Issue</title>
		<link>http://www.clearcutreports.com/?p=106</link>
		<comments>http://www.clearcutreports.com/?p=106#comments</comments>
		<pubDate>Mon, 30 Aug 2010 05:18:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=106</guid>
		<description><![CDATA[So BusinessObjects 3.1 SP2 Edge CMS would not start after an Oracle database driver upgrade to solve an LDAP imcompatibility on a Red hat installation
]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">So BOE 3.1 SP2 Edge CMS would not start after a database driver upgrade to solve an LDAP imcompatibility on a Red hat installation</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">1) checked the tnsnames.ora</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Status: OK</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">2) Checked my Connectivity through sqlplus</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Status: OK</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3) Checked the CMS Setup</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[bobj@server bobje]$ ./cmsdbsetup.sh</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">err: ERROR Failed to get cluster name. (STU00165)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">err: Error description: Database access error. Reason Loading shared object failed. First tried to load library clntsh and failed because of error: [clntsh: cannot open shared object file: No such file or directory]. Second tried to load library libclntsh.so and failed because of error: [libclntsh.so: wrong ELF class: ELFCLASS64].</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4) Checked the LD_LIBRARY_PATH in the profile of the bobj account</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">drwxr-x&#8212; 58 oracle oinstall 4096 Aug 27 13:51 OraHome10gr2_32bit</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$ cd</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$ vi .bash_profile</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Status: OK</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:$ORACLE_HOME/lib:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">5) Tried changing to 32 bit libary path</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:$ORACLE_HOME/lib32:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Status: libclntsh.so file was not there</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">6) Reset the rights for Read and Execute</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">chmod -R 755 lib32</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Status: OK</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">7) Checked the file that BOE is looking for and it shows as a 64 bit file</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">libclntsh.so.10.1: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">This should be showing as the following as BOE requires 32 bit database drivers</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">libclntsh.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Status: Issue</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"> <img src='http://www.clearcutreports.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> The current issue prohibits the BusinessObjects system from running on the server. Database driver to be setup correctly</div>
<p>So BusinessObjects 3.1 SP2 Edge CMS would not start after an Oracle database driver upgrade to solve an LDAP imcompatibility on a Red hat installation</p>
<p>1) checked the tnsnames.ora</p>
<p>Status: OK</p>
<p>2) Checked my Connectivity through sqlplus</p>
<p>Status: OK</p>
<p>3) Checked the CMS Setup</p>
<p>[bobj@server bobje]$ ./cmsdbsetup.sh</p>
<p>err: ERROR Failed to get cluster name. (STU00165)</p>
<p>err: Error description: Database access error. Reason Loading shared object failed. First tried to load library clntsh and failed because of error: [clntsh: cannot open shared object file: No such file or directory]. Second tried to load library libclntsh.so and failed because of error: [libclntsh.so: wrong ELF class: ELFCLASS64].</p>
<p>4) Checked the LD_LIBRARY_PATH in the profile of the bobj account</p>
<p>drwxr-x&#8212; 58 oracle oinstall 4096 Aug 27 13:51 OraHome10gr2_32bit</p>
<p>$ cd</p>
<p>$ vi .bash_profile</p>
<p>Status: OK</p>
<p>export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:$ORACLE_HOME/lib:</p>
<p>5) Tried changing to 32 bit libary path</p>
<p>export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:$ORACLE_HOME/lib32:</p>
<p>Status: libclntsh.so file was not there</p>
<p>6) Reset the rights for Read and Execute</p>
<p>chmod -R 755 lib32</p>
<p>Status: OK</p>
<p>7) Checked the file that BOE is looking for and it shows as a 64 bit file</p>
<p>libclntsh.so.10.1: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped</p>
<p>This should be showing as the following as BOE requires 32 bit database drivers</p>
<p>libclntsh.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped</p>
<p>Status: Issue</p>
<p> <img src='http://www.clearcutreports.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> The current issue prohibits the BusinessObjects system from running on the server. Database driver to be setup correctly</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Events</title>
		<link>http://www.clearcutreports.com/?p=102</link>
		<comments>http://www.clearcutreports.com/?p=102#comments</comments>
		<pubDate>Mon, 30 Aug 2010 01:07:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[User Groups & Conferences]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=102</guid>
		<description><![CDATA[We are going to host a Fall BI Mixer in Austin in September so we make sure we take care of everyone who has not been able to attend the San Antonio events. Location is going to be USTEL one of the predominent STBOUG members. Date is going to be confirmed. Let me know who [...]]]></description>
			<content:encoded><![CDATA[<p>We are going to host a Fall BI Mixer in Austin in September so we make sure we take care of everyone who has not been able to attend the San Antonio events. Location is going to be USTEL one of the predominent STBOUG members. Date is going to be confirmed. Let me know who can attend</p>
<p>http://www.surveymonkey.com/s/V62YSW</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0812: Working with Auditing Data in the Activity Universe</title>
		<link>http://www.clearcutreports.com/?p=100</link>
		<comments>http://www.clearcutreports.com/?p=100#comments</comments>
		<pubDate>Tue, 10 Aug 2010 04:02:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[XI 3.1]]></category>
		<category><![CDATA[BusinessObjects]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=100</guid>
		<description><![CDATA[earn about how the BusinessObjects auditing framework works
See how the Auditing database and Universe can be extended to answer more questions.

Advanced techniques on exploring system usage to find out what is really going on.]]></description>
			<content:encoded><![CDATA[<p>October 7th &#8211; Will be at ASUG speaking on how there is a wealth of information about your BusinessObjects system that is only available in the Auditing database.    Getting access to these questions (and answers) takes a good understanding of the auditing database and the confidence to extend the activity universe to meet your needs. With some real world examples we will show you how to get the answers to some tough questions.</p>
<p><a href="http://asugew.asug.com/displaymod/detailevent.cfm?conference_id=95&amp;event_id=18468">http://asugew.asug.com/displaymod/detailevent.cfm?conference_id=95&amp;event_id=18468</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-node BOE</title>
		<link>http://www.clearcutreports.com/?p=97</link>
		<comments>http://www.clearcutreports.com/?p=97#comments</comments>
		<pubDate>Sun, 01 Aug 2010 04:22:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[XI 3.1]]></category>
		<category><![CDATA[asug]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=97</guid>
		<description><![CDATA[Had the great opportunity to present a webinar on some of the more complex options when configuring SAP BusinessObjects Enterprise XI 3.1.  The link is here http://jive.asug.com/docs/DOC-25624 if you are an ASUG member.]]></description>
			<content:encoded><![CDATA[<p>Had the great opportunity to present a webinar on some of the more complex options when configuring SAP BusinessObjects Enterprise XI 3.1.  The link is here <a href="http://jive.asug.com/docs/DOC-25624">http://jive.asug.com/docs/DOC-25624</a> if you are an ASUG member.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reminder: Who manages RI in a data mart?</title>
		<link>http://www.clearcutreports.com/?p=92</link>
		<comments>http://www.clearcutreports.com/?p=92#comments</comments>
		<pubDate>Tue, 20 Jul 2010 06:42:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Warehouse]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=92</guid>
		<description><![CDATA[Reviewed the data model and loading today with the DBA.  To explain the reason for not enforcing RI through foreign key constraints ]]></description>
			<content:encoded><![CDATA[<p>Reviewed the data model and loading today with the DBA.  To explain the reason for not enforcing RI through foreign key constraints there are few concepts.(see page 536 of the toolkit book mentioned below for more explanation)</p>
<p>1) This is a read only data mart not an operational system so there are single threaded ETL jobs and read only queries.  The ETL process handles the RI by loading the Dimensions and Facts as part of a single correlated load stream.  This means there are not outside applications adding and removing rows so RI can be maintained by the ETL application logic.</p>
<p>2) We are not rejecting fact records based on their keys.  If keys don’t match an appropriate value in a dimension, then the value is added to the dimension (e.g. new title is added)</p>
<p>3) We are not rejecting dimension records based on their keys.  If keys don’t match the lookup attribute table then the Unknown key is used (i.e. -1)</p>
<p>Example: So if a series of  web sites that have an invalid country code we are still going to load web site attributes into the sites dimension tables,  but we will insert the key for an &#8220;unknown&#8221; country into the country foreign key.</p>
<p>4) We needed to first load a significant amount of data in order to validate that the data model was going to match the proposed model.  We can always add foreign key constraints but since items 2 and 3 handle valid and invalid keys programmatically they constraints would not come into play.</p>
<p>From Oracle: &#8220;Unlike many relational-database environments, data in a data warehouse is typically added and/or modified under very controlled circumstances during the ETT process. Multiple users typically do not update the data warehouse directly; this is considerably different from the usage of a typical operational system. Thus, the specific usage of constraints in a data warehouse may vary considerably from the usage of constraints in operational systems&#8221;</p>
<p>Recommended reading:</p>
<p>Data Modeling Essentials -Graeme Simsion &#8211; ISBN 1-850-32877-3</p>
<p>The Data Warehouse Lifecycle Toolkit &#8211; Ralph Kimball (and others) &#8211; ISBN 0-471-25547-5</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disappointed in boe_reposcan</title>
		<link>http://www.clearcutreports.com/?p=89</link>
		<comments>http://www.clearcutreports.com/?p=89#comments</comments>
		<pubDate>Tue, 22 Jun 2010 06:56:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[XI 3.1]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=89</guid>
		<description><![CDATA[BOE administration scripts , helpful but not awesome.]]></description>
			<content:encoded><![CDATA[<p>After reading the document I thought that it was going to be a cool new tool for disaster recovery.  I thought that boe_reposcan would publish orphaned files left in the file repositories after a database outage.</p>
<p>I event spent the time to update the script syntax and find the proper location to execute the program</p>
<p>./boe_reposcan.sh -dbdriver oracledatabasesubsystem “-connect &#8220;UID=BO_data;PWD=b0_data;DSN=database-server;HOSTNAME=ip-address;PORT=1521” -repair -inputfrsdir &#8220;/usr/apps/bobj/bobje/data/frsinput&#8221; -outputfrsdir &#8220;/user/apps/boj/bobje/data/frsoutput&#8221; -scanfrs</p>
<p>But to no avail.  the program told me that my reports did not synch with the repository but I was on my own to republish them.  After all that work comparing I think a synch option would have been the perfrect match</p>
<p>I will add this as another item for Admin Launch for the future.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">./boe_reposcan.sh -dbdriver oracledatabasesubsystem “-connect</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">UID=BO_NEXUS_data;PWD=b0_nex1s_data;DSN=bradpit;HOSTNAME=bradpit;PORT=1521” -inputfrsdir /usr/wbol/bobj/bobje/data/frsinput -outputfrsdir /user/sbol/boj/bobje/data/frsoutput -scanfrs</div>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=89</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAPPHIRE</title>
		<link>http://www.clearcutreports.com/?p=88</link>
		<comments>http://www.clearcutreports.com/?p=88#comments</comments>
		<pubDate>Sat, 29 May 2010 00:52:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[web intelligence]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=88</guid>
		<description><![CDATA[My Highlights - Met with new product managers of Webi Intelligence and BI On-Demand - Everyone I met had a challenge with BOE that we could assist with - Other BOE parters were ready to talk about collaboration - Got to see my sister who lives nearby - Great feedback at my presentation on Data [...]]]></description>
			<content:encoded><![CDATA[<p>My Highlights<br />
- Met with new product managers of Webi Intelligence and BI On-Demand<br />
- Everyone I met had a challenge with BOE that we could assist with<br />
- Other BOE parters were ready to talk about collaboration<br />
- Got to see my sister who lives nearby<br />
- Great feedback at my presentation on Data Quality</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDoc vs. CallReport</title>
		<link>http://www.clearcutreports.com/?p=81</link>
		<comments>http://www.clearcutreports.com/?p=81#comments</comments>
		<pubDate>Wed, 05 May 2010 17:07:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[Business Objects SDK]]></category>
		<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Report Launch]]></category>
		<category><![CDATA[XI 3.1]]></category>
		<category><![CDATA[web intelligence]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=81</guid>
		<description><![CDATA[We get a lot of question on how Open Document compares to Report Launch. In a conversation with our sales team I tried to summarize the vast differences. Opendoc is a single URL that can only call a single report at a time &#8230;.and for Webi can only return to the viewer or PDF Report [...]]]></description>
			<content:encoded><![CDATA[<p>We get a lot of question on how Open Document compares to Report Launch.  In a conversation with our sales team I tried to summarize the vast differences.   Opendoc is a single URL that  can only call a single report at a time &#8230;.and for Webi can only return to the viewer or PDF</p>
<p>Report Launch’s “call report” is an application that will provide a consistent ways of calling  both Crystal and Web Intelligence reports using single sign on.</p>
<li>On- demand refresh</li>
<li>On demand <strong>scheduling</strong></li>
<li>Report List</li>
<li>Last Scheduled Instance</li>
<li>Last Bursted Instance</li>
<li>List of Historical Scheduled Instances</li>
<li>List of Historical Bursted Instances</li>
<p>It can also support the following formats</p>
<li>PDF</li>
<li>XLS</li>
<li>PPT</li>
<li>CSV</li>
<li>TXT</li>
<li>HTML</li>
<li>XML</li>
<p>These are the basics.  There are also more complex features for complex solutions.</p>
<li>Cached Results</li>
<li>Report Parts by Name</li>
<li>On the fly Dimensional Slicing</li>
<p>- Challenge us with something you need and I can tell you if CallReport already handles that.</p>
<p>Kevin McManus</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April 16th ASUG Meeting</title>
		<link>http://www.clearcutreports.com/?p=80</link>
		<comments>http://www.clearcutreports.com/?p=80#comments</comments>
		<pubDate>Thu, 15 Apr 2010 06:36:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asug]]></category>
		<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=80</guid>
		<description><![CDATA[Busy Spring on tour. I will be speaking a the Dallas / OK ASUG meeting in Plano BusinessObjects Installation Concepts. Address is SMU – Plano Campus 5236 Tennyson Parkway Plano, Texas 75024 9:00 a.m. &#8211; 4:00 p.m. Just spoke at the Central Texas conference in March in San Antonio on Xceslius Project Management and will [...]]]></description>
			<content:encoded><![CDATA[<p>Busy Spring on tour.  I will be speaking a the Dallas / OK ASUG meeting in Plano BusinessObjects Installation Concepts.</p>
<p>Address is<br />
 SMU – Plano Campus<br />
5236 Tennyson Parkway<br />
Plano, Texas 75024<br />
9:00 a.m. &#8211; 4:00 p.m.</p>
<p>Just spoke at the Central Texas conference in March in San Antonio on Xceslius Project Management and will be speaking in May at SAPPHIRE in Orlando on Web Intelligence Data Tracking techniques.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SalesForce integration to BusinessObjects</title>
		<link>http://www.clearcutreports.com/?p=76</link>
		<comments>http://www.clearcutreports.com/?p=76#comments</comments>
		<pubDate>Sat, 27 Mar 2010 04:14:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[McManus]]></category>
		<category><![CDATA[Report Launch]]></category>
		<category><![CDATA[SalesForce.com]]></category>

		<guid isPermaLink="false">http://www.clearcutreports.com/?p=76</guid>
		<description><![CDATA[Its good to see SFDC and SAP playing nice.]]></description>
			<content:encoded><![CDATA[<p>An <a href="http://blogs.zdnet.com/crm/?p=1694&#038;tag=nl.e540">article </a>on cloud to premise integration reminded me of one of my favorite features.  See ZDnet article <a href="http://blogs.zdnet.com/crm/?p=1694&#038;tag=nl.e540">here</a></p>
<p>Its good to see <a href="http://www.salesforce.com">SFDC </a>and SAP playing nice.  Last year we released a connection that links SalesForce to SAP BusinessObjects. This <a href="http://www.reportlaunch.com">reportlaunch</a> is<br />
useful for those <a href="http://www.businessobjects.com">SAP BO</a> customers that need  enterprise reporting embedded into SalesForce.  Hopefully this will be a good trend of cloud to premise connections</p>
<p>Kevin McManus<br />
<a href="http://www.mcmanussoft.com">www.mcmanussoft.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clearcutreports.com/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
