Having a bit of a problem insert shapefile data into Postgres (PostGIS 1.5)<br>using either the SPIT plugin or directly from PostGIS Shapefile and DBF Loader<br><br>I have imported a number of times into Postgres (PostGIS 1.5) from Shapefiles<br>
nor downloaded from ArcSDE 10.<br><br>Was just curious if anyone else has run into this problem.<br><br>I created the standalone shapefiles from an ESRI Geodatabase ARCDSE 10<br>by exporting to shapefiles via ArcCatalog 10.<br>
<br>The geodatabase is SQL Server 2008 Enterprise<br><br>The error message from SPIT is as follows:<br><br>Problem inserting features from file:
<p style="margin: 0px; text-indent: 0px;">C:/ESRI_Shapfiles_Geodatabase/Bunker.shp</p>
<p style="margin: 0px; text-indent: 0px;">The database gave an error while executing this SQL:</p>
<p style="margin: 0px; text-indent: 0px;">INSERT INTO "public"."Bunker"("FacilityID","BunkerID","DateCreate","DateModifi","BunkerType","Drained","Depth","HoleInfoID","CourseDefI","FilePath","S... (rest of SQL trimmed)</p>

<p style="margin: 0px; text-indent: 0px;">The error was:</p>
<p style="margin: 0px; text-indent: 0px;">ERROR:  invalid byte sequence for encoding "UTF8": 0x80</p>
<p style="margin: 0px; text-indent: 0px;">HINT:  This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".</p><p style="margin: 0px; text-indent: 0px;">
<br></p><p style="margin: 0px; text-indent: 0px;">Thanks,</p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">Lenny<br></p><br>