Skip to main content

WEBfactory 2010

Deactivating DNS Name Resolution in Inetpro WEBservice

Abstract

Check out this article and learn how to deactivate DNS Name Resolution in InetPro WEBservice.

Description

The DNS name resolution of the Inetpro WEBservice may cause Windows Eventlog error entries when there is no DNS server available.

To stop this Eventlog error entries, the DNS Name Resolution in Inetpro WEBservice must be deactivated.

Without DNS name resolution, it is not possible to use WEBfactory 2010 rights via the ip address targeting the client system. If the user doesn’t need that functionality, there are no further limitations.

Solution for 32-bit systems

Open the Windows Registry Editor (Start > Run > "regedit" > Ok).

Navigate to the DNSTimeOut registry entry (Dword 32bit).

81.png

DNSTimeOut registry entry

DNSTimeOut registry entry can be found under

  • "HKEY_LOCAL_MACHINE\SOFTWARE\WEBfactory 2010 \WFWebServices\2.00\Settings"

Its default value is 500 ms.

Modify the value of the DNSTimeOut registry entry to "0" (right-click > Modify).

If DNSTimeOut is not available, it must be added manually. To add the key manually, follow the steps below (the method of creating the keys is the same on 32 bit systems as on 64 bit systems).

If the value is set to "0", Windows Eventlog will not have error entries when there is no DNS server available

Solution for 64-bit systems
  1. Open the Windows Registry Editor (Start > Run > "regedit" > Ok).

  2. Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\WEBfactory 2010 and create the complete registry key:

WF_SE_072.jpg

Create the complete registry entry here

  1. Right click on the WEBfactory 2010 key from the tree structure and select New > Key. Name the new key "WFWebServices".

    WF_SE_073.jpg

    Create new WFWebServices Key

  2. Right click on the new WFWebServices key and create a new key inside. Name it "2.00".

  3. Right click again on the new 2.00 key and create another new key, inside the 2.00 key, and name it "Settings"

  4. Inside the Settings key, right click in the right panel, select New > DWORD (32-bit) Value and name it "DNSTimeOut".

    WF_SE_076.jpg

    Create the registry entry for DNSTimeOut

  5. Make sure that the value of the new entry DNSTimeOut is set to "0" (right-click > Modify).

    WF_SE_077.jpg

    The value of DNSTimeOut is 0

    If DNSTimeOut already exists on your 64-bit machine, set the value to 0.

    If DNSTimeOut is not available, 500 ms is used as default value.

  6. If the value is set to "0", Windows Eventlog will not have error entries when there is no DNS server available.