<div>I have been tring to get a script working on my new server and I get the following error.</div>
<div>&nbsp;</div>
<div>&quot;Postgresql reports the error as &#39;ERROR: relation &quot;row_crop_boundary&quot; does not exist &#39;&quot; </div>
<div>&nbsp;</div>
<div>row_crop_boundary is a view contaning the geom column. There are no uppercaes names and if I log into the command line it works fine. Does anyone have any ideas? The layer def is below (I seet the data and filter in code).</div>

<div>&nbsp;</div>
<div>Thanks<br clear="all"></div>
<div>LAYER # Red Field<br>&nbsp;&nbsp;&nbsp;&nbsp; TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; polygon<br>&nbsp;&nbsp;&nbsp;&nbsp; CONNECTIONTYPE postgis<br>&nbsp;&nbsp;&nbsp;&nbsp; NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RedFields<br>&nbsp;&nbsp;&nbsp;&nbsp; CONNECTION&nbsp;&nbsp;&nbsp; &quot;user=xxxpassword=xxx dbname=xxx host=localhost port=5432&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; DATA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp; FILTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; STATUS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ON<br>&nbsp;&nbsp;&nbsp;&nbsp; DEBUG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ON<br>&nbsp;&nbsp;&nbsp;&nbsp; TRANSPARENCY&nbsp; 30<br>&nbsp;&nbsp;&nbsp;&nbsp; LABELITEM field_name<br>&nbsp;&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;COLOR 255 0 0<br>&nbsp;OUTLINECOLOR 0 0 0<br>&nbsp;LABEL<br>&nbsp;&nbsp;ANTIALIAS&nbsp; TRUE<br>
&nbsp;&nbsp;FORCE&nbsp;&nbsp;&nbsp; TRUE<br>&nbsp;&nbsp;POSITION&nbsp;&nbsp; CC<br>&nbsp;&nbsp;BACKGROUNDCOLOR 75 75 75<br>&nbsp;&nbsp;COLOR 255 255 255<br>&nbsp;&nbsp;BUFFER 1<br>&nbsp;END<br>&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;init=epsg:4326&quot; #NAD83 UTM zone 10N<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; END</div>

<div><br>-- <br>Aaron D. Hunt </div>