Search K
Appearance
Appearance
Bentley View is the free Bentley viewer that the Automations engine uses to produce PDFs from DGN drawings. Installing it lets the DGN Export task run without a MicroStation licence. This page covers the supported version, how to set Bentley View up for automated use, and how to resolve the Bentley View / DGN Export readiness check.
Readiness check
On the engine home page, the Bentley View / DGN Export check confirms both that the DGN reader is present and that Bentley View 2026 can be located. It must show Passed before the DGN Export task will work. See Server Readiness.
| Application | Bentley View (free), 64-bit |
| Supported version | Bentley View 2026 only |
Bentley View 2026 is the only supported version. Other releases are not supported — install 2026 even if a newer or older version is present. The engine looks specifically for Bentley View 2026 under the standard Program Files\Bentley\Bentley View 2026\ path. Reading DGN drawings requires no Bentley software at all — only the PDF export step uses Bentley View.
Program Files\Bentley\Bentley View 2026\ path.Because automated exports run unattended, complete these one-time steps so nothing prompts for input mid-job:
A1) exist in the active plot configuration. The paper name set in the DGN Export advanced settings must match a paper name the plot configuration provides.
If Bentley View is installed outside the standard location and the check cannot find it, an administrator can point the engine at the executable by adding a BentleyView setting to the engine's appsettings.json:
{
"BentleyView": {
"ExePath": "D:\\Apps\\Bentley View 2026\\BentleyView\\BentleyView.exe"
}
}Leave this out in normal installs — automatic detection handles the standard path.
| Symptom | Cause & resolution |
|---|---|
| Check fails: Bentley View 2026 was not found | Bentley View 2026 (the only supported version) is not installed, or is in a non-standard location. Install the 64-bit edition of 2026, or set BentleyView:ExePath as above. |
| A different Bentley View version is installed | Only Bentley View 2026 is supported. Install 2026; the engine will not use other versions automatically. |
| Check fails: DGN reader native library not found / failed to load | The engine deployment is incomplete. Reinstall or repair the Automations engine so all of its files are present. |
| Export never finishes / no PDF is produced | A dialog is blocking the unattended session — most often a first-run or sign-in prompt. Launch Bentley View interactively once on the server (see step 1 above) and produce one PDF manually, then retry. |
| Wrong or blank paper size | The Paper Size in the DGN Export settings doesn't match a paper name in the active plot configuration. Use a paper name the plot configuration provides, or point Plot Config Path at a .pltcfg that defines it. |
| Sheet is clipped to the wrong area | The border could not be matched. Run Get DGN Info to confirm the border reference is attached and resolvable, then list its file name in the DGN Export settings table. |
| Colours look wrong | Adjust Color Mode (Color / Monochrome / Grayscale), or use a plot configuration with the pen settings you need. |