Unable to connect to IMS Connect
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Unable to connect to IMS Connect

 
Post new topic   Reply to topic    Windows Server Forum Index -> Host Integration Server
Author Message
Guest






Posted: Fri Jan 28, 2005 1:13 am    Post subject: Unable to connect to IMS Connect Reply with quote

I received the following error when I try to connect to IMS Connect.

Previously, I used WebSphere to connect to IMS Connect with no problem.
I am testing out HIS2004 but the setup and connection scheme seem
different. For example, there is not way for me to specify the
username, password, lterm, and data store on HIS2004.

Any helps is appreciated.


Event Type: Error
Event Source: COMTI
Event Category: General
Event ID: 102
Date: 1/27/2005
Time: 12:48:27 PM
User: NT AUTHORITY\NETWORK SERVICE
Computer: HISSERVER01
Description:
(102) Transaction Integrator reported the following exception to the
client:

Component: UserId.Execute.1
Method: Login

Exception description:
(2166) The TCP transport, using IMS Connect or OTMA, received a
Request Status Message; Return Code=8, Reason Code=40. IP Address:
11.11.11.11, port: 1121, transid: USERID.


EXPLANATION
An Automation exception representing an error condition was returned
to a Transaction Integrator client. The description shown above
contains more information about the exception that was reported.

ACTION
The exception may be caused by communication problems or errors in
your host application. See the exception description for corrective
actions.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Back to top
Terry Bullington [MSFT]
Guest





Posted: Fri Jan 28, 2005 11:45 pm    Post subject: RE: Unable to connect to IMS Connect Reply with quote

