[fdo-users] FDOPostGIS 3.4L Check In of New generated PointFeature causes ErrorMessage

Hermann Karl Karl.Hermann at dornbirn.at
Tue Aug 4 12:30:11 EDT 2009


Dear List,

BEGIN;
CREATE TABLE "blocktest3" (gid serial PRIMARY KEY,
"blockname" varchar(255),
"layer" varchar(255),
"rotation" numeric,
"s" varchar(255),
"u" varchar(255));
SELECT AddGeometryColumn('','blocktest3','the_geom','-1','POINT',2);
INSERT INTO "blocktest3"
("blockname","layer","rotation","s","u",the_geom) VALUES
('GN1','GN','0.000000000000000','789',NULL,'0101000000FDA08A2C9FB3E3C0B9
770762A8FA0E41');
INSERT INTO "blocktest3"
("blockname","layer","rotation","s","u",the_geom) VALUES
('GN2','GN','0.000000000000000','2345','6','0101000000E54B15C275B3E3C053
379F6D81F90E41');
END;

New Feature with

Generate Point-blocktest3
open datatable and fill in the new record the values for blockname =
'GN2', layer = 'GN', rotation = 0, s = '3464', u = '6'

try to check and you will get this warning

-FdoPostGIS:blocktest3(),Rev# <0>
-Object could not be inserted
-1=FDO-Command could not be executed
-2=invalide PropertyValueName
Some Objects could not be saved

the fdo driver log shows

INSERT INTO "public"."blocktest3"
(the_geom,blockname,layer,rotation,s,u) VALUES
('0101000000B79D4205DEB1E3C089BE0EB360FA0E41','GN2','GN',0,'3464','6')

the insert in postgis is ok

Karl






-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fdo-users/attachments/20090804/cda1bfc2/attachment-0001.html


More information about the fdo-users mailing list