Because you are using the IIS web application to host the component, disable the component's built-in web server:
-
In Windows Explorer, browse to the AutoStore installation directory (by
default, C:\Program
Files\Nuance\AutoStore on a 64-bit system.
-
Open the batch.exe.config file in a text editor.
-
Find the <appSettings> section.
If there is not an <appSettings> section, add it to the file.
-
Add the following line:
<add key="SkipHpOxpd16WebInit" value="true"/>
The following code shows a sample configuration:
<configuration>
...
<appSettings>
<add key="SkipHpOxpd16WebInit" value="true"/>
</appSettings>
...
</configuration>
-
Save your changes.