Quantcast
Channel: BizTalk Server Host Integration Server forum
Viewing all 1829 articles
Browse latest View live

HIS 2009 using DLC Protocol and Hosted on a Windows 2012 Datacenter Hyper-V Host

$
0
0

Hi Everyone, 

We are facing exactly the same problem listed on the Microsoft KB2902821. We are using  Microsoft Hyper-V Server 2012 to host a virtual machine running Microsoft Host Integration Server 2009. The virtual machine is configured to use the Data Link Control (DLC) protocol to connect to a Systems Network Architecture (SNA) host, and the connection fails.

We already installed the hotfix provided by Microsoft to correct this issue, but no luck still having the same problem. 

If anyone could help.

Thanks. 


Mssing TI project type in HIS 2013

$
0
0
We used to create the 'Transaction Integrator' project in visual studio 2005, but for the latest host integration server 2013, I didn't see that project type anywhere, did it replaced or removed? tried uninstall and reinstall, no luck. anyone please help, thanks in advance!

https://ninithepug.wordpress.com/

Conversion from HIS 2006 to HIS 2013

$
0
0

Being a newbie in HIS, currently evaluating the effort to convert existing Windows initiated ti with HIS 2006 to the HIS 2013 environment, any material could help reference to for a similar scenario? Do I got to rebuild all the TI objects in the new HIS, is the schema generated to be the same? (this is a big one)

Thanks, a million, in advance!!!


https://ninithepug.wordpress.com/

HIS 2013 TI App.config

$
0
0
I am receiving the following message when I attempt to send a transaction via HIS 2013.

"HISMTBG0003 A call has been made with a user specified RemoteEnvironment name of ReEnv1 and no RemoteEnvironment with that name exists.  Ensure the RemoteEnvironment name specified in the client code has been defined using TIManager."

My TI generated App.config is as follows:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
   <configSections>
      <section name="hostIntegration.ti.wip" type="Microsoft.HostIntegration.ConfigurationSectionHandlers.Ti.Wip.WipConfigurationSectionHandler, Microsoft.HostIntegration.ConfigurationSectionHandlers, Version=9.0.1000.0, Culture=neutral, PublicKeyToken=3333345678345555"/>
   </configSections>
   <hostIntegration.ti.wip xmlns="http://schemas.microsoft.com/his/Config/TiWip/2013">
      <readOrder appConfig="first" cache="unused" registry="unused"/>
      <cache cacheName="TICache" key="" region="HostIntegrationServerCacheRegionTransactionIntegrator"/>
      <remoteEnvironments>
         <remoteEnvironment name="ReEnv1" isDefault="false" codePage="37" timeout="10">
            <snaUserData localLuName="LocalLU62" remoteLuName="RemoteLU" modeName="CAMV62P" syncLevel2Supported="false" essoAffiliateApplication="" securityFromClientContext="false"/>
         </remoteEnvironment>
      </remoteEnvironments>
      <objects>
         <object name="MyAppTransaction.Transaction" remoteEnvironmentName="ReEnv1" remoteEnvironmentTypeId="SnaUserData"/>
      </objects>
      <conversionBehavior acceptBadCOMP3Sign="false" acceptNullPacked="false" acceptNullZoned="false" alwaysCheckForNull="false" stringsAreNullTerminatedAndSpacePadded="false" trimTrailingNulls="false"/>
      <tiWipBehavior callAccountingProcessor="" nineCharacterImsTransactionId="false" sourceTransactionProgramNameOverride="false"/>
   </hostIntegration.ti.wip>
</configuration>
I get this message whether or not my remote environment - ReEnv1 - is the default or not.  I have tried overriding the remote environment in the ClientContext to no avail.

I'm not clear on how HIS even knows about my App.config since it is stored on disk, and I have to re-open it every time I want to edit it.    There would appear to be a disconnect between my application and HIS.

I am running HIS 2013/VS 2012 on Windows Server 2008 R2 (x64).

Thank-you.

On Win 2k12 server platform(both R2 and DC edition) with HIS 2013 installed, Session Integrator server and Session integrator server Plus –perfmon counters are NOT generating

$
0
0

On Win 2k12 server platform(both R2 and DC edition) with HIS 2013 installed, Session Integrator server and Session integrator server Plus –perfmon counters are NOT generating

