Middle Tier Troubleshooting

See Middle Tier.

Below are some common problems with the installation and maintenance of Middle Tier.

What is my URI?

The URI is composed of four parts:


Error Messages

These errors are an indicator that Enable 32-Bit Applications is turned off. Refer to step 3e on Middle Tier Installation.

Some issues can arise when using a Middle Tier server between different time zones. See Time Zones.


Enabling Verbose Logging

Verbose logging may be enabled to monitor incoming Middle Tier requests and how long it takes for the server to reply. When enabled, a new Logging folder is created in the OpenDentalServer.exe file path (i.e., C:\Program Files (x86)\Open Dental\Logging). The logger checks to make sure a given amount of space is present on the drive before logging the Middle Tier traffic in the Verbose subfolder.

The following data is logged when verbose logging is enabled:

To enable verbose logging:

  1. Add the following nodes to the OpenDentalServerConfig.xml file.

    <VerboseLogging>true</VerboseLogging>
    <LogDirectory></LogDirectory>

    • Set VerboseLogging to true to enable logging. Set to false to disable logging.
    • Enter the path of the desired log location. Leave blank to save logging files in the folder where the Open Dental executable is located (by default: C:\Program Files (x86)\Open Dental).
  2. To read/write to the log directory, the Default Application Pool Identity must be set to a user on the Middle Tier server with admin privileges.
    1. Open the IIS Management Console.
    2. Expand the Web Servicer name and click Application Pools.
    3. Right-click the DefaultAppPool and select Advanced Settings.
    4. Change the ApplicationPoolIdentity to Custom account.
    5. Then, click Set and enter the credentials for a domain user with admin privileges.
  3. Restart the IIS server in the IIS Manager. The Logging folder is added to the specified log directory (i.e., C:\Program Files (x86)\Open Dental\Logging)