<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>BMC Communities: Message List - BSM ITSM7 Universe multitenancy</title>
    <link>http://communities.bmc.com/communities/community/bmcdn/bmc_atrium_and_foundation_technologies/bsm_dashboards_and_analytics?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Mon, 13 Apr 2009 21:18:13 GMT</pubDate>
    <generator>Clearspace 2.5.15 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-04-13T21:18:13Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: BSM ITSM7 Universe multitenancy</title>
      <link>http://communities.bmc.com/communities/message/94756?tstart=0#94756</link>
      <description>&lt;!-- [DocumentBodyStart:20538b59-487e-4b3b-838a-1adb9f4ba733] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;ps&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the enhancement I was looking for was to change&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;WHERE&amp;#160; REMEDY_LOGIN_ID = @VARIABLE('BOUSER')&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;to&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;WHERE&amp;#160; UPPER(REMEDY_LOGIN_ID) = UPPER(@VARIABLE('BOUSER'))&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;R&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20538b59-487e-4b3b-838a-1adb9f4ba733] --&gt;</description>
      <pubDate>Mon, 13 Apr 2009 21:18:13 GMT</pubDate>
      <author>forums@developer.bmc.com</author>
      <guid>http://communities.bmc.com/communities/message/94756?tstart=0#94756</guid>
      <dc:date>2009-04-13T21:18:13Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: BSM ITSM7 Universe multitenancy</title>
      <link>http://communities.bmc.com/communities/message/94755?tstart=0#94755</link>
      <description>&lt;!-- [DocumentBodyStart:d9485b0a-6bb6-47f9-8b60-5b6aaa80a94c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Matt et al,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The SQL for the multi-tenacy support is stashed in the derived tables in the Universe definition e.g. HPD_HELP_DESK&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SELECT *&lt;br/&gt;FROM&amp;#160;&amp;#160; HPD_HELP_DESK&lt;br/&gt;WHERE&amp;#160; HPD_HELP_DESK.CONTACT_COMPANY IN (SELECT DISTINCT COMPANY&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; FROM&amp;#160;&amp;#160; CTM_PEOPLE_PERMISSION_GROUPS&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WHERE&amp;#160; REMEDY_LOGIN_ID = @VARIABLE('BOUSER')&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; AND COMPANY IS NOT NULL&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; UNION &lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SELECT DISTINCT COMPANY&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; FROM&amp;#160;&amp;#160; CTM_PEOPLE_ORGANIZATION&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WHERE&amp;#160; (SELECT 1&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; FROM&amp;#160;&amp;#160; CTM_PEOPLE_PERMISSION_GROUPS&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WHERE&amp;#160; REMEDY_LOGIN_ID = @VARIABLE('BOUSER')&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; AND PERMISSION_GROUP = 'Unrestricted Access') = 1&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; AND COMPANY IS NOT NULL)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I found this when trying to resolve a case mismatch problem between REMEDY_LOGIN_ID and @VARIABLE('BOUSER')&lt;/p&gt;&lt;p&gt;It turns out that there is a significant number of these derived tables so it isn't practical to modify them all as upgrading the Universe (2.5.0.1 is now available) will remove all of your customizations&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would suggest that this multi-tenancy code should exist in a single derived table, that is used throughout the Universe so only one place needs to be customized&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Roger&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d9485b0a-6bb6-47f9-8b60-5b6aaa80a94c] --&gt;</description>
      <pubDate>Mon, 13 Apr 2009 21:16:55 GMT</pubDate>
      <author>forums@developer.bmc.com</author>
      <guid>http://communities.bmc.com/communities/message/94755?tstart=0#94755</guid>
      <dc:date>2009-04-13T21:16:55Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: BSM ITSM7 Universe multitenancy</title>
      <link>http://communities.bmc.com/communities/message/94680?tstart=0#94680</link>
      <description>&lt;!-- [DocumentBodyStart:cef3ca25-dfbf-48e0-b89e-df3f2a69cba6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Assumed Answered&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cef3ca25-dfbf-48e0-b89e-df3f2a69cba6] --&gt;</description>
      <pubDate>Fri, 10 Apr 2009 13:50:27 GMT</pubDate>
      <author>matthieu_laurenceau@yahoo.com</author>
      <guid>http://communities.bmc.com/communities/message/94680?tstart=0#94680</guid>
      <dc:date>2009-04-10T13:50:27Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>BSM ITSM7 Universe multitenancy</title>
      <link>http://communities.bmc.com/communities/message/83928?tstart=0#83928</link>
      <description>&lt;!-- [DocumentBodyStart:21aa1502-792b-4757-8b0c-ac8e88c1c238] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span&gt;On page 19/20 of the BMC Analytics for BSM 2.0 Administrator's Guide&amp;#160; is the description of how the multitenancy is done.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;On page 20 it shows the SQL for creating the derived table. This shows that it is based on CONTACT_COMPANY.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I can't find a 2.5 Admin Guide, but testing shows that it now correctly uses the CUSTOMER_COMPANY.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;However, as it happens, that is not the company field that is most appropriate for us.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;It is the correct one for multitenancy in an outsourcing context,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;therefore correct for what the ITSM model was based on.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;How do we get to this SQL statement so we can modify it to use the Assigned Group company?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;(or anything else we desire really).&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;As an aside, I am having a lot of trouble finding easily how to do things in the Analytics system when you&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;don't know Business Objects, i.e. when you are from the BSM ITSM world. There is information on how&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;to do reporting etc. but not for permissions etc. Might be a useful extra guide or chapter.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;thanks ... Daniel&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;p.s. but yes, I do have it installed and working, very powerful tool indeed&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:21aa1502-792b-4757-8b0c-ac8e88c1c238] --&gt;</description>
      <pubDate>Wed, 19 Nov 2008 17:27:37 GMT</pubDate>
      <author>forums@developer.bmc.com</author>
      <guid>http://communities.bmc.com/communities/message/83928?tstart=0#83928</guid>
      <dc:date>2008-11-19T17:27:37Z</dc:date>
      <clearspace:dateToText>8 months, 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: BSM ITSM7 Universe multitenancy</title>
      <link>http://communities.bmc.com/communities/message/85339?tstart=0#85339</link>
      <description>&lt;!-- [DocumentBodyStart:6c8f3828-2140-49e7-bbec-02f9140b59bc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;my &lt;strong&gt;official advice&lt;/strong&gt; for you is NOT to try and customize the SQL query.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;multi-tenancy is a fundamental concept of BSM.&lt;/p&gt;&lt;p&gt;With ITSM 7.0.x, it leverages the company field.&lt;/p&gt;&lt;p&gt;In the next releases of ITSM, this concept will be more and more flexible, and Analytics will evolve to leverage these changes.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;take-aways&lt;/span&gt;:&lt;/p&gt;&lt;p&gt;- everytime you upgrade ITSM and/or Analytics, any customization you've done will have to be QA'ed / redone for non-regression.&lt;/p&gt;&lt;p&gt;- it may be easier for you to &lt;strong&gt;change your foundation data&lt;/strong&gt; so that it matches semantics of ITSM (but it sure depends on your implementation (production status, etc)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That being said, if somebody can find the SQL-tweak (I can't, but will ask around in R&amp;amp;D), it may be an ok answer for you in the short term.&lt;/p&gt;&lt;p&gt;In the mid-term/long-term, it will be far easier for you if you follow the semantics of the Product.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c8f3828-2140-49e7-bbec-02f9140b59bc] --&gt;</description>
      <pubDate>Tue, 16 Dec 2008 10:05:29 GMT</pubDate>
      <author>matthieu_laurenceau@yahoo.com</author>
      <guid>http://communities.bmc.com/communities/message/85339?tstart=0#85339</guid>
      <dc:date>2008-12-16T10:05:29Z</dc:date>
      <clearspace:dateToText>11 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: BSM ITSM7 Universe multitenancy</title>
      <link>http://communities.bmc.com/communities/message/84685?tstart=0#84685</link>
      <description>&lt;!-- [DocumentBodyStart:457788ed-b223-4cf5-a4c8-ec61f27c7e1b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;span&gt;We would like to modify the SQL that is added to all queries (that tries to create multitenancy in Analytics), but so far&amp;nbsp; I haven't been able to find where it is. Yes, I can modify the SQL for each report, but I would prefer to find what automatically adds it and modify it.&lt;/span&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:457788ed-b223-4cf5-a4c8-ec61f27c7e1b] --&gt;</description>
      <pubDate>Wed, 03 Dec 2008 20:45:52 GMT</pubDate>
      <author>forums@developer.bmc.com</author>
      <guid>http://communities.bmc.com/communities/message/84685?tstart=0#84685</guid>
      <dc:date>2008-12-03T20:45:52Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: BSM ITSM7 Universe multitenancy</title>
      <link>http://communities.bmc.com/communities/message/83943?tstart=0#83943</link>
      <description>&lt;!-- [DocumentBodyStart:e5b24204-c6a8-411c-a0fb-ca5746ae3c5d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Thanks for the response.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have discovered that the permissions and which field is stranger than we thought so once I tallk to the technical folks there may be more clarifications needed.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e5b24204-c6a8-411c-a0fb-ca5746ae3c5d] --&gt;</description>
      <pubDate>Wed, 19 Nov 2008 19:56:55 GMT</pubDate>
      <author>forums@developer.bmc.com</author>
      <guid>http://communities.bmc.com/communities/message/83943?tstart=0#83943</guid>
      <dc:date>2008-11-19T19:56:55Z</dc:date>
      <clearspace:dateToText>1 year, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: BSM ITSM7 Universe multitenancy</title>
      <link>http://communities.bmc.com/communities/message/83942?tstart=0#83942</link>
      <description>&lt;!-- [DocumentBodyStart:20cf8a0b-4ac2-418d-9f67-17cb1dac25ed] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello Daniel:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm not able to address your issue about the company field, as I'm the technical writer assigned to this product, but I am able to respond to your comments about the documentation.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You are correct in that there is no administrator's guide for version 2.5, as there is now an installation guide, a user guide, and a reference guide. The information to which you are referring is now in the installation guide, in Appendix B, "Troubleshooting". Unfortunately, it still mentions Contact_Company instead of Customer_Company. I'll submit a defect for this and make sure that it is updated in the next release of the doc.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In reference to your comment about the Business Objects information, we've tried to minimize the amount of BusinessObjects information that is duplicated within the BMC Analytics for BSM product documentation. For the 2.5 release, we now post the Business Objects documentation on the BMC Analytics for BSM customer support page, for easier reference. However, I will bring up the permissions question to the team to see how we can better address this in the next release.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I appreciate any comments you have on the user documentation. Thank you for bringing these specific items to my attention.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mary Gwynne&amp;nbsp; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20cf8a0b-4ac2-418d-9f67-17cb1dac25ed] --&gt;</description>
      <pubDate>Wed, 19 Nov 2008 19:53:16 GMT</pubDate>
      <author>forums@developer.bmc.com</author>
      <guid>http://communities.bmc.com/communities/message/83942?tstart=0#83942</guid>
      <dc:date>2008-11-19T19:53:16Z</dc:date>
      <clearspace:dateToText>1 year, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
  </channel>
</rss>

