| Author |
Message |
Gab
Guest
|
Posted:
Tue Mar 15, 2005 11:47 pm Post subject:
Problem with Transaction Integrator(Remote Environment) |
|
|
Hello
I try to development an example, but I have a problem.
who could help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'Microsoft.HostIntegration.TI.CustomTIException: (2181) The TCP Transport
received a persistent open request from RE Promeco_NET, which does not
support persistent connections.
Thanks
--
promeco@community.nospam |
|
| Back to top |
|
 |
Terry Bullington [MSFT]
Guest
|
Posted:
Wed Mar 16, 2005 1:50 am Post subject:
RE: Problem with Transaction Integrator(Remote Environment) |
|
|
Are you actually attempting to use a persistent connection (i.e. you are
passing client context where you set CONN_TYPE)? To what RE type is the
object assigned?
--------------------
Thread-Topic: Problem with Transaction Integrator(Remote Environment)
thread-index: AcUphwMBwb4R+qxbRF6q8EQ0o9M4QQ==
X-WBNR-Posting-Host: 148.188.172.3
From: =?Utf-8?B?R2Fi?= <Gab@discussions.microsoft.com>
Subject: Problem with Transaction Integrator(Remote Environment)
Date: Tue, 15 Mar 2005 09:47:09 -0800
Hello
I try to development an example, but I have a problem.
who could help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'Microsoft.HostIntegration.TI.CustomTIException: (2181) The TCP Transport
received a persistent open request from RE Promeco_NET, which does not
support persistent connections.
Thanks
--
promeco@community.nospam |
|
| Back to top |
|
 |
Gab
Guest
|
Posted:
Wed Mar 16, 2005 3:45 am Post subject:
RE: Problem with Transaction Integrator(Remote Environment) |
|
|
I don't use a persistent connection.
the code is
_cc.WriteContext("CONNTYPE", "OPEN", contextArray);
_cc.WriteContext("CONNTYPE", "CLOSE", contextArray);
but I have a problem, can you help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'System.Runtime.InteropServices.COMException (0x80010105): The server threw
an exception.
at DCGENLib.DCGenObjClass.PrivateInvoke(String bstrCLSID, Int32 dispID,
Object[]& ppContextArray, Object[] pInParams, Object[]& pOutParams, Int32&
pHResult, Object& pResult, String& pMessage, String& pHelpLink)
at
Microsoft.HostIntegration.TI.RemotingInterceptor.InterceptorServerChannelSink.ProcessMessage(IServerChannelSinkStack
sinkStack, IMessage msg, ITransportHeaders requestHeaders, Stream
requestStream, IMessage& rm, ITransportHeaders& responseHeaders, Stream&
responseStream)'.
Thanks
"Terry Bullington [MSFT]" wrote:
| Quote: | Are you actually attempting to use a persistent connection (i.e. you are
passing client context where you set CONN_TYPE)? To what RE type is the
object assigned?
--------------------
Thread-Topic: Problem with Transaction Integrator(Remote Environment)
thread-index: AcUphwMBwb4R+qxbRF6q8EQ0o9M4QQ==
X-WBNR-Posting-Host: 148.188.172.3
From: =?Utf-8?B?R2Fi?= <Gab@discussions.microsoft.com
Subject: Problem with Transaction Integrator(Remote Environment)
Date: Tue, 15 Mar 2005 09:47:09 -0800
Hello
I try to development an example, but I have a problem.
who could help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'Microsoft.HostIntegration.TI.CustomTIException: (2181) The TCP Transport
received a persistent open request from RE Promeco_NET, which does not
support persistent connections.
Thanks
--
promeco@community |
|
|
| Back to top |
|
 |