Issue: -

I Installed the HIS 2013 with SDK on Win 2012 Server (both W2k12 R2 DC and W2k12 DC) OS, and ran the follwing sln file, in order to produces the perfmon counters : 1) Session Integrator server 2) Session integrator server Plus

C:\Program Files\Microsoft Host Integration Server 2013 SDK v1.0\SessionIntegrator\3270NET\LogonClient.sln

Session connected successfully, after runing the soln file.

when checked in "perfmon" - NO Counters are genrated for Session Integrator server andSession integrator server Plus.

Note: I also tried the same with HIS 2013 and OS platfrom as Wink28 R2 - and its working fine, bothe the counters are getting genrated successfully.

Question(s) -

1)Is any other way to genrate the Perfmon counter (Session Integrator server andSession integrator server Plus)  on HIS 2013 and OS w2k12 R2 DC OS Combination ?

2) or its a speficie issue related to Win2k12 server ?

Please advise.

Thanks,

Nikhita

 

SDK Samples in HIS 2013

$
0
0

After installing Host Integration Server 2013, I do not see any of the SDK Sample directories on the file system.

Did I miss something in the install or are these samples not part of the install media anymore???

Thanks,

Gary Clanton

How to apply the configuration created by TI configuration tool in BizTalk adapter for host applications

$
0
0

might be a dummy question here, for the migration project we have, we created a configuration with the TI configuration tool, save it to the disk. We need to configure the BizTalk adapter to use this configuration, but I don't know where to start, how to import the configuration defined by the TICT to BizTalk adapter? 

Thanks in advance for help.


https://ninithepug.wordpress.com/

Host Integration Server 2013 Cumulative Update 1 (CU1) is available

$
0
0

This cumulative update package for Microsoft Host Integration Server 2013 contains hotfixes for issues that were fixed after the release of Host Integration Server 2013.

Important This cumulative update package includes all the component packages. However, the cumulative update package updates only those features that are currently installed on the system.

Download Link : http://support.microsoft.com/kb/2908834

Many Thanks to the Product and Support TEAM ! You’ve done a great job


Steve Melan - BCEE My Blog : http://stevemelan.wordpress.com


BizTalk 2013 R2 RTM – General availability very soon :-)

BizTalk HIS connectivity with CICS program-mainframe system

$
0
0

Hi

We are using BizTalk 2013 and HIS 2013 .

We have created a TI project for interacting with CICS mainframe program by creating .Net client definition.

We have configured the TI manager(Remote environment set as ELM Link and we have configured the IP address and port number)

Created the required object and called the remote environment.

We are sending the request and receiving the response through HostApps adapter.

We are facing an issue when we try to post the request to mainframe system.

The error is below

HISETBG0001 Application Integrator has intercepted an exception in method XXXX. Following is the exception description: HISMETW0007 The ELMTransport received an invalid ELM header reply length when processing method XXXX. Received length: 3, IP Address: X.XX.XX.X, port: X, program name: XXXX.

Do we need to configure anything in BizTalk or the mainframe admin has to perform any changes?

We are new to HIS and it would be really helpful if you could solve this issue.

Thanks


Sri

HIS Compatability with DB2 Versions

$
0
0

What versions of HIS are certified for DB2 v10 and DB2 v11?

We are currently on DB2 v10 and planning to upgrade to DB2 v11 soon.  Are there any known DB2 compatiblilty issues with HIS 2009, HIS 2010, or HIS 2013?

 

Can please help me in configuring IP-DLC link services and APPC/LU 6.2 protocol to connect to CICS system on mainframe?

$
0
0

Hi Stephen,

I am using HIS 2013 evaluation version to connect to IBM mainframe CICS system. I need  brief information on the steps to follow to configure APPC/LU 6.2 protocol and configure Local and Remote LU's.

I also need to know how to test it once i configure. later I need to write a .Net application using Transaction Integartor to connect to CICS system.

Please help me on understanding and configuration.

Thanks in advance.

Pradeep I


SSL connection to DB2 [AS400] from BTS

$
0
0

Hello,

