Can we transport Data mart data sources?

Hello Experts,
I have question on Data Marts.
Can we transport Data mart data sources? If yes how is it differant from BW transport process?
Thanks a lot
Padma

Hi,
You can't transport data mart datasources. You have to regenerate them in every system.
Cheers,
Kedar

Similar Messages

  • How can I transport data from one client to another client?

    How can I transport data from one client to another client? 
    Regards,
    Subho

    hmmm, CTS = cutomizing transport?
    If you have a customizing table, there are still two possibilities.
    1. customize in DEV system and transport
    2. customize right there where you need it.
    this depends on how the maintainance view is built. If it is a simple customizing table and you get not asked for a TR when customizing a new record or changing an existing one, you hit possibility 2.

  • 903/902/BC4J can't get data-sources.xml conn pooling to work in production; help

    I have several BC4J ears deployed to a 903 instance of OC4J being configured as a standalone
    instance. I've had this problem since I started deploying in development on 902. So it's
    some basic problem that I've not mastered.
    I can't get data-sources.xml managed connection pooling to actually pool conn's. I'm wanting
    to declare my jndi jdbc source connection pool in j2ee/home/config/data-sources.xml.
    Have all BC4J apps get conns from this JNDI JDBC pool. I've removed all data-sources.xml from my BC4J ears,
    and published the jndi jdbc source in my oc4j common data-sources.xml. I've tested that this is
    the place controlling the conn URL/login passwd by commenting it out of config/data-sources.xml
    and my BC4J apps then throw exceptions, can't get conn.
    I've set the oc4j startup cmd line with the BC4J property to enabled connection pooling:
    -Djbo.doconnectionpooling=true
    symptom
    Connections are created and closed. Instead of being put back into the pool managed by oc4j,
    what ever BC4J is doing or my data-sources.xml is doing, the connections are just being created and
    closed.
    I can verify this via (solaris) lsof and netstat, where I see my oc4j instance under test load
    with only 1 or 2 conns to the db box, and the ephemeral port is tumbling, meaning a new socket is
    being opened for each conn. ;( grrrrrrr
    Does anyone have a clue as to why this is happening?
    Thanks, curt
    my data-sources.xml
    <data-sources>
         <data-source
            class="com.evermind.sql.DriverManagerDataSource"
            connection-driver="oracle.jdbc.driver.OracleDriver"
            ejb-location="jdbc/DEVDS"
            location="jdbc/DEVCoreDS"
            name="DEVDS"
            password="j2train"
            pooled-location="jdbc/DEVPooledDS"
            url="jdbc:oracle:thin:@10.2.1.30:1521:GDOC"
            username="jscribe"
            xa-location="jdbc/xa/DEVXADS"
            inactivity-timeout="300"
            max-connections="50"
            min-connections="40"
        />
    </data-sources>

    I've run another test using local data-source.xml, that's packaged in the .ear. Still
    pooling under BC4J doesn't work??
    A piece of info is that the 903 oc4j release notes states that global conn pooling doesn't
    work. Infering that the j2ee/home/config/data-sources.xml data sources aren't pooled or ??
    I just tested so called local connection pooling, where I edited the data-sources.xml that
    gets packaged in the ear, to include the min/max params and re-ran my test.
    Still, the AM creates a new conn, it's to a new socket, and closes the conn when done. Causing
    each conn to not be pooled, rather opened then closed to the DB box. As verified with lsof and
    netstat, checking the ephemeral port # on the DB box side, always changes, meaning it's a
    new socket and not an old pooled conn socket.
    ???? What the heck??
    Surely if the AM conn check out / return code works properly, OC4J's pooling JDBC driver would
    pool and not close the socket??
    Has anywone gotten JDBC Datasource connections in BC4J to actually be pooled under OC4J??
    Since I couldn't get this to work in my early 902 oc4j testing, and now can't get it to work
    still under 903 OC4J, either it's my config or BC4J AM's code or OC4J?
    Any thoughts on how to figure out what's not configed correctly or has a bug?
    Thanks, curt

  • Error while transporting Data sources from DEV to Qual

    System :  SCM 5.0 (SP 8),  BI 7.0  (SP 12)
    1) We are trying to transport Data source objects from Development server to Quality server.
    2) Data sources of Type R/3 and Web Service.
    3) We are able to transport the objects from Dev.
    4) Once we import the objects to Quality server, the objects are becoming into INACTIVE stage.
    Please help... Thanx in advance..
    Regards
    Manoj

    HI tanu,
    could you let me know how you have solved this issue.
    which object not active.
    i am having the same issue now.
    kris

  • Issue transporting data sources in BI 7.0

    Hello guyz
    This question is regarding transporting data sources for BI 7.0.
    1. First we transport master data sources from ECC Dev to ECC QA.
    2. In BI 3.x version, we would need to first replicate these data sources form ECC QA to BI QA.
    3. Then we would release our BI transports, which had the transfer and update rules.
    4. Do we need to do the same thing in BI 7.0?
    5. My understanding is, we do step 1. But then we skip step 2 and just move the data source along with the transformations form BI Dev to BI QA.
    6. Please not that we are doing a new implementation, so we are also migrating each and every datasource to its 7.0 version.
    7. I just need the step by step method of transporting, (if needed replication and migrations steps) from DEV to QA in the new BI 7.0 world.
    Thanks.

    Hi.
    First you need to transport master data and then transactional data sources.
    After transporting go to the target system and than replicate it.
    hope it will help you ..
    Thanks,
    GK

  • Error while transporting data source

    Hello Gurus,
    I am trying to transport a DSO, Data source, Transf, DTP in the same request but i am getting error code 8.
    Here is the error log.
    *Start of the after-import method RSRSDS_AFTER_IMPORT for object type(s) RSDS (Activation Mod
    InfoSource ZBIU_OTCSO_TR_VMI_ORDDEL is not available in source system PW2CLNT501
    Error when activating DataSource ZBIU_OTCSO_TR_VMI_ORDDEL PW2CLNT501*_
    Source system is BI source system and data source is based on a function module which have logic to get data from other DSO's and IO's with BI system.
    Why its giving me an error saying Infosource no available in SS when i am transporting.
    Did anyone came across similar issue? Any suggestions?
    Thank you.

    1)Check this infosource ZBIU_OTCSO_TR_VMI_ORDDEL flow in Dev system, where it is been used.. and also check the code in the FM.
    2) IF you are trasnporting entirely a new data flow then goto transport connection and check.
    3)If you are trasporting the existing flow(may not be entire flow, but like Datasource enhacment ..) cross check with PRD system for the earlier version and chek what are the changes which you are tying to do now.
    2)check your Trasport request once again(collected objects)..Activate the FM, DS and then transport.
    Hello YJV,
    Its a new data flow from DEV to QA and i checked for that infosource in transport connection and there are no hits for that infosource. I found it only in the case of Datasource.
    I doubt on the conversion of SS names. Can anyone tell me how I can validate the conversion of Source Systems.
    Any suggetions?
    Thx.

  • Problem transporting data source on R/3 side - missing text

    Hi guys
    We are trying to transport a BC data source with enhancement from DEV to TEST. The person doing the enhancement is long gone.
    When we try to include the data source in a transport, we get the error:
    "The short text of data source … is not maintained in language E"
    If we login in English we can see the short text missing. However this being BC, how do we add the text?
    Hope you can help guys...
    Kind regards
    Karsten

    Hi Karsten,
    This text missing, is from the transfer structure?
    You may access from transaction se11 and edit the transfer structure in English, and add the missing texts in that language.
    Let me know if you need any further help.
    Hope it helps.
    Regards,
    Diego Lombardini.

  • Can not retrieve data source status

    I have 3 DPS (6.3) running fine with 3 (6.2) DS downstream, running fine as well, on RHAS 4 U4 .
    I don't understand why the DPS console always report it can not retrieve the data sources status. I checked the DS access logs, and I see each DPS
    default monitoring request (on the "" DN) every 30 seconds, which returns one entry, and no obvious error in any DPS or DS error log .
    Any idea ?

    Hi,
    it looks like a a known problem to me that may appear in the following situation:
    In somes cases, the proxy and the DSCC (console) uses different hostnames: For instance, the proxy may be registered to the admin framework as myhost.sun.com and the proxy itself may use only myhost. Operation status is exposed by the proxy as an LDAP entry with dn cn=myhost,.....,cn=monitor. When there is a naming mismatch, the console search for cn=myhost.sun.com,...., cn=monitor and can't find the entry, so the status is unknown.
    Don't know if you are in this situation but it might worth checking this.
    Hope this helps
    -Sylvain

  • Error while transporting data source from Dev to QA

    Hi , I am transporting 0glaccext hier data source. I created the transport with the the transfer rules and the corresponding Infopackage. when I collect the transfer rules I have 4 transfer structures present in the transfer rules which are
    " 0GLACCEXT_T011_HIER_BA1" BA2 , BA3 and BA4. when I am importing the data source, I am getting the following error messages
    "Mapping between data source 0GLACCEXT_T011_HIER and source system QASCLNT400 is inconsistent"
    and then
    "Reference to transfer structure 0GLACCEXT_T011_HIER_BA1 not available. No activation possible.
    Message no. RSAR436
    Diagnosis
    Transfer structure 0GLACCEXT_T011_HIER_BA1 should be transported into this system.
    However, no DataSource mapping refers to this transfer structure.
    System Response
    The transfer structure was not activated or deleted.
    Procedure
    Ensure that DataSource mapping, with a reference to the transfer
    structure 0GLACCEXT_T011_HIER_BA1 is on the same transport request. Use the transport connection to create a consistent request."
    Any suggestions on how I need to handle this issue.
    I am able to load the data succesfully in Dev and I am not have

    HI tanu,
    could you let me know how you have solved this issue.
    which object not active.
    i am having the same issue now.
    kris

  • Problem while transporting Data Source

    I get error while transport datasource from DEV to PROD:
    DataSource <DS> does not exist in source system <PRD_SYSTEM> of version A
    Field <XXXX> will not be delivered from DataSource <DS> in source system <PRD_SYSTEM>
    What does it mean? Do I need to activate <DS> datasource in source system PRD_SYSTEM?

    Hi
    1. Transport the Datasource from D to P system in R/3.
    2. Replicate the corresponding R/3 Sorce system in BW Production system.
    3. Right click on the datasource overview and check whether ur data source is available or not.
    4. If available then transport all the required info objects first from BW Dev to Prod System.
    5. Then transport your Infosource and other objects.
    This way will be fine.
    This error normally will occur when the data source is not replicated and the required info objects are not transported to the Prod system from Dev system.
    Regards
    M.A
    Edited by: M.A on Jun 5, 2008 2:46 PM

  • How can I use Data Source Explorer to connect soap service with my work manager project?

    Hello,
           I am new in Agentry and I want to Consume soap service in work manager project.For that I add my service in data source explorer but I dont have any Idea that how can I go further in that to use this service in my project.

    Are you consuming OData service or SOAP service ?  Your heading says something but looking at screen it is OData service.
    I have not worked on OData service in Agentry but hopefully you can figure out rest of the steps:-
    Here are some high level steps you can follow  depending on what your trying to do.
    1. Open "Data Source Explorer" view->Eclipse, select "Window/Show View/Other->"Data Management/Data Source Explorer"
    2. On "Data Source Explorer" view, ->"OData Connections"->right click and select "New...
    3. Enter name of the connection profile.
    4. Enter Service URI of in OData Connection Details
    5. After "Test Connection", press "Finish" or click "Next" to view Summary.
    6. Right click "Yourproject" node under "OData Connection", select connection. You will see "Entities"
    7. Expand "ODataEntities", right click "Entityset", select "Agentry: Connector Studio\Object Wizard for OData".
    8. Select a module to add odata connection, click "Next"; and click "Next"; and click "Next"
    9. Check "Add", "Edit" and "Delete" on "Transaction Selection" screen.
    10. Create your own screenset and platform as required.
    11. Test the changes.
    Thanks
    Manju

  • Can't add data source in Provider Services

    I have upgraded from 9.3.1 to 11.1.1 Everything has been configured. When I go into Excel, I see the addin and click on the add-in it opens the provider services window and I see the three options, but I can't add a data connection. Any ideas at what I am doing wrong?

    I figured it out. I somehow wound up the format of my cell to pop-up menu, not automatic or text or whatever. Problem solved! I think it's dumb how I randomly wound up like that, though, and find the very feature (pop-up menu), itself, dumb.

  • Error - 21007 Search for table returned error - can't find data source??

    I am using an Oracle thin driver through a BI JDBC system. The system connects fine when testing in my 2004s portal. It also worked fine in VC and I was able to browse tables and views in the Oracle db. Suddenly it has stopped working. When trying to search for a table in VC it returns the error message above.
    The only thing I have changed is the "enable SQL editor" setting in Visual Admin which has been set to true. Changing this back to false has no effect, so I can't see that this should cause the problem.
    Henning

    Dear Henning,
                 Do you solve this case?.
    Best regards,

  • Can I change Data Source dinamically at runtime?

    I need to execute the same reports on testing environment and production environment. How could I to change DataSource at runtime, depending on users want to execute reports querying testing database or production database without modifyng report definition?

    Hi,
    what I'd recommend in your case: setup your development/test systems as separate systems parallel to your production system. Clone your production environment to those development systems. Then a developer can login to the development system and run the reports (and modify there without touching real production system) and normal users work on the production system and just for validating the new developments they login to the test system.
    That's a standard approach in software development and IT systems operations.
    How does your infrastructure look, I have the impression that you have on BI server and two databases (prod and test)? Why not setting up a test environment for the BI server, too?
    best regards,
    David.

  • Data source and attribute list transport

    Hello gurus!
    How can we transport data source and attribute list to another system?
    In IMG system writes "Transport is not required".
    Best regards,
    Artur Litvinov.

    Hi Artur
    Attribute sets can be transfered thorugh RFC connection. Create the RFC of the source system in target system, then import the Attribute sets using the option "Transfer of Attribute Sets from Other System " tcode CRMD_MKT_TOOLS - Expert Tools.
    Hope this will help 
    Rgds
    Mallikarjun

Maybe you are looking for