MicroStation Connect Publish imodel version keyin

MicroStation Connect Update 13

I am trying to control the version of the .imodel version being published with a script to 1.6 and not 2.0. It looks like the settings file I created and that is loaded is not supporting the imodel version output setting. Anyone have any ideas or solution for this issue before I file a ticket?

Parents Reply
  • By default MSTN CE only publishes to the latest .imodel format using the key-in 'publishdgn createdgndbimodel', as per the latest version of ItgDgnDbImporter available on a machine. If someone wants to publish to an older format with multiple versions of ItgDgnDbImporter installed, then we can use IDgnToIDgnDb.exe separately from "C:\Program Files\Bentley\ItgDgnDbImporter 1.5" with command like "C:\Program Files\Bentley\ItgDgnDbImporter 1.5\IDgnToIDgnDb.exe" -i C:\ABC.i.dgn -z c:\ABC.imodel --imodelVersion 1.6. It could be 1.5 also, but do remember the case sensitivities while using the command. We could add this option by default with MSTN key-ins in future updates but right now it is not possible.


    This is a test

Children
  • We could add this option by default with MSTN key-ins

    Either that, or clarify MicroStation Help to include those *.exe options.

    Obscure Key-Ins and Hidden Documentation

    If you browse to the ITG directory  C:\Program Files\Bentley\ItgDgnDbImporter 1.5\ you will find the Bentley_DgnDb_iModel_Importer_2.0.pdf ReadMe for similar details

    If your job involves working with the ITG directory, then I'm sure that's a good place to look.  But, for the average MicroStation user, is it reasonable to expect him to make that unintuitive exploration?  MicroStation Help is a well-known document, available from the MicroStation UI.  If you want to make a user aware of arcane key-ins, put them in MicroStation Help.  If you want to make a user aware of a well-hidden PDF document, put that in MicroStation Help as well.

    Import or Export?

    The PDF documents you cite have the title Bentley DgnDb iModel Importer.  That's misleading to a MicroStation user, who wants to publish or export DGN data.  They don't want to import an iModel: they want to export an iModel.

     
    Regards, Jon Summers
    LA Solutions

  • If you browse to the ITG directory  C:\Program Files\Bentley\ItgDgnDbImporter 1.5\ you will find the Bentley_DgnDb_iModel_Importer_2.0.pdf ReadMe for similar details. Hope that helps. Thanks


    This is a test

  • defect has been filed against this issue in MicroStation.
    Defect Report 799669.

    Now to focus more on the imodel importer. I have the help doc but having issues getting it to successfully pull, publish and push back into ProjectWise. Filing a ticket for more assistance since the script does not provide any feedback on error handling or success.

  • I am having problems getting the console to actually work in ProjectWise. I can get it to run locally but nothing in ProjectWise. The documentation helps with the switches but no examples are provided for either the local or a ProjectWise workflow.

  • The Bentley DgnDb iModel Importer converts DGN V8-format packaged i-models (.i.dgn) into the compressed DgnDb-format or BIM-format (.imodel) iModels. So in technical terms it imports all the contents of the DGN into a fresh .imodel (Sqlite DgnDb file), hence this naming convention was used. Also in the Publish i-model(s) Dialog Help chapter, there is a tip referring to same .pdf file. The location of the .pdf was removed because there were three version of DgnDb Importers and mentioning different versions simultaneously were not possible. Tip: To learn more about creating .imodels using the Bentley DgnDb iModel Importer or other supported file-formats conversions in batch mode, refer to the help in .pdf file available in its installation directory.


    This is a test