Changes between Version 39 and Version 40 of HLKTesting


Ignore:
Timestamp:
06/19/19 11:18:09 (5 years ago)
Author:
Samuli Seppänen
Comment:

Add debugging info for TDI filters and LSPs are not allowed HLK test

Legend:

Unmodified
Added
Removed
Modified
  • HLKTesting

    v39 v40  
    311311You may also get away with just rerunning the test until it passes.
    312312
    313 == Cable unplug test ==
    314 
    315 One of the HLK tests requires plugging/unplugging of the virtual cable. Use the [https://github.com/sgstair/tapdiag tapdiag tool] to manipulate the link state when the test asks for it.
     313== TDI filters and LSPs are not allowed ==
     314
     315This test may fail due to broken network drive mappings. The hints are available in "Infrastructure -> Execution Logs -> WttEa.log:
     316
     317{{{
     3182980 4496 2019:5:31 18:48:8:90 Error: 0x8205aaaf, Error 0x8205aaaf   winsockerror code of 11001
     319  File=sdktools\wtt\jobs\wtttransportproviders\wttcommtcpip\src\wttcommtcpip.cpp Line=656
     320  PersistManager:EA:JobCancel::token::57M710T->
     321--- snip --
     3222980 5488 2019:5:31 18:48:11:210 Error: 0x800704c3, Multiple connections to a server or shared
     323  resource by the same user, using more than one user name, are not allowed. Disconnect all
     324  previous connections to the server or shared resource and try again.
     325  CRunManager::GetLogLocation()::(null)::CAUSE:Error returned from EnableShareAccess to the root
     326  of "\\controller.hlk.local\HLKLogs\EaFolderAccessCheck\4825BE12-3B91-4414-B8E2-5AD703D69BB3"
     327  File=sdktools\wtt\jobs\runtime\wttexecutionagent\eamanager\runmanager\src\runmanager.cpp Line=2379   
     328}}}
     329
     330If this happens you should see a network share that is unavailable:
     331
     332{{{
     333PS C:\Users\Administrator> net use
     334New connections will be remembered.
     335
     336Status       Local     Remote                                     Network
     337-------------------------------------------------------------------------------------------
     338Unavailable  R:        \\hlk-controller.openvpn.in\HLKInstall     Microsoft Windows Network
     339
     340The command completed successfully.
     341}}}
     342
     343To resolve, unmount the network drive:
     344
     345{{{
     346PS C:\Users\Administrator> net use R: /DELETE                             
     347R: was deleted successfully.
     348}}}
    316349
    317350== Static Tools Logo test (optional) ==