How to disable XM/BE Map database?

Before M.S. fully opens a DGN, a "Connect To Databas" box asks me to choose a database. We don't use a database and I believe it may be the root of some element issues in XM./Bentley Map. Occasionally I find some random elements that can't be deleted, moved etc. They are not locked. How can I skip this "Connect to Database" box?
Parents
  • Try setting configuration variable MS_GEOXFM_DISALLOW_INFERRED_DBCONNECTION=1.

    If this variable is set to any value then no attempt is made to infer a database connection from the design files in the session.

    By default, XFM will attempt to infer a database connection if no database connection is specified in the XFM schema. During file open, XFM looks for a database control element in the masterfile and if found, will use the connection string in the element for ODBC and OLEDB database server types and otherwise use MicroStation's DB connection manager to request that the user connect to the database. If no DB control element is found, then XFM will use MicroStation's DB connection manager to request that the user connect to the database when the first element with a database linkage is encountered.

    If the user chooses not to connect to the database when requested or disconnects during a session, then XFM will not allow tools to read or write features in the session.

    Regards,

    Chris


    This is a test

Reply
  • Try setting configuration variable MS_GEOXFM_DISALLOW_INFERRED_DBCONNECTION=1.

    If this variable is set to any value then no attempt is made to infer a database connection from the design files in the session.

    By default, XFM will attempt to infer a database connection if no database connection is specified in the XFM schema. During file open, XFM looks for a database control element in the masterfile and if found, will use the connection string in the element for ODBC and OLEDB database server types and otherwise use MicroStation's DB connection manager to request that the user connect to the database. If no DB control element is found, then XFM will use MicroStation's DB connection manager to request that the user connect to the database when the first element with a database linkage is encountered.

    If the user chooses not to connect to the database when requested or disconnects during a session, then XFM will not allow tools to read or write features in the session.

    Regards,

    Chris


    This is a test

Children
No Data