X.25 connection to Mainframe

Hello Forum,
I am not sure if this is the right forum to open this conversation or if I have to discuss this with the remote access forum.
We are trying to establish a connection between a AS/400 and an IBM 3745 through x.25 connection.
Currently the connection goes like:
{AS/400}--[modem]--x.25--[modem]--(router)--{FEP}
and the channel is PVC. The (router) is motorola.
We want to insert between AS/400 and modem a cisco
router so the connection will be like:
{AS/400}-(cisco)-[modem]-x.25-[modem]-(router)-{FEP}
So we have to configure two x25 serial interfaces on cisco router one pointing to AS/400 and the other to the opposite site. I am thinking of coding the following:
interface Serial0/0
description "Link to other site"
no ip address
encapsulation x25
no ip mroute-cache
x25 htc 16
x25 ips 256
x25 ops 256
x25 facility packetsize 1024 1024
bridge-group 1
interface Serial0/2
description "Link to AS400"
no ip address
encapsulation x25 dce
x25 htc 16
x25 ips 256
x25 ops 256
x25 facility packetsize 1024 1024
clockrate 9600
no cdp enable
bridge-group 1
bridge 1 protocol ieee
I have not entered anywhere the x.121 addresses. I suppose I have to configure the local x.121 address at AS/400 configuration.
What do you think of the following configuration?
How can I see if the connection is up?

You could try out with your configuration. It looks good to me. You could also refer to the following URL to get a better
understanding on how to configure cisco routers for X.25 connections. http://www.cisco.com/en/US/products/sw/iosswrel/ps1826/products_configuration_guide_chapter09186a00800d9bc8.html

