<?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: Survey 123 randomly fails to generate feature reports in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749583#M1555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to be having a very similar problem with my reports but I cant figure out what part of my syntax is wrong. ANy help would be much appreciated. I'd be happy to send my excel file if you give me an email address. Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Irene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2019 21:35:11 GMT</pubDate>
    <dc:creator>JCOSNatRes1</dc:creator>
    <dc:date>2019-10-09T21:35:11Z</dc:date>
    <item>
      <title>Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749579#M1551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today all of my surveys&amp;nbsp;stopped creating feature reports. No changes were made to either forms or forms templates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="460652" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/460652_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a complete disaster, can you please suggest? Same error on&amp;nbsp;all surveys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yulia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 01:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749579#M1551</guid>
      <dc:creator>YuliaMamonova</dc:creator>
      <dc:date>2019-09-27T01:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749580#M1552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Yulia,&lt;/P&gt;&lt;P&gt;Thank you for the feedback.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested some relative simple/complex surveys with the feature report, they work as expected currently. Seems there is some specific content in your survey/template which leads to such error. Would you mind sharing your XLSForm and template for us to investigate? This would help us to locate the error more quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhifang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 04:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749580#M1552</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2019-09-27T04:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749581#M1553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yulia,&lt;/P&gt;&lt;P&gt;After some investigations, it turns out that due to an enhancement to the report engine in 3.6 release, some incorrect syntax in the report template which worked before cannot work after 3.6 release now. Such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE style="background-color: rgba(27, 31, 35, 0.05); margin: 0px; padding: 0.2em 0.4em;"&gt;${if image_field_1 | getValue:"size"&amp;gt;0}&lt;/CODE&gt;: should add parentheses as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="background-color: rgba(27, 31, 35, 0.05); margin: 0px; padding: 0.2em 0.4em;"&gt;${if (image_field_1 | getValue:"size")&amp;gt;0}&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="background-color: rgba(27, 31, 35, 0.05); margin: 0px; padding: 0.2em 0.4em;"&gt;${if image_field_1}&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;directly if you want to print something only if the image exists.&lt;/LI&gt;&lt;LI&gt;&lt;CODE style="background-color: rgba(27, 31, 35, 0.05); margin: 0px; padding: 0.2em 0.4em;"&gt;${if choiceQuestion1="choice1"}&lt;/CODE&gt;: should use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="background-color: rgba(27, 31, 35, 0.05); margin: 0px; padding: 0.2em 0.4em;"&gt;==&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instead of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="background-color: rgba(27, 31, 35, 0.05); margin: 0px; padding: 0.2em 0.4em;"&gt;=&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please confirm if one of the above syntaxes exists in your report template?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhifang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 11:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749581#M1553</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2019-09-27T11:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749582#M1554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhifang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, all of my templates have image conditions. Thank you for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 15:49:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749582#M1554</guid>
      <dc:creator>YuliaMamonova</dc:creator>
      <dc:date>2019-09-27T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749583#M1555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to be having a very similar problem with my reports but I cant figure out what part of my syntax is wrong. ANy help would be much appreciated. I'd be happy to send my excel file if you give me an email address. Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Irene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 21:35:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749583#M1555</guid>
      <dc:creator>JCOSNatRes1</dc:creator>
      <dc:date>2019-10-09T21:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749584#M1556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I'm having the same issue....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 22:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749584#M1556</guid>
      <dc:creator>andreasen315</dc:creator>
      <dc:date>2019-10-09T22:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749585#M1557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/367869"&gt;JCOS NatRes1&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;If you see the similar error message as Yulia attached in this post, please send your XLSForm file (.xlsx) and the report template file (.docx) to my email&amp;nbsp;&lt;A href="mailto:zwang@esri.com,"&gt;zwang@esri.com,&lt;/A&gt;&amp;nbsp;I can try to locate the issue in your template file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhifang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 06:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749585#M1557</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2019-10-14T06:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749586#M1558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im having a similar issue, and cant seem to get the report to generate.&amp;nbsp; It fails with the error below.&amp;nbsp; Yet when I check the syntax and upload a template it passes the syntax check.&amp;nbsp; Any advice?&amp;nbsp; I have a loop, and repeats, and conditional formatting.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Heather&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/466622_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 15:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749586#M1558</guid>
      <dc:creator>HeatherWillever</dc:creator>
      <dc:date>2019-10-22T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749587#M1559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Heather,&lt;/P&gt;&lt;P&gt;Since the error only happens during generating the report but not checking the syntax, seems that it could be a relatively complex situation and also may relate to the data structure. In this way, I would suggest that it's better to open an Esri Support ticket for further investigation, also confirming the bug through Esri Support would raise the priority for the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhifang.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2019 12:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749587#M1559</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2019-10-25T12:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 randomly fails to generate feature reports</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749588#M1560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Zhifang,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I am also having an issue, when I check the syntax it shows that it is fine but when I go to print a preview sample I get&amp;nbsp;a similar error.&amp;nbsp; I am just curious if anything has been found out with this error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 19:12:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-randomly-fails-to-generate-feature/m-p/749588#M1560</guid>
      <dc:creator>KelbyThomasson1</dc:creator>
      <dc:date>2020-08-18T19:12:56Z</dc:date>
    </item>
  </channel>
</rss>

