<?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: FindTask returns &amp;quot;Object reference not set to an instance of an object&amp;quot; in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67289#M5930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there anything I could have GIS folks check on the server?&amp;nbsp; Perhaps a setting that would allow this FindTask to do its thing properly?&lt;BR /&gt;&lt;BR /&gt;Jeremy&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd ask them to check the logs, they might need to change the logging level (depending on the current setting) to get the error logged, I think it's probably worth them putting in a support call if they have access to support?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also send them the link that causes the error so that they can reproduce it themselves.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a link to information about AGS configuration files, pay particular attention to the ErrorReport* settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Server_configuration_files/0093000000mq000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Server_configuration_files/0093000000mq000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might also be worth posting to one of the AGS forums e.g. REST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer your other question, here's the Query form to help you work out what parameters to send:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/1/query"&gt;http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/1/query&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can view the actual URI generated using Firebug or Fiddler etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the REST documentation for Query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/query.html"&gt;http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/query.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a JSAPI sample for Query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/query_nomap.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/query_nomap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2012 08:40:09 GMT</pubDate>
    <dc:creator>__Rich_</dc:creator>
    <dc:date>2012-09-06T08:40:09Z</dc:date>
    <item>
      <title>FindTask returns &amp;amp;amp;quot;Object reference not set to an instance of an object&amp;amp;amp;quot;</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67281#M5922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&amp;nbsp; We have a project for which this example seems to be an excellent starting place: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/find_map.html" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/find_map.html&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, we have made revisions in an attempt to include our data.&amp;nbsp; This is at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.co.frederick.va.us/dev/maps/test4.html" rel="nofollow" target="_blank"&gt;http://www.co.frederick.va.us/dev/maps/test4.html&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Instead of the stuff in the example, we are trying to search for a field in our data called RECNUM.&amp;nbsp; Our data are in this service: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/1" rel="nofollow" target="_blank"&gt;http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We currently are getting this error when trying to execute a search:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;dojo.io.script.jsonp_dojoIoScript2._jsonpCallback({"error":{"code":500,"message":"Object reference not set to an instance of an object.","details":[]}});&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm totally unsure of what is happening.&amp;nbsp; When I change the findParams.layerIds from 1 to 0, I just get empty data instead of an error result.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;dojo.io.script.jsonp_dojoIoScript2._jsonpCallback({"results":[]});&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;findParams.layerIds = [1]; // 0 returns empty result.&amp;nbsp; 1 returns Object reference not set to an instance of an object. findParams.searchFields = ["RECNUM"];&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm kind of lost on how to proceed, so I'll be deeply grateful for any assistance.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 13:39:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67281#M5922</guid>
      <dc:creator>JeremyCoulson</dc:creator>
      <dc:date>2012-09-05T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67282#M5923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I must be missing something, this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false"&gt;http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...works fine for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67282#M5923</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-05T14:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67283#M5924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That does work, but the page at &lt;/SPAN&gt;&lt;A href="http://www.co.frederick.va.us/dev/maps/test4.html"&gt;http://www.co.frederick.va.us/dev/maps/test4.html&lt;/A&gt;&lt;SPAN&gt; is the problem.&amp;nbsp; I don't think we want to just give people a link to &lt;/SPAN&gt;&lt;A href="http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false"&gt;http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67283#M5924</guid>
      <dc:creator>JeremyCoulson</dc:creator>
      <dc:date>2012-09-05T14:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67284#M5925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That does work, but the page at &lt;A href="http://www.co.frederick.va.us/dev/maps/test4.html"&gt;http://www.co.frederick.va.us/dev/maps/test4.html&lt;/A&gt; is the problem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed...and the difference between the params submitted is....?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't think we want to just give people a link to &lt;A href="http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false"&gt;http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was just pointing out that the service seems to respond correctly to basic input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67284#M5925</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-05T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67285#M5926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh.&amp;nbsp; Indeed.&amp;nbsp; Other people who used to work here wrote applications for that service.&amp;nbsp; Unfortunately, that guy is no longer around.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67285#M5926</guid>
      <dc:creator>JeremyCoulson</dc:creator>
      <dc:date>2012-09-05T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67286#M5927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false"&gt;http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?f=json&amp;amp;searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false"&gt;http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/find?f=json&amp;amp;searchText=12345&amp;amp;contains=true&amp;amp;searchFields=RECNUM&amp;amp;sr=&amp;amp;layers=1&amp;amp;returnGeometry=false&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only difference between them is the second one specifies the response format type i.e. f=json.&amp;nbsp; (which is of course what the FindTask JS class will use) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anything useful in the server logs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reminds me of this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/63974-legend-f-json-HTTP-500?p=221983#post221983"&gt;http://forums.arcgis.com/threads/63974-legend-f-json-HTTP-500?p=221983#post221983&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think we had an issue with paths to the data, perhaps it's something similar, I can't remember exactly - if I do I'll let you know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67286#M5927</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-05T14:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67287#M5928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately, I do not have access to those logs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess we'll need to switch to QueryTask if our server won't work with JSON, but there are no examples of searching with QueryTask -- only clicking a map that already exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:14:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67287#M5928</guid>
      <dc:creator>JeremyCoulson</dc:creator>
      <dc:date>2012-09-05T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67288#M5929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there anything I could have GIS folks check on the server?&amp;nbsp; Perhaps a setting that would allow this FindTask to do its thing properly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 18:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67288#M5929</guid>
      <dc:creator>JeremyCoulson</dc:creator>
      <dc:date>2012-09-05T18:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67289#M5930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there anything I could have GIS folks check on the server?&amp;nbsp; Perhaps a setting that would allow this FindTask to do its thing properly?&lt;BR /&gt;&lt;BR /&gt;Jeremy&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd ask them to check the logs, they might need to change the logging level (depending on the current setting) to get the error logged, I think it's probably worth them putting in a support call if they have access to support?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also send them the link that causes the error so that they can reproduce it themselves.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a link to information about AGS configuration files, pay particular attention to the ErrorReport* settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Server_configuration_files/0093000000mq000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Server_configuration_files/0093000000mq000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might also be worth posting to one of the AGS forums e.g. REST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer your other question, here's the Query form to help you work out what parameters to send:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/1/query"&gt;http://gis.co.frederick.va.us/ArcGIS/rest/services/Values_PF/MapServer/1/query&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can view the actual URI generated using Firebug or Fiddler etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the REST documentation for Query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/query.html"&gt;http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/query.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a JSAPI sample for Query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/query_nomap.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/query_nomap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 08:40:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67289#M5930</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-06T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67290#M5931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome.&amp;nbsp; I will check all of this out.&amp;nbsp; I'm technically off work until Monday, so I may not get to it until then.&amp;nbsp; If you don't hear from me for a few days, it isn't because I've lost interest in your assistance.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 23:35:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67290#M5931</guid>
      <dc:creator>JeremyCoulson</dc:creator>
      <dc:date>2012-09-06T23:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67291#M5932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I'm finally back here.&amp;nbsp; I spent some time on the phone with a couple of ESRI brains and this is what we came up with: Our ArcGis Desktop which created the MXD and published the service was a different version than our ArcGis Server -- 9.3 on Desktop and 9.3 sp 1 on Server.&amp;nbsp; So, we updated Desktop to the same version, republished the map service, and now it searches.&amp;nbsp; Whew!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&amp;nbsp; As I'm new to the ESRI world, I think that is one I would not have found on my own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 17:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67291#M5932</guid>
      <dc:creator>JeremyCoulson</dc:creator>
      <dc:date>2012-09-19T17:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67292#M5933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;props to jesvin. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 23:05:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67292#M5933</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-09-19T23:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: FindTask returns "Object reference not set to an instance of an object"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67293#M5934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;9.3 on Desktop and 9.3 sp 1 on Server&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a nasty one, glad you found the answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If had been the other way around it might have been more obvious but a lack of backwards compatibility is more unexpected!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 07:38:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findtask-returns-amp-amp-amp-quot-object-reference/m-p/67293#M5934</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-09-20T07:38:42Z</dc:date>
    </item>
  </channel>
</rss>

