The MicroStation IPARM engine did not complete successfully - Milepost code: 0


Problem

When publishing renditions with MicroStation Update 17 (10.17.xx.xx) or later with High Security enabled, a failure similar to the following occurs:

Failed -- Failed to add plot on WIN-2UBGUMUV44G for document '\\WIN-2UBGUMUV44G\icswrk\1052\343_2\ar2.dgn': IPARMENG, The MicroStation IPARM engine did not complete successfully. - Milepost code: 0

Solution

On the iCS for PDF server, verify IPLOT Dialog Integration with MicroStation Update 17.

Edit iplotman.cfg by setting IPDIR to C:\win32app\ingr\ipshare\bin below the %if … %endif block.

C:\Program Files\Bentley\MicroStation CONNECT Edition\MicroStation\config\appl\iplotman.cfg

            %if !defined (MSPrintServer)

            IP_IPLOT = C:\Program Files (x86)\Common Files\InterPlot\IPLOT

            MS_MDL                      < $(IP_IPLOT)/bin/

            MS_DGNAPPS < $(IP_IPLOT)/bin/iplotn.ma

            MS_ICONRSCLIST       < $(IP_IPLOT)/bin/iplotribbon.rsc

            MS_RIBBONXML          < $(IP_IPLOT)/bin/iplotribbon.xml

            %endif

            IPDIR = C:\win32app\ingr\ipshare\bin