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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Charles's Host Integration Server Ramblings
DB2 Code Page Fun
Posted
over 5 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 5 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 5 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 (3 items)