<?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: Error while activating Calculation View in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938389#M3172801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harold,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, after spending couple of days figuring out what is wrong I ended up re-building AWS box and error went away. I still don't know what was the issue same procs and calculation view works fine in new environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2012 15:48:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-13T15:48:34Z</dc:date>
    <item>
      <title>Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaq-p/8938377</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 am trying to activate a very simple calculation view (using sql script) but it is failing with column store error - 34053. I tried different tables and schemas but still get the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;MDXRuntime: Internal deployment of object failed: Internal Error:Deploy Calculation View: SQL: column store error: [34053] failed to save calculation scenario : The following errors occured: Could not create repository entry for scenario (34053)nDetails (Warnings):n- CalculationNode (139206) -&amp;gt; attributes: No attributes found.nnnSet Schema DDL statement: set schema "EFashion"nType DDL: create type "_SYS_BIC"."efashion/CV_SCRIPT/proc/tabletype/VAR_OUT" as table ("ARTICLE_ID" INTEGER, "COLOR_CODE" INTEGER)nProcedure DDL: create procedure "_SYS_BIC"."efashion/CV_SCRIPT/proc" ( OUT var_out "_SYS_BIC"."efashion/CV_SCRIPT/proc/tabletype/VAR_OUT" ) language sqlscript sql security definer reads sql data as&amp;nbsp; n /********* Begin Procedure Script ************/ n BEGIN n t var_out = SELECT article_id, color_code t&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM shop_facts;nnEND /********* End Procedure Script ************/nVersion: 62n&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll appreciate any inputs on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 20:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaq-p/8938377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T20:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938378#M3172790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimal, since you are just doing a test using the EFASHION content can you post the actual SQLScript you are using here?&amp;nbsp; It might help to spot the problem.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 20:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938378#M3172790</guid>
      <dc:creator>patrickbachmann</dc:creator>
      <dc:date>2012-08-22T20:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938379#M3172791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the script .. I've tested the same script through SQL editior (with Schema name before table name) and it works fine. I am sure I was able to activate calculation views before and somehow it just stopped working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3f5fbf; font-size: 10pt;"&gt;/********* Begin Procedure Script ************/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;BEGIN&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var_out = &lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;SELECT&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; article_id, color_code &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; shop_facts&lt;/SPAN&gt;&lt;SPAN style="color: #3f5fbf; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;END&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f5fbf; font-size: 10pt;"&gt;/********* End Procedure Script ************/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f5fbf; font-size: 10pt;"&gt;Thannks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f5fbf; font-size: 10pt;"&gt;Vimal Shah&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 20:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938379#M3172791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T20:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938380#M3172792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be a stupid question, but did you define your OUTPUT structure matching exactly with the columns article_id and color code. Secondly which of the columns are you planning to use as measure ?&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938380#M3172792</guid>
      <dc:creator>Ravi_Channe</dc:creator>
      <dc:date>2012-08-23T07:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938381#M3172793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the limited information available here, recommed you to check check the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a. In your var_out, you have declared both article_id and color_code as integers. Are they defined as integers in the underlying table as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b. The error message that stands out is "No attribtues found". In the output part of your calculation view, have you added any fields to the output section on the right side? Have you added them both as attribtues or both as measures? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In revision 35 (that I am currently on), it allows you to have calculation views with just attributes and no measures and vice versa. However, not sure if this was the case in previous revisions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c. If you are on an older revision, suggest you upgrade to one of the later or the latest revision. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anooj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938381#M3172793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938382#M3172794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just a test calculation view. I've defined article_id as an attribute and color_code as a measure. I also cross checked the output datatype matches with the column table. Digging deeper into this issue,&amp;nbsp; it seems that this error shows up due to resulting procedure is not getting compiled and SAP HANA is not able to store it under _SYS_BIC schema. This issue just started. Even if i try to redeploy existing calculation view i get this error. May be some kind of access issue... not sure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 13:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938382#M3172794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T13:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938383#M3172795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anooj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a. Both are defined as integers in the underlying table as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b. I've defined article_id as an attribute and color_code as a measure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c. If this continues then we'll upgrade to revision 35. I am currently using AWS image, which is on revision 28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I've mentioned earlier, this looks like some kind of an access issue. If i take the resulting procedure from the error message and var_out type and try to run it through SQL Editor then still i get the same error. BTW I'm using user SYSTEM so assuming that it should have all the access and I've granted select access on underlying schema to _SYS_REPO user. Not sure if I need to define any other access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 14:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938383#M3172795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T14:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938384#M3172796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, are you able to activate attribute &amp;amp; analytical views successfully? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 14:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938384#M3172796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T14:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938385#M3172797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add - you might know this already - revision 35 for AWS is now available&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 14:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938385#M3172797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T14:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938386#M3172798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am able to activate attribute and analytical views successfully. Also, i saw documenation on how to upgrade aws version to revision 35 so as a last resort i will do that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 14:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938386#M3172798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T14:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938387#M3172799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vimal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Upgrading to revision 35 only takes few minutes if you follow the instructions mentioned in the below post instructions or watch the video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-30980"&gt;http://scn.sap.com/docs/DOC-30980&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I suggest you upgrade to eliminate the doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 14:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938387#M3172799</guid>
      <dc:creator>rama_shankar3</dc:creator>
      <dc:date>2012-08-23T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938388#M3172800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you been able to resolve this issue with activating calculation views?&amp;nbsp; I have seen similar behavior on our inhouse copy of SAP HANA.&amp;nbsp; I have also seen a similar issue when creating a simple proc in sap hana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harold&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 14:59:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938388#M3172800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-13T14:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while activating Calculation View</title>
      <link>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938389#M3172801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harold,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, after spending couple of days figuring out what is wrong I ended up re-building AWS box and error went away. I still don't know what was the issue same procs and calculation view works fine in new environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 15:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-while-activating-calculation-view/qaa-p/8938389#M3172801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-13T15:48:34Z</dc:date>
    </item>
  </channel>
</rss>

