• RE: Draw multi part polygon in Bentley Map.

    Jeff Bielefeld
    Jeff Bielefeld
    Kiran, If the Oracle Spatial multipolygon layer was registered as a "Polygon Collection" feature class then you should be able to perform the following: In the Bentley Geospatial Administrator right click on the polygon collection feature class…
    • over 7 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • RE: How to set the scale based visibility for a layer in Map Manager?

    Jeff Bielefeld
    Jeff Bielefeld
    Kiran, In the Map Manager you can perform the following: Right-click your feature class and select the "Symbology..." option. In "Symbology" dialog choose "General > Thematic Definition set > User defined 1" option. In "Symbology" dialog choose…
    • over 7 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • RE: [BM SS4] What happens to User Data Linkages?

    Jeff Bielefeld
    Jeff Bielefeld
    Bruce, Please zip up and send me via private message... Your modified MVBA file. A sample design file containing the original MicroStation shape elements. A current copy of your Bentley Geospatial Administrator schema file. ...and I will…
    • over 7 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • RE: Oracle spatial join with external database

    Jeff Bielefeld
    Jeff Bielefeld
    Jun, This ability to define this type of join has been added to the pending Bentley Map V8i (SELECTseries 4) 08.11.09.4xx release. I would suggest that you download and test the beta.
    • over 9 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Using VBA to query features

    Jeff Bielefeld
    Jeff Bielefeld
    Stefan, In the "xfmOracleExtensions" sample available in the online " Bentley Map - Development and Product Customization Guide ", take a look at the editInstance() method for an example of using XftCmdMgr.ActivateMethod() to open the "Edit" dialog…
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Write to Oracle spatial

    Jeff Bielefeld
    Jeff Bielefeld
    Greetings Artur, The ability to automatically post all session changes to the connected Oracle Spatial repository as they occur does not currently exist in the Bentley Map product. In MicroStation GeoGraphics in "Workspace > Preferences > Spatial"…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • dgn2sdo skips shapes with holes

    Krister Surell
    Krister Surell
    Hi, I've used dgn2sdo to load some polygon data. I might be missing something but it seems that if I specify IN_DB, shapes with holes (unnamed cells) does not export. %dgn2sdo% IN_FILE="F:\Lagring\prj\ParkV8\dgn\sdo\*.pyt" IN_DB=oracle,park/park…
    • kungsholmen_test.dgn
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Multiuser Editing Using Bentley Map V8i

    Jeff Bielefeld
    Jeff Bielefeld
    Praveen, You must have access to a valid ProjectWise Oracle Connector client license to use that functionality from within Bentley Map.
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Edit or Delete element with Oracle database linkage fails

    Jeff Bielefeld
    Jeff Bielefeld
    Kirmo, This behavior is caused by the fact that the "Connect to Database" dialog was cancelled w/o providing RDBMS login credentials. Since you are connecting to your RDBMS using a db= keyin you should be able to add MS_GEOXFM_DISALLOW_INFERRED_DBCONNECTION…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Features get deleted on file close

    Jeff Bielefeld
    Jeff Bielefeld
    Krister, Thank you for your input and we will take your recommedation for an improved message under consideration. Regarding the use of a configuration variable to change the short transaction behavior, unfortunately long transaction support is only…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Register Features in GSA cannot find any Oracle features

    Krister Surell
    Krister Surell
    Hi, I'm trying to set up a basic project for an existing database. I've created a new user with limited grants and can connect and read geometries from Bentley Map using [File - Open Oracle Spatial]. I've also created a new Oracle Spatial Connection…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)

    Jeff Bielefeld
    Jeff Bielefeld
    Jiri, For you adhoc connection (e.g. without a schema) code, you will need to add the following highlighted lines to the connectAdhoc method: public void connectAdhoc(string userName, string password, string serviceName) { GDI.GDIExplorerOracleImportsNode…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)

    Jeff Bielefeld
    Jeff Bielefeld
    ...not familiar with that particular error, but at this time I would recommend the use of Visual Studio 2005 Edition when developing applications for the Bentley Map V8 i (SELECTseries 1) platform. Also when adding/replacing references to accomodate your…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Does Bentley Map V8XM supports Oracle 11g?

    Jeff Bielefeld
    Jeff Bielefeld
    ...no, for Oracle Spatial (e.g. SDO_GEOMETRY) interoperability, the Bentley Map V8 XM Edition 08.09.04 release supports Oracle 9i and 10g databases. The Bentley Map V8i 08.11.05 release supports Oracle 9i, 10g and 11g database instances with the use of…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: gdi import fails

    Jeff Bielefeld
    Jeff Bielefeld
    Krister, In the Bentley Geospatial Administrator, when registering your Oracle Spatial layers, if you do not assign a sequence generator to the layer you have effectively defined a "read only" layer (e.g. users can query geometries but cannot post…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: unlocking after post

    Jeff Bielefeld
    Jeff Bielefeld
    Rob, I've not heard of that particular scenario, and you're correct, after the post operation the feature instances should be locked once again, preventing modification in the local design file cache. What version of Bentley Map are you using?
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Insert dgn elements with mslink into Oracle Spatial

    Jeff Bielefeld
    Jeff Bielefeld
    Jurek, The IN_DB parameter defines the connection information used to establish a MicroStation database server connection. There is no requirement that the same user exists in both Oracle and SQL Server, or have the same grants etc... Is…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Interoperability Key-In

    IanTidy
    IanTidy
    Hi All, I am working with Bentely Water (Bentley Map with a bit extra) and I need to create a menu option (or button) to both launch the Interoperability dialog for import SHP and TAB files, but I also need to have a button that will open an Oracle…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: In Bentley Map V8 XM Select Version is not displaying in Interoperability Interface?

    Jeff Bielefeld
    Jeff Bielefeld
    Praveen, You must have the following minimum requirements... Oracle 10.2.0.3 or higher with version enabled tables. Access to a valid ProjectWise Connector for Oracle client license. ...to enable versioning and conflict resolution…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Geometry type of view in Oracle Spatial

    Jeff Bielefeld
    Jeff Bielefeld
    Jakob, A few questions. Do both views refer to the same base table? Is each view defined in such a way as to guarantee that all rows returned contain the same geometry type? For the AFL_BROEND feature class, what is the layer_gtype parameter…
    • over 9 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Dynamic where clause in Interoperability?

    Jeff Bielefeld
    Jeff Bielefeld
    Krister, I've posted a complete example here which includes a sample COM server written in C# which demonstrates one approach to calling the Bentley Map Interoperability managed API methods from VBA. The following sample VBA form should give you some…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: how to refresh Oracle workspaces from Map

    Jeff Bielefeld
    Jeff Bielefeld
    Holger, At this time the ability to perform a DBMS_WM.RefreshWorkspace call from the Bentley Map Interoperability user interface is not supported, but is being considered for inclusion in a future release based upon overall customer demand. Could you…
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Memory issues

    Jeff Bielefeld
    Jeff Bielefeld
    Greetings Veeresh, Have you any custom code involved or are you only using standard Interoperability functionality? Could you provide the exception.log that was generated?
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Cell Angle in Geospatial does not seem to have any effect when placing a point

    Jeff Bielefeld
    Jeff Bielefeld
    ...will also add that Bentley Map supports the use of Oracle oriented points described here to persist the rotation of the feature instance.
    • over 9 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)

    Jeff Bielefeld
    Jeff Bielefeld
    Jiri, For the following compound geometry... SHAPE(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES) --------------------------------------------------------------------------------------------------------------------------…
    • xfm_oracle1.zip
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • View related content throughout OpenCities Map
  • More
  • Cancel
>