Aaron Grady [MSFT]
Guest
|
Posted:
Wed Mar 16, 2005 6:13 am Post subject:
Re: Problem with Transaction Integrator(Remote Environment) |
|
|
Gab-
By creating a context with both OPEN and CLOSE you are telling TI to open
and close a persistent connection. If you do not want to use persistent
connections, you should not write the CONNTYPE value to the context object
at all.
HTH,
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD
SNA Server/Host Integration Server 2000
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Gab" <Gab@discussions.microsoft.com> wrote in message
news:C0321E88-A56B-4BF5-8ADB-B5F3E7031FA1@microsoft.com...
| Quote: | I don't use a persistent connection.
the code is
_cc.WriteContext("CONNTYPE", "OPEN", contextArray);
_cc.WriteContext("CONNTYPE", "CLOSE", contextArray);
but I have a problem, can you help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'System.Runtime.InteropServices.COMException (0x80010105): The server
threw
an exception.
at DCGENLib.DCGenObjClass.PrivateInvoke(String bstrCLSID, Int32 dispID,
Object[]& ppContextArray, Object[] pInParams, Object[]& pOutParams, Int32&
pHResult, Object& pResult, String& pMessage, String& pHelpLink)
at
Microsoft.HostIntegration.TI.RemotingInterceptor.InterceptorServerChannelSin |
k.ProcessMessage(IServerChannelSinkStack
| Quote: | sinkStack, IMessage msg, ITransportHeaders requestHeaders, Stream
requestStream, IMessage& rm, ITransportHeaders& responseHeaders, Stream&
responseStream)'.
Thanks
"Terry Bullington [MSFT]" wrote:
Are you actually attempting to use a persistent connection (i.e. you are
passing client context where you set CONN_TYPE)? To what RE type is the
object assigned?
--------------------
Thread-Topic: Problem with Transaction Integrator(Remote Environment)
thread-index: AcUphwMBwb4R+qxbRF6q8EQ0o9M4QQ==
X-WBNR-Posting-Host: 148.188.172.3
From: =?Utf-8?B?R2Fi?= <Gab@discussions.microsoft.com
Subject: Problem with Transaction Integrator(Remote Environment)
Date: Tue, 15 Mar 2005 09:47:09 -0800
Hello
I try to development an example, but I have a problem.
who could help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'Microsoft.HostIntegration.TI.CustomTIException: (2181) The TCP
Transport
received a persistent open request from RE Promeco_NET, which does not
support persistent connections.
Thanks
--
promeco@community |
|
|
| Back to top |
|
 |
Gab
Guest
|
Posted:
Wed Mar 16, 2005 10:45 pm Post subject:
Re: Problem with Transaction Integrator(Remote Environment) |
|
|
Thanks Aaron
But no, I have another problem
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'System.Runtime.InteropServices.COMException (0x80010105): The server threw
an exception.
at DCGENLib.DCGenObjClass.PrivateInvoke(String bstrCLSID, Int32 dispID,
Object[]& ppContextArray, Object[] pInParams, Object[]& pOutParams, Int32&
pHResult, Object& pResult, String& pMessage, String& pHelpLink)
at
Microsoft.HostIntegration.TI.RemotingInterceptor.InterceptorServerChannelSink.ProcessMessage(IServerChannelSinkStack
sinkStack, IMessage msg, ITransportHeaders requestHeaders, Stream
requestStream, IMessage& rm, ITransportHeaders& responseHeaders, Stream&
responseStream)'.
Can you help me about it?
"Aaron Grady [MSFT]" wrote:
| Quote: | Gab-
By creating a context with both OPEN and CLOSE you are telling TI to open
and close a persistent connection. If you do not want to use persistent
connections, you should not write the CONNTYPE value to the context object
at all.
HTH,
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD
SNA Server/Host Integration Server 2000
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Gab" <Gab@discussions.microsoft.com> wrote in message
news:C0321E88-A56B-4BF5-8ADB-B5F3E7031FA1@microsoft.com...
I don't use a persistent connection.
the code is
_cc.WriteContext("CONNTYPE", "OPEN", contextArray);
_cc.WriteContext("CONNTYPE", "CLOSE", contextArray);
but I have a problem, can you help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'System.Runtime.InteropServices.COMException (0x80010105): The server
threw
an exception.
at DCGENLib.DCGenObjClass.PrivateInvoke(String bstrCLSID, Int32 dispID,
Object[]& ppContextArray, Object[] pInParams, Object[]& pOutParams, Int32&
pHResult, Object& pResult, String& pMessage, String& pHelpLink)
at
Microsoft.HostIntegration.TI.RemotingInterceptor.InterceptorServerChannelSin
k.ProcessMessage(IServerChannelSinkStack
sinkStack, IMessage msg, ITransportHeaders requestHeaders, Stream
requestStream, IMessage& rm, ITransportHeaders& responseHeaders, Stream&
responseStream)'.
Thanks
"Terry Bullington [MSFT]" wrote:
Are you actually attempting to use a persistent connection (i.e. you are
passing client context where you set CONN_TYPE)? To what RE type is the
object assigned?
--------------------
Thread-Topic: Problem with Transaction Integrator(Remote Environment)
thread-index: AcUphwMBwb4R+qxbRF6q8EQ0o9M4QQ==
X-WBNR-Posting-Host: 148.188.172.3
From: =?Utf-8?B?R2Fi?= <Gab@discussions.microsoft.com
Subject: Problem with Transaction Integrator(Remote Environment)
Date: Tue, 15 Mar 2005 09:47:09 -0800
Hello
I try to development an example, but I have a problem.
who could help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'Microsoft.HostIntegration.TI.CustomTIException: (2181) The TCP
Transport
received a persistent open request from RE Promeco_NET, which does not
support persistent connections.
Thanks
--
promeco@community
|
|
|
| Back to top |
|
 |
