|
Home > Archive > IIS Server > November 2004 > COM Connect Failure
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
COM Connect Failure
|
|
| Mark Pfeifer 2004-11-24, 6:26 pm |
| The following code seems to be failing after a few minutes. Does anyone
know what I should be looking for to determine why the connect returns "- 1"
after 10 minutes? I believe they are using a Java 1.3.1 JtoCom bridge, but
not sure. The DLL is sitting in a Java folder.
Thanks,
Mark
W2003 Server
IIS 6
ASP Page
VBS -
Dim NfuseIntegration, context, cred, ctUser
ctUser = Request.ServerVariables("HTTP_CT_REMOTE_USER")
Set NfuseIntegration =
Server.CreateObject("NFuseIntegrationCom.NFuseIntegrationCom.1")
context = NfuseIntegration.Connect
| |
| WenJun Zhang[msft] 2004-11-25, 2:50 am |
| Hi Mark,
Does the NFuseIntegrationCom COM server run in-procs or
out-of-process?
If you have its source code, I suggest you attach onto w3wp.exe(IIS
worker process) to debug it and add break point to check why -1 is
returned. The way is similar to the IIS6 steps in the following
article.
183480 How To debug ISAPI DLLs in IIS 4.0, IIS 5.0, IIS 5.1, and IIS
6.0
http://support.microsoft.com/?id=183480
Thanks.
Best regards,
WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security
| |
| Mark Pfeifer 2004-11-26, 5:50 pm |
| WenJun -
I believe it is out of process but I don't have the source code.
Any suggestions?
Thanks
Mark
""WenJun Zhang[msft]"" <v-wzhang@online.microsoft.com> wrote in message
news:cCG2qmr0EHA.3200@cpmsftngxa10.phx.gbl...
> Hi Mark,
>
> Does the NFuseIntegrationCom COM server run in-procs or
> out-of-process?
>
> If you have its source code, I suggest you attach onto w3wp.exe(IIS
> worker process) to debug it and add break point to check why -1 is
> returned. The way is similar to the IIS6 steps in the following
> article.
>
> 183480 How To debug ISAPI DLLs in IIS 4.0, IIS 5.0, IIS 5.1, and IIS
> 6.0
> http://support.microsoft.com/?id=183480
>
> Thanks.
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Support
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> Get Secure! - www.microsoft.com/security
>
| |
| WenJun Zhang[msft] 2004-11-29, 2:48 am |
| Mark,
If so, I think you'd contact the component's developer. -1 is a
normal return from the call, there is nothing we can do here without
the source code.
Best regards,
WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security
|
|
|
|
|