MySQL 5.1 and Data Integrator 11.7.2

Is it possible to create a datastore in MySQL?
I have ODBC connection to server, but when i want to see metadata of datastore - it is empty! no data.
(i haven't any error during  connection)
OS windows XP
MySQL (last version)
Sorry for my English, it is not my native.
Thank you.

Hi,
in 11.7.2 only MySQL 5.0 is supported with the MySQL ODBC Connector 3.51.12.
Regards
-Seb.

Similar Messages

  • Data Integration Middleware and Data integration Architect Java Projects

    Hi all,
    What is meant by the terminologies
    Data Integration Middleware and Data integration Architect Java ProjectsAre both of them the same?
    Rony

    Moved to a different forum.

  • How to or Step by step to connect SAP ECC and Data Integrator

    Hi,
    I need a document How to or Step by step to configure and connect SAP ECC 6.0 and Data Integrator or Data Services.
    someone help me?
    thanks!!

    Antonio,
    Please find the detail guide step-by-step document for different connectivity types at this following link on SDN under business Object section.
    [http://wiki.sdn.sap.com/wiki/display/BOBJ/ConnectingtoSAP]
    Thanks,
    Ashok

  • CTS and Data Integrator

    I want to be able to use CTS, perhaps in conjunction with ChaRM on Solution Manager or CTS+, for version/change control of Data Integrator objects that are using Rapid Marts as targers (as opposed to SAP BI targets). Has SAP enabled this capability yet, and if so, can someone point me in the direction of documentation on this? If not, does anyone have any inside scoop on when it might become available?

    I'm trying to remove the manual movement of code from the development repository to the QA repository and then another manual intervention to move from the QA repository to the production repository. Furthermore, I want to be able to use tools that we already have on hand and not have to introduce another application (tool) to perform this. Since we're primarily an SAP shop, and therefore have Solution Manager and other applications including SAP BW (really dislike that it was changed back to SAP BW from SAP BI recently), and since SAP now owns Business Objects, I was hopeful that DI has already been integrated with the SAP CTS framework. Is this something that's part of the 2010 changes where SAP BW and Business Objects are morphed more into an integrated set of tools?

  • Need Advice! MySQL Field Type and data display

    DW8/PHP/MySQL
    This is a two part question.
    First off I am builing a database (mySQL) driven review site
    with PHP. I am working on creating my database, however I would
    like some input/advice from others. Below are some example fields
    that will be in my database. Can anyone give me advice on what
    field type I should use on each
    Name
    Address_1
    Address_2
    City
    State
    Zip
    Phone
    Web_Address
    Email_Address
    Date_Reviewed
    Review_Description
    Username
    Password
    My second question.
    I made a simular test site using Dreamweaver and got it to
    work ok. However the formating on my description did not look
    correct. On my input page I used a large multi-line form box. When
    I hit enter to divide the paragraphs it looked fine in the iput
    box, but once the same data was pulled from the database the
    paragraphs where all ran together in one large text block. What do
    I need to do to keep my input formating?
    Thanks in advance for any help
    Charles

    newhorizonhosting.com wrote:
    > Can anyone dive me advice on what
    > field type I should use on each/
    >
    The following ones should all be VARCHAR. Set the length of
    each one so
    that it easily accommodates the longest likely entry.
    Name
    Address 1
    Address 2
    City
    State
    Zip
    Phone
    Web Address
    Email Address
    Date Reviewed - DATE
    Review/Description - TEXT
    Username - VARCHAR
    Password - VARCHAR (length needs to be 40 if you encrypt)
    > once the same data was pulled from the database the
    paragraphs where
    > all ran together in one large text block. What do I need
    to do to keep my input
    > formating?
    When displaying the text, pass the variable that contains it
    to nl2br().
    echo nl2br($row_recordsetName['myParagraphs']);
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Data Integrator and Data Quality

    Hi,
    I worked on BI 7.0 and now exploring Business objects. I wanted to know how Data Integrator and Data Quality products relate to SAP BI 7. What is the purpose of using them. Is this integration and quality features not embedded in SAP BI 7.

    BI and Data Services share many integration features, but Data Service provides better connectivity to third party data sources.  The data quality features of Data Services are not available in BI.

  • Data integrator for HP-UX missing data quality and data profiling

    Hi All,
    I have installed ODI 10.1.3.40.0 from odi_unix_generic_10.1.3.4.0.zip in HP unix 11.23.
    Data quality and data profiling is missing in that zip ? Could anyone please help me how to get installer of data quality and data profiling for Oracle data integrator in HP UX 11.23.
    Any response will be highly appreciated.
    Thanks in advance.
    regards
    Umapada
    Edited by: user10612738 on Nov 28, 2008 1:54 AM

    The integrated packaged( ODi, data quality and data profiling) for HP-UX wount available till 10.1.3.5.0 which will be released by this year end.

  • Weird problem with mysql query and data table buttons !!!!

    Hi,
    I'm using jsc 2 update 1 on windows and mysql 4.1 . I have a page with a data table. One column of the data table contains "Details" buttons.
    Source query for the table is :
    SELECT tbl_tesserati.idtbl_tesserati idTesserato,
    tbl_tesserati.num_tessera,
    tbl_tesserati.nome,
    tbl_societa.codice_meccanografico
    FROM tbl_tesserati
    INNER JOIN tbl_rel_tesserato_discipline_societa ON tbl_tesserati.idtbl_tesserati = tbl_rel_tesserato_discipline_societa.id_tesserato
    INNER JOIN tbl_cariche ON      tbl_rel_tesserato_discipline_societa.id_carica = tbl_cariche.idtbl_cariche
    INNER JOIN tbl_qualifiche ON      tbl_rel_tesserato_discipline_societa.id_qualifica = tbl_qualifiche.idtbl_qualifiche
    INNER JOIN tbl_discipline ON      tbl_rel_tesserato_discipline_societa.id_disciplina = tbl_discipline.idtbl_discipline
    INNER JOIN tbl_societa ON      tbl_rel_tesserato_discipline_societa.id_societa = tbl_societa.idtbl_societa
    LEFT JOIN tbl_province ON tbl_societa.provincia_sede_sociale = tbl_province.idtbl_province
    LEFT JOIN tbl_comuni ON tbl_societa.comune_sede_sociale = tbl_comuni.idtbl_comuni
    LEFT JOIN tbl_rel_tesserato_discipline_praticate ON tbl_rel_tesserato_discipline_praticate.tessera_id=
    tbl_rel_tesserato_discipline_societa.idtbl_rel_tesserato_discipline
    LEFT JOIN tbl_discipline_praticate ON tbl_discipline_praticate.idtbl_disciplina_praticate=tbl_rel_tesserato_discipline_praticate.disciplina_praticata_id
    WHERE
    tbl_tesserati.cognome LIKE ?
    AND tbl_tesserati.nome LIKE ?
    AND tbl_rel_tesserato_discipline_societa.id_societa LIKE ?
    AND tbl_tesserati.idtbl_tesserati LIKE ?
    AND tbl_cariche.idtbl_cariche LIKE ?
    AND tbl_qualifiche.idtbl_qualifiche LIKE ?
    AND tbl_tesserati.data_nascita >= ?
    AND tbl_tesserati.data_nascita<= ?
    AND tbl_discipline.idtbl_discipline LIKE ?
    AND codice_affiliazione LIKE ?
    AND tbl_societa.denominazione LIKE ?
    AND YEAR(tbl_rel_tesserato_discipline_societa.data_scadenza) LIKE ?
    AND (tbl_province.nome LIKE ? OR tbl_province.nome IS NULL)
    AND ( tbl_comuni.nome LIKE ? OR tbl_comuni.nome IS NULL)
    The tbl_tesserati.data_nascita is a mysql date field.
    The click event handler code for the "Details" Button is:
    public String btnModificaTesserato_action() {
            try{
                TableRowDataProvider rowData= (TableRowDataProvider)getBean("currentRowTesserati");
                getRequestBean1().setId_tesserato((Long)rowData.getValue("idTesserato"));          
            } catch(Exception ex) {
                log("errore nella query",ex);
            return "dettaglioTesseratoSocieta";
        }When i run the project and open the page the table is correctly rendered and populated with some rows. But when i click on details button nothing happens, the page is simply reloaded.
    If i set a breakpoint in the code line   TableRowDataProvider rowData= (TableRowDataProvider)getBean("currentRowTesserati");the debbuger does not stop the code execution ! As if the button was never clicked!
    I tried to modify the source query to :
    SELECT tbl_tesserati.idtbl_tesserati idTesserato,
    tbl_tesserati.num_tessera,
    tbl_tesserati.nome,
    tbl_societa.codice_meccanografico
    FROM tbl_tesserati
    INNER JOIN tbl_rel_tesserato_discipline_societa ON tbl_tesserati.idtbl_tesserati = tbl_rel_tesserato_discipline_societa.id_tesserato
    INNER JOIN tbl_cariche ON      tbl_rel_tesserato_discipline_societa.id_carica = tbl_cariche.idtbl_cariche
    INNER JOIN tbl_qualifiche ON      tbl_rel_tesserato_discipline_societa.id_qualifica = tbl_qualifiche.idtbl_qualifiche
    INNER JOIN tbl_discipline ON      tbl_rel_tesserato_discipline_societa.id_disciplina = tbl_discipline.idtbl_discipline
    INNER JOIN tbl_societa ON      tbl_rel_tesserato_discipline_societa.id_societa = tbl_societa.idtbl_societa
    LEFT JOIN tbl_province ON tbl_societa.provincia_sede_sociale = tbl_province.idtbl_province
    LEFT JOIN tbl_comuni ON tbl_societa.comune_sede_sociale = tbl_comuni.idtbl_comuni
    LEFT JOIN tbl_rel_tesserato_discipline_praticate ON tbl_rel_tesserato_discipline_praticate.tessera_id=
    tbl_rel_tesserato_discipline_societa.idtbl_rel_tesserato_discipline
    LEFT JOIN tbl_discipline_praticate ON tbl_discipline_praticate.idtbl_disciplina_praticate=tbl_rel_tesserato_discipline_praticate.disciplina_praticata_id
    WHERE
    tbl_tesserati.cognome LIKE ?
    AND tbl_tesserati.nome LIKE ?
    AND tbl_rel_tesserato_discipline_societa.id_societa LIKE ?
    AND tbl_tesserati.idtbl_tesserati LIKE ?
    AND tbl_cariche.idtbl_cariche LIKE ?
    AND tbl_qualifiche.idtbl_qualifiche LIKE ?
    AND tbl_tesserati.data_nascita >= ?
    OR tbl_tesserati.data_nascita<= ?
    AND tbl_discipline.idtbl_discipline LIKE ?
    AND codice_affiliazione LIKE ?
    AND tbl_societa.denominazione LIKE ?
    AND YEAR(tbl_rel_tesserato_discipline_societa.data_scadenza) LIKE ?
    AND (tbl_province.nome LIKE ? OR tbl_province.nome IS NULL)
    AND ( tbl_comuni.nome LIKE ? OR tbl_comuni.nome IS NULL)
    Using this query everything works well !! The click handler works and the debugger too !!
    I changed only the AND in OR !!!
    I also tried to change mysql-x-x-connector driver but without solving my problem.
    Can someone help me ?
    Thanks
    Giorgio

    You'll find that it is more to do with the way MySql deals with dates than anything else! Depending on how your date field is setup, then try using a BETWEEN statement for those 2 lines in your first query e.g.
    AND ( tbl_tesserati.data_nascita BETWEEN ? AND ?)
    The date column needs to be in the ISO format to work. If you examine your second query output, you might discover that the output is only going to refer to one parameter (probably the OR one). Did you manage to view the output logs from the application server? You would have got an idea from there with a message like stating a conversion error'.
    Alternatively, you could try using the to_days() function and convert it directly to a number which would be a lot easier to deal with. For example:
    AND to_days(tbl_tesserati.data_nascita >= ? )
    AND to_days( tbl_tesserati.data_nascita<= ? )
    Or try the BETWEEN version with to_days() and see what you get.
    More info about date formatting (v5) here:
    http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_to-days
    Before I forget, sometimes you may need to treat dates as Strings rather 'Long' as you did.
    As a matter of interest, did you try your query in a different piece of software?
    If my queries are a little more complicated, I tend to try MySql queries out in the free MySql query browser and also double check in another to verify certain issues. I found it easier to develop SQL in a seperate program then import the final version to JSC making the required modifications for parameters.
    Message was edited by:
    aerostra

  • Generating CSV file with column names and data from the MySQL with JAVA

    Hi all,
    Give small example on ...
    How can I add column names and data to a CSV from from MySQL.
    like
    example
    sequence_no, time_date, col_name, col_name
    123, 27-apr-2004, data, data
    234, 27-apr-2004, data, data
    Pls give small exeample on this.
    Thanks & Regards
    Rama Krishna

    Hello Rama Krishna,
    Check this code:
    Example below exports data from MySQL Select query to CSV file.
    testtable structure
    CREATE TABLE testtable
    (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
    text varchar(45) NOT NULL,
    price integer not null);
    Application takes path of output file as an argument.
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    public class automateExport {
        public static void main(String[] args) {
            DBase db = new DBase();
            Connection conn = db.connect(
                    "jdbc:mysql://localhost:3306/test","root","caspian");
            if (args.length != 1) {
                System.out.println(
                        "Usage: java automateExport [outputfile path] ");
                return;
            db.exportData(conn,args[0]);
    class DBase {
        public DBase() {
        public Connection connect(String db_connect_str,
                String db_userid, String db_password) {
            Connection conn;
            try {
                Class.forName("com.mysql.jdbc.Driver").newInstance();
                conn = DriverManager.getConnection(db_connect_str,
                        db_userid, db_password);
            } catch(Exception e) {
                e.printStackTrace();
                conn = null;
            return conn;
        public void exportData(Connection conn,String filename) {
            Statement stmt;
            String query;
            try {
                stmt = conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
                        ResultSet.CONCUR_UPDATABLE);
                //For comma separated file
                query = "SELECT id,text,price into OUTFILE  '"+filename+
                        "' FIELDS TERMINATED BY ',' FROM testtable t";
                stmt.executeQuery(query);
            } catch(Exception e) {
                e.printStackTrace();
                stmt = null;
    Greetings,
    Praveen Gudapati

  • Using Data Integrator Migration Mechanisms and Migration Tools

    Data Integrator provides two mechanisms for migrating jobs from development to test to production :<br /><ul><li>Export/import <ul><li>Export/import is the basic mechanism for migrating Data Integrator applications between phases. First, you <em>export</em> jobs from the local repository to either a file or a database, then you can import them into another local repository. </li></ul></li><li>Multi-user development <ul><li>Instead of exporting and importing applications, multi-user development provides a more secure <em>check-in</em>, <em>check-out</em>, and <em>get</em> mechanism, using a <em>central repository</em> to store the master copies of your application elements. </li></ul></li></ul><p>Regardless of which migration mechanism you choose, Business Objects recommends you prepare for migration using one or more tools that best fit your development environment :</p><ul><li>Naming conventions <ul><li>Just as Business Objects recommends you standardize Data Integrator object prefixes, suffixes, and path name identifiers to simplify your projects internally, we also recommend the use of naming conventions externally for migration purposes. </li></ul></li><li>Datastore and system profiles <ul><li>With multiple profiles, instead of a separate datastore (and datastore configuration) for each database instance, you can associate multiple <em>datastore profiles</em> with a single datastore connection. </li></ul></li></ul><p>Each mechanism and tool is recommended for specific types of projects. For more detail, please see the <em>Data Integrator Advanced Development and Migration Guide</em> provided with Data Integrator 6.5.</p>

    Hej Fahad!
    Thanx for your valueable information but i have not any background of data migration and etc. I am mobile communication developer. So this is my first assignment between two companies. first company will give me the oracle data maybe in the shape of dump files and i will make my virtual server and there i will test that the data is valid or not and etc. If the data is valid then i will transfer it to target platform.
    So now i have no access to the source system from where data is coming. Can you please explain me little bit more about invalid objects and still export/import works same.
    Waiting for reply
    Regards
    Hani

  • SAP TechEd 2011- Data Integration and Quality Managment Sessions

    Looking for answers on "Data Integration and Quality Management," check out the related educational sessions at SAP TechEd 2011 ([Las Vegas|http://bit.ly/qE0dZs], [Bangalore|http://bit.ly/oVdGsM], [Madrid|http://bit.ly/rnSNOT]). [Register today|http://www.sdn.sap.com/irj/scn/sapteched]!

    Hi,
    you must check in sap teched site and register it, the link as below
    [SAP Teched Banglore 2011|http://www2.sapevents.com/SAP/TechEd2011Bangalore/index.cfm?fuseaction=agenda.sessionCatalogueHOS&view=overview]
    Thanks,
    Jansi

  • Data Integration Kit and SAP BI

    Hi Guys,
    Have a quick question.
    My understanding was we use Data Integration kit in order to integrate Crystal Report and SAP BI. To create an Universe , we dont need Data Integration Kit.
    Can anyone please confirm?
    Regards

    Moved to a different forum.

  • Data Integrator and Data Services

    What is the recommendations in Installing DQ with DI on the same box?
    The documentation does not have a checklist on installing DQ and DI anywhere.
    1.) Can DI and Data Services run on the same server? If they can run on the same server whatu2019s the specs of the server?
    2.) Can Data Services take advantage of more then 4 gigs of memory?
    Edited by: Peter Lo on Sep 23, 2008 6:34 PM

    Hi there,
    There used to be Data Integrator and Data Quality.
    However it has merged together under one platform, Data Services.
    That means Data Services includes Data Integration and Data Quality together as one product.
    So Data Integrator would still be around but it will fall under Data Services.

  • Data integrator and informatic

    Hi There
    does any one know the difference between informatic and data integartor? if someone has informatic skill, could it be easy to transfer to data integrator?
    thanks

    First of all, Data Integrator is not a reporting tool, it is an ETL tool from SAP BO.
    1) When we go for Data Integrator and Rapid marts
    2) What is the importance of Data Integrator
    3) Can you give a scenario for Data Integrator and Rapid marts..
    Rapid Mart is a pre-built information component, that use DI as an ETL tool which extracts data
    from different source systems like SAP, Peoplesoft, Oracle, Siebel & JD Edwards, integrating and
    loading into datamarts.
    The analytic datamarts(pre defined data warehouse application) focused on different subject areas..
    such as Sales, HR, Inventory, Accounts etc..
    4) what are the basics required to know Data Integrator
    Data Warehouse and ETL concepts.
    5) What is the land scape of Data Integrator
    6) What are Advatages and Dis advantages of Data Integrator.
    Data Integrator allows to develop data warehouse applications in both Batch and Real-Time job mode
    Data Integrator manages the data from heterogeneous and homogeneous sources and transforms the data
    according to business logic, integrates into single data source for analysis.
    It extracts the data from operational source systems and external source systems typically like RDBMS,
    Flat files, XML files, XML Messages, SAP IDocu2019s, PeopleSoft, Siebel etc
    7) What are Advantages of Rapid marts
    RM can customize easily and Immediate ROI

  • Data Integrator and BMC Control-M scheduler

    Hi,
    anyone have experience, indications or suggestions on if and how the Data Integrator jobs can be scheduled from Control-M scheduler using the SNMP protocol adapter?
    Thanks,
    Renato
    Edited by: Renato Nardelli on Sep 22, 2009 3:58 PM

    I dont think you require ECC system upgrade only for Control M. This product is even compatible with R/3 versions.
    As per suggestion from Joe, please raise a call with BMC support team to check software version and SAP compatibiliy.
    [http://www.bmc.com/support]
    Best Regards,
    Edited by: Rupali B on Mar 8, 2012 6:35 PM

Maybe you are looking for

  • WiFi mystery

    I currently use an Airport Extreme (AE) hooked up to a cable modem. My desktop is connected directly to the AE with no problems - it also picks up the wireless signal with no problem. We also own a MacBook Air that receives the wireless signal with n

  • FP11 beta 2 (64bit linux) freezes complete system

    Help guys, my system freezes a few seconds after having started any flash video (e.g. youtube) with FP 11 beta 2. I can only recover it with kernel SysRq keys. The only evidence from the log files I have found: NVRM: Xid (0000:01:00): 8, Channel 0000

  • VAT Reg Number

    Hi Friends, I have Vendor Master created with VAT Number in it, and its for European Region. I created the PO(Plant and Vendor in Europ) and did GR and IR, and when I see in FBL1N report for few Vendor System is Population the VAT number(Added the VA

  • Download of songs in the cloud starts automatically

    I want the songs to stay only in the cloud and not in my itunes. Nevertheless the download starts once a week automatically (about 5000 songs) and i have to stop it manually. That is rather annoying. Can anybody help? 

  • Matrikon OPC UCS don't open opc server

    I instal plag-in Matrikon OPC Archestra UCS. It's integrated to historian server and good work.  But in Matrikon OPC explorer I can not open its opc server. It happens error "Could not find ProgID 'PSTCFGMatrikonOPC.ArchestrA.UCS.l'!"  Reinstall of p