IBM AS/400 databases

I'm trying to use Rave with an IBM iSeries server (a.k.a. AS/400).
I was able to create a data source and view the tables in a database (i.e. files in a library), but I can't view the data. Has anyone else tried this?

I'm trying to use Rave with an IBM iSeries server (a.k.a. AS/400).
I was able to create a data source and view the tables in a database (i.e. files in a library), but I can't view the data. Has anyone else tried this?

Similar Messages

  • What do I need to properly connect SAP to AS/400 database through ADBC API?

    I need to retrieve some information from an AS/400 database.
    How do I need to fill the entry in DBCON table to establish a connection succesfully? Do I need any library and how can I install it?
    The SAP System runs with a SQL Server Database.

    Its working fine for me.
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Forte access to AS/400 Databases

    Does anyone have any experiences accessing an AS/400 database from a
    Forte partition? If so, we would like to know if ODBC or some other
    technique was used. If ODBC was used, what vendor supplied the ODBC
    connection?
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Thanks for the ideas, but nothing works so far. Trying other versions was an excellent idea. How silly of me that I didn't try that right off. We were actually using an older version of the toolbox (our software is regulated by the FDA as a medical device so changing our platform is a major process). I tried several newer versions and it was the same.
    Oh well, no big for now. In the future we'd still like to use record level access, but for now we are okay. This came up over an issue of record locking--needing to maintain a record lock during some calculations. We got it working using jdbc's updatable statements/resultsets.

  • Date Migration from IBM DB2/400 V4R3M0 to Oracle 11.2G

    Dear ALL<
    We have a requirement for Date Migration from IBM DB2/400 V4R3M0 to Oracle 11.2g. Can you guys please share your experiences with similar activities done in the past ? We do not have environment at present to try out with Oracle Migration workbench.
    http://www.oracle.com/technetwork/topics/index-095746.html
    You experiece sharing will really help ...!!
    Regards,
    VKMP
    Edited by: 909016 on Jan 31, 2013 5:52 AM

    Hi VKMP,
    As well as reading the documentation thoroughly the following note available in My Oracle Support may be useful -
    Problem To Migrate Table With Table Type P From DB/AS400 With OMWB (Doc ID 466271.1)
    as OMWB does not support migrating physical files.
    Regards,
    Mike

  • CCMS monitoring for DB2/400 database backup.

    Hi,
    sap on iseries experts,
    We need a good monitoring for the alerts from DB2/400 database backup failure with CCMS for a solution manager management.
    Actually I don,t see a specific node (or MTE class) inside CCMS for this alert;
    But DB12 display well the daily backup status . . . . . . . .
    Can anybody help me ?
    Kind Regards
    Fabio

    Hi all,
    I'm searching also for such an possibilty.
    When running Oracle there is following MTE:
    RZ20 -> SAP CCMS Technical Expert Monitors -> All Monitoring Contexts -> Oracle -> Backup/restore -> Backup status -> Last succ
    Does anybody know a method to monitor the backup with SAP on Iseries?
    Tobias

  • OSB to connect to DataQueue - IBM AS/400

    Hi experts,
    We are working on a critical POC to connect to DataQueue of IBM AS/400 from Oracle Service Bus. Any advice would be appreciated.
    Thank you.
    cheers,
    Cipto

    Can you give more details.
    Is this DataQueue based areound MQ or JMS?

  • Interfacing with AS/400 Database

    Has anyone used the database interconnectivity toolset to interface with an AS/400 Database? Are there any problems interfacing with this database using SQL?

    Although I've not used with AS/400 -- I have successfully used it with ease with Oracle, Ingres, Sybase, as well MS Access. The key is having the correct client drivers loaded. I've connected to DB's on both PC servers as well as mini/mainframes.
    Happy Wiring!

  • Connection to AS/400 database throught JDBC native drivers

    I configured the native JDBC drivers in the J2EE Aplication Server for AS/400 database but when i test the conexion throught http://cmchnwdev:50000/TJdbc/servlet/TestJdbc show me the error Class driver name is not found, does any body knows how can i configure the JDBC driver for the AS400 in the J2EE aplication server?

    Your structure needs to be tweaked..   See below the structure
    <StatementName>
    <storedProcedureName action=u201D EXECUTEu201D>
        <table>realStoredProcedureeName</table>
    <param1 [isInput=u201Dtrueu201D] [isOutput=true] type=SQLDatatype>val1</param1>
    </storedProcedureName > 
      </StatementName>
    Is your stored procedure name is correctly specified?   Missing table tag.

  • Compatibility of Discoverer to IBM OS/400? - Please advise

    Hi !
    I'm trying to find out if Oracle Discoverer as a reporting tool is compatible to
    1) IBM OS/400 Version 5, Release 2 or V5R3 or V5R4 with PTF package
    2) QShell interpreter
    Where can I get some useful documentation on this?
    Thanks and regards,
    Aparna

    Hi Aparna
    You can find information about all aspects of Oracle certification on MetaLink. Just log in and on the right-hand side you will see a link called Certify. In there you will be able to see which products are supported on which platforms.
    I've taken a look myself and I can see no certification for Discoverer on the IBM AS/400. Its fully supported on AIX though.
    Best wishes
    Michael

  • Error when running SQL over DB2/400 database

    Folks,
    I'm trying to execute an SQL statement which works well on DB2/400 but doesn't like it in Java embedded SQL.
    The statement looks like this...
    select rrn(a) from BLMINTF1 a where RDTUSC = 050106 or RDTADC = 050106 or RDTBPC = 050106 or RDTCDC = 050106 or RDTE1C = 050106
    and the error I get is as follows...
    java.sql.SQLException: An undefined column name was detected.
    java/lang/Throwable.<init>(Ljava/lang/String;)V+4 (Throwable.java:94)
    java/lang/Exception.<init>(Ljava/lang/String;)V+1 (Exception.java:42)
    java/sql/SQLException.<init>(Ljava/lang/String;Ljava/lang/String;I)V+1 (SQLException.java:43)
    com/ibm/as400/access/JDError.throwSQLException(Ljava/lang/String;)V+0 (JDError.java:394)
    com/ibm/as400/access/JDServerRow.findField(Ljava/lang/String;)I+0 (JDServerRow.java:313)
    com/ibm/as400/access/AS400JDBCResultSet.findColumn(Ljava/lang/String;)I+0 (AS400JDBCResultSet.java:552)
    com/ibm/as400/access/AS400JDBCResultSet.getString(Ljava/lang/String;)Ljava/lang/String;+0 (AS400JDBCResultSet.java:31
    gmi/pme/ReadIntRateXML.updatetable(Ljava/lang/String;I)V+0 (ReadIntRateXML.java:135)
    gmi/pme/ReadIntRateXML.main(^Ljava/lang/String;)V+0 (ReadIntRateXML.java:45)
    Any help will be greatly appreciated.
    Thanks in advance.

    (Oops, ignore the above, a missing /code tag ate most of my post)
    So does this work:
    select 42 from BLMINTF1 a where RDTUSC = 050106 or RDTADC = 050106 or RDTBPC = 050106 or RDTCDC = 050106 or RDTE1C = 050106
    There is a chance that the driver for some odd reason doesn't understand a particular SQL function. That's less likely than a simple typo though. Usually JDBC drivers don't care about the SQL they execute, they just pass it to the server. Command line SQL tools may have extra commands, but rarely functions like that.
    I'd still print out the SQL string just before execution. I've seen things like this often enough:
        String s =
            "select x from foo" +
            "where x = 1";Note the lack of space between "foo" and "where", resulting in "foowhere".

  • Oracle WebLogic Server - How to connect to IBM DB2-400

    Hi to all,
    I'm afraid I'm going to ask a f.a.q... anyway... I'm trying to define a Connection Pool to Db2/400. I see that Oracle App Server do support DB2 on windows and linux O.S;
    what about DB2 on a iSeries / iOs machine ?
    Thank you in advance for your help.

    1. Can OSB connect to JMS Queue which resides within the IBM Maximo Application? If yes can you please provide any documents/link which outlines the steps.Yes. You can use a OSB proxy service with jms transport to dequeue the messages from remote weblogic jms.
    2. Do I need to configure a Messaging Bridge or a Foreign JNDI provider in Weblogic? Which is the best optionNot required.
    3. What information do we need to configure in Weblogic to connect to the JMS Queue in IBM Maximo Application? Configure a proxy service with jms transport. Here you have to provide the transport URI hostname/port part you have to give details of the maximo WLS server host and part.Since jms transport involves rmi communication between two weblogic domains, you also need to setup either global trust between the domains or cross domain security.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e13707/domain.htm#i1176046

  • IBM HACMP + Oracle Database 9i ( without RAC ) Install

    Hi all,
    Is there any document or installation guide about installing Oracle 9i on HACMP ?
    I found that if I installed HACMP first, and later install Oracle 9i , it will be installed in a "clustered way".
    I mean when i install Oracle 9i after HACMP, OUI will ask me for choosing node1 or node2 to install, just like I've installed Oracle Clusterware (but i haven't installed Oracle Clusterware).
    Is it normal ?
    Or should I install Oracle 9i first then HACMP ?
    Any help would be appreciated.
    Best Regards.

    Dear Virendra,
    Thanks for the reply.
    I found that If I installed HACMP first, OUI will detect it and Oracle Clusterware will be installed automatically.
    So I need to choose the "Custom" mode to install Oracle 9i and deselect Oracle Clusterware manually. By this way Oracle 9i could be installed in an single instance way.
    After that I just need to use dbca to create my database in SAN storage、install Oracle binary on node2 and copy some files from Node1 to Node2.
    My problem is solved. Thanks for all the reply.
    Best regards.
    BEN
    Edited by: user3531674 on 2009/9/10 下午 9:27

  • TopLink essentials: extra where clause for one to many relationship?

    We have a lot of tables that contain "historic" records. Those are marked by a column "historic" holding a value "Y". Sometimes we are not interested in historic values. For example in the next case:
    @Entity
    @Table(name="ART")
    public class Article {
        @OneToMany(mappedBy="article", cascade=CascadeType.ALL, fetch=FetchType.LAZY)
        private Collection<ArticleStats> arcItems;
        public Collection<ArticleStats> getArticleStats() {
            return arcItems;
    }One article can have multiple "stats". We are in this case only interested in the "stats" of this article that are not historic. In SQL terms, I would like to add an extra where clause: "WHERE historic = 'N'".
    Of course inheritance (with discriminators) is an option, but I don't prefer that. We have a lot of relationships like this and using inheritance would mean we have to add a lot of extra classes. Is there a way to add an extra where clause to the query that is used to retrieve all the stats records related tot my Article?
    We use TopLink essentials with an IBM AS/400 database.

    The JPA Spec does not handle this case, but TopLink Essentials does. You will need to customize your TopLink descriptor using a DescriptorCustomizer. You can set your DescriptorCustomizer in your persistence.xml using the "toplink.descriptor.customizer.<entity-name>" property set to the class name "<package>.<class>" of your customizer class.
    The customizer would look something like:
    public class MyCustomizer implements DescriptorCustomizer {
    public void customize(ClassDescriptor descriptor) {
    OneToManyMapping mapping = (OneToManyMapping )descriptor.getMappingForAttributeName("arcItems");
    ExpressionBuilder builder = new ExpressionBuilder();
    mapping.setSelectionCriteria(builder.getField("STAT.ART_ID").equal(builder.getParameter("ART.ID").and(builder.getField("HISTORY").equal("N")));
    If you never wanted historical records you could also add this expression to your descriptor's additionalJoinExpression.
    James Sutherland

  • Equivalent application to Oracle RMS/ReSA by JD Edwards.

    Want to know if there is any Equivalent application to Oracle RMS/ReSA by JD Edwards.If yes , then in what format does the Log file been inputed to the application . Like For Example RMS/ReSA - oracle accepts Log files in RTLog Format.Is there any file format equivalent in JD Edwards.

    Just as an FYI, it would be helpful to explain what RMS is if you are posting to a forum like this. Probably 99.9% of the people in the JD Edwards world will have no clue at all what you are talking about. Let me ask this question - are you talking about JD Edwards World software or JD Edwards Enterprise One/One World? Or both? They are two different technical environments, so it does greatly matter which product you are dealing with. Since you posted in the JD Edwards World discussion, I will assume that is what you are talking about. No, there is not anything equivalent to Oracle RMS for JDE World. JDE World runs solely on the IBM AS/400 (or i5) using the IBM DB2/400 database. You can search the Oracle Technology network on phrase "Oracle RMS" to get more information on DB2 and relationship to other data sources. If you are dealing with Enterprise One/One World, then you should post this question in that forum. Hope this helps a bit.
    John Dickey

  • Equivalent application to Oracle RMS/ReSA by PeopleSoft

    Want to know if there is any Equivalent application to Oracle RMS/ReSA by PeopleSoft.If yes , then in what format does the Log file been inputed to the application . Like For Example RMS/ReSA - oracle accepts Log files in RTLog Format.Is there any file format equivalent in JD Edwards.

    Just as an FYI, it would be helpful to explain what RMS is if you are posting to a forum like this. Probably 99.9% of the people in the JD Edwards world will have no clue at all what you are talking about. Let me ask this question - are you talking about JD Edwards World software or JD Edwards Enterprise One/One World? Or both? They are two different technical environments, so it does greatly matter which product you are dealing with. Since you posted in the JD Edwards World discussion, I will assume that is what you are talking about. No, there is not anything equivalent to Oracle RMS for JDE World. JDE World runs solely on the IBM AS/400 (or i5) using the IBM DB2/400 database. You can search the Oracle Technology network on phrase "Oracle RMS" to get more information on DB2 and relationship to other data sources. If you are dealing with Enterprise One/One World, then you should post this question in that forum. Hope this helps a bit.
    John Dickey

Maybe you are looking for