Similar Messages

  • Connect to mainframe

    Does anybody know how to make a connection to mainframe host and read a file then convert the data from ebcdic to ascii?
    Thanks in advance.
    Joanne

    Hello,
    You can use "com.ibm.network.ftp.protocol" to connect to a host. You must send to the method "connectLogin" a HostName (IP adress), a User and a Password.
    After, you can use "ChangeDir" method, "GetFile" method and "PutFile" method.
    Best Regards from France.
    Thierry

  • JCA and connection with mainframe

    hi all,
    we were trying to do a simple proof of concept of connecting java and mainframes through JCA.We searched for examples and couldn't find out any.If there is anyone who has done a simple application connecting java and mainframes could send me the code it would be of much help.my mail id is [email protected]
    thanks and regards,
    Manivannan

    Sorry, no code here. But I was curious about your question and how 'real' this capablity was for accessing legacy applications running on the mainframe. I googled on:
    jca mainframe example
    and found lots of hits (of course) and many good articles. One of the most complete articles with example code was here:
    http://www-106.ibm.com/developerworks/java/library/j-jca/

  • Heterogeneous connectivity to Mainframes

    Hi Friends,
    We have data-interchange with another company. They are using
    IBM Mainframe z/OS 1.4 Database – DASD Records in VSAM format.
    I have zero knowledge on mainframes.
    I want to link it with our Linux Oracle 10g DB. Is there a heterogeneos
    connectivity available to this VSAM database? How do I connect to
    it manually? Please give me links docs on VSAM files connect.
    Thanks a lot for your unfailing support

    Check Oracle Access Manager for AS/400 Installation and User's Guide
    http://download.oracle.com/docs/cd/B19306_01/gateways.102/b16223/toc.htm
    And Database Heterogeneous Connectivity Administrator's Guide
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/toc.htm

  • Can Oracle Tuxedo repalce IBM mq connectivity from mainframe

    Hi all,
    I am new to Oracle Tuxedo i have some basic question we are facing some issues with the IBM MQ with mainframe .
    Can we repalce IBM MQ and can we use oracle tuxedo . How end systems that are connecting to MQ will connect to Tuxedo did they use JMS?
    Thanks
    Phani

    Hi Phani,
    You don't need to use JMS to use Tuxedo's /Q facility. It is an option if you already are using JMS.
    Any system that supports Tuxedo client install can access Tuxedo /Q queues. On the mainframe this could be done with the zLinux version of Tuxedo. Other systems such as AIX, Linux, Windows, etc., also have client kits that can enqueue and dequeue messages from Tuxedo /Q.
    The WebLogic Tuxedo connector can:
    1) take messages from a JMS queue and place them on a Tuxedo /Q queue
    2) take messages from a Tuxedo /Q queue and place them on a JMS queue
    3) take message from a JMS queue and directly call a Tuxedo service with that message
    The performance of /Q is good, although how good depends upon the quality of service chosen. /Q supports both persistent (disk based) and transient (memory based) queues, and it also supports XA so /Q queues can be part of a distributed transaction (syncpoint in mainframe terminology.)
    zLinux is not a widely used Tuxedo platform. However Tuxedo /Q is used quite a bit in projects where customers are moving their mainframe applications off of the mainframe and onto Tuxedo due to cost and performance concerns. Many customers headed down this path use our Application Runtime for Tuxedo (ART) which besides supporting the rehosting of CICS applications, also provides a JES-2 like batch subsystem that heavily uses /Q.
    I believe you are currently doing:
    non-mainframe MQ Series mainframe
    application using MQ <====> Queue <=====> application using
    API (MQI) Manager MQ API
    What I'm suggesting is:
    non-mainframe Tuxedo mainframe application
    application using Tuxedo <====> /Q Queue <=====> using Tuxedo API
    API to access /Q Manager to access /Q
    Although the more common scenario when dealing with mainframes is to use the Tuxedo Mainframe Adapter (TMA). TMA provides a bi-directional transactional gateway between mainframe applications and Tuxedo applications. Using TMA, CICS applications see Tuxedo services as DPL or APPC based transactions, and Tuxedo sees CICS transactions as Tuxedo services. Thus a Tuxedo service (or client) can directly invoke a CICS transaction in exactly the same manner that it invokes another Tuxedo service. The service/client is unaware that the provider of the service invoked is actually some transaction running on CICS. Likewise a CICS application simply uses DPL or APPC to invoke a remote transaction, and that transaction actually ends up being a Tuxedo service running somewhere on Tuxedo. If using the SNA version of the gateway, one can use syncpoint level 2 for guaranteed integrity of updates made both on CICS and Tuxedo.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Connecting to Mainframe datacom tables using Java code

    Hi,
    I want to connect to the mainframe datacom tables using javacode. Can anyone help me out.
    Thanks,
    Mahesh.

    I don't have any sample code, but if you have bluetooth software on your computer, you can setup the serial port profile between your computer and cellphone, and treat your cellphone as a normal modem.
    You can then look at the javacomms api, which should help you.
    http://java.sun.com/products/javacomm/

  • Mainframe Sequential Files Topology Connection

    I am trying to connect to Mainframe to read a flat file and load into an oracle table. What should be topology connection. I tried Files technology not working.
    Driver:com.sunopsis.jdbc.driver.file.FileDriver
    URL:jdbc:snps:dbfile
    Created a Dataserver under files. In Host i have provided the ip address. under the connection have provided the userid and password.
    When creating the physical schema i did not provide any directory as mainframe does not support any.
    I created a file model which has one column with 80 chars. Built an interface to move this file to an oracle table with one column 80 chars and am facing issues.
    Error
    ODI-1227: Task SrcSet0 (Loading) fails on the source FILE connection FILE_HOST1.
    Caused By: java.sql.SQLException: File not found: /DEV.COGU119.OUT
    To ovoid this changed the /dataset name changed the naming rules under the physical schema to just %OBJECT. After this I am getting this error.
    ODI-1227: Task SrcSet0 (Loading) fails on the source FILE connection FILE_HOST1.
    Caused By: java.sql.SQLException: File not found: DEV.COGU119.OUT
    Should I be using a different driver if so what and where can i get it. Thanks in advance.
    Rams.
    Edited by: Rams on Mar 21, 2012 9:27 AM

    Check also which libraries you are loading. Due to licensing non-sense by IBM, the adapters now work with Attachmate libraries as well. Attachmate licenses through Sun, but they are much more reasonable than IBM's terms.
    Check out the documentation in 7.1, which contains the new adapter (any of the host based adapters). The Attachmate libraries are now default and you must configure the IdM instance to use the HOD libraries instead.
    Also be aware that IBM is moving to new HOD classes and OHIO is no longer supported (think the cut over was in HOD 9.0, but not sure). Nothing like an "industry standard" API that keeps changing version to version.

  • DB Connect Error while establishing secondary Database DB2 in mainframe sys

    Hello,
    I am trying to establish a secondary database connection between my ECC system and a mainframe system.
    In my SAP system, the database is Oracle and version is 10.2
    I want to connect to a mainframe system DB2 (AS400).
    I have installed DB2 client in SAP server.
    I have checked the access to Mainframe system from DB2 client.
    I have made the entry in DBCON table via t-code DBCO, which looks like this
    AS4_HOST=<ip_address>;AS4_DB_LIBRARY=<LIB_NAME>;
    But when I run, the std program ABCD_TEST_CONNECTION, I am getting error
    Secondary DB connect FAILED!
    Some doubts:
    1) From an Oracle Database point, is it required to login to sqlplus and create a database link between Oracle Database and the Mainframe Database?
    2) Is it required to have an entry in SM59, which connects the Mainframe system, if so what type of connection & name?
    3) If anyone has faced situation like this, can you share what steps were taken to resolve the error?
    If this is not the forum to post this question, can you suggest the correct forum?
    Regards,
    Vikas

    Hello Prem,
    I have established connectivity with Mainframe via DB-Connect.
    THe steps are
    1) Make entry in DBCON table
    2) Install DB2 client in SAP-Server
    3) There are some jobs which needs to be run in Mainframe system. The job name was mentioned in one of SAP notes.
    If you are facing problems after this, just check SAP version and patch installed.
    Regards,
    Vikas

  • Mainframes - OWB10gR2/OWB11gR1

    Hi All,
    We will be using OWB10gR2 running on UNIX box to extract data from Mainframes. We have two different source type (VSAM and DB2 7.0). How does OWB connect to mainframe ? Can we directory access mainframe VSAM files or we need to import them into Unix box and then read it ? Can somebody show a path of how it is to be done? How is DB2 connection on mainframe is set up?
    Should we go with OWB11gR1 ?
    Thanks,
    Sam.
    Message was edited by:
    user571269

    Bruno,
    I know that option is available with table operator but that doen't help me. I am thinking of raising a TAR with oracle. I was waiting for response from this group but looks like its a bug. If i don't get a solution by this weekend i will raise a TAR.
    Thanks,
    Sam.

  • Connectivity to I-series/Z-series Main Frames by Java class

    I am trying to fire Quries to DB2 DB residing on Mainframe . To connect to Mainframe I should have have db2jcc.jar/db2java.zip . But i do not know from where can i get these files .and even after geting these files do i need any client to run on my FE servers . Please suggest

    If there have a bugs in Linux OS. Please help me!

  • Adapters for IBM mainframe applications

    I wanted to know if oracle provides adapters for connecting IDM mainframe system? If yes, does it come by default with SOA Suite or it has to be purchased separately?
    Is there any link where I can find the complete list of adapters (both licensed & free) Oracle provides to its customers?

    Hi,
    Go thru the below given link.
    http://www.oracle.com/technology/products/integration/adapters/pdf/DS_AdapterLibrary.pdf
    Regards

  • DB2 Connect Server appear after Migrating DB2 from v8.2 to v9.5

    I migrated the database software of SAP ECC 5.0 System from DB2 v8 fixpak 17 to DB2 v9.5 fix pack 4.  After I installed the SAP DB2 licenses, I noticed that a new product "DB2 Connect Server" remained in 'Trail' status.
    Product name:                     "DB2 Connect Server"
    License type:                     "Trial"
    Expiry date:                      "01/02/2010"
    Product identifier:               "db2consv"
    Version information:              "9.5"
    I did not select this product during the installation of Enterprise Server Edition.
    Do I need to remove the product "DB2 Connect Server"?
    Is there any problem with let the product "DB2 Connect Server" expired?
    Will the following command remove the product?
    db2licm -r db2consv
    Thanks in advance!

    Dear Sameer,
    DB2 Connect Server is independent component whose purpose is to connect applications to data.
    DB2 Connect provides connectivity to mainframe and midrange databases from Linux, UNIX, and Windows based platforms. You can connect to DB2® databases on OS/390 and z/OS, iSeries, VSE, and VM. You can also connect to non-IBM databases that comply with the Distributed Relational Database Architectureu2122 (DRDA®).
    If you are not having any scenarios (in you system landscape) to use DB2 server/client Connectivity to mainframe/mid-range databases, then you can remove that product by executing db2licm -r db2consv
    If your DB2 connect Server license is already expired, and you are not able to remove it, then following workaround will be helpful.
    Workaround may be:
    1. db2stop
    2. Adjust your system clock at some point in past when this license was still trial.
    3. db2licm -r db2consv
    You can get some useful information about DB2 connect role in SAP landscape in this document[ Streamlining DB2 Connect for SAP|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/207c5c32-51ea-2a10-c7bc-bcfca74552d5&overridelayout=true].
    Regards,
    Bhavik G. Shroff

  • JBO-27123: error on DB2 mainframe update with ADF

    Good morning.
    I've got a problem with an update statement to a DB2-mainframe table via "Third Party JDBC Driver".
    I try to use Jdeveloper 10g 10.1.2 and develope an application with Struts, JSP, ADF Business Component.
    I write my entity object, view object and application module. Then I design my little application with Struts: I add a controller page and a Data Page to insert a record in a table to DB2 on a mainframe.
    When I press Commit button I have the following error:
    Validation Error
    You must correct the following error(s) before proceeding:
    JBO-27123: Errore SQL durante la preparazione dell'istruzione di chiamata. Istruzione: UPDATE TLMARK.TPROM10TIPOPROM Tprom10tipoprom SET KDSTIPOP=? WHERE KCDTIPOP=?
    Not a CALL statement.
    Where is my error?
    Thanks.

    I've already red that document, but it don't solve my problem.
    I will explain better my configuration:
    - I can't use IBM DB2 client, so I use another JDBC TYPE 4 driver to connect to mainframe DB2
    - If I try to write an application using DB2 SQL flavor and a Java type map, when I test my application module I obtain the following error
    (oracle.jbo.common.ampool.ApplicationPoolException) JBO-30003: Il pool delle applicazioni (.101F1A07052) non è riuscito ad estrarre un modulo applicativo a causa dell'eccezione riportata di seguito:
    ----- LEVEL 1: DETAIL 0 -----
    (oracle.jbo.JboException) JBO-29000: JBO-29000: JBO-29000: JBO-26061: Errore durante lapertura della connessione JDBC.
    ----- LEVEL 2: DETAIL 0 -----
    (oracle.jbo.JboException) JBO-29000: JBO-29000: JBO-26061: Errore durante lapertura della connessione JDBC.
    ----- LEVEL 3: DETAIL 0 -----
    (oracle.jbo.JboException) JBO-29000: JBO-26061: Errore durante lapertura della connessione JDBC.
    ----- LEVEL 4: DETAIL 0 -----
    (oracle.jbo.DMLException) JBO-26061: Errore durante lapertura della connessione JDBC.
    ----- LEVEL 5: DETAIL 0 -----
    (java.sql.SQLException) No suitable driver
    - If I try to write an application using SQL92 SQL flavor and a Java type map, when I test my application module, it works with select, but when I tru to update a record, I obtain the following error at commit time
    (oracle.jbo.SQLStmtException) JBO-27123: Errore SQL durante la preparazione dell'istruzione di chiamata. Istruzione: UPDATE TLMARK.TPROM10TIPOPROM Tprom10tipoprom SET KDSTIPOP=? WHERE KCDTIPOP=?
    ----- LEVEL 1: DETAIL 0 -----
    (hit.db2sql.n) Not a CALL statement.

  • UserTransaction and MAinframe DB2

    Hi All,
    Can we use UserTransaction while connecting to Mainframe DB2 database.i.e. if we call several mainframe database calls and all these call are in UserTransaction, will it work?
    Thanks and Regards
    Anurag

    Dennis,
    Generic Connecitivity and Transparent Gateways make a non-Oracle database look like a remote Oracle database. You can thus access non-Oracle systems using Oracle SQL syntax. In order to use these connectivity solutions you have to connect to the Oracle database then using the Heterogeneous Services module of the database connect to the non-Oracle system.

  • Regarding JDBC Connectivity

    Hi,
    Can I know if VB can use JDBC Connectivity to get connected to Mainframe DB2? Or is there any option of connecting from VB through ODBC Connectivity to Mainframe db2?

    See if this link is useful:
    http://database.sarang.net/database/db2/vb/db2-with-vb.html

