Info Objects Inactive after transport

Hi,
I have done a transport from PRD to DEV by collecting some info objects.
While doing the transport 'Overwrite' option has been taken. Most of the objects in Transport are overwritten in traget System(DEV).
But the info objects are inactive. Can anybody give reason why the info obejcts are inactive.
Any ideas are helpful.
Thank you,

Hi ,
I have checked the transport request and it is giving return code 4 at method execution.
the log says that program 'RDDEXECL' is cancelled, because of an ABAP Dump
'DBIF_RSQL_TABLE_UNKNOWN'.
Any ideas..
Thank you.

Similar Messages

  • Existing Info object inactive after BC from different version

    Hi,
    This is very bad!  The system I am working on was upgraded from 3.5 to 7.0.  I activated business content for SRM info providers.  I managed to load master data, create info providers, etc, etc.  When it came time to transport I was having problems all kinds of problems - the objects in QA became inactive also.  So I re-activated all those objects in Dev and tried to transport again, it didn't give me an error but it still did not activate in QA - in the transport, I found the following messages.  My transport was only the object and the attributes - no rules.
    Transfer structure 0SBOGL_ACCOUNT_ATTR_AC could not be deactivated
    Transfer structure 0SBOGL_ACCOUNT_ATTR_AE could not be deactivated
    Transfer structure 0SBOGL_ACCOUNT_ATTR_AF could not be deactivated
    Transfer structure 0SBO_ALTACT_ATTR_AF could not be deactivated
    Can someone help me Please!!!!
    Thanks
    Suzanne

    Objects were inactive - activated and now it's ok

  • What are the objects that goes inactive after Transportation

    Hi,
    Usually,What are the objects that goes inactive after Transportation?
    If you have any  links for tranportation ,please send.?
    Regards.,
    Naresh.

    HI,
    the main reason for most of the transports to fail is:
    1)Transporting each and every object in the same transport request.
    Ideally,
    u2022The Infobjects should be transported first in a separate request.
    u2022Then the Data source and the Info providers (Cube, ODS, Data source and Multiproviders) together in a separate request.
    u2022At the end the transformations and the DTPu2019s in an another separate request.
    If the above mention sequence is followed while transporting the transport failures can be avoided.
    2)Also when a change is made to an ODS (I object added or deleted) it should again be transported along with the transformation but in separate request.
    I.e. the ODS 1st and the transformation.
    Hope this helps.
    regards,
    mahesh.

  • Infospoke inactive after transport

    Experts,
    In version 3.5, I have created an infospoke with transformation and unit tested in Dev box. After transport I have got an error 8 while importing in QA. I checked all objects if anything missing or inactive in dev box related with this transport. But could not find anything.
    Looking into QA, I noticed infospoke was in revised version. Do you have any suggestions about what could be missing in transport? Or what should be the next possible steps to resolve the issue, please. Thanks.
    Regards,
    Nimesh
    Message was edited by:
            Nimesh Patel

    Hi Anil, I am having the same problem. My ABAP routine puts the correct selection variables, but the infospoke is getting into 'Revised' version. Can you please let me know, if you have a fix for this?
    Thanks,
    Naveen

  • Regarding checking the objects versions after transporting

    Hi
    we are doing transportation from DEV to  QAS. what we have done is
    we have collected all master data objects,data sorses,transformations,dtps,process chains into different transport recquests and releases the recquests ,and imported recq in QAS.
    now our recq is to check whether all master data objects,data sorses,transformations,dtps,process chains are transported or not
    if transported have to check all obj are in active version or not.
    at present we are follwing below procedure
    a) go to se09 in DEV and select 1 recq and check the objects list under that recq then copy one obj and check in QAS,the same procedure for all objects, but we are having 100 recquests, under each recq we are having many objects.
    if we follow that it wil take days,so is there any procedure to check
    are there any tables where we can check fast and minimise the time.

    am not sure about the object status however can get list of objects in your transports from below process :
    Go to table E071 and give your request numbers as input. It will give you list of all the objects contained in those requests.
    Now object will be of different types , IOBJ - Infoobjects , ODSO - ODS , MPRO - Multiprovider , TRFN - Transformation etc.

  • Objects does in QA/PRD remains inactive after transporting.

    Hi,
    I've been having an extrange problem.
    some objects remains inactive in QA/PRD after they are trasnported from DEV.
    when I see the transport log, everything is perfect, and the final code is 0.
    ¿does anyone knows why the objects does not activates in destitation system??
    thanks for the help.
    Mauricio

    hi,
    I check the job logs (User DDIC and job name RDDIMPDP), and there is no warning or error message.
    The object I was trying to transport is an Update Rule. This Rule connects an ODS with an Infocube, and they both are ACTIVE in the QA System, and in the DEV system too.
    Any suggestion??
    thanks
    Mauricio

  • Form is inactive after transport

    Hi,
      I have a smartfrom it is available in DEV and Quality.
    I have made some changes to the form in DEV and transported the same to QA but I can see the form is inactive in QA. whereas active in DEV.
    I tried by creating a new TR and transprted the Form but I can still the form in inactive in QA.
    the transport log tells the transport is successful, can anyone please advise me what can be the problem ?
    Thanks & Regards,
    Kalyan

    Hi All,
    Thanks a lot for your input,
    I have checked the form in  QA by uploading in DEV there are no errors in the Form.
    I am not getting the reason why the Form is showing as inactive in QA even if all the other things are transpoerted.
    The transport log also tells that import is successful.
    Thanks & Regards,
    Kalyan

  • CRM datasources inactive after transport

    Hello,
    I have few CRM data source which I have transported from Dev to QAS.
    The datasources in Dev are fine however the datasources which are transported to QAS are in inactive status when I look in BWA5 except for datasource 0CRM_SALES_ORDER_I. All the other datasource are inactive in BWA5
    When I check in RSA3 I get an error as Errors occurred during the extraction Message no. RJ012
    However the Datasources are transported and are available in RSA6.
    Is there a step I need to do to activate them. Could you please help me with this.
    Regards,
    KK

    Hi KK
    I debugged this and found that the missing component is an entry in table SMOXHEAD_S for your datasource which must match the entry in SMOXHEAD exactly.   Check in your dev box to be sure - the entry is there.
    So I wrote this program which copies the entry from SMOXHEAD to SMOXHEAD_S.
    Run the program at your own risk your CRM QA box.  If the entry is there already then it will do nothing.
    Please post to say if it works for you.
    Good luck,
    Guy
    report  zbi_fix_extractor.
    data: ld_datasource type smoxhead-datasource value '0CRM_SALES_ACT_1',
            ls_smoxhead   type smoxhead.
    *.check that the smoxhead_s table is empty
      select single * from smoxhead_s into ls_smoxhead
        where datasource = ld_datasource.
      if sy-subrc ne 0.
    *..only do if there was no entry in the shadow table
        select single * from smoxhead into ls_smoxhead
          where datasource = ld_datasource.
        if sy-subrc eq 0.
           insert into smoxhead_s values ls_smoxhead.
        else.
           write 'no data available in SMOXHEAD for datasource'.
        endif.
      else.
          write 'no change made: entry already in SMOXHEAD_S'.
      endif.

  • Info-objects of an Info-provider under one Transport request

    Hi All,
    I am in the process of transporting the Objects from development to QA environment,
    As a first step in the transport process, i need to transport the info-objects before transporting other info-providers, transformations etc,
    i have several info-providers like BBP_PO, SC, SCA etc, which inturn has more than 100 info-objects that needs to be put under seperate transports.
    Say i have info-provider ZBBP_SCA which has 50 info-objects, i need to put those 50 Info-objects in one transport request and then info-provider ZBBP_SCA in another transport request and then its transformations etc.
    Can anyone tell me the steps of only collecting the necessary info-objects of ZBBP_SCA alone to be put under one transport.
    I tried to do that, but it is collecting all the info-objects, info-areas related to ZBBP_SCA, instead of collecting only necessary objects of ZBBP_SCA.
    I will assign points for sure
    Can anyone help
    Thanks in advance
    Pooja

    Hi pooja,
    So your intention is not to include anything other than target in second request.
    For this right click over the object from where you dont intend to transport and say donot transport any below in transport connection.
    The reason for target also showing the info objects and so on is that they are all necessary to form this cube definition.
    Anhyhow, as you have ensured to collect them seperately go ahead with the approach mentioned above.
    Naveen.A

  • Issue with Info Object Transport after changing Data Type

    Hi Experts,
    We have a DSO which is running past 5 years. And recently(3 days back) we added new fields into that DSO. Delta loaded for last three days and new info object (Say XXX) data populated into DSO.
    Now the problem is, We identified that, info object data type is not correct. We used data type NUMC  instead of CHAR.So Character information is missing for that field.
    Example:
    Data from ECC: ABC123
    Data Loaded to DSO: 123 (Missed character ABC)
    So we deleted data from DSO and changed the info object data type in Development system.
    And also I have deleted only last three days delta records from DSO and transported my info object to Production. But its giving error as: Info object contains data in DSO".
    But that info object field is empty in DSO. I have already deleted last three days delta.
    Do I need to Delete all 5 years data from DSO to change the data type of recently added new info object ?
    Please give me your solutions and ideas to solve this issue.
    Thank you,
    Best Regards,
    Santhosh

    Hi Raman,
    Thank you for your answer.
    When I changed the data type of info object in Dev, I deleted the content of DSO. And same thing transported to QA as well. Before importing changed info object, I just deleted the content of DSO from QA. So transport done successfully QA.
    But in Production we have a history of past 5 years. So I cant delete all contents of DSO.
    So just deleted only the delta request's which contains data for that info object(3 days back, we moved that info object(NUMC data type) to production,So last 3 days delta only loaded for that info object). And tried to transport it. But it was failed. I am sure we need to drop all data from DSO, if I am interested to go with same info object.
    I have some comments on your first approach,
    1. If we delete info objects from Dev DSO and transport to Production will give transport failure, Why because, my previous transports errors clearly saying that info object contains data in DSO . So it wont allow to remove that info object from DSO.
    2.We are using same info object technical name in BO Data federator also. So if we change add new info objects again we need to make changes with BO as well. I am thinking this point as my last option if i cant find any other solution.
    Thank you.
    Best Regards.

  • Error during transport of info object

    Dear all,
    We are using BI7.0 During transport of the infoobject "0MAINTPOS" the following error is appearing.
    Start of the after-import method RS_IOBJ_AFTER_IMPORT for object type(s) IOBJ (Activation Mode)
       Characteristic 0CM_CTAR: Unit 0UNIT_DIM no allowed in compounding
       Characteristic 0CM_SHAR: Unit 0AREA_UNIT no allowed in compounding
    Can anyone tell what has to be done to get this error solved.
    Regards,
    M.Magesh

    MM,
    Please refer
    Re: inactive info objects in BI Content
    Re: Unit no allowed in compounding
    Hope it helps.

  • Steps to correct transport that had missing info object

    Experts,
    I had tranpsorted Material Master data after enhancement and realized that I missed to add custom info object in transport (BW). This transport come with Error 8 in QA. Now, I have transported missing object to QA with new transport request. Mw trasport in R/3 and data source replication were good. Currently, Transfer structure and 0Material are inactive. I would like to know steps to correct my tranport best possible way. Can I do repair or reimport my first transport? Please advice. Thanks.
    Regards,
    NP

    I will suggest to collect them again in a new request and transport.
    Ravi Thothadri

  • After transports, find many InfoObjects are inactive!

    After all transports are done.  Find inside any Transfer Rule, source system/datasource fields are blank (We have asked BASIS to do the source system name mapping settings already). I manually assign the source system/datasource and find many InfoObjects are marked with red tick "X", then I realize that these InfoObjects are inactive.
    You guys may know that BW InfoObject dependencies are very complicated.  Just wonder how you guys collect all these InfoObjects for transports.
    I find a way of massive activations of all InfoObjects manually, but in this way, the Change Request window pops up to prompt you to create change request and I don't the authorizations to create CR on PROD.
    Any idea?
    Thanks

    Hi Kevin,
    you can not activate the BI contents in the production server. The procedure is to activate them in Dev, move them to QA. Test them in QA and on successful testing, move them to production. This way, you need to create a CR in dev system and move it all the way to Production system.
    As you rightly mentioned, you need to maintain the dependencies while transporting the BW contents. I would suggest you follow the following steps.
    1. Transport the datasources.
    2. Replicate the data sources.
    3. TRs, CS, Info Objects, UR and then infoproviders.
    This way, you should not ahve any problem. Hope this helps.
    Thanks and Regards
    Subray Hegde

  • Error in transporting info-object

    Hello Experts,
    We need to a import an info-object from Quality to Prod.
    From Dev to Quality the transport was successful, but while transporting from
    quality to prod we are getting the following errors:
    Changes cannot be made, display user only
    And as a result the info-object and hence the info-object,transfer rules/Transformation etc are
    now inactive in the prod. enviornment.
    Could anyone advice on what may be the source of this error??
    Thanx and Regards
    Priyanka

    Hi Priyanka,
    Pls check below threads, may be it will helpfull to you.
    https://forums.sdn.sap.com/click.jspa?searchID=21045654&messageID=6758914
    https://forums.sdn.sap.com/click.jspa?searchID=21045654&messageID=6720353
    https://forums.sdn.sap.com/click.jspa?searchID=21045654&messageID=6407281
    https://forums.sdn.sap.com/click.jspa?searchID=21045906&messageID=6758914
    https://forums.sdn.sap.com/click.jspa?searchID=21045906&messageID=6407210
    Thanks & Regards,
    Ramnaresh .P.

  • In which situation I need to active objects after transport

    Hi Experts,
        I'm wondering in which situation I need to active object after transport?  In some cases, I have to active transformation, DTP, infoobject, multiprovider....  Does any one make a conclusion of that?
        thanks in advance.
    Eric

    Sometimes, because of impact of a transport some other objects will be deactivated, then we need to manuaaly activate the objects after transport.
    Also, sometimes transport after import process could not be able to activate the objects, then also we have to activate them manually.
    Or suppose, you have moved and infoobject, due to which some other objects become inactive (where ever infoobjects is being used), then we have to activate them manually, if you dont want to transport them.

