Rename a DataStore in BO Data Integrator

Hello:
We're using BO Data Integrator 3.0 Professional and we need to rename a DataStore, (used by several Data Flows).
Is it possible to rename it? How?
Thanks in advance for your help and regards,
Joaquin Castellano

You can't. What I would do is export the entire repo (ObjectLibrary -> rightclick -> Repository -> export to file) into an ATLfile, do a search rename in that text file and then re-import it. Finally delete the old datastore's table and the datastore at then end. I hope you named the datastore uniquely, not that e.g. a column has the same name as the datastore.

Similar Messages

  • How to codepages in Data Integrator

    Data Integrator sets the codepage at the job server and the datastore layer. Each job server, which is the Data Integrator "engine" where all of the processing takes place, has a single codepage. In addition, each datastore has its own codepage. The datastore codepage is set via the "locale" of the datastore. Because Data Integrator allows each datastore to have its own codepage, you can build a single job which will read from and/or load into datastores with multiple different codepages.

    1st step: create your schema on your database, you can create one schema for both repositories (master and work) or you can create one schema for each repository.
    2nd step: execute repcreate.bat
    3rd step: run topology and create one or more work repositories.
    You can also read the "Installation Guide" let us know if you have any issue.
    Regards,

  • Rename a Data Integrator server after initial installation

    Is it possible to rename the Data Integrator server after initial installation?

    The easiest thing to do is running the server manager before the migration and remove the repository assoziation or the entire jobserver. Same with the management console.
    Then move the server.
    And recreate the jobserver and webadmin entry.
    In case it is too late for the first step, simply truncate AL_MACHINE_INFO table deleting all jobserver/webadmin links and then resync those.

  • Errror while trying DataStore Data Integrator Business Objects

    Hi,
    I have a Business Objects Data Integrator XI Release 2 installed on my machine... I´m new to this platform, but I think I have everything
    fully installed except the Job Server and SNMP Server, because the license that I have it doesn´t allow to install these services.
    I have a repository created in SQL Server 2008, against which the Data Integrator Designer is connected correctly, where I can create projects,
    jobs, workflows and even jobflows ...
    But when trying to create a DataStore to data sources or destinations, will not let me. I right click on the repository,
    DataStore> New, and I get the window that should go to enter data datastore name and type, databases, flat files, ... I get no
    any error or warning window just does nothing ...
    But whenI try to create a DataStore, to datasources or destinations, not let me. I right-click on the Datastores repository > New, and
    the window, that should go, is not shown, to enter data, datastoresname and type, databases, plain text,... Any error or warning window is not
    shown , just does nothing
    I was visiting the SAP Community Network page and I found a demo transform, .afl, to import a sample project to the repository, and I created
    the datastore instance successfully, DS_training. For this datastore allows me all options, but when I right-click on it, except for
      > Edit, I try to access to these options to point to my Database and not the samples...
    I don´t know what is the problem, if someone could help me because I'm looking for several days and I'm going crazy!
    Thanks

    Hola,
    ante todo muchas gracias, porque veo que fuiste el unico que te dignaste a echarme una mano...
    La verdad es que la cosa es rarisima, con los datastores creados del ejemplo, no me deja editarlos y tampoco crear unos nuevos...
    El error es el mismo, tanto como si quiero crear uno nuevo como si quiero editar los de ejemplo, no aparece nada... ni ventana de error ni ventana para editar/crear...
    Gracias, un saludo...

  • How Data Integrator supports multiple character sets in a single ETL transaction

    <p>When using Data Integrator (DI) to process a mix of multi-byte and single-byte data, it is recommended that you use UTF-8 for the job server codepage. You can, however, use different codepages for the individual datastores.</p><p>Imagine this situation : Great Big Company Inc. wants to create a global customer database. To do this, Great Big Company Inc. must read from a database of US customers, and a database of Korean customers. Great Big Company Inc. then wants to load both sets of customers into a single database.</p><p>Can DI manage these requirements? Of course. The codepage is the thing.</p>

    I've never seen this used the way you are using it. In my experience the only way to do this would be to execute a single SQL statement that returns multiple result sets - you are trying to append two SQL statements.
    You could define an in-line procedure wrapping your two select statements, or you could define a stored procedure to do the same thing. Then (either way) use CallableStatement to execute the call to the procedure.

  • 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

  • Text fields being converted to Long in Data Integrator v 11.7

    I am a new user to BODI, and I recently experienced an issue with source "TEXT" fields being converted to "LONG" in the Query and Target datastores respectively. I am using Data Integrator v 11.7 and my question is does anyone know whether or not this issue has been resolved in Data Services XI 3..x? if so, can you also provide documentation on this exact issue? Thanks in advance.
    Lonnie

    Yes, we did some changes in DI 12.0. But what is the problem? A SQL Server TEXT datatype is a text with unlimited length whereas a varchar(maxsize) is limited. In Oracle a CLOB is the same thing. And in DI we call a text of unlimited size a LONG datatype.

  • Outlook 2013 is showing verifying Data Integrity

    Hi,
    When i try to open the outlook 2013,it is not opening and it is showing verifying Data Integrity.
    Please let us know how to resolve the issue.
    Looking forward for your reply at the earliest
    Regards
    Pradeep.R

    Hi Pradeep,
    What type of email account do you use (POP, IMAP, MAPI or Exchange)?
    Based on my research, this issue can be caused by the following factors:
    Outlook data file (.OST/.PST) corruption issues
    Third party add-ins
    To troubleshoot this issue, I suggest we first try the following steps:
    Try to run Scanpst.exe to repair your Outlook data file and see if it helps. If this is an Exchange account, then you can simply rename the
    .ost file to .ost.old or delete it, this will force Outlook to regenerate a new
    .ost file and download all the messages from the server again.
    Launch Outlook in safe mode and see if issue persists. This will help to determine whether this was caused by any third party add-ins:
    Press Win + R and type "outlook.exe /safe" in the blank box, then press
    Enter.
    Hope this helps.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Upload Excel sheet using Data Integrator 6.1?

    hi all ,
    Upload Excel sheet using Data Integrator? and how to create ODBC for the PC and jobserver i am using version 6.1? i am using excel as my one of the data source and tell me how to use different types of data sources in DI . after uploading the xl file if i apply any transform on the excel data i will give error like
    Posted: 25 Sep 2008 04:30
    Post subject: Re: Upload Excel sheet using Data Integrator? 
    I am getting the error like
    3128 292 CON-120302 09-25-08 09:59:40 ODBC call <SQLDriverConnect> for data source <sas> failed: <[Microsoft][ODBC Driver Manager] Data source name not found and no
    3128 292 CON-120302 09-25-08 09:59:40 default driver specified>. Notify Customer Support.
    1512 2992 CON-120302 09-25-08 09:59:41 ODBC call <SQLDriverConnect> for data source <sas> failed: <[Microsoft][ODBC Driver Manager] Data source name not found and no
    1512 2992 CON-120302 09-25-08 09:59:41 default driver specified>. Notify Customer Support.
    Please help me out
    Thank u

    Hi Shonti,
    The DI 11.7 installer can be used to upgrade a DI 6.1 local repository (e.g. the upgrade is supported).  This will migrate all jobs and flows.  They will remain intact, however, this is always a major migration effort and should not be taken lightly.  If you do upgrade, please make sure this is a planned effort with rigorous testing and validation.  You should also ensure that you consult the release notes and [supported platforms documentation|https://websmp110.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000712240&_SCENARIO=01100035870000000202] for the 11.7 package you intend to install.  The DI 11.7 documentation also contains info about how to install and configure the Excel Adapter, and what functionality it provides.
    Thanks,
    ~Scott

  • 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.

  • Unable to download Oracle Data Integrator-Version 11.1.1.6(Important)

    Unable to download Oracle Data Integrator with version 11.1.1.6.Hope this could be resolved ASAP.

    966234 wrote:
    Unable to download Oracle Data Integrator with version 11.1.1.6.Hope this could be resolved ASAP.What is the file you are trying to download? Is it for Windows or Linux or All Platforms?
    Thanks,
    Hussein

  • Finding Error while creating Data Integrator Repositor

    Hi,
    I am working in SAP BO Data Integrator. I have created databeses and its login. Installed SQL Server and while installing Data Integrator I got an error for creating a new repository which is as follows
    Cannot open connection to the repository.  The error message from the underlying DBMS is <ODBC call <SQLDriverConnect> for data source <MSSERVER\SQLEXPRESS> failed: <[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'AIO_REPO_IDOC'. The user is not associated with a trusted SQL Server connection.>. Notify Customer Support.>. (BODI-20006)
    Can anyone resolve this problem.
    Edited by: sap_beginnner on Aug 9, 2010 4:10 PM

    Hi,
    I used SQL Server Authentication to logon to databases and for DI Version I am using SAP BusinessObjects XI 3.2.
    I tried it again by deleting all databases and then create the same databases but on creating repository for table AIO_REPO_IDOC in repository manager gives error which is as follows
    Cannot open connection to the repository.  The error message from the underlying DBMS is <ODBC call <SQLDriverConnect> for data source <IDHASOFT238933\SQLEXPRESS> failed: <[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'AIO_REPO_IDOC'. The user is not associated with a trusted SQL Server connection.>. Notify Customer Support.>. (BODI-20006) 
    An error occurred during creation of the local repository. (BODI-300054)
    I also tried through another tool to acces the databases. It is working successfully.
    Edited by: sap_beginnner on Aug 10, 2010 8:58 AM

  • Oracle Data Integrator 11.1.1.5 Work Schema - List of Privileges

    Hi All,
    Oracle Data Integrator 11.1.1.5.
    Extracting data from Oracle DB for Oracle EBS 12.1.3.
    Customer created read-only schema (XXAPPS) to extract the data from EBS.
    For ODI Work schema we now created one schema 'XBOL_ODI_TEMP' on the source DB. We are now looking for appropriate privileges that needs to be granted to XXAPPS and 'XBOL_ODI_TEMP' so that we won’t face the any error messageS related to permissions when we run ODI scenario?
    We are now facing the error message : ODI-1227: Task SrcSet0 (Loading) fails on the source ORACLE connection VTB_ORACLE_EBS_1213.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist.
    Similar previliges can be granted to the work schema on target.
    Venkat

    i think it would be fine with only one schema(user) created at the source system which has got read access on the tables of the EBS DB. Now to resolve this error, assuming XXAPPS user is the one used,
    in the topology --> data server(for EBS) --> physical schema the EBS schema name could be selected for Schema and XXAPPS as the work schema(for all ODI work related objects e.g. CDC)
    Also, in the Data server the user XXAPPS needs to be used which has read access to EBS tables.
    Now everytime ODI generates a query it will access a table lets say DUMMY as ,<EBS Schema>.DUMMY thus the reference is made.
    Alternatively, you can create synonyms for EBS tables in XXAPPS schema.

  • How to call text file using Script in Data Integrator

    Dear All,
    Can any one assit me in how to call a text file using script with the help of Data Integrator.
    and one question ?
    M having 32 csv files i want to club thos 32 csv files into one table with the help of Data Integrator, can
    any one assist me.

    mary,
    since you knew the file name ,when clicked in name send to server,read the file and write to servlet outputstream.
    I think this would help you.
    If anything wrong in mycode ..forums will help you further
    BufferedInputStream bis=null;
    BufferedOutputStream bos=null;
    int bytesRead=0;
    byte buff[]=new byte[1024];
    File f=new File(test.txt);
    try{
         bis= new BufferedInputStream(new FileInputStream(f));
         bytesRead=bis.read(buff,0,buff.length);
         if(bytesRead!=-1){
              // create a BufferedOutputStream from ServletOutputStream
              bos=new BufferedInputStream(response.getOutputStream());
              do{
                   bos.write(buff,0,bytesRead);
              }while((bytesRead=bis.read(buff,0,buff.length))!=-1)
    }catch(Exception e){
         ////error handling
         }

Maybe you are looking for

  • Need to add a column in front in my current Vb script

     Attached is the script that I use for copying text from multiple files and transfering them to the excell sheet, listed below is my current outout in excell. Need a column in front for dates for all the rows. The date is also contained in the text f

  • How do I redeem a song gifted to me via email?

    How do I redeem a song gifted to me via email? When I click on redeem now button (found in email) it wants me to download itunes which I already have.

  • Migrating Users & Data from a Powerbook G4 to a MBP

    OK, I'm getting a refurb. MBP and I'm going to need to transfer over my stuff from the Powerbook G4 to the MBP. The thing is...both my 400 and 800 FW ports in the Powerbook have ceased to function, so Target Disk Mode will not work for me. I could us

  • I need an app to search PDF, words not in sequential order. Please help

    Hopefully this means something to someone. I need to search through hundreds of PDF files but need to search for the words in the file name in non sequential order.  Every app that I have looked at so far can search for words in the middle of a file

  • Download Flash Player content?

    I have Flash Player 10 & it works great.  I want to know how copy or download what is playing.  I've got a new Braun 790 electric razor.  When I go to: http://www.amazon.co.uk/Braun-System-Electric-Rechargeable-Shaver/dp/B000RNP5B4 - - I have the opt