<?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>topic Re: error parsing server result in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121517#M3553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your input!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This actually started a larger conversation within our organization and we'll be looking to come up with a valid approach to efficient shared development.&amp;nbsp; I'm not sure if things like centralized code repositories, versioning, deployment processes for dev, test and prod were fully thought about for WAB development (perhaps I'm mistaken but I haven't found much info).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I marked your reply as the correct answer as it seems to be the solution!&amp;nbsp; But we still need to answer the larger issue of sharing and deploying multiple WAB implementations between developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2015 19:39:33 GMT</pubDate>
    <dc:creator>JamesCrandall</dc:creator>
    <dc:date>2015-10-30T19:39:33Z</dc:date>
    <item>
      <title>error parsing server result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121515#M3551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scenario: 2 developers with Web AppBuilder 1.2 installed on each local C:\ for developing WAB apps and deploying to Organization ArcGIS Online.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Developer #1 has WAB app up and running in production.&lt;/P&gt;&lt;P&gt;2. Emergency change requested while Dev #1 is out of office.&lt;/P&gt;&lt;P&gt;3. Developer #2 is asked to make the requested updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Developer #2 locates the .zip containing the deployed WAB app and copies to local C:\ where the WAB Builder 1.2 is installed.&amp;nbsp; A session is started ("Startup.bat") and an attempt to Import the .zip project fails with "Error parsing server result".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on what's wrong?&amp;nbsp; What to look for?&amp;nbsp; What to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121515#M3551</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2015-10-02T15:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: error parsing server result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121516#M3552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem: getting a WAB .zip file from one computer to another each with WAB 1.2 Developer's Ed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It happened to me after importing one WAB .zip file, then when I tried to import a second one I got the "Error Parsing Server Result". I tried re-importing several times with re-downloaded WAB .zip files, with the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution was a case of "turn it off and on again":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign-out of WAB and close the tab, exit node.js (I just closed my node.js command prompt window), go to your WAB /server directory and delete your signininfo.json file, (I restarted my computer at this point but I don't think that's necessary), on ArcGIS Online &lt;A href="http://doc.arcgis.com/en/arcgis-online/share-maps/add-items.htm#ESRI_SECTION1_0D1B620254F745AE84F394289F8AF44B"&gt;re-register your WAB API key&lt;/A&gt;, start WAB &lt;A href="http://https//developers.arcgis.com/web-appbuilder/guide/getstarted.htm#ESRI_SECTION1_CC56C6A20C1A4492B24E9E7BD743A337"&gt;using the startup.bat&lt;/A&gt; file, and then try re-importing the WAB .zip file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121516#M3552</guid>
      <dc:creator>MatissValdmanis1</dc:creator>
      <dc:date>2015-10-30T19:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: error parsing server result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121517#M3553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your input!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This actually started a larger conversation within our organization and we'll be looking to come up with a valid approach to efficient shared development.&amp;nbsp; I'm not sure if things like centralized code repositories, versioning, deployment processes for dev, test and prod were fully thought about for WAB development (perhaps I'm mistaken but I haven't found much info).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I marked your reply as the correct answer as it seems to be the solution!&amp;nbsp; But we still need to answer the larger issue of sharing and deploying multiple WAB implementations between developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 19:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121517#M3553</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2015-10-30T19:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: error parsing server result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121518#M3554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran into an error where I was trying to import WAB built online that were at version 2.0, but I was using version 1.3 of developer edition.&amp;nbsp; The log errors seemed to indicate that import failed due to trying to use a newer version in an older version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:24:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/error-parsing-server-result/m-p/121518#M3554</guid>
      <dc:creator>PatrickMcKinney1</dc:creator>
      <dc:date>2016-05-25T18:24:18Z</dc:date>
    </item>
  </channel>
</rss>