Maybe you are looking for

  • Pricing Procedure for harvest type of products - wheat/ corn

    Dear Gurus, I have to define a price procedure for harvest products such as wheat, corn etc... The only piece of information I have is that there is no minimum quantity and that the unit of measure is the Kilo or the Ton. Based on that, could anyone

  • Reinstall MI Client with new device ID

    Hi guys, In MI 7.0 I removed a device ID and uninstalled the client. After reinstallation, I created same user locally and after first sync I received a new device ID. Then I assigned the xAPPL to the device ID and run new sync. After sucessfully ins

  • Sg200 vlan and qos

    Hello,      Looking for best practice setup for this network I have three buildings networked together at layer2 have three swiches 2x sg200-24 and one sg200-18. The middle building is the one with voip phones. On the other two buildings on each end

  • Macbook Pro Retina 13" Gets Very Hot

    Hi, I noticed my Macbook Pro Retina 13" gets very hot after 30 minutes of usage, practically "burning" on my thigh (it left burning mark a few times actually, especially in the summer). I usually put a book between the laptop and me to prevent the he

  • Iphoto download problems for 'portrait' view photos

    Hi all, I have a Nikon D300 dslr camera and am having trouble downloading photos to iphoto which were shot in portrait. All photos shot in landscape view work fine. The photos in portrait view show as 'unrecognised file' any ideas out there? Many tha