Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Asmita's blog
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Tags
ASP.NET FileUpload Validator
chrome google microsoft ajax silverlight
DB2OLEDB SP2
how to store JCL output
iis6.0 wcf hosting asp.net client
JCL
KATMAI
KULIK
mainfram
SDSF
SQL 2008
Yukon
Archives
August 2009 (1)
July 2009 (1)
June 2009 (2)
May 2009 (1)
September 2008 (3)
August 2008 (2)
March 2008 (1)
January 2008 (1)
December 2007 (1)
November 2007 (1)
October 2007 (1)
August 2007 (1)
July 2007 (2)
May 2007 (3)
April 2007 (1)
March 2007 (2)
February 2007 (4)
September 2006 (5)
July 2006 (2)
Host Integration Server Blogs
Data Integration with AS400 and Z/OS
September 2006 - Posts
Saturday, September 23, 2006 2:17 AM
Host file Type Assemblies - Data types Mapping
For files on AS400 you may use Data type mappings like : Assembly Type Host Type A (Char) String P (Packed-decimal) Decimal F 8 (Float) Double F 4 (Float) Single 3P 0(Packed-decimal) Boolean 3P 0(Packed-decimal) Byte T (Time) *ISO DateTime Z (Timestamp)
Posted by
asmitaw
|
0 Comments
Wednesday, September 13, 2006 7:16 PM
using GetSchema() for columns collection in schema
GetSchema(<schema name>), using the schema mapping name of the table. e.g. try { //Create connection HostFileConnection cn = new HostFileConnection(); cn.ConnectionString = cnstring; cn.Open(); DataTable dtcn2 = cn.GetSchema( "Tables" ); a = 0;
Posted by
asmitaw
|
0 Comments
Wednesday, September 13, 2006 7:16 PM
using GetSchema() for columns collection in schema
GetSchema(<schema name>), using the schema mapping name of the table. e.g. try { //Create connection HostFileConnection cn = new HostFileConnection(); cn.ConnectionString = cnstring; cn.Open(); DataTable dtcn2 = cn.GetSchema( "Tables" ); a = 0;
Posted by
asmitaw
|
0 Comments
Monday, September 11, 2006 6:43 PM
SNA Traces while using Host file provider
You might want to use Trace tools , so that the debugging on Host side can be simulated and IDC messages thrown by the Host can be seen. To use SNA Traces , use the SNA Tools - Turn following traces ON : SNAServer SNADDM Service
Posted by
asmitaw
|
0 Comments
Monday, September 11, 2006 2:12 AM
An internal network library error has occurred. The requested command was rejected as invalid by the target system.
Appears while using MSHostFileClient. : This error occures when SNA server IP-DLC Link service is not configured correct. The Parameter Network Name might be incorrectly spelled. It can also be because the File specified in Host column specified is invalid
Posted by
asmitaw
|
0 Comments