Feature ID

Hi,

where I can change ID of the Feature from string to double, is it possible?

<Feature_Name instanceID="17d21923-af27-4b38-8ebb-0840533b6b03" xmlns="mpu.01.00">

TIA

adrian

  • I've read that:

    Bentley PowerMap supports two types of primary keys. Besides numeric keys - determined and controlled by Oracle - it is also possible to use the UUID on each XFM feature.

    In my DB PK is numeric and I can't post features to DB, becouse PoweRMap use UUID. How to use numeric keys?

  • Adrian,

    In the Bentley Geospatial Administrator, you should be able to assign an Oracle sequence generator during the "Register Features..." process for this. Before registering your feature, be sure you have created the sequence in your database using DDL such as...

    CREATE SEQUENCE "MY_TABLE_SEQ" INCREMENT BY 1 START WITH 1 ORDER;

    ...then select and assign the sequence to your feature class when prompted to in the "Register Features..." wizard.

    Regards,

    Jeff Bielefeld [Bentley]