<div>I have been tring to get a script working on my new server and I get the following error.</div>
<div> </div>
<div>"Postgresql reports the error as 'ERROR: relation "row_crop_boundary" does not exist '" </div>
<div> </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> </div>
<div>Thanks<br clear="all"></div>
<div>LAYER # Red Field<br>     TYPE           polygon<br>     CONNECTIONTYPE postgis<br>     NAME          RedFields<br>     CONNECTION    "user=xxxpassword=xxx dbname=xxx host=localhost port=5432"<br>     DATA          ""<br>
     FILTER        ""<br>     STATUS        ON<br>     DEBUG         ON<br>     TRANSPARENCY  30<br>     LABELITEM field_name<br>     CLASS<br> COLOR 255 0 0<br> OUTLINECOLOR 0 0 0<br> LABEL<br>  ANTIALIAS  TRUE<br>
  FORCE    TRUE<br>  POSITION   CC<br>  BACKGROUNDCOLOR 75 75 75<br>  COLOR 255 255 255<br>  BUFFER 1<br> END<br>     END<br>    PROJECTION<br>      "init=epsg:4326" #NAD83 UTM zone 10N<br>    END<br>  END</div>

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