COMTI and HIS
-
Hi All My boss told three days ago that I am going to do a prototype project with people from Microsft. This project is related to Microsoft Host Integration Server and COMTI and our product HostFront Server using .NET, but the problem is I have no idea about COMTI, anyone can help me found a good resourse about COMTI??????????????? :confused::confused::confused:
-
Hi All My boss told three days ago that I am going to do a prototype project with people from Microsft. This project is related to Microsoft Host Integration Server and COMTI and our product HostFront Server using .NET, but the problem is I have no idea about COMTI, anyone can help me found a good resourse about COMTI??????????????? :confused::confused::confused:
fnaddaf wrote: Hi All My boss told three days ago that I am going to do a prototype project with people from Microsft. This project is related to Microsoft Host Integration Server and COMTI and our product HostFront Server using .NET, but the problem is I have no idea about COMTI, anyone can help me found a good resourse about COMTI??????????????? COMTI is as easy as a bunch of wizards. If you know what an APPC or LU6.2 is, and how to consume a COM component, you won`t have trouble. ORACLE One Real A$#h%le Called Lary Ellison
-
fnaddaf wrote: Hi All My boss told three days ago that I am going to do a prototype project with people from Microsft. This project is related to Microsoft Host Integration Server and COMTI and our product HostFront Server using .NET, but the problem is I have no idea about COMTI, anyone can help me found a good resourse about COMTI??????????????? COMTI is as easy as a bunch of wizards. If you know what an APPC or LU6.2 is, and how to consume a COM component, you won`t have trouble. ORACLE One Real A$#h%le Called Lary Ellison
I have a good experience (7 years) in software development but I know nothing about MS Host Integration Server and LU6.2 but I am gonna try finiding some articles on MSDN, you look like have good knowledge about COMTI and LU6.2
-
I have a good experience (7 years) in software development but I know nothing about MS Host Integration Server and LU6.2 but I am gonna try finiding some articles on MSDN, you look like have good knowledge about COMTI and LU6.2
fnaddaf wrote: you look like have good knowledge about COMTI and LU6.2 Knowledge enough to not want to work with it anymore :) Actually, the wizards are simple. A LU6.2 (aka APPC) application is a CICS transaction, so MSDN won't help you, probably you will find some hard to read articles on IBM website. You won't need it, tough. Basically, someone on the mainframe will deliver you a piece of COBOL sources declaring what's called "COMMAREA". It's a 32kbyte area for APPC inputs/outputs. The sources will declare something similar to a struct in C++. COMTI will get these sources and, through a very simple wizard, will make everything work and create a COM+ application for you. It's so simple that you really will have trouble finding texts about it. ORACLE One Real A$#h%le Called Lary Ellison
-
fnaddaf wrote: you look like have good knowledge about COMTI and LU6.2 Knowledge enough to not want to work with it anymore :) Actually, the wizards are simple. A LU6.2 (aka APPC) application is a CICS transaction, so MSDN won't help you, probably you will find some hard to read articles on IBM website. You won't need it, tough. Basically, someone on the mainframe will deliver you a piece of COBOL sources declaring what's called "COMMAREA". It's a 32kbyte area for APPC inputs/outputs. The sources will declare something similar to a struct in C++. COMTI will get these sources and, through a very simple wizard, will make everything work and create a COM+ application for you. It's so simple that you really will have trouble finding texts about it. ORACLE One Real A$#h%le Called Lary Ellison
Thanks man :)