We are trying to make a SSL connection to DB2 [AS400-Iseries] from Biztalk 2010. We used a .UDL file to test the connection from our Win Server 2008 R2 Enterprise edition. The connection is successful when we connect using the port 446. But we are getting "Access denied" error when we use the port 448 with the certificate name.

From the trace we go following information.

State Transition 8/8/2014 15:24:57.149 Instantiating underlying TcpClient 11124 12116 10 DRDADriverConnect managedssltcpclient.cpp 0
State Transition 8/8/2014 15:24:57.883 Failed to connect using ManagedSslTcpClient 11124 12116 54 DRDADriverConnect managedssltcpclient.cpp 0
State Transition 8/8/2014 15:24:57.883 A TCPIP socket error has occured (5): Access is denied.
 11124 12116 73 DRDADriverConnect messages.cpp 0
State Transition 8/8/2014 15:24:57.883 DRDA AR message: Severity: Error, SQLSTATE: 08S0111124 12116 48 DRDADriverConnect messagesync.h 0
State Transition 8/8/2014 15:24:57.883 Disposing ManagedSslTcpClient 11124 12116 19 DRDADriverConnect managedssltcpclient.cpp 0
State Transition 8/8/2014 15:24:57.883 Disposing TCP Manager 11124 12116 76 DRDADriverConnect tcpmanager.cpp 0

We are using following connection string to test our connection.

[oledb]
; Everything after this line is an OLE DB initstring
Provider=DB2OLEDB;Cache Authentication=False;Password=*****;Persist Security Info=True;User ID=****;Initial Catalog=****;Authentication=Server;Defer Prepare=False;Binary Codepage=0;DateTime As Char=False;Use Early Metadata=False;Derive Parameters=False;Rowset Cache Size=0;Network Transport Library=TCPIP;Host CCSID=37;PC Code Page=1252;Max Pool Size=100;Network Address=OSMSOUTH;Network Port=446;Package Collection=MICSDEV;Default Schema=MICSDEV;DBMS Platform=DB2/AS400;Process Binary as Character=True;DateTime As Date=False;AutoCommit=True;Connection Pooling=True;Units of Work=RUW

Any advise on this issue or any pointers to get us in the right direction
will be highly appreciated.


Thanks
Vijay.

Issue with distributed transaction (DUW) when connecting to DB2 database using OLE DB provider "DB2OLEDB" and linked server

$
0
0

Connection to a DB2 database using a linked server with the following connection string:

Provider=DB2OLEDB;User ID=XXX;Password=XXX;Initial Catalog=XXX;Network Transport Library=TCP;Host CCSID=28591;PC Code Page=1252;Network Address=XXX;Network Port=3710;Package Collection=dbm;Default Schema=dbm;Process Binary as Character=False;Units of Work=DUW;DBMS Platform=DB2/NT;Persist Security Info=True;Cache Authentication=False;Connection Pooling=False;Derive Parameters=False;

Everything works fine when not running inside of an distributed transaction and using "Units Of Work=RUW". But as we need to run inside of andistributed transaction we're using DUW and receives an error saying: 

OLE DB provider "DB2OLEDB" for linked server "XXX" returned message "Distributed units of work are not supported on this version of Host Integration Server.".
Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source object of OLE DB provider "DB2OLEDB" for linked server "XXX".

The need for distributed transaction is because the query is initialized by BizTalk server that wraps the query within a distributed tran.


http://www.richardhallgren.com

Stored Procedures in Reverse Order? (DB2)

$
0
0

Greetings,

In attempting to execute DB2 stored procedures in a transaction, we refactored the BT schema to have a single <sync> node (see the following example):

<ns0:Data xmlns:ns0="http://TransTest">
<sync>
<StoredProcedure>
<INSERTDETAIL P_KEY="SMP001" P_VALUE="Detail1" />
</StoredProcedure>
<StoredProcedure>
<INSERTDETAIL P_KEY="SMP001" P_VALUE="Detail2" />
</StoredProcedure>
<StoredProcedure>
<INSERTHEADER P_KEY="SMP001" P_VALUE="Header1" />
</StoredProcedure>
</sync>
</ns0:Data>

The problem we are having is that it seems to be executing the stored procedures in reverse order. Could anyone at MSFT please shed some light on why that would be the case, and if there is any way to retain a single transaction and still have the procedures execute in order?

