<?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>Search results by user ID 6847</title><link>http://forums.method.me/cs/search/SearchResults.aspx?o=DateDescending&amp;u=6847</link><description>Search results by user ID 6847</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Login failures</title><link>http://forums.method.me/cs/forums/p/7729/28523.aspx#28523</link><pubDate>Tue, 25 Aug 2015 15:50:33 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:28523</guid><dc:creator>Russ_Cummings</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Can you provide any specific information about what went wrong this morning?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Login failures</title><link>http://forums.method.me/cs/forums/p/7729/28515.aspx#28515</link><pubDate>Tue, 25 Aug 2015 14:21:52 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:28515</guid><dc:creator>Russ_Cummings</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;We are having the same issue this morning. Method, any help here? What&amp;#39;s going on? We use the API to control licensing for our application, our customers are unable to access their application when the Method API can&amp;#39;t verify their subscription with us. All because the API is giving repeated and inconsistent errors about being unable to login...&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: MethodAPISelect_DataSetV2</title><link>http://forums.method.me/cs/forums/p/7162/26678.aspx#26678</link><pubDate>Wed, 15 Apr 2015 15:47:48 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26678</guid><dc:creator>Russ_Cummings</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Jonathan,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Can you email me a list from the logs of the urls that are using the incorrect credentials?&lt;/p&gt;
&lt;p&gt;We are modifying the code to handle blanks and nulls passed into the serial and code number parameters.&lt;/p&gt;</description></item><item><title>MethodAPISelect_DataSetV2</title><link>http://forums.method.me/cs/forums/p/7162/26667.aspx#26667</link><pubDate>Tue, 14 Apr 2015 20:25:51 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26667</guid><dc:creator>Russ_Cummings</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;We have code that has been in place for over two years and worked flawlessly. After the login changes we have started getting the following result:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span class="html-comment"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;windows-1252&amp;quot; ?&amp;gt;&lt;/span&gt;&lt;span class="html-tag"&gt;&amp;lt;MethodAPI &lt;span class="html-attribute-name"&gt;response&lt;/span&gt; = &amp;quot;&lt;span class="html-attribute-value"&gt;Failure. There were problems with running the query, please verify your parameters&lt;/span&gt;&amp;quot; &amp;gt;&lt;/span&gt;&lt;span class="html-tag"&gt;&amp;lt;/MethodAPI&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="html-tag"&gt;&lt;/span&gt;Yes. We have changed the login credentials in our code and have verified that they are correct. (They are my login credentials.)&lt;/p&gt;
&lt;p&gt;No. We have not made any other changes to the code.&lt;/p&gt;
&lt;p&gt;Strangely, the code works at times and then goes back to not working.&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;Code is below.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;--&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;sSelectFields = &amp;quot;FullName&amp;quot;&lt;br /&gt; sSelectFrom = &amp;quot;Customer&amp;quot;&lt;br /&gt; sSelectWhere = &amp;quot;SerialNo=&amp;quot; &amp;amp; iSerial &amp;amp; &amp;quot; AND &amp;quot; &amp;amp; &amp;quot;CodeNo=&amp;quot; &amp;amp; iCode&lt;br /&gt; sSelectGroupBy = &amp;quot;&amp;quot;&lt;br /&gt; sSelectHaving = &amp;quot;&amp;quot;&lt;br /&gt; sSelectOrderBy = &amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;#39;Call the MethodAPI to get the dataset&lt;br /&gt; sResult = wbsMethodAPI.MethodAPISelect_DataSetV2(sCompanyAccount, sUserName, sPassword, _&lt;br /&gt; &amp;quot;&amp;quot;, datResponse, sSelectFrom, sSelectFields, sSelectWhere, sSelectGroupBy, sSelectHaving, sSelectOrderBy)&lt;br /&gt; wbsMethodAPI = Nothing&lt;br /&gt; &lt;br /&gt; if gdebug then response.write(sResult)&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;--&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;I am hoping a developer can provide some info as to what is causing the error message. This is a critical function in our business, we would like to resolve the issue immediately.&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>