<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: New Query Builder Guide Version Published &#8211; Includes XI 3.x Updates and Relationship Functions</title>
	<atom:link href="http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/</link>
	<description>Business Objects tips, tricks, articles, blog, guides...</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:04:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Jean-Luc</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-2124</link>
		<dc:creator>Jean-Luc</dc:creator>
		<pubDate>Thu, 27 Oct 2011 08:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-2124</guid>
		<description>Hi Julian,

sorry for my late answer. I fear it is exactly as you mention it: When you have a recurring instance that waits for an event the event-id is stored in the SI_DEPENDENCIES-property. I was not able to find a way to filter on the listed event-ids in this property(-bag). Do you know a technique to manage this?

Thank you and best regards

Jean-Luc</description>
		<content:encoded><![CDATA[<p>Hi Julian,</p>
<p>sorry for my late answer. I fear it is exactly as you mention it: When you have a recurring instance that waits for an event the event-id is stored in the SI_DEPENDENCIES-property. I was not able to find a way to filter on the listed event-ids in this property(-bag). Do you know a technique to manage this?</p>
<p>Thank you and best regards</p>
<p>Jean-Luc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-2058</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 20 Sep 2011 11:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-2058</guid>
		<description>Hi Jean-Luc, can you tell us which property you are looking at to visually identify the event ID?  I suspect that it may be in a property bag, and as a result there is no way to filter on it using Query Builder.</description>
		<content:encoded><![CDATA[<p>Hi Jean-Luc, can you tell us which property you are looking at to visually identify the event ID?  I suspect that it may be in a property bag, and as a result there is no way to filter on it using Query Builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Luc</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-2054</link>
		<dc:creator>Jean-Luc</dc:creator>
		<pubDate>Fri, 16 Sep 2011 10:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-2054</guid>
		<description>Hi Julian,

I&#039;m searching a way to list all schedulings waiting for a certain event. One way is to list all recurring instances via 

SELECT * FROM CI_INFOOBJECTS WHERE SI_INSTANCE != 0 AND SI_RECURRING = 1

and search the event id with the web browser.

Of course this is not the smart solution I&#039;m looking for but I couldn&#039;t find a way to pre-select a certain event id in the query.

Do you know a way to get this information or is this not possible?

Thanks a lot

Jean-Luc</description>
		<content:encoded><![CDATA[<p>Hi Julian,</p>
<p>I&#8217;m searching a way to list all schedulings waiting for a certain event. One way is to list all recurring instances via </p>
<p>SELECT * FROM CI_INFOOBJECTS WHERE SI_INSTANCE != 0 AND SI_RECURRING = 1</p>
<p>and search the event id with the web browser.</p>
<p>Of course this is not the smart solution I&#8217;m looking for but I couldn&#8217;t find a way to pre-select a certain event id in the query.</p>
<p>Do you know a way to get this information or is this not possible?</p>
<p>Thanks a lot</p>
<p>Jean-Luc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-1854</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Fri, 03 Jun 2011 00:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-1854</guid>
		<description>Hi John, 
On a server where you have the full server install you should be able to run the following command to deploy AdminTools to Tomcat:
&lt;code&gt;
&lt;install_directory&gt;/deployment/wdeploy.sh tomcat55 -DAPP AdminTools deploy
&lt;/code&gt;

The above is for Unix/Linux, but it will work for Business Objects on Windows as well, just it will be &quot;&lt;code&gt;wdeploy.bat&lt;/code&gt;&quot;.  If you want to know more you will want to look at the published Business Objects document &quot;Web Application Deployment Guide&quot;.</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
On a server where you have the full server install you should be able to run the following command to deploy AdminTools to Tomcat:<br />
<code><br />
<install_directory>/deployment/wdeploy.sh tomcat55 -DAPP AdminTools deploy<br />
</install_directory></code></p>
<p>The above is for Unix/Linux, but it will work for Business Objects on Windows as well, just it will be &#8220;<code>wdeploy.bat</code>&#8220;.  If you want to know more you will want to look at the published Business Objects document &#8220;Web Application Deployment Guide&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-1849</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 02 Jun 2011 13:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-1849</guid>
		<description>Hi,

Can you provide any feedback on how to deploy AdminTools if it is not deployed?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you provide any feedback on how to deploy AdminTools if it is not deployed?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-1600</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Mon, 24 Jan 2011 13:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-1600</guid>
		<description>Hi Sheshu, Querying objects and application security is the &quot;Holy Grail&quot; on Query Builder.  Honestly developing the query has become so complex that I have abandoned is and reverted to CMC or Security Viewer when I needed this information.  If I learn anything new on this I will be sure to write a new article on the topic.</description>
		<content:encoded><![CDATA[<p>Hi Sheshu, Querying objects and application security is the &#8220;Holy Grail&#8221; on Query Builder.  Honestly developing the query has become so complex that I have abandoned is and reverted to CMC or Security Viewer when I needed this information.  If I learn anything new on this I will be sure to write a new article on the topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seshu</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-1598</link>
		<dc:creator>seshu</dc:creator>
		<pubDate>Mon, 24 Jan 2011 10:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-1598</guid>
		<description>Hi Julian,

I am trying to find what type of user entitlement on each applcation/folder. Example:
User-X WebIntelligence -No Access, User-Y Designer Full Control.something like this,could you please hint me with sample queries.

Thanks
Sheshu</description>
		<content:encoded><![CDATA[<p>Hi Julian,</p>
<p>I am trying to find what type of user entitlement on each applcation/folder. Example:<br />
User-X WebIntelligence -No Access, User-Y Designer Full Control.something like this,could you please hint me with sample queries.</p>
<p>Thanks<br />
Sheshu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: learner57</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-1364</link>
		<dc:creator>learner57</dc:creator>
		<pubDate>Tue, 14 Dec 2010 18:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-1364</guid>
		<description>BusinessObjects Enterprise SDK - Relationship Queries

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11238

Enjoy....

Learner57</description>
		<content:encoded><![CDATA[<p>BusinessObjects Enterprise SDK &#8211; Relationship Queries</p>
<p><a href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11238" rel="nofollow">http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11238</a></p>
<p>Enjoy&#8230;.</p>
<p>Learner57</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-1330</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Thu, 09 Dec 2010 01:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-1330</guid>
		<description>Hi Ajay, I can tell that you are already quite well oriented to the data model from your statements.  The trouble is just as you state.  Those data elements are in two different logical tables.  To make matters worse the Query language does not just open joining.  Honestly, I think that most people accomplish what you are asking through the SDK.  There you can query your different data elements and use logic to combine them as well.  What you seek should be easier to obtain, but it is really quite difficult.</description>
		<content:encoded><![CDATA[<p>Hi Ajay, I can tell that you are already quite well oriented to the data model from your statements.  The trouble is just as you state.  Those data elements are in two different logical tables.  To make matters worse the Query language does not just open joining.  Honestly, I think that most people accomplish what you are asking through the SDK.  There you can query your different data elements and use logic to combine them as well.  What you seek should be easier to obtain, but it is really quite difficult.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Gupta</title>
		<link>http://www.businessobjectstips.com/blog/new-query-builder-guide-version-published-includes-xi-3-x-updates-and-relationship-functions/comment-page-1/#comment-1328</link>
		<dc:creator>Ajay Gupta</dc:creator>
		<pubDate>Tue, 07 Dec 2010 17:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=795#comment-1328</guid>
		<description>Julian,
  
    I needed to find out what query I can use to find out what Universes users have access to.  Is this possible ?  I know one data is is within &quot;CI_SYSTEMOBJECTS&quot; and other is within &quot;CI_APPOBJECTS&quot; but I do I know how to link them.

Thanks Kindly,

Ajay Gupta
SaiCom Consulting Inc,
Your Canadian Connection</description>
		<content:encoded><![CDATA[<p>Julian,</p>
<p>    I needed to find out what query I can use to find out what Universes users have access to.  Is this possible ?  I know one data is is within &#8220;CI_SYSTEMOBJECTS&#8221; and other is within &#8220;CI_APPOBJECTS&#8221; but I do I know how to link them.</p>
<p>Thanks Kindly,</p>
<p>Ajay Gupta<br />
SaiCom Consulting Inc,<br />
Your Canadian Connection</p>
]]></content:encoded>
	</item>
</channel>
</rss>

