We are having a print problem similar to that shown in the video below. The difference is the problem we are experiencing is in PowerInRoads SS2
08.11.07.615. Our MicroStation V8i SS2 workspace prints without any problems from Print Organizer it's only when we use the workspace and Print Organizer in PIR SS2. I was wondering if there were some different configuration variables we needed to use to solve this?
https://communities.bentley.com/products/microstation/microstation_printing/w/wiki/14287/i-m-using-microstation-v8i-and-when-i-print-from-print-organizer-my-custom-line-styles-and-custom-fonts-are-not-plotting-correctly
MS_PLT_ENGINE_CMDLINE_ARGS is the configuration variable used if there is anything custom about your PIR shortcut - command line arguments.
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.
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.918Power InRoads 08.11.09.918OpenRoads Designer 2021 R2
Answer Verified By: Corey Baird
Thank you Mary. This solved the problem.