<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Dynamic Database Connection on Report Refresh in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292339#M2625366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add on to the previous post, &lt;/P&gt;&lt;P&gt;you can off course ask a user to log on with a different user if he/she wants to see a different country.&lt;/P&gt;&lt;P&gt;That way you can use the universe restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to bring them all into one database.&lt;/P&gt;&lt;P&gt;I.e. dependent on which country the source database is...&lt;/P&gt;&lt;P&gt;In Oracle you can use a database link to link one oracle database to another.&lt;/P&gt;&lt;P&gt;You can pull in a fixed country name as extra column in all these.&lt;/P&gt;&lt;P&gt;Its also possible to union those tables and have the user select a country in selfrestricting join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure there are similar options for other database platforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Marianne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 17:47:04 GMT</pubDate>
    <dc:creator>MariannevL</dc:creator>
    <dc:date>2010-10-04T17:47:04Z</dc:date>
    <item>
      <title>Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaq-p/7292337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a WEBI Report &amp;amp; Universe, which is duplicated inorder to fetch data from diff database based on each country. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. If i have 3 countries (as databases are diff) for each country i have got specific Report and Universe. Same User can generate the report for diff countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution to have only single report and single Universe for multiple databases? i.e. Can i switch database connection dynamically at report refresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All, the possible solutions are welcome (including SDKs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 10:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaq-p/7292337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292338#M2625365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An option is to use universe restrictions for that. But the database you connect to is defined through the group memebership of the user that is starting the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not fit your use case you have to use an SDK based solution (custom build)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to use the Data Federator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stratos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Efstratios Karaivazoglou on Oct 4, 2010 1:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 11:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292338#M2625365</guid>
      <dc:creator>former_member142702</dc:creator>
      <dc:date>2010-10-04T11:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292339#M2625366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add on to the previous post, &lt;/P&gt;&lt;P&gt;you can off course ask a user to log on with a different user if he/she wants to see a different country.&lt;/P&gt;&lt;P&gt;That way you can use the universe restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to bring them all into one database.&lt;/P&gt;&lt;P&gt;I.e. dependent on which country the source database is...&lt;/P&gt;&lt;P&gt;In Oracle you can use a database link to link one oracle database to another.&lt;/P&gt;&lt;P&gt;You can pull in a fixed country name as extra column in all these.&lt;/P&gt;&lt;P&gt;Its also possible to union those tables and have the user select a country in selfrestricting join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure there are similar options for other database platforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Marianne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 17:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292339#M2625366</guid>
      <dc:creator>MariannevL</dc:creator>
      <dc:date>2010-10-04T17:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292340#M2625367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can implement Row-level security at Universe level, so that User who looged into Infoview and accessing Universe &amp;amp; WebI can see the data as per his/her access rights defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far one can use Universe for one datasource. To implement what you are expecting from BO, to use multiple data providers for single Universe, we have to wait for some time, until next release of BO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, you can use ETL process to get data from multiple data sources and on top of target database you can design your Universe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 20:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292340#M2625367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T20:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292341#M2625368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The product is already avaialable and it's called Data Federator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stratos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 21:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292341#M2625368</guid>
      <dc:creator>former_member142702</dc:creator>
      <dc:date>2010-10-04T21:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292342#M2625369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately these solution doesn't work in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use DB links due to security restrictions in my firm. Nor I can load the data from multiple database to a single DB, and point my universe on that. Single User should be able to generate reports on multiple countries, hence i cannot use Universe restrictions also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, in XI R2 we have seperate Report &amp;amp; Universe for each country. We need a solution as maintenance is a big headache and we are migrating to XI R3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm now left out with SDK, by which i can point Universe to diff database connection on report generation. &lt;U&gt;Please help me with the below queries:-&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Can I use SDK (to reset DB connection), while refreshing Report from InfoView? If so how to call the Program Object from the WebI Report on refresh? &lt;/P&gt;&lt;P&gt;2) If not,  Do I have to go by end to end SDK implementation for Report refresh using SDK?&lt;/P&gt;&lt;P&gt;3) Any idea, when SAP will provide this feature (point Universe to multiple DB)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 02:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292342#M2625369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T02:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292343#M2625370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have no choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answers to your qns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Nope.&lt;/P&gt;&lt;P&gt;2. Nope&lt;/P&gt;&lt;P&gt;3. After couple of months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now, i can suggest the same. Implementing &lt;STRONG&gt;Row-level security&lt;/STRONG&gt; at Universe level and &lt;STRONG&gt;Prompts&lt;/STRONG&gt; (Predefined filters) for User and Country. which reduces maintanace effort and User will get a flexibility to choose Country what he/she needs to see the data Or create Prompts at query/report level, And at the same time he/she can save the Reports to Excel/PDF for analysis as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 03:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292343#M2625370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T03:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292344#M2625371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reponse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi BOCP-BOE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same user can generate the report for various countries (diff universe &amp;amp; diff databases).  Hence can you please elaborate on&lt;/P&gt;&lt;P&gt;how to implement,  &lt;STRONG&gt;Row-level security&lt;/STRONG&gt; at Universe level and &lt;STRONG&gt;Prompts&lt;/STRONG&gt; (Predefined filters) for User and Country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 03:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292344#M2625371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-06T03:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292345#M2625372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use @Variable(BOUSER/BOPASSWORD) , to validate whether User has access to Universe or nor and at the same time how much rights he/she has to retrieve or see the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Filter icon at Universe to create Prompt Filter for the same and apply it on Universe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have , User table and Country table, join them based on fields you have to validate whether the User is member of that Country or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 05:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292345#M2625372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-06T05:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292346#M2625373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But this solution will work, only if data resides in single database. Please correct if i'm wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, there exists different database for each country.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 06:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292346#M2625373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-06T06:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292347#M2625374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do the same stuff available options are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Introducing ETL&lt;/P&gt;&lt;P&gt;2. Waiting for BO XI4.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which we can't solves our problem as of now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;gt;  &lt;STRONG&gt;Using Multiproviders for Reporting&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;gt; As I told you in my prior posts, implement Filter(Prompt) for all Universes what you have, it may be on top of Oracle or SQL Server or DB2 or any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;gt; In Query panel, Use all dataproviders to get Report data. Here, it will Prompt for each Universe COZ you have applied for all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;gt; As you need single Report, Develop it based on Requirements spec and to accomplish it, you have to use "&lt;STRONG&gt;Merge Dimensions&lt;/STRONG&gt;" to see summerized data that is coming from multiple dataproviders or DB's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;gt; If User is having valid rights then he/she can able to get data for the Countries. Otherwise he/she can see data only for which DB/DP he/she has access rights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you got my logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 08:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292347#M2625374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-06T08:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292348#M2625375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Data Federator, include in it tables from all related databases and use in your universe the @variable('BOUSER') and/or the prompt() commands in order to retrieve the data from the appropriate table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federation will be part of the generic universe functionality in BO XI 4.0 still I am not sure if the functionality you require will be covered. As far as I know there ill be also an XI 4.0 version for the Data Federator product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stratos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Efstratios Karaivazoglou on Oct 6, 2010 11:36 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Efstratios Karaivazoglou on Oct 6, 2010 11:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 21:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292348#M2625375</guid>
      <dc:creator>former_member142702</dc:creator>
      <dc:date>2010-10-06T21:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292349#M2625376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all. &lt;/P&gt;&lt;P&gt;I'm checking the solution with Data Federator and custom SDK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 02:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292349#M2625376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-07T02:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292350#M2625377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try what I suggested?? It should work.&lt;/P&gt;&lt;P&gt;Let me know if you have any concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank YOu!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 02:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292350#M2625377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-07T02:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Database Connection on Report Refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292351#M2625378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you find any solution on Dynamic connection from WEBI to Universe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find please share, I am also same area working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 20:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-database-connection-on-report-refresh/qaa-p/7292351#M2625378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T20:43:05Z</dc:date>
    </item>
  </channel>
</rss>

