Symptoms

Task to setup DNS resolvers fails with following error:

Task ID     29414907
Queue name      win_node_regist_ad-dc2_SDC
Task name       Setup DNS resolvers
Task description Setup DNS resolvers
Queue status    Failed
Start not earlier than  Feb-26-2014 20:52
Method name     setupDnsResolvers on SCREF:ActiveDirectory:0
Last execution output   Internal error: Host #123:
C:\WINDOWS\system32>netsh interface ip show dns "Local Area Connection" | findstr 172.16.1.2

C:\WINDOWS\system32>if ERRORLEVEL 1 netsh interface ip add dns "Local Area Connection" 172.16.1.2 index=2

Invalid interface Local Area Connection specified.

C:\WINDOWS\system32>if ERRORLEVEL 1 exit /b 1

Cause

Incorrect interface card name for the adapter on the Host #123.

Resolution

  1. Modify the name of network interface on the host #123 according to the registered interface name in OA. Network interface name can be checked via OA Provider Control Panel > Infrastructure > Hardware Nodes > Host #123 > Networking > IP addresses.

  2. Restart the initial task.

Internal content