<?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: Public Notification in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270077#M24861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got it to work!&amp;nbsp; It was a mix of %scratchfolder% and taking the Uploads option off of the Toolbox service that finally did it for me.&amp;nbsp; Also had to change from Synchronous to Asynchronous.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 19:24:18 GMT</pubDate>
    <dc:creator>MichelleRogers1</dc:creator>
    <dc:date>2014-03-20T19:24:18Z</dc:date>
    <item>
      <title>Public Notification</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270071#M24855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working with the Public Notification Application, and am getting errors.&amp;nbsp; I have changed all of the services and the config.js file is pointing to the right services.&amp;nbsp; The three errors I am getting are: (1) When I go to search for an address, the popup comes up and says, "Token Required".&amp;nbsp; (2) When I click on a parcel or road, the popup comes up and says, "Unable To Perform Operation, Invalid Geometry."&amp;nbsp; (3) When I go to search for a street or road, it just says "Searching", but never comes up with anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For all three errors, I get a response from JSON that says, "{"error":{"code":499,"message":"Token Required","details":[]}}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something in another file besides the config file that I need to change?&amp;nbsp; This is a public facing server, and the website is: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.naplesgov.com/publicnotification/" rel="nofollow" target="_blank"&gt;http://gis.naplesgov.com/publicnotification/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michelle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 15:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270071#M24855</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-03-20T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270072#M24856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the token issue, it looks like your &lt;/SPAN&gt;&lt;A href="http://gis.naplesgov.com/naplesgis/rest/services/Planning/TaxParcelQuery/MapServer/find"&gt;address search endpoint&lt;/A&gt;&lt;SPAN&gt; requires a token. The easiest fix would be to change the security on that service so that it no longer requires a token. Otherwise you'll need to either use the IdentityManager object in your JavaScript code to have the user log in, or, if you don't want users to have to log in, handle the login on the server-side using a proxy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 15:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270072#M24856</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2014-03-20T15:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270073#M24857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For the token issue, it looks like your &lt;A href="http://gis.naplesgov.com/naplesgis/rest/services/Planning/TaxParcelQuery/MapServer/find"&gt;address search endpoint&lt;/A&gt; requires a token. The easiest fix would be to change the security on that service so that it no longer requires a token. Otherwise you'll need to either use the IdentityManager object in your JavaScript code to have the user log in, or, if you don't want users to have to log in, handle the login on the server-side using a proxy.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to change the services to be public...forgot that step, oops!&amp;nbsp; But the address search is still not working.&amp;nbsp; Now the popup is saying, "Unable to locate specified address or parcel." and the JSON error is "dojo.io.script.jsonp_dojoIoScript8._jsonpCallback({"results":[]});"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, when I click on a parcel, the information is coming up, but when I click on Notify and enter the parameters, the popup comes up, "Error performing submit job operation" and the JSON error is "{"error":{"code":500,"message":"Error performing submit job operation","details":[]}}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did make sure that the toolbox is public, so that is not the problem there, but I am not sure what is the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 15:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270073#M24857</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-03-20T15:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270074#M24858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, figured out the address search function, but the download button is still coming up with an error.&amp;nbsp; If anyone can figure that out, I will be eternally grateful!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270074#M24858</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-03-20T17:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270075#M24859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michelle,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may be running into a bug, &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg0NDg1"&gt;NIM084485&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Synopsis&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Land Use Public Notification local government template, there&amp;nbsp; are improperly defined workspaces in the GenerateCSV and&amp;nbsp; GenerateAveryLabelsPDF tools in PublicNotification.tbx.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Additional Status Information&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fixed in the November 2012 Release&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternate Solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit the script tools to be published as geoprocessing services&amp;nbsp; for the Land Use Public Notification local government template to use&amp;nbsp; the %scratchfolder% environment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270075#M24859</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-03-20T17:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270076#M24860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Michelle,&lt;BR /&gt;&lt;BR /&gt;You may be running into a bug, &lt;A href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg0NDg1"&gt;NIM084485&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Synopsis&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;In the Land Use Public Notification local government template, there&amp;nbsp; are improperly defined workspaces in the GenerateCSV and&amp;nbsp; GenerateAveryLabelsPDF tools in PublicNotification.tbx.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Additional Status Information&lt;BR /&gt;Fixed in the November 2012 Release&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Alternate Solution&lt;BR /&gt;Edit the script tools to be published as geoprocessing services&amp;nbsp; for the Land Use Public Notification local government template to use&amp;nbsp; the %scratchfolder% environment.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just went to see what it was when I did it before, and the tool is using the %scratchworkspace%\AveryOutput.pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried putting scratchfolder instead of scratchworkspace, and it's still coming up with the same error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 17:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270076#M24860</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-03-20T17:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270077#M24861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got it to work!&amp;nbsp; It was a mix of %scratchfolder% and taking the Uploads option off of the Toolbox service that finally did it for me.&amp;nbsp; Also had to change from Synchronous to Asynchronous.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 19:24:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/public-notification/m-p/270077#M24861</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-03-20T19:24:18Z</dc:date>
    </item>
  </channel>
</rss>

