<?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: Generate Renderer throws &amp;quot;Error generating uniqeValues.&amp;quot; error in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179006#M7112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when a layer is joined, the field named used in any operation must be fully qualified (e.g. layerName.FieldName or DBname.username.layername.fieldname).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pass in the field name exactly the way it is showed up in the layer's resource page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2013 15:47:24 GMT</pubDate>
    <dc:creator>TanuHoque</dc:creator>
    <dc:date>2013-05-28T15:47:24Z</dc:date>
    <item>
      <title>Generate Renderer throws &amp;amp;quot;Error generating uniqeValues.&amp;amp;quot; error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179005#M7111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm playing with the unique renderer generator function in the JS API, but appear to have hit a issue with my rest service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a map service which consists of a point feature class that is joined to a non-spatial "work table", with the rule set to only keep matching values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I attempt to call the "Generate Renderer" function on the feature class in question (loaded through arcgis/rest/services/... ), I receive the error (spelling mistake included):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Error generating uniqeValues.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The server log contains the following text:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;Msg time='2013-05-24T16:19:20,443' type='SEVERE' code='10819' target='xxx/xxxSearch.MapServer' methodName='MapServer.REST.GenerateRenderer' machine='SV-BASHFUL.xxx.LOCAL' process='5984' thread='4744' user='null' &amp;gt;Missing parameter: Error generating unique values&amp;lt;/Msg&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I remove the join and publish the service, using the same parameters, I do not receive the error and get the expected results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing some parameter, or is there a limitation on using the renderer with map services that contain joins?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For reference, the parameter I am providing to the classification definition is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;{"type":"uniqueValueDef","uniqueValueFields":["UNIQUE_FIELD"],"fieldDelimiter": ",","baseSymbol":{"type": "esriSFS","style": "esriSLSSolid","width":2},"colorRamp":{"type":"algorithmic","fromColor":[115,76,0,255],"toColor":[255,25,86,255],"algorithm": "esriHSVAlgorithm"}}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 07:32:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179005#M7111</guid>
      <dc:creator>SteveMcMaster</dc:creator>
      <dc:date>2013-05-24T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Renderer throws "Error generating uniqeValues." error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179006#M7112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when a layer is joined, the field named used in any operation must be fully qualified (e.g. layerName.FieldName or DBname.username.layername.fieldname).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pass in the field name exactly the way it is showed up in the layer's resource page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 15:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179006#M7112</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2013-05-28T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Renderer throws "Error generating uniqeValues." error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179007#M7113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you input fully qualified field name for the "UNIQUE_FIELD". I replaced your input with a fully qualified name and it works fine for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{"type":"uniqueValueDef","uniqueValueFields":["sde.SDE.states.SUB_REGION"],"fieldDelimiter": ",","baseSymbol":{"type": "esriSFS","style": "esriSLSSolid","width":2},"colorRamp":{"type":"algorithmic","fromColor":[115,76,0,255],"toColor":[255,25,86,255],"algorithm": "esriHSVAlgorithm"}}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 16:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179007#M7113</guid>
      <dc:creator>SrinivasVinnakota</dc:creator>
      <dc:date>2013-05-28T16:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Renderer throws "Error generating uniqeValues." error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179008#M7114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys - adding in the schema and table name to the query returns the expected results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 00:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/generate-renderer-throws-amp-amp-quot-error/m-p/179008#M7114</guid>
      <dc:creator>SteveMcMaster</dc:creator>
      <dc:date>2013-05-29T00:45:10Z</dc:date>
    </item>
  </channel>
</rss>

