Owner's Manual
Open Issues and Resolutions
Fixed Issues/def
Issue 1 - DF
357265: Auto discovery launch fails when Run-As account is used for discovery. Irrespective of the user
permissions, when we select Administrator account as a Run-As account, Auto Discovery utility launch fails.
Description
When you use the "Run As" option to launch the Dell Discovery utility, it displays the following error
"Unable to find a version of the runtime to run the application".
Resolution
To avoid this error, you must uncheck the following option in the "Run As" popup menu: "Protect my
computer and data from unauthorized program activity" to run the utility.
Issue 2: You cannot launch the Discovery utility from a network share.
Description
You must modify the .Net security policy in order to run the application from a network share.
Resolution
For more information, see http://support.microsoft.com/kb/897296
Additional Information
Security Consideration for Dell Discovery Utility
When you run Dell Discovery utility on any system, to discover the MD storage arrays, there is a delay of
40-45 seconds to launch the utility if the system does not have access to the internet. The delay occurs
because in the .NET Framework 2.0, when the CLR loads an assembly into a process, if the CLR finds an
Authenticode signature (which involves a Certificate), it generates Publisher Evidence from it and
validates the Certificate by contacting the issuing authority to ensure the Certificate has not been
revoked. When validating the Certificate the operating system scans the chain of Certificates and tries to
download the Certificate Revocation List from a server on the internet. If you do not have internet access
or network is too slow, then this process is delayed - thereby delaying start of the application.
Note: When you disable signature verification, the .NET Framework 2.0 managed application no longer
receives publisher evidence. This behavior affects the .NET Framework 2.0 managed application only
when you use publisher evidence or when you use the PublisherIdentityPermission class.
To avoid the delay in launching the utility on a system without internet access:
1. Open the DellDiscoveryUtility.exe.config file from the location where you have extracted the
contents Dell_MDStorageArray_ABB.exe.
2. Set the value of <generatePublisherEvidence enabled="True"/> to "False".
For more information, see http://support.microsoft.com/kb/936707.