hi<br>when you says &quot;relaunch service&quot;, you&#39;re taking about relaunch apache ? <br><br><pre>Marc André,

&gt;<i> 1- the_geom must be the name of the geometry column ?
</i>
It&#39;s not a need.

The only point is to be sure that geometry_columns table
is up to date.

So launch a populate_geometry_columns if any doubt.


&gt;<i> 2- i got a table who look like this :
</i>&gt;<i>
</i>&gt;<i> CREATE TABLE zz_tinyows_test
</i>&gt;<i> (
</i>&gt;<i>  station character(254) NOT NULL,
</i>&gt;<i>  the_geom geometry,
</i>&gt;<i>  geom_p geometry,
</i>&gt;<i>  id serial NOT NULL,
</i>&gt;<i>  colonneint integer,
</i>&gt;<i>  colonnetexte character(254),
</i>&gt;<i>  CONSTRAINT zz_tinyows_test_pkey PRIMARY KEY (station)
</i>&gt;<i> )
</i>&gt;<i> WITH (
</i>&gt;<i>  OIDS=FALSE
</i>&gt;<i> )
</i>&gt;<i> everything is fine this but if i give the primary key to &quot;id&quot;, the  
</i>&gt;<i> update is OK but i got this error in tinyows log when trying to  
</i>&gt;<i> insert a point :
</i>&gt;<i>
</i>&gt;<i> [ERROR] Element &#39;{<a href="http://****/%7Dthe_geom%27:" target="_blank">http://****/}the_geom&#39;:</a> This element is not  
</i>&gt;<i> expected. Expected is one of ( {<a href="http://www.opengis.net/" target="_blank">http://www.opengis.net/</a> 
</i>&gt;<i> gml}description, {<a href="http://www.opengis.net/gml%7Dname," target="_blank">http://www.opengis.net/gml}name,</a> {<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a> 
</i>&gt;<i> }boundedBy, {<a href="http://*****/%7Dstation" target="_blank">http://*****/}station</a> ).
</i>
First question, do you relaunch service if you&#39;re running as fast-cgi  
after any change in your database schema ?
(if not XSD schema cached is not up to date anymore)


If it still end on error,
thanks to send:
- ./tinyows --check
- HTTP request sended
- TinyOWS config file


&gt;<i> there is a relation with &quot;attnum&quot; in PG ?
</i>
Yes there is,

If you are in fast-cgi mode, perfomed at service launch
else in mode performed on each new request.

--
Olivier</pre><br>