Since we switched to SS3, none of my rasters plot when using Print Organizer. I use the exaxt same plot and pen files in the Microstation plot dialog and have no problems. Print Organizer, no raster plots.
Is there a setting I'm not aware of in Print Organizer that needs to be changed?
Zachary Billings, P.E.
Senior Roadway Engineer (Licensed in FL and MI)
CONSOR Engineers, LLC
System Info:
Windows 11 | Intel Core i7-13700k | Nvidia RTX 3080 FTW3 Ultra | 32 GB of RAM | 2 TB Western Digital Black SN850x NVME
ORD Version 10.12.02.004 | FDOT Connect Version 10.12.01.00
YouTube Page for ORD: https://tinyurl.com/BillingsCADD
One way to prevent PowerGEOPAK from launching is to edit the config file and insert commands to check to see if the application is running as a console application. Insert the following code around the configuration variables in PowerGEOPAK.cfg and MSGEO.cfg . This will prevent the applications from running in a Print Organizer session.
%if defined (_CONSOLEAPP) ... %endif