<?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: A Favorite from Query Builder &#8211; Active User List</title>
	<atom:link href="http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/</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: Julian</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2304</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2304</guid>
		<description>Hi Prem, it is possible that at any given patch level the internal functions that update this field may not be working correctly.  You are correct to assume that a null value should mean that the user has never logged in.  I suggest you test a few of those users by logging in as them and then rechecking their SI_LASTLOGONTIME.  However, even if you see it correctly update this doesn&#039;t mean that it was functioning correctly in the past.

Another way to look at this would be to have some basic auditing (logon, refresh, view) enabled.  Auditing is outside of Query Builder, but you could simply query our auditing tables for ANY records for users you suspect.  In fact, if you have a complete list of BusinessObjects users you could query the Auditing Tables (Audit_Event is really the only one you would need for this query) against your list of users and return all users that have no auditing records.  These would be the users that have not logged in to the system (since the table was last purged).</description>
		<content:encoded><![CDATA[<p>Hi Prem, it is possible that at any given patch level the internal functions that update this field may not be working correctly.  You are correct to assume that a null value should mean that the user has never logged in.  I suggest you test a few of those users by logging in as them and then rechecking their SI_LASTLOGONTIME.  However, even if you see it correctly update this doesn&#8217;t mean that it was functioning correctly in the past.</p>
<p>Another way to look at this would be to have some basic auditing (logon, refresh, view) enabled.  Auditing is outside of Query Builder, but you could simply query our auditing tables for ANY records for users you suspect.  In fact, if you have a complete list of BusinessObjects users you could query the Auditing Tables (Audit_Event is really the only one you would need for this query) against your list of users and return all users that have no auditing records.  These would be the users that have not logged in to the system (since the table was last purged).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prem</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2303</link>
		<dc:creator>prem</dc:creator>
		<pubDate>Tue, 07 Feb 2012 09:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2303</guid>
		<description>Hi,

I don not know whether it is correct to ask here or not.

When I run a query in query builder I came to know some users SI_LASTLOGONTIME is null.

is it really true? or I need to try it any other way to get the users last login time.

Query: select si_name from CI-sysobjects where SI_lastlogontime = null

I got some user names for that query.

Actually I am sure that those users had logeed into BO environment at some point

can you help me regarding why I am not able to get those users last login time.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I don not know whether it is correct to ask here or not.</p>
<p>When I run a query in query builder I came to know some users SI_LASTLOGONTIME is null.</p>
<p>is it really true? or I need to try it any other way to get the users last login time.</p>
<p>Query: select si_name from CI-sysobjects where SI_lastlogontime = null</p>
<p>I got some user names for that query.</p>
<p>Actually I am sure that those users had logeed into BO environment at some point</p>
<p>can you help me regarding why I am not able to get those users last login time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hrithik</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2173</link>
		<dc:creator>Hrithik</dc:creator>
		<pubDate>Tue, 29 Nov 2011 03:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2173</guid>
		<description>Hi,

This is my first comment on your blog!! I am very new to this BO tech and I hav been visiting your blog quite frequently. Its really good. 

I need to find out which user has modified the report. In CMC, we can just see the modified date. Is it possible using Query builder? If not, is there any other way we can get this info?

Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is my first comment on your blog!! I am very new to this BO tech and I hav been visiting your blog quite frequently. Its really good. </p>
<p>I need to find out which user has modified the report. In CMC, we can just see the modified date. Is it possible using Query builder? If not, is there any other way we can get this info?</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2125</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 27 Oct 2011 09:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2125</guid>
		<description>Hi Julian,

One question regarding Query Builder: Would it be possible to extract the WebI reports that users have access to?

Cheers,
John</description>
		<content:encoded><![CDATA[<p>Hi Julian,</p>
<p>One question regarding Query Builder: Would it be possible to extract the WebI reports that users have access to?</p>
<p>Cheers,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2093</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Mon, 10 Oct 2011 06:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2093</guid>
		<description>Thanks Julian to clarify that required data targets can not be met with query builder in this case. Also thanks for sharing available relationships (from query builder guide).

I&#039;ll have to check now if I can get this info using audit database.

-Chandra</description>
		<content:encoded><![CDATA[<p>Thanks Julian to clarify that required data targets can not be met with query builder in this case. Also thanks for sharing available relationships (from query builder guide).</p>
<p>I&#8217;ll have to check now if I can get this info using audit database.</p>
<p>-Chandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2088</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Fri, 07 Oct 2011 11:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2088</guid>
		<description>Sorry Chandra, I don&#039;t think it is possible in this case.  The only syntax/function that can provide this is relationship queries, but I don&#039;t see a standard relationship that fits your data targets:
Available Relationship (from the &lt;a href=&quot;http://www.businessobjectstips.com/business-objects-xi-query-builder-guide/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Query builder guide&lt;/A&gt;):
Folder Hierarchy
UserGroup-Folder
ServerGroup-Server
Category-Document
DataConnection-Universe
Profile-Principal
Webi-Universe
User-Favorites
User-Inbox
Universe-UserGroup
UserGroup-User</description>
		<content:encoded><![CDATA[<p>Sorry Chandra, I don&#8217;t think it is possible in this case.  The only syntax/function that can provide this is relationship queries, but I don&#8217;t see a standard relationship that fits your data targets:<br />
Available Relationship (from the <a href="http://www.businessobjectstips.com/business-objects-xi-query-builder-guide/" target="_blank" rel="nofollow">Query builder guide</a>):<br />
Folder Hierarchy<br />
UserGroup-Folder<br />
ServerGroup-Server<br />
Category-Document<br />
DataConnection-Universe<br />
Profile-Principal<br />
Webi-Universe<br />
User-Favorites<br />
User-Inbox<br />
Universe-UserGroup<br />
UserGroup-User</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2082</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Thu, 06 Oct 2011 13:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2082</guid>
		<description>Hi Julian,

Thanks for the reply!
I already tried queries similar to suggested one, but the problem is in the output it gives everything in terms of ID instead of their description. For example if I have a schedule to be run for Grp1,Grp2 based on calendar Cal1 ,it will show me ids for Grp1 ,Grp2 and Cal1 under field &quot;SI_MULTIPASS&quot; and &quot;SI_CALENDAR_TEMPLATE_ID&quot; respectively.

Information in this format is difficult to interpret.
Is there a way to get description of groups or calendars instead of their ids.

-Chandra</description>
		<content:encoded><![CDATA[<p>Hi Julian,</p>
<p>Thanks for the reply!<br />
I already tried queries similar to suggested one, but the problem is in the output it gives everything in terms of ID instead of their description. For example if I have a schedule to be run for Grp1,Grp2 based on calendar Cal1 ,it will show me ids for Grp1 ,Grp2 and Cal1 under field &#8220;SI_MULTIPASS&#8221; and &#8220;SI_CALENDAR_TEMPLATE_ID&#8221; respectively.</p>
<p>Information in this format is difficult to interpret.<br />
Is there a way to get description of groups or calendars instead of their ids.</p>
<p>-Chandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2081</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Thu, 06 Oct 2011 10:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2081</guid>
		<description>Hi Chandra, the following query is a good start, but you will probably want to refine its select clause so that it only returns the fields you care to see:

&lt;code&gt;
SELECT
 *
FROM
 ci_InfoObjects
WHERE
 si_instance = 1 AND
 si_recurring = 1
&lt;/code&gt;

You could also further refine this by appending the document type, such as &quot;si_kind = &#039;WebI&#039;; however, your schedules may have various document types which could be excluded.  Please share your final query when you can.</description>
		<content:encoded><![CDATA[<p>Hi Chandra, the following query is a good start, but you will probably want to refine its select clause so that it only returns the fields you care to see:</p>
<p><code><br />
SELECT<br />
 *<br />
FROM<br />
 ci_InfoObjects<br />
WHERE<br />
 si_instance = 1 AND<br />
 si_recurring = 1<br />
</code></p>
<p>You could also further refine this by appending the document type, such as &#8220;si_kind = &#8216;WebI&#8217;; however, your schedules may have various document types which could be excluded.  Please share your final query when you can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2078</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Mon, 03 Oct 2011 13:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2078</guid>
		<description>Hi Julian,

We have a requirement to validate the definition of schedules (in terms of their recurrence, target user-group etc.) against the definition submitted by business. 

Since there are too many (around 120) schedules in the system it would take lot of time to verify each schedule through instance manager. Moreover we have to generate a report from system which will serve as a proof that schedules have been defined as per the requests submitted. 

Could you please suggest any query that can provide the information about the schedules created in system.

Thanks,
Chandra</description>
		<content:encoded><![CDATA[<p>Hi Julian,</p>
<p>We have a requirement to validate the definition of schedules (in terms of their recurrence, target user-group etc.) against the definition submitted by business. </p>
<p>Since there are too many (around 120) schedules in the system it would take lot of time to verify each schedule through instance manager. Moreover we have to generate a report from system which will serve as a proof that schedules have been defined as per the requests submitted. </p>
<p>Could you please suggest any query that can provide the information about the schedules created in system.</p>
<p>Thanks,<br />
Chandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/comment-page-1/#comment-2037</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Fri, 02 Sep 2011 09:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=291#comment-2037</guid>
		<description>Thanks Julian, the query given by you really helped with slight modification in syntax.

I used term created/logged in because in our system we have users from SAP system as well which we don&#039;t create.
 
These users get created automatically in the system with their first login.

So the idea was to get count of users created(enterprise user) or logged in (SAP users)in a particular year.

Now, here is the query I am using to get this number:

SELECT COUNT(SI_ID) FROM CI_SYSTEMOBJECTS
WHERE SI_KIND=&#039;User&#039; and SI_CREATION_TIME &gt;= &#039;2010-01-01-00-00&#039; and SI_CREATION_TIME &lt; &#039;2011-01-01-00-00&#039;

Thanks again!

-Chandra</description>
		<content:encoded><![CDATA[<p>Thanks Julian, the query given by you really helped with slight modification in syntax.</p>
<p>I used term created/logged in because in our system we have users from SAP system as well which we don&#8217;t create.</p>
<p>These users get created automatically in the system with their first login.</p>
<p>So the idea was to get count of users created(enterprise user) or logged in (SAP users)in a particular year.</p>
<p>Now, here is the query I am using to get this number:</p>
<p>SELECT COUNT(SI_ID) FROM CI_SYSTEMOBJECTS<br />
WHERE SI_KIND=&#8217;User&#8217; and SI_CREATION_TIME &gt;= &#8217;2010-01-01-00-00&#8242; and SI_CREATION_TIME &lt; &#039;2011-01-01-00-00&#039;</p>
<p>Thanks again!</p>
<p>-Chandra</p>
]]></content:encoded>
	</item>
</channel>
</rss>

