Print Organizer not printing linestyles correctly

Using Power GEOPAK (Select Series 4) 08.11.09878, and print organizer doesn't print linestyles correctly. The linestyles will print correctly when printing a single sheet when in a sheet dgn. I've checked the usual settings already, ie: print linestyles box is checked.

Print organizer works correctly when I use Microstation (Select Series 3) 8.11.09.459.  Coworkers are able to use print organizer correctly also with Power Geopak Select Series 2.

Attached are our pltcfg and pentable files we are using from the DOT, and a dgn with the linestyles from DOT.,

Any help would be appreciated

PDF-Black-Preliminary.pltcfgPreliminary.tblTopog_linestyles.dgn

 

Parents
  • Are you using any Command Line arguements in your shortcut? If so, Print Organizer may not be recognizing them. You may need to pass those arguments to PO through a configuration variable. See this post.

    MaryB

    Power GeoPak 08.11.09.918
    Power InRoads 08.11.09.918
    OpenRoads Designer 2021 R2

        

  • MaryB thanks for your response,

    I've been trying to use a configuration variable to work, as I saw this post when I was searching for answers. I'm not sure what to use though.

    I've tried:

    MS_PLT_ENGINE_CMDLINE_ARGS = C:\Program Files (x86)\Bentley\MicroStation V8i (SELECTseries)\MicroStation\ustation.exe

    and also the select series 4 one. 

    I have no idea if this is even close, it was the best estimate of what to use as a configuration variable from what I found on other forum responses.

  • The command line arguments are actually anything that follows the exe part of the shortcut. Anything like

    -wsMS_SECURITY_LEVEL=HIGH

    -wp<project>
    like -wpODOT

    You can find out more about them in the Help file.

    so what you would need to add to your configuration would be the argument itself. I have a line that looks like

    # MS_PLT_ENGINE_CMDLINE_ARGS = -wc"M:/Bentley/SS4/Startup/SS4Startup.cfg"

    which tells Print Organizer to use this same "extra" configuration file that MicroStation does.

    MaryB

    Power GeoPak 08.11.09.918
    Power InRoads 08.11.09.918
    OpenRoads Designer 2021 R2

        

Reply
  • The command line arguments are actually anything that follows the exe part of the shortcut. Anything like

    -wsMS_SECURITY_LEVEL=HIGH

    -wp<project>
    like -wpODOT

    You can find out more about them in the Help file.

    so what you would need to add to your configuration would be the argument itself. I have a line that looks like

    # MS_PLT_ENGINE_CMDLINE_ARGS = -wc"M:/Bentley/SS4/Startup/SS4Startup.cfg"

    which tells Print Organizer to use this same "extra" configuration file that MicroStation does.

    MaryB

    Power GeoPak 08.11.09.918
    Power InRoads 08.11.09.918
    OpenRoads Designer 2021 R2

        

Children
No Data