The data store ID is specified on the RE as the IMS System ID field. In
order to specify the userid, password and LTERM you must use client
context. To specify a userid the context keyword is USERID, for password
the context keyword is PASSWORD and for LTERM they keyword is IMS_LTERM.
--------------------
From: haibhoang@gmail.com
Newsgroups: microsoft.public.hiserver.general
Subject: Unable to connect to IMS Connect
Date: 27 Jan 2005 11:13:55 -0800
Organization: http://groups.google.com
Lines: 44
Message-ID: <1106853235.445436.273440@f14g2000cwb.googlegroups.com>
NNTP-Posting-Host: 207.235.15.92
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1106853239 14154 127.0.0.1 (27 Jan 2005
19:13:59 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 27 Jan 2005 19:13:59 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: f14g2000cwb.googlegroups.com; posting-host=207.235.15.92;
posting-account=PjbL_Q0AAACWjCeI9G-O9FeiRJeXOO0f
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!tiscali!newsfeed1.ip.tiscali.net!proxad.net!216.2
39.36.134.MISMATCH!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-
mail
Xref: cpmsftngxa10.phx.gbl microsoft.public.hiserver.general:4687
X-Tomcat-NG: microsoft.public.hiserver.general

I received the following error when I try to connect to IMS Connect.

Previously, I used WebSphere to connect to IMS Connect with no problem.
I am testing out HIS2004 but the setup and connection scheme seem
different. For example, there is not way for me to specify the
username, password, lterm, and data store on HIS2004.

Any helps is appreciated.


Event Type: Error
Event Source: COMTI
Event Category: General
Event ID: 102
Date: 1/27/2005
Time: 12:48:27 PM
User: NT AUTHORITY\NETWORK SERVICE
Computer: HISSERVER01
Description:
(102) Transaction Integrator reported the following exception to the
client:

Component: UserId.Execute.1
Method: Login

Exception description:
(2166) The TCP transport, using IMS Connect or OTMA, received a
Request Status Message; Return Code=8, Reason Code=40. IP Address:
11.11.11.11, port: 1121, transid: USERID.


EXPLANATION
An Automation exception representing an error condition was returned
to a Transaction Integrator client. The description shown above
contains more information about the exception that was reported.

ACTION
The exception may be caused by communication problems or errors in
your host application. See the exception description for corrective
actions.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



This posting is provided "AS IS" with no warranties, and confers no rights.

EBusiness Server Team
Back to top
Guest






Posted: Sat Jan 29, 2005 1:51 am    Post subject: Re: Unable to connect to IMS Connect Reply with quote

Thank you for the response!

Do you have some sample code? I try the following but I get the same
error.

UserIdTransaction.Login obj = new UserIdTransaction.Login();

string command = "/DIS USER ";
string userId = "MyUserName";
object[] contextArray = null;
short ll = 22;
short zz = 0;
string userName = "MyUserName";
string password = "12345678";
Microsoft.HostIntegration.TI.ClientContext clientContext = new
Microsoft.HostIntegration.TI.ClientContext();
clientContext.WriteContext("USERID", userName, ref contextArray);
clientContext.WriteContext("PASSWORD", password, ref contextArray);
clientContext.WriteContext("IMS_LTERM", userName, ref contextArray);
obj.Execute(ref ll, ref zz, ref command, ref userId, ref contextArray);




Terry Bullington [MSFT] wrote:
Quote:
The data store ID is specified on the RE as the IMS System ID field.
In
order to specify the userid, password and LTERM you must use client
context. To specify a userid the context keyword is USERID, for
password
the context keyword is PASSWORD and for LTERM they keyword is
IMS_LTERM.
--------------------
From: haibhoang@gmail.com
Newsgroups: microsoft.public.hiserver.general
Subject: Unable to connect to IMS Connect
Date: 27 Jan 2005 11:13:55 -0800
Organization: http://groups.google.com
Lines: 44
Message-ID: <1106853235.445436.273440@f14g2000cwb.googlegroups.com
NNTP-Posting-Host: 207.235.15.92
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1106853239 14154 127.0.0.1 (27 Jan 2005
19:13:59 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 27 Jan 2005 19:13:59 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: f14g2000cwb.googlegroups.com;
posting-host=207.235.15.92;
posting-account=PjbL_Q0AAACWjCeI9G-O9FeiRJeXOO0f
Path:

cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s

ul.t-online.de!t-online.de!tiscali!newsfeed1.ip.tiscali.net!proxad.net!216.2

39.36.134.MISMATCH!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-
mail
Xref: cpmsftngxa10.phx.gbl microsoft.public.hiserver.general:4687
X-Tomcat-NG: microsoft.public.hiserver.general

I received the following error when I try to connect to IMS Connect.

Previously, I used WebSphere to connect to IMS Connect with no
problem.
I am testing out HIS2004 but the setup and connection scheme seem
different. For example, there is not way for me to specify the
username, password, lterm, and data store on HIS2004.

Any helps is appreciated.


Event Type: Error
Event Source: COMTI
Event Category: General
Event ID: 102
Date: 1/27/2005
Time: 12:48:27 PM
User: NT AUTHORITY\NETWORK SERVICE
Computer: HISSERVER01
Description:
(102) Transaction Integrator reported the following exception to the
client:

Component: UserId.Execute.1
Method: Login

Exception description:
(2166) The TCP transport, using IMS Connect or OTMA, received a
Request Status Message; Return Code=8, Reason Code=40. IP Address:
11.11.11.11, port: 1121, transid: USERID.


EXPLANATION
An Automation exception representing an error condition was returned
to a Transaction Integrator client. The description shown above
contains more information about the exception that was reported.

ACTION
The exception may be caused by communication problems or errors in
your host application. See the exception description for corrective
actions.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



This posting is provided "AS IS" with no warranties, and confers no
rights.

EBusiness Server Team
Back to top
Terry Bullington [MSFT]
Guest





Posted: Sat Jan 29, 2005 5:56 am    Post subject: Re: Unable to connect to IMS Connect Reply with quote

Make sure you have the RE properties security page settings correct. You
must have either "Require client provided security" or "Enable Single
Sign-on" and "Allow application to override selected authentication".
--------------------
From: haibhoang@gmail.com
Newsgroups: microsoft.public.hiserver.general
Subject: Re: Unable to connect to IMS Connect
Date: 28 Jan 2005 11:51:23 -0800

Thank you for the response!

Do you have some sample code? I try the following but I get the same
error.

UserIdTransaction.Login obj = new UserIdTransaction.Login();

string command = "/DIS USER ";
string userId = "MyUserName";
object[] contextArray = null;
short ll = 22;
short zz = 0;
string userName = "MyUserName";
string password = "12345678";
Microsoft.HostIntegration.TI.ClientContext clientContext = new
Microsoft.HostIntegration.TI.ClientContext();
clientContext.WriteContext("USERID", userName, ref contextArray);
clientContext.WriteContext("PASSWORD", password, ref contextArray);
clientContext.WriteContext("IMS_LTERM", userName, ref contextArray);
obj.Execute(ref ll, ref zz, ref command, ref userId, ref contextArray);




Terry Bullington [MSFT] wrote:
Quote:
The data store ID is specified on the RE as the IMS System ID field.
In
order to specify the userid, password and LTERM you must use client
context. To specify a userid the context keyword is USERID, for
password
the context keyword is PASSWORD and for LTERM they keyword is
IMS_LTERM.
--------------------
From: haibhoang@gmail.com
Newsgroups: microsoft.public.hiserver.general
Subject: Unable to connect to IMS Connect
Date: 27 Jan 2005 11:13:55 -0800
Organization: http://groups.google.com
Lines: 44
Message-ID: <1106853235.445436.273440@f14g2000cwb.googlegroups.com
NNTP-Posting-Host: 207.235.15.92
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1106853239 14154 127.0.0.1 (27 Jan 2005
19:13:59 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 27 Jan 2005 19:13:59 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: f14g2000cwb.googlegroups.com;
posting-host=207.235.15.92;
posting-account=PjbL_Q0AAACWjCeI9G-O9FeiRJeXOO0f
Path:

cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s

ul.t-online.de!t-online.de!tiscali!newsfeed1.ip.tiscali.net!proxad.net!216.2

39.36.134.MISMATCH!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-
mail
Xref: cpmsftngxa10.phx.gbl microsoft.public.hiserver.general:4687
X-Tomcat-NG: microsoft.public.hiserver.general

I received the following error when I try to connect to IMS Connect.

Previously, I used WebSphere to connect to IMS Connect with no
problem.
I am testing out HIS2004 but the setup and connection scheme seem
different. For example, there is not way for me to specify the
username, password, lterm, and data store on HIS2004.

Any helps is appreciated.


Event Type: Error
Event Source: COMTI
Event Category: General
Event ID: 102
Date: 1/27/2005
Time: 12:48:27 PM
User: NT AUTHORITY\NETWORK SERVICE
Computer: HISSERVER01
Description:
(102) Transaction Integrator reported the following exception to the
client:

Component: UserId.Execute.1
Method: Login

Exception description:
(2166) The TCP transport, using IMS Connect or OTMA, received a
Request Status Message; Return Code=8, Reason Code=40. IP Address:
11.11.11.11, port: 1121, transid: USERID.


EXPLANATION
An Automation exception representing an error condition was returned
to a Transaction Integrator client. The description shown above
contains more information about the exception that was reported.

ACTION
The exception may be caused by communication problems or errors in
your host application. See the exception description for corrective
actions.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



This posting is provided "AS IS" with no warranties, and confers no
rights.

EBusiness Server Team



This posting is provided "AS IS" with no warranties, and confers no rights.

EBusiness Server Team
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Host Integration Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB