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…
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…
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…
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.
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…
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"…
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…
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…
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…
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…
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…
...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…
...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…
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…
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?
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…
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…
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…
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…
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…
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…
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?
Jiri,
For the following compound geometry...
SHAPE(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES) --------------------------------------------------------------------------------------------------------------------------…