Aaron Grady [MSFT]
Guest
|
Posted:
Thu Mar 17, 2005 12:18 am Post subject:
Re: Problem with Transaction Integrator(Remote Environment) |
|
|
Just to be clear, the old problem is gone and now you're getting a new
error, correct?
For this new error, is there an event logged in the application event log
that gives more detail?
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD
SNA Server/Host Integration Server 2000
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Gab" <Gab@discussions.microsoft.com> wrote in message
news:FEF7377F-5A45-4DC0-9E0E-C3F6190C0F71@microsoft.com...
| Quote: | Thanks Aaron
But no, I have another problem
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'System.Runtime.InteropServices.COMException (0x80010105): The server
threw
an exception.
at DCGENLib.DCGenObjClass.PrivateInvoke(String bstrCLSID, Int32 dispID,
Object[]& ppContextArray, Object[] pInParams, Object[]& pOutParams, Int32&
pHResult, Object& pResult, String& pMessage, String& pHelpLink)
at
Microsoft.HostIntegration.TI.RemotingInterceptor.InterceptorServerChannelSin |
k.ProcessMessage(IServerChannelSinkStack
| Quote: | sinkStack, IMessage msg, ITransportHeaders requestHeaders, Stream
requestStream, IMessage& rm, ITransportHeaders& responseHeaders, Stream&
responseStream)'.
Can you help me about it?
"Aaron Grady [MSFT]" wrote:
Gab-
By creating a context with both OPEN and CLOSE you are telling TI to
open
and close a persistent connection. If you do not want to use persistent
connections, you should not write the CONNTYPE value to the context
object
at all.
HTH,
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD
SNA Server/Host Integration Server 2000
Microsoft
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Gab" <Gab@discussions.microsoft.com> wrote in message
news:C0321E88-A56B-4BF5-8ADB-B5F3E7031FA1@microsoft.com...
I don't use a persistent connection.
the code is
_cc.WriteContext("CONNTYPE", "OPEN", contextArray);
_cc.WriteContext("CONNTYPE", "CLOSE", contextArray);
but I have a problem, can you help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'System.Runtime.InteropServices.COMException (0x80010105): The server
threw
an exception.
at DCGENLib.DCGenObjClass.PrivateInvoke(String bstrCLSID, Int32
dispID,
Object[]& ppContextArray, Object[] pInParams, Object[]& pOutParams,
Int32&
pHResult, Object& pResult, String& pMessage, String& pHelpLink)
at
Microsoft.HostIntegration.TI.RemotingInterceptor.InterceptorServerChannelSin
k.ProcessMessage(IServerChannelSinkStack
sinkStack, IMessage msg, ITransportHeaders requestHeaders, Stream
requestStream, IMessage& rm, ITransportHeaders& responseHeaders,
Stream&
responseStream)'.
Thanks
"Terry Bullington [MSFT]" wrote:
Are you actually attempting to use a persistent connection (i.e. you
are
passing client context where you set CONN_TYPE)? To what RE type is
the
object assigned?
--------------------
Thread-Topic: Problem with Transaction Integrator(Remote
Environment)
thread-index: AcUphwMBwb4R+qxbRF6q8EQ0o9M4QQ==
X-WBNR-Posting-Host: 148.188.172.3
From: =?Utf-8?B?R2Fi?= <Gab@discussions.microsoft.com
Subject: Problem with Transaction Integrator(Remote Environment)
Date: Tue, 15 Mar 2005 09:47:09 -0800
Hello
I try to development an example, but I have a problem.
who could help me?
Remoting Interceptor returning from
libPromeco_NET.intPromeco_NET.getInformation with exception
'Microsoft.HostIntegration.TI.CustomTIException: (2181) The TCP
Transport
received a persistent open request from RE Promeco_NET, which does
not
support persistent connections.
Thanks
--
promeco@community
|
|
|
| Back to top |
|
 |
|
|
|
|