Hello Stephanos,<div><br></div><div>As the error says, there seems to be something wrong with your SRID. You should check if the constraint on &quot;the_geom&quot; and the entry in the &quot;geometry_columns&quot; table are OK? Does it have an SRID or is it set -1? </div>

<div><br></div><div>Daniel</div><div><br><br><div class="gmail_quote">2011/2/17 Stephanos Charalambous <span dir="ltr">&lt;<a href="mailto:stephanos_ch@yahoo.gr">stephanos_ch@yahoo.gr</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello,<br>
<br>
I am kind of new in using pgrouting and I would really like your help.<br>
<br>
I have imported a road network, called &quot;testNic&quot; (from shapefile) into a PostgreSQL database using QGIS and pgAdmin. Then, I added the necessary columns, source, target and cost, and created the geom_idx. The problem that I am facing is that I cannot create the topology using the query:<br>


<br>
SELECT assign_vertex_id(&#39;testNic&#39;, 0.00001, &#39;the_geom&#39;, &#39;gid&#39;);<br>
<br>
I get the following error, and i can&#39;t locate where the mistake is.<br>
<br>
NOTICE:  CREATE TABLE will create implicit sequence &quot;vertices_tmp_id_seq&quot; for serial column &quot;<a href="http://vertices_tmp.id" target="_blank">vertices_tmp.id</a>&quot;<br>
CONTEXT:  SQL statement &quot;CREATE TABLE vertices_tmp (id serial)&quot;<br>
PL/pgSQL function &quot;assign_vertex_id&quot; line 14 at EXECUTE statement<br>
ERROR:  find_srid() - couldnt find the corresponding SRID - is the geometry registered in the GEOMETRY_COLUMNS table?  Is there an uppercase/lowercase missmatch?<br>
CONTEXT:  PL/pgSQL function &quot;assign_vertex_id&quot; line 20 at assignment<br>
<br>
********** Error **********<br>
<br>
ERROR: find_srid() - couldnt find the corresponding SRID - is the geometry registered in the GEOMETRY_COLUMNS table?  Is there an uppercase/lowercase missmatch?<br>
SQL state: P0001<br>
Context: PL/pgSQL function &quot;assign_vertex_id&quot; line 20 at assignment<br>
<br>
Any help would be really appreciated.<br>
<br>
Regards<br>
Stephanos Charalambous<br>
<br>
<br>
_______________________________________________<br>
pgrouting-dev mailing list<br>
<a href="mailto:pgrouting-dev@lists.osgeo.org">pgrouting-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/pgrouting-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">Georepublic UG &amp; Georepublic Japan<br>eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66, 99, 171)" target="_blank">daniel.kastl@georepublic.de</a><br>

Web: <a href="http://georepublic.de/" style="color:rgb(66, 99, 171)" target="_blank">http://georepublic.de</a></span><br>
</div>