Bentley Communities
Site
Search
User
Site
Search
User
Product Communities
Geospatial
OpenCities Map
Cancel
OpenCities Map
OpenCities Map Forum
Sign In
All tags
Oracle Spatial
Annotation
Bentley BentleyMap V8i
Bentley Geospatial Administrator
Bentley Map
Bentley Map Select Series 3
Bentley PowerMap
c#
Cadastre
COM
dgn2sdo
GDI
GeoGraphics
Graphical Sources
Interoperability
MicroStation GeoGraphics
OpenCities Map
Oracle
Oracle Workspace Manager
OWM
RDBMS
Register Features
VBA
Versioning
XFM
XFT
Re: How to create an Oracle user for GeoGraphics
Krister Surell
Hi, Thanks, I'll try that. I would, however, like to get the actual Oracle statements to do this and also what's missing in my script (see orginal post). The IT-department would like to be able to add users without running GeoGraphics. Regards…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Geometry type of view in Oracle Spatial
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: In Bentley Map V8 XM Select Version is not displaying in Interoperability Interface?
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: Setting up Oracle Spatial cadastral features
Sebastien Lefrancois
Just to be sure to not use duplicate name, you can use default name propose by the wizard or custom name different from those used in registered features. Sebastien
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Setting up Oracle Spatial cadastral features
Sebastien Lefrancois
Hi Rob, In the Bentley Cadastre V8i Schema Wizard, when you have to specify the polygon name feature, remove the suffix "_Collection"; it should add the suffix then. I suggest you to only use "Parcel_Area" according to your feature name. If it still…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Interoperability Key-In
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: Insert dgn elements with mslink into Oracle Spatial
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
Re: unlocking after post
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
Error in sql created by Powermap v8i
prusinek
I registered few 3d features in GSA (Powermap v8i v08.11.07.97) from existing Oracle 10g database. To connect to database I'm using oracle client 11.1. When I'm executing query database from view Powermap is creating sql similar to: SELECT GGAZ.PEGAZ_ODCINEK_GAZ_LN…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: gdi import fails
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: Does Bentley Map V8XM supports Oracle 11g?
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 from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
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: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
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
Register Features in GSA cannot find any Oracle features
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: Features get deleted on file close
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
Re: How to attach existing subfeature to another root feature?
cdalesandro
Rysiek, I suggest using xfmFeature_create to build a new subfeature and copy geometry and properties(perhaps filtering/changing uniqueId properties) from the old sub-feature. Ensure that the geometry does not have the original elementRef by calling…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Edit or Delete element with Oracle database linkage fails
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: Multiuser Editing Using Bentley Map V8i
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
dgn2sdo skips shapes with holes
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: Write to Oracle spatial
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
Re: Time Zone ID was not found on the local computer
Sebastien Lefrancois
Thank you Stefan for your solution about this issue. We will try to apply this"fix" with the same error we have with Spanish version. Regards,
over 9 years ago
OpenCities Map
OpenCities Map Forum
Re: Using VBA to query features
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: Insert dgn elements with mslink into Oracle Spatial
Jeff Bielefeld
Jurek, Does your IN_DB parameter have the following format? IN_DB=odbc,mydatabase,mytable Regards, Jeff Bielefeld [Bentley]
over 14 years ago
OpenCities Map
OpenCities Map Forum
How to trace SQL between Oracle and Bentley Map ?
Fernando Branco
Hi there, Is there any way to trace SQL statements as well as responses between Bentley Map and Oracle? I noticed there's a log file that you can enable but it doesn't log SQL statements... Does anyone knows if TOAD allows you to trace an application…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Write to Oracle spatial
Jeff Bielefeld
Artur, In general we believe having the ability to perform Oracle Spatial data maintenance using the power and flexibility of the MicroStation platform provides Bentley Map with a number of advantages over other more strict GIS type products including…
over 13 years ago
OpenCities Map
OpenCities Map Forum
View related content throughout OpenCities Map
More
Cancel
<
>