<?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: insufficient privilege: search table error:  Authorization failed in Calculation Engine. in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaa-p/12257578#M4590697</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We found a solution to our problem. We realize that the user connecting to the database was incorrect.&lt;/P&gt;&lt;P&gt;We identified it&lt;STRONG&gt; &lt;/STRONG&gt;with the SQL statement &lt;STRONG&gt;CURRENT_USER &lt;/STRONG&gt;but realize we should have checked the &lt;STRONG&gt;SESSION_USER&lt;/STRONG&gt;. I'm still not sure about the difference and, in other system we worked on, the two were the same user, but not in this scenario.&lt;/P&gt;&lt;P&gt;Once we gave the correct role to the user the issue was resolved.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Wed, 29 Sep 2021 16:08:42 GMT</pubDate>
    <dc:creator>Tommaso</dc:creator>
    <dc:date>2021-09-29T16:08:42Z</dc:date>
    <item>
      <title>insufficient privilege: search table error:  Authorization failed in Calculation Engine.</title>
      <link>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaq-p/12257575</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
  &lt;P&gt;We have created a source system (ODP - SAP HANA Information Views) in quality BW system(7.5 on HANA).&lt;/P&gt;
  &lt;P&gt;And when we execute the infopackage to read the data from HANA view as a source through the ODP source system, it always throws error:&lt;/P&gt;
  &lt;H3&gt;insufficient privilege: search table error: [2950] exception 306003: Authorization failed in Calculation Engine. User is not authorized to 'SELECT'&lt;/H3&gt;
  &lt;UL&gt; 
   &lt;LI&gt;We are aware that what privileges to be assigned and we are able to run in dev system.&lt;/LI&gt; 
   &lt;LI&gt;We also tried to trace the user authorization but no log generated.&lt;/LI&gt; 
  &lt;/UL&gt;
  &lt;P&gt;&lt;U&gt;Here is the Flow:&lt;/U&gt;&lt;/P&gt;
  &lt;P&gt;1:Created RFC HANA_XYZ&lt;/P&gt;
  &lt;P&gt;2:Maintained user, which also has corresponding DB user (with the same user view can be executed in the HANA studio)&lt;/P&gt;
  &lt;P&gt;3:Maintained the source system &lt;/P&gt;
  &lt;P&gt;4:Tested the connection&lt;/P&gt;
  &lt;P&gt;5: After TR transport all the Data sources replicated successfully.&lt;/P&gt;
  &lt;P&gt;6: When execute the infopackage, it throws error.&lt;/P&gt;
  &lt;P&gt;am I missing any configuration?&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 06:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaq-p/12257575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-11-02T06:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient privilege: search table error:  Authorization failed in Calculation Engine.</title>
      <link>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaa-p/12257576#M4590695</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you find a solution? Can you share it?&lt;/P&gt;&lt;P&gt;I'm facing the exact same problem.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 15:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaa-p/12257576#M4590695</guid>
      <dc:creator>Tommaso</dc:creator>
      <dc:date>2021-09-01T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient privilege: search table error:  Authorization failed in Calculation Engine.</title>
      <link>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaa-p/12257577#M4590696</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I am also facing the same issue.&lt;/P&gt;&lt;P&gt;Could you share how to solve it?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 15:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaa-p/12257577#M4590696</guid>
      <dc:creator>yoona_kim</dc:creator>
      <dc:date>2021-09-29T15:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient privilege: search table error:  Authorization failed in Calculation Engine.</title>
      <link>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaa-p/12257578#M4590697</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We found a solution to our problem. We realize that the user connecting to the database was incorrect.&lt;/P&gt;&lt;P&gt;We identified it&lt;STRONG&gt; &lt;/STRONG&gt;with the SQL statement &lt;STRONG&gt;CURRENT_USER &lt;/STRONG&gt;but realize we should have checked the &lt;STRONG&gt;SESSION_USER&lt;/STRONG&gt;. I'm still not sure about the difference and, in other system we worked on, the two were the same user, but not in this scenario.&lt;/P&gt;&lt;P&gt;Once we gave the correct role to the user the issue was resolved.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 16:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/insufficient-privilege-search-table-error-authorization-failed-in/qaa-p/12257578#M4590697</guid>
      <dc:creator>Tommaso</dc:creator>
      <dc:date>2021-09-29T16:08:42Z</dc:date>
    </item>
  </channel>
</rss>