Maybe you are looking for

  • How do you save a report from VB?

    Post Author: calvin CA Forum: .NET How do you save an updated Crystal Report (CRXI) from a VB.Net (2005) program? We're using the ReportDocument object model, not the CrystalViewer & it appears there's a SaveAs method but not Save.Worse, the SaveAs d

  • Have 2 computers, desktop(Win.7)

    Have 2 computers - desktop(Win.7) & laptop(win.Vista) .  After recent updates Error messages - APSDaemon.exe MSVRC80.dll missing Windows Error 126 & Microsoft Visual C++Runtime Library Error R6034 and more...!   Have uninstalled (2x) same errors pers

  • X86 Solaris 10 problems with ipfilter

    Colleagues, I'm install Solaris 10 on HP Proliant DL360 G4 (listed in HCL for Solaris OS http://www.sun.com/bigadmin/hcl/data/sol/systems/details/691.html) Everything works fine till, but when I increase loading (DNS server there, so too much UDP pac

  • How to search in BI 7.1 query designer for the required key figures & chars

    Hi All,      Can anyone plz tell me how to search in BI 7.1 query designer for the required key figures & characteristics. I have the query being built on a multiprovider which has many cubes. So, i have a huge list of key figures and characteristics

  • Server 2012 RS Standard Planning

    It's been a while since I've planned a new server strategy.  There are so many options and looking for some guidance on best practices.  (no Laughing please) Currently we have 1win2000 Global catalog, active directory server, 1 Server 2003 file/ acco