Howto configure Bentley Map?

Hi all

We are in the process of upgrading from Microstation Geographics to Bentley Map. We have never used the Geographic project, we have only used the functions in Geograhic.

I’m struggling with configuring Bentley Map – or to be more precise the msgeo_appl.cfg file.

Here is what I want: Bentley Map shall behave just as a normal Microstation, just where I have access to the Bentley Map functions. So I do not want a XFM project or something like that.

The only thing I need is an odbc connection.

I have almost succeed in achieving the needed – there are just one “small” thin left: Every time I start Bentley Map it demands a “project directory”

Here I press “Cancel” and on the next dialog I also press “Cancel”.

Is there any way I can tell Bentley Map that I do not want a project directory. Or can I build a “default” project directory, which I can use to ALL my projects? All my projects use the same workspace, but connect to different odbc connections – and the contents of the databases are different…

I know that my life would be better if I use the Map manager and so on. But I have chosen not to use this for this moment, because I do not know which impact it has on our whole production flow.

If anyone have a suggestions on some good material to Bentley Map administrators – please let me know :-)

 

Kind regards

Morten

Parents Reply Children
  • ...check for the following configuration variable definition...

    MS_GEOINITCMD = PROJECT OPEN

    ...and if found comment it out or remove it.

    Regards,

    Jeff Bielefeld [Bentley]



  • Hi Jeff

    Perfect :-)

    My next "problem" is this (I know I'm tweaking):

    When I open a dgn file where some objects has RDMBS connections I cannot change those objects.

    How can I change this behaivior?

    Now, I just open the dgn file in Microstation and do want I want, and then return to BM.

    I know I can just connect to a database, but most of the time I do not need the database...

    The error is this:

    Required startup database connection was cancelled, element with RDMBS properties not valid for tool.

    Kind regards

    Morten

  • Morten,

    When you open design files that had been used with a previous database connection, Bentley Map should be prompting with the "Connect to Database" to establish a connection to the same database. If you choose to cancel and not make a connection, then any elements with database linkages cannot be manipulated. This is done to improve the referential integrity between the MicroStation elements and the linked database rows.

    Are you cancelling the "Connect to Database" dialog?

    Regards,

    Jeff Bielefeld [Bentley]



  • Hi Jeff

    Actually yes - I'm cancelling the "Connect to Database" dialog. The reason is that we do not "use" Bentley Map - we only needs the Bentley Map functions... For example "find fragtments" and so on...

    We have our own database that use MS links to connect features to the database.

    So we do not use the Bentley Map "database", but our own database. But when we use data that have linkages to a database, we are not allowed to edit them unless we have the database connected. That is a little bit anoying ;-)

    So what I basically need is a Microstation with Map functions (just like with v8.5+geographics)...

    So if I could tell BMap that it shall not use a database - I think I would be home safe :-)

    Kind regards

    Morten

  • Morten,

    First the Bentley Map and MicroStation database connections are one in the same. Next you can add the following configuration variable...

    MS_GEOXFM_DISALLOW_INFERRED_DBCONNECTION = 1

    ...to your workspace or ustation.exe startup command line to disable the Bentley Map automatic database connection.

    Regards,

    Jeff Bielefeld [Bentley]