laptop and a wrench

Bug

Tax Parcel Reporting geoprocessing service fails in the Tax Parcel Viewer web application template if the number of fields listed for the taxParcelLayer inside the config.js file is less than 12.

Last Published: August 31, 2014 ArcGIS for Server
Bug ID Number NIM088365
SubmittedJanuary 24, 2013
Last ModifiedJune 5, 2024
Applies toArcGIS for Server
Version found10.1
Operating SystemWindows OS
Operating System Version2008 R2 64 Bit
StatusWill Not Be Addressed

Additional Information

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

There are two workarounds:1. The user can adjust the config.js file so the taxParcelLayer has 12 fields.2. The TaxParcelReport_<a href="http://Script.py" target="_blank">Script.py</a> Python script can be adjusted to only expect the number of fields listed in the config.js file. As an example, if the user only has 5 fields listed for the taxParcelLayer, the following changes would be made:original data array (lines 61-76):data = [ ['Address', '',''], [splitAgain[0], '', ''], ['Tax Parcel ID', 'Sub or Condo', 'Building / Unit'], [splitAgain[1], splitAgain[2], splitAgain[3]], ['Tax District', 'School District', 'Use Description'], [splitAgain[4], splitAgain[5], splitAgain[6]], ['Owner Name', 'Structure Type', 'Floor Area'], [splitAgain[7], splitAgain[8], splitAgain[9]], ['Assessed Value', 'Taxable Value', 'Current Taxes'], [splitAgain[10], splitAgain[11], splitAgain[12]], ['Neighbourhood', '', ''], [inside_Table], ['Broadband Availability', '',''], ['Provider', '', 'Speed'], ]updated data array (lines 61-76):data = [ ['Address', '',''], [splitAgain[0], '', ''], ['Tax Parcel ID', 'Sub or Condo', 'Building / Unit'], [splitAgain[1], splitAgain[2], splitAgain[3]], ['Tax District', 'School District', ''], [splitAgain[4], splitAgain[5], ''], ['', '', ''], ['', '', ''], ['', '', ''], ['', '', ''], ['Neighbourhood', '', ''], [inside_Table], ['Broadband Availability', '',''], ['Provider', '', 'Speed'], ]

Steps to Reproduce

Bug ID: NIM088365

Software:

  • ArcGIS for Server

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options