<?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 using materialized view in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832339#M4863182</link>
    <description>&lt;P&gt;Hm, I can't find your attachment...&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2014 17:14:10 GMT</pubDate>
    <dc:creator>VolkerBarth</dc:creator>
    <dc:date>2014-01-09T17:14:10Z</dc:date>
    <item>
      <title>Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaq-p/13832335</link>
      <description>&lt;P&gt;I've create and enabled some materialized view with immediate refresh.
Materialized view reference a table filled by trigger.
When I use my app I receive this error:&lt;/P&gt;
&lt;DIV class="codehilite"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;Error&lt;/SPAN&gt; &lt;SPAN class="n"&gt;code&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="mi"&gt;141&lt;/SPAN&gt;
&lt;SPAN class="n"&gt;SQLSTATE&lt;/SPAN&gt; &lt;SPAN class="o"&gt;=&lt;/SPAN&gt; &lt;SPAN class="n"&gt;S0002&lt;/SPAN&gt;
&lt;SPAN class="p"&gt;[&lt;/SPAN&gt;&lt;SPAN class="n"&gt;Sybase&lt;/SPAN&gt;&lt;SPAN class="p"&gt;][&lt;/SPAN&gt;&lt;SPAN class="n"&gt;ODBC&lt;/SPAN&gt; &lt;SPAN class="n"&gt;Driver&lt;/SPAN&gt;&lt;SPAN class="p"&gt;][&lt;/SPAN&gt;&lt;SPAN class="n"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="n"&gt;Anywhere&lt;/SPAN&gt;&lt;SPAN class="p"&gt;]&lt;/SPAN&gt;&lt;SPAN class="n"&gt;Table&lt;/SPAN&gt; &lt;SPAN class="ow"&gt;not&lt;/SPAN&gt; &lt;SPAN class="n"&gt;found&lt;/SPAN&gt; &lt;SPAN class="s"&gt;'_^_^_22072007_^_^_1962_^_^_22072007_^_^_'&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;


&lt;P&gt;Obviously that table description it's not a real table.
I use ASA 16.0.0 build 1691&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 06:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaq-p/13832335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-09T06:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832337#M4863180</link>
      <description>&lt;P&gt;Can you post the schema for your tables, the materialized view and the trigger?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 10:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832337#M4863180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-09T10:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832338#M4863181</link>
      <description>&lt;P&gt;Here I attach my schema, I hope it's helpful because it contains several objects.
Tables involved are:&lt;/P&gt;
&lt;P&gt;dba.riga_documento which triggers t_riga_documento_ai that writes in dba.riga_doc_magazzino.&lt;/P&gt;
&lt;P&gt;Materialized view select on dba.riga_doc_magazzino.&lt;/P&gt;
&lt;P&gt;A particular it's that the trigger t_riga_documento_ai, in some circumstances, updates another record of dba.riga_documento ( the same starting table ) causing updates on dba.riga_doc_magazzino.&lt;/P&gt;
&lt;P&gt;I think this is the case causing the error code&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 10:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832338#M4863181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-09T10:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832339#M4863182</link>
      <description>&lt;P&gt;Hm, I can't find your attachment...&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 17:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832339#M4863182</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2014-01-09T17:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832336#M4863179</link>
      <description>&lt;P&gt;Sorry, I'm trying again but upload doesn't work. After I've selected the file, i wait some second for the upload and then I don't see the file I've previously selected.
My reload.sql file is 11 MB and I've splitted in 8 smaller files, but I can't attach the smaller one&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 02:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832336#M4863179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-10T02:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832340#M4863183</link>
      <description>&lt;P&gt;I think you have to have a certain number of "points/credits" to be able to upload an attachment&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 03:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832340#M4863183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-10T03:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832341#M4863184</link>
      <description>&lt;P&gt;I think 100 should be enough...&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 03:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832341#M4863184</guid>
      <dc:creator>MCMartin</dc:creator>
      <dc:date>2014-01-10T03:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832342#M4863185</link>
      <description>&lt;P&gt;I don't think I would be interested in reading a 11 MB SQL script here - can't you extract some essential parts?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 13:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832342#M4863185</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2014-01-10T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error using materialized view</title>
      <link>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832343#M4863186</link>
      <description>&lt;P&gt;At least 100 points are what the &lt;A href="http://sqlanywhere-forum.sap.com/faq/"&gt;FAQ&lt;/A&gt; does tell:)&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2014 06:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-using-materialized-view/qaa-p/13832343#M4863186</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2014-01-11T06:28:29Z</dc:date>
    </item>
  </channel>
</rss>

