Consultor Eletrônico



Kbase P42528: Two ProxyGen generated ActiveX DLLs gives a mismatch when the second one runs.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

SYMPTOM(s):

Two ProxyGen generated ActiveX DLLs gives a mismatch when the second one runs.

[COMException (0x80040201): Connect Failure: Application Service <Application Service> Unknown at NameServer at Host <Host> Port <Port>. (8234)]

Error type:
Java-Exception (0x80040201)
Connect Failure: Application Service <Application Service> Unknown at NameServer at Host <Host> Port <Port>. (8234)
/rsa/Init.asp, linje 6

and line 3 to 7 in init.asp is:

3: Sub ConnectNoTerminate (rg)
4: ' Connect to driver object
5: Set rg = CreateObject("abs.RSADriver")
6: rg.OC_Connect "//localhost:5162 /asbrokerRSA", "", "", ""
7: end sub

CAUSE:

The package names for each generated DLL / ActiveX is the same.

FIX:

Use different package names for each generated DLL / ActiveX.