<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Table does not support add.</title><link>http://forums.method.me/cs/forums/thread/35448.aspx</link><pubDate>Tue, 05 Sep 2017 20:51:48 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:35448</guid><dc:creator>Method_Peter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/35448.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=35448</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;That&amp;#39;s an interesting idea. &amp;nbsp;The API itself does run behind a load-balancer and is deployed on multiple servers. &amp;nbsp;However, the servers themselves &lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;should&amp;nbsp;have the same code deployed&lt;span id="mce_8_start" style="overflow:hidden;"&gt; (and there are controls in place to ensure that is the case)&lt;/span&gt;. &amp;nbsp;&lt;span id="mce_12_start" style="overflow:hidden;"&gt;&lt;/span&gt;The individual servers can be up or down at various times throughout any given day&lt;span id="mce_9_start" style="overflow:hidden;"&gt; for a variety of reasons&lt;span id="mce_11_start" style="overflow:hidden;"&gt;, but the load-balancer will account for that and stear traffic away from servers that are down&lt;/span&gt;&lt;/span&gt;. &amp;nbsp;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;span id="mce_13_start" style="overflow:hidden;"&gt;E&lt;/span&gt;ach of the API servers access the same database&lt;span id="mce_14_start" style="overflow:hidden;"&gt; (which is not load-balanced but has other mechanisms in place to ensure durability)&lt;/span&gt;. &amp;nbsp;Theoroetically, the behavior you saw should not be possible.&lt;span id="mce_15_start" style="overflow:hidden;"&gt;&lt;/span&gt; &amp;nbsp;However, in practive, maybe there was something wrong with one of the &lt;span id="mce_16_start" style="overflow:hidden;"&gt;API&amp;nbsp;&lt;/span&gt;servers and the load-balancer did not know about it and continued routing traffic to it.&lt;span id="mce_20_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Please keep &lt;span id="mce_6_start" style="overflow:hidden;"&gt;us&lt;/span&gt;&amp;nbsp;posted if you are still seeing this behavior, or if you see it again in the future.&lt;span id="mce_17_start" style="overflow:hidden;"&gt; &amp;nbsp;I &lt;span id="mce_19_start" style="overflow:hidden;"&gt;have&amp;nbsp;&lt;/span&gt;confirmed that all servers are online and&amp;nbsp;functioning correctly at the time of this post.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Table does not support add.</title><link>http://forums.method.me/cs/forums/thread/35445.aspx</link><pubDate>Tue, 05 Sep 2017 19:59:48 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:35445</guid><dc:creator>dknoben</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/35445.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=35445</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;span id="mce_6_start" style="overflow:hidden;"&gt;&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;, serif;"&gt;&lt;span style="font-size:medium;"&gt;We were adding and deleting&amp;nbsp;a field to the table that &amp;quot;broke&amp;quot; the table earlier in the day. We broke the table by trying to link a filed through too many times I think&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;, serif;"&gt;&lt;span style="font-size:medium;"&gt;. We tried to link a field from courses Table-&amp;gt;Enrollments Table-&amp;gt;CoursePayment Table-&amp;gt;CoursePaymentsTable.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Tahoma;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;, serif;"&gt;&lt;span style="font-size:medium;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;, serif;"&gt;&lt;span style="font-size:medium;"&gt;But this bug occurred&amp;nbsp;after we had finished trying to add that field and had changed it back to its previous state where everything was working. &amp;nbsp;I am curious if you use a load balancer&amp;nbsp;to handle incoming calls from the api. &amp;nbsp;It felt like the call went through sometimes and not others randomly, so I was curious&amp;nbsp;if one server might have had a version of that table from the morning&amp;nbsp;when it had the broken field, and so that is why the call failed some of the time.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Table does not support add.</title><link>http://forums.method.me/cs/forums/thread/35444.aspx</link><pubDate>Tue, 05 Sep 2017 19:49:20 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:35444</guid><dc:creator>Method_Peter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/35444.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=35444</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;span id="mce_12_start" style="overflow:hidden;"&gt;I don&amp;#39;t believe the issue has come back&lt;/span&gt;. &amp;nbsp;&lt;/span&gt;&lt;span id="mce_11_start" style="overflow:hidden;"&gt;I&amp;#39;m assuming CoursePayments is a custom table you created&lt;span id="mce_18_start" style="overflow:hidden;"&gt;, is that right?&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;span id="mce_17_start" style="overflow:hidden;"&gt;&lt;/span&gt; I created a table with the same name, added some fields and everything seems to be working as expected. &amp;nbsp;I&amp;#39;m guessing there may be an issue with your specific implementation. &amp;nbsp;Can you share any additional details about your tabl&lt;span id="mce_15_start" style="overflow:hidden;"&gt;&lt;/span&gt;e&lt;span id="mce_16_start" style="overflow:hidden;"&gt;, such as fields and which are required&lt;/span&gt;? &amp;nbsp;&lt;span id="mce_14_start" style="overflow:hidden;"&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;span id="mce_10_start" style="overflow:hidden;"&gt;&lt;span id="mce_13_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Table does not support add.</title><link>http://forums.method.me/cs/forums/thread/35433.aspx</link><pubDate>Mon, 28 Aug 2017 21:43:46 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:35433</guid><dc:creator>dknoben</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/35433.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=35433</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I am having an issue inserting data into one of my tables via the API.&amp;nbsp; The &lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_3_end" style="overflow:hidden;"&gt;CoursePayments &lt;/span&gt;table is telling me when I try to insert data that the &lt;span id="mce_1_start" style="overflow:hidden;"&gt;&amp;quot;Table does not support add.&amp;quot;&amp;nbsp; When the call happens it is working about half the time, which is concerning since the data looks almost identical between calls to insert the data.&amp;nbsp; I have checked the forum and notice&lt;span id="mce_4_start" style="overflow:hidden;"&gt;d&lt;/span&gt; there was a bug lastyear involving not being able to add&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;/span&gt; to tables.&amp;nbsp; Is there anything you can do to check if this issue is coming up again. &amp;nbsp;&lt;span id="mce_6_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>