If we structure the message like this, they execute in order, but if one of them fails, we get partial data (no rollback):

<ns0:Data xmlns:ns0="http://TransTest">
<sync>
<StoredProcedure>
<INSERTDETAIL P_KEY="SMP001" P_VALUE="Detail1" />
</StoredProcedure>
</sync>
<sync>
<StoredProcedure>
<INSERTDETAIL P_KEY="SMP001" P_VALUE="Detail2" />
</StoredProcedure>
</sync>
<StoredProcedure>
<INSERTHEADER P_KEY="SMP001" P_VALUE="Header1" />
</StoredProcedure>
</sync>
</ns0:Data>


Recurrent problem with IP-DLC link to AS400

$
0
0

I'm having a very strange yet recurring behaviour regarding a IP DLC Link connection to an IBM AS 400 server.

During the day the connection works well, at lease i can make SNA calls to the server without issues.

On each morning when i try to make SNA calls, i get the following error in event viewer:

Received a Locate reply with an invalid RSCV
  Sense code           = 0x1014502b
  Origin CP name       = APPN.LOCALDEV      
  Origin LU name       = APPN.REMOTEDEV      
  Destination LU name  = APPN.XXXXXX01    
  RSCV :

   1b2b0100 17461280 010dc1d7 d7d54bc2
   d5c6d4d3 e3f0f121 038880

 Cause:
 A locate reply was received that contained an invalid RSCV.
 
 Effect:
 The locate request that solicited the reply may be failed.
 
 Action:
 Contact support with details of the problem.

The only way to solve this issue is rebooting the SNA Base service and dependant services.Is there any way to avoid this daily service reboot ?

We can't deploy HIS 2013 on a production server with these conditions.


HIS 2010 Client

$
0
0
Where can I download the HIS 2010 client?

MSVCR100.dll

$
0
0
Im getting this error because there was a bug in the flash player plug-in and it kept my cam from coming on so I deleted it thinking I could just reinstall the flash player.When I tried to reinstall I got the error (This program can not run because the MSVCR100.dll is missing). Almost everything that involved this issue I fixed through windows program capabilities. All the issues were all flash player issues nothing else. The only thing I cant fix is IE. It will not even open and I do not get a error message when clicking it.It just simply does not open. Im sure this is the issue. I have tried all the visual C links from microsoft and my pc says Im running a new version and it will not download. I dont use IE much but the fact Im missing a dll file has me concerned. 

Converting TI Object from HIS 2006 to HIS 2013

$
0
0

Hello

I am attempting to convert my current HIS 2006 TI objects to run in HIS 2013 and have encountered the following issues:

1. Unable to open my TI object .DLL file in TI Designer within Visual Studio 2012. I have run the TI Conversion Tool to convert my TI object to be compatible with HIS 2013, however I am now unable to open this in TI Designer as I get the following error message "Failed to load the library. It might not be generated by Host Integration Server Designer". 

2. My TI Object is self-hosted and I have a Web Service that references this TI Assembly. When I try and invoke this web service it fails and when I check my WCF trace file it is telling me that a method in my TI assembly cannot be found. This is after I have converted the DLL file via the TI conversion tool.

Does anyone have any ideas as to why these 2 issues are occuring and how I can resolve this.

Thanks

Sean

ASMX web service in HIS 2013

$
0
0

Hello

I have another set of TI objects that I have converted to run in HIS 2013 as we have upgraded from HIS 2006 to HIS 2013. I have written a stand-alone test client application that consumes these TI objects successfully and everything works fine. 

The issue is that our ASMX web service that consumes these TI objects no longer works. We have re-compiled the ASMX web service in .NET framework 4.5 and made the relevant changes using the new ClientContext() class as required and the web service compiled successfully, however when we run a test client against this service we see the following error in the event logs "Internal message routing error: process id 2604, mhtype 1, msgtype 19  EXPLANATION This is an internal error in Host Integration Server.".

We turned on HIS tracing and can see the last entry is "HISTSNA0013 The SNATransport is calling CMALLC." and then it stops.

Any ideas why this is occuring and should our ASMX web service be able to consume the HIS 2013 TI objects?

Thanks

Sean


Viewing all 1829 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>