I have a workspace to convert shapes files to Postgis 1.5 working fine
In the same workspace, I change the conection parameters to conect the same table in Postgis 2.1 but I get an error because of Srid restriction.
Reading the log, I see is trying to write SRID=1 (the postgis restriction is to Srid=25830, in both versions of Postgis, so it returns an error)
The conection parameters are the same in both conections
If I inspect the entity that its trying to write, the properties gives EPSG:25830 Coordinate System,
but in the log writes SRID=1
Why is trying to load Srid=1 when I change conection to Postgis 2.1?
Thanks