Sign In
Charles's Host Integration Server Ramblings
The intent is to share some knowledge about Host Integration Server (HIS) that are not well documented, not well known, as well as various tidbits that come up when supporting HIS and all the various components.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
codepage
Configuration
Data Providers
DB2
DBCS
DRDA
DTC
Host Integration Server
IMPORT
MBCS
Microsoft OLE DB Provider for DB2
NULL
OLEDB
Performance
ping
Replication
Resync
SBCS
Script
SQL Server
SSIS
Status
Transaction
VBScript
WMI
Archive
Archives
September 2009
(1)
August 2009
(1)
June 2009
(3)
May 2009
(1)
October 2008
(3)
MSDN Blogs
>
Charles's Host Integration Server Ramblings
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Charles's Host Integration Server Ramblings
What is the DB2 DRDA Resync Service?
Posted
over 3 years ago
by
Charles Ezzell
0
Comments
Technorati Tags: Host Integration Server , DB2 , DRDA , DTC , Transaction This is something I knew a bit about, but not the whole story, so I had a talk with one of our developers, Vitaliy Golub, who very kindly explained to me (sometimes giving me a...
Charles's Host Integration Server Ramblings
Replicating NTEXT and IMAGE data to DB2
Posted
over 3 years ago
by
Charles Ezzell
0
Comments
One issue that came to us recently was on how to replicate SQL data containing NTEXT and IMAGE columns to DB2. Replicating most other data is straightforward, but NTEXT and IMAGE is a bit of a problem. Currently our data provider does not support LOBs...
Charles's Host Integration Server Ramblings
WMI and Host Integration Server…
Posted
over 3 years ago
by
Charles Ezzell
2
Comments
Internally and externally we get customer inquiries wanting to know how to get configuration and status information from Host Integration Server without using the manager interface. Well, this is fairly simple, but complicated if you are not familiar...
Charles's Host Integration Server Ramblings
Performance Testing the Microsoft OLE DB Provider for DB2 (Part 3)
Posted
over 3 years ago
by
Charles Ezzell
1
Comments
In Part 1 of this series I covered testing SQL queries using the Microsoft OLE DB Provider for DB2 using a linked server. In Part 2 I showed how you can test performance with SSIS. However, in many cases, customers may be using C# or VB.NET, writing web...
Charles's Host Integration Server Ramblings
Performance Testing the Microsoft OLE DB Provider for DB2 (Part 2)
Posted
over 3 years ago
by
Charles Ezzell
1
Comments
Technorati Tags: Data Providers , DB2 , Host Integration Server , Microsoft OLE DB Provider for DB2 , OLEDB , Performance , SSIS , SQL Server In my previous entry, I covered testing SQL queries using the Microsoft OLE DB Provider for DB2 using a linked...
Charles's Host Integration Server Ramblings
Performance Testing the Microsoft OLE DB Provider for DB2 (Part 1)
Posted
over 3 years ago
by
Charles Ezzell
0
Comments
Technorati Tags: DB2 , SQL Server , SSIS , Microsoft OLE DB Provider for DB2 , Host Integration Server , Data Providers , Performance , OLEDB There are many factors that can affect pulling data from DB2 into SQL Server (or other applications). These include...
Charles's Host Integration Server Ramblings
DB2 Code Page Fun
Posted
over 4 years ago
by
Charles Ezzell
1
Comments
A while back I had a customer who was importing data from AS/400 DB2 tables into SQL Server, using SSIS, and we came upon an interesting error. The below describes how to actually reproduce the issue, and the fix. The fix is currently in all versions...
Charles's Host Integration Server Ramblings
Using PowerShell to Access DB2
Posted
over 4 years ago
by
Charles Ezzell
1
Comments
Yes, PowerShell can be used to access DB2 using The Microsoft Host Integration Server Data Providers. Not a tutorial, but here is the script, ran using HIS 2004’s data provider: $cn = new-object system.data.OleDb.OleDbConnection("Provider=DB2OLEDB;User...
Charles's Host Integration Server Ramblings
Importing CHAR() fields containing null values from DB2 to SQL Server via SSIS
Posted
over 4 years ago
by
Charles Ezzell
1
Comments
Earlier this year, I was working with a customer who was doing a mainframe migration from DB2 to SQL Server, and they were using SSIS to import the tables. Several of their columns were CHAR data types, with a null byte as the first byte of the field...
Page 1 of 1 (9 items)