Update fields do not get updated properly when plotting from Print Organizer and Batch plot.


 Applies To 
  
 Product(s):MicroStation
 Version(s):V8i, CONNECT, 2023
 Environment: N\A
 Area: Printing and Plotting
 Subarea: N\A
 Original Author:Beverly Dawn Gentry, Bentley Technical Support Group

Problem

Update fields do not get updated properly when plotting from Print Organizer and Batch plot. 

Solution

Make sure the following MS variables are set:
MS_PLT_UPDATE_FIELDS=1
MS_AUTO_UPDATE_FIELDS=ALWAYS

In addition, the file must be opened Read/Write by the plotting interface.

For Print Organizer, set:
MS_PRINTORGANIZER_OPEN_DGN_READWRITE=1

For Batch plot, set:
MS_BATCHPRINT_NO_READONLY = 1 

Note - a valid workaround would consist of applying a batch process with following command script to each file before creating print sets/definitions and printing with Print Organizer:

fit view extended;
selview 1;
field update all;
reset;