Consultor Eletrônico



Kbase P182103: ABL application using .NET is slow to start after applying Service Pack 2 or later for OpenEdge 10.2
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/26/2011
Status: Unverified

SYMPTOM(s):

ABL application using .NET is slow to start after applying Service Pack 2 or later for OpenEdge 10.2B

ABL application using .NET is slow to start after applying Service Pack 2 for OpenEdge 10.2B / 10.2B02

ABL application using .NET is slow to start after applying Service Pack 3 for OpenEdge 10.2B / 10.2B03

ABL application using .NET is slow to start after applying Service Pack 4 for OpenEdge 10.2B / 10.2B04

Application attempts to connect to crl.verisign.com to verify the certificate/signature

Application is not using digitally signed assemblies

FACT(s) (Environment):

Internet access is restricted or limited
Application functions as expected after delay
OpenEdge 10.2B
Windows

CAUSE:

Bug# OE00204317

CAUSE:

From 10.2B02 onwards, the majority of .DLL files shipped in DLC\bin are digitally signed; this includes such .DLLs as Progress.NetUI.dll and Progress.clrbridge.dll. As a result, the client attempts to connect to crl.verisign.com to verify the certificate/signature. If no internet connection is available, then the client waits for this request to timeout before continuing.

FIX:

Disable the verification process by setting an extra property "<generatePublisherEvidence enabled="false" />" in DLC\bin\prowin32.exe.config. For example,

<configuration>
<runtime>
<generatePublisherEvidence enabled="false" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" >
...