Inactive info Object

I get the following errors when i try to activate an info object ( 0CO_AREA ) which is inactive under my info object tree and within the Business Content.
*+Error deleting document property /BI0/0CO_AREA*+
*Error when deleting document property*
*Error when activating Info Object 0CO_AREA*
*Error when generating master data routines*
**Error when resetting Info Object 0CO_AREA to the active version* "*

Hi
Follow the steps
1. In the infobject menu delete the  0CO_AREA
2.Catch up the infobject 0CO_AREA  in Business Content screen and say Install.
3.In AWB-->Modelling, search your infobject 0CO_AREA..and this time it shoul be active..
assign points if it helps..

Similar Messages

  • How to locate only inactive info objects

    How to locate only inactive info objects..The table RSDIOBJ contains all the versions (M,A,D). If the objects presents in both the version( A, M) , i need not to retrieve...I need to retrieve only the objects in M but not in A. how to fetch?

    Hi
    First fetch all the objects from the table RSDIOBJ into ITAB  where OBJVERS = 'M'.
    then fetch the all objects with OBJVERS = 'A'  into ITAB1.
    loop at ITAB.
    read ITAB1 with key .. = itab-f1.
    if sy-subrc = 0.
       delete itab index sy-tabix.
    endif
    endloop.
    Now ITAb will have only the Objects with Version M but not with A.
    Reward points if useful
    Regards
    Anji

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

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

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

  • Adding navigational attribute in Info Object.

    My staging layer is as below.
    Data source1-> DSO1
    Data source2-> DSO1
    Data Source 3->DSO1
    From DSO1 : there are 3 Transformaitons.
    DSO -> Info Object “ABC”
    DSO1- > DSO2.
    DSO1 -> DSO3.
    That means. DSO1 , is supplying data to ABC info object and 2 more DSO's.
    I need to Enhance Data Source 1, with Field “X”  add it in DSO and then add that field in Navigational attribute of IO “ABC.
    I dont need this field “X” in DSO2 and DSO3.
    Question :
    1) I want to understand its effect on Transformations if I add field in DSO1.
    Data source2-> DSO1
    Data Source 3->DSO1.
    DSO1- > DSO2.
    DSO1 -> DSO3.
    2) Will all these be inactive ( assuming yes, )
         a. Do I need to retransport all the transformations.
         b.And if Yes, I assume we need to transport DTP’s too.
    3) Does adding of navigational attribute affect any other Cubes and DSO  or transformations ,containing the main Info Objects. "ABC"..
    Note:  This new navigational attribute is not used in any of the old cubes. it wil be used in new design.

    hI,
    1. If add any field to DSO1, then incoming and outgoing transformations will go inactive.
    2. a. Yes.
        b. Yes.
    3. No, but info ABC object transformations may go inactive.
    Thanks

  • Master Data not being uploaded to Info Object

    Hi all,
    I'm trying to upload some master data  in to an Info Object with attributes. When I trigger the DTP, the status gets stuck to Yellow and the data is not being uploaded. There are no errors being shown.
    The data has reached PSA perfectly. My data source is a flat file.
    Anyone have any ideas?
    Please help
    Thanks

    Hi,
    There could be various reasons for this. I would have gone through checking it this way.
    Activity set 1:
    1) Check in SM50 if there is any activity happening.
    2) Check in SM37 for any cancelled jobs.
    3) Check in SM21 for error logs.
    Activity set 2:
    1) Cancel the current request.
    2) Ensure my transformation (b/w datasource and InfoObject) is active.
    3) Try to reduce the data package size and try (say to 100)
    4) Run the DTP
    Activity set 3:
    1)  If Activity set 1 and 2 do not help me, I would check by deleting the request in my PSA as well. Take only one record of the flat file which I am sure has no illegal characters and try loading.
    2) If successful, this would mean it could be because of the erroneous record in the complete set (It may be taking some time to show up the error and hence the status is still yellow).
    3) If unsuccessful, this could be because of some objects which are inactive. And I would start from deleting and recreating the DTP.
    Also, do you have any routines in the transformation? If so please recheck the logic.
    Hope it helps!!

  • Urgent - Problem with info object

    Hi All,
    I have info object ZH_SONR (not master datatable), I changed the length of the info object from 12 to 10 in the development system. This  info object is used in the general remote info cube.
    Now my issue is I moved the change from development to acceptance. I moved the info object without deleting the msater data in the development system. due to this transport request failed to move to acceptance sys and also the inof obnject is inactive in the acceptance sys.  (How activate info oject directly acceptance syst)
    Can anybody suggest me.how to solve this issue. Pleae it very very urgent for me
    Thanks in Advance
    Narendra

    Hi,
    Just to correct you there is no need to move the dependencies of the infoobject esp the cube if they are already present in the acceptance system.
    Check the exact error using the log in the transport and you will come to know the error for the transport.There can be other errrors also might be number range interval missing or so. So please check the log in se10 or se09 and see what is the error u are getting for the transport Deleting data in the dev system will not hamper i feel you need to take care of the data in the acceptance system .
    Please rethink concern and then proceed.
    Thanks
    Puneet
    Edited by: Puneet Chawla on Apr 4, 2008 9:57 AM

  • 0vendor info object - Plant Attribute

    Hi,
    I had modified 0vendor info object for using all the Dun and Bradstreet objects. After activating the 0vendor infoobject, 0plant attribute version got changed to 'Revised' version.
    Since, 0plant info object is used in many info providers, if i try to activate the 0plant info object, all respective transformations and DTP's of info providers will be inactive.
    Is there any other way, in which without disturbing the existing info providers, i can move 0vendor info object alone from BI development/Quality environment to BI Production environment.
    Please suggest.

    Hi,
    Even if 0plant is display attribute it suppose not to chnage the version in case of 0vendor activation alone( if you have done activation with dependent object then it would effect ).
    If you activate plant now it would effect the existing dependent objects.
    Do not try to activate the 0plant ( since plant is Master data table, if will defiantly effect the existing objects)
    also make sure that is it happen coz of 0vendor activation
    Regards,
    Satya

  • 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

  • How to find Info objects for particular filed??

    Hi
    I hav doubt Can anyone tel me???
    My Query s <b>How to find Info objects for particular filed??</b>
    For example i hav some table fileds, how to find Info objects for that fields??
    Pls explain me detaily
    Points wil be given for all answers.
    Thanks
    Senthil

    Hi Senthil ,
    You have your field description along with your Field right.
    For example:MATNR - Material Number
    Now take this description and go to your BW side Tcode:RSA1
    1)Search in Modelling >> Infoobjects >> Material Number
    Then you get few hits (matches)  which have description matched.
    For Example: 0material  - Material Number
    Check for the Length and type match.
    You will understand once you get those hits as to which is related to yours.
    2)Go to BI content and search in the infoobjects this has all active and inactive objects but this takes a little time (not much  though).
    3) You have meta data search / simple search also where you can search for the objects with field description as matching criteria.
    Hope your doubt is cleared atleast to some extent.
    Assign Points if helpful.
    Thanks,
    Priyanka

  • Activation Process Chain, Info Objects, Transformations

    Hi Experts;
    Is there any function or abap program, activates inactive Process Chains, Info Objects and Transformations.
    Please Advice
    Regards
    Bilal

    Hello,
    Find below some activation programs used in BI.
    RSDG_CUBE_ACTIVATE      Activation of InfoCubes
    RSDG_DODS_REPAIR      Activation of all ODS Objects with Navigation Attributes
    RSDG_ODSO_ACTIVATE      Activation of all ODS Objects
    RSDG_IOBJ_ACTIVATE      Activation of all InfoObjects
    RSDG_IOBJ_REORG      Repair InfoObjects
    RSDG_MPRO_ACTIVATE      Activating Multiproviders
    RS_COMSTRU_ACTIVATE_ALL      Activate all inactive Communication Structures
    RS_TRANSTRU_ACTIVATE_ALL      Activate Transfer Structure
    RSAU_UPDR_REACTIVATE_ALL      Activate Update Rules
    RRHI_HIERARCHY_ACTIVATE      Activate Hierarchies
    SAP_AGGREGATES_ACTIVATE_FILL      Activating and Filling the Aggregates of an InfoCube
    RS_PERS_ACTIVATE      Activating Personalization in Bex(Inactive are highlighted)
    Programs for activating process chains and Transformations have not been delivered by SAP.
    Regards,
    Pratap Sone
    Edited by: Pratap Sone on Jul 19, 2010 8:39 AM

  • Error while creating info object

    error while creating info object a character
    Info object may be a maximum of  000060 digits...... what would be the error?
    Thanks ALL

    Hi,
    The maximum length supported by one CHAR type infoobject is 60. Check whether you have assigned more.
    If you have to load more length ( more than 60) split the total thing into different infoobjects. Create different infoobjects and split the total thing into them - like 1st 60 char in 1st infoobject, char 61-120 in 2nd infoobject and so on. Then you can again concatenate them.
    Thanks,
    Indrashis

  • Error while activating the info object.

    Hi,
    While activating one of the info objects, i am getting the following error message:
    Characteristic 0BP_GRP: Cannot switch off InfoProvider property
    Message no. R7B289
    Diagnosis
    The characteristic receives master data from other objects (for example, transformations or update rules). Therefore it is necessary to select the characteristic as an InfoProvider.
    Procedure
    If you want to deselect the Characteristic Is InfoProvider indicator, delete the corresponding objects in the data flow.
    Thanks and Regards
    Niren.

    Hi Niren,
    Check the below thread..
    Howto Remove 0Employee Char from my InfoArea
    Hope it helps..
    Regards,
    Ramki.

  • How to activate the Info object catalog in Business content

    Hi,
      While trying to activate the Info object catalog, I found that some of the info objects under this catalog was earlier activated by some other developer. I brought this catalog (0SALES_CHA01) over to the Business content activation panel ( with only 'necessary object settings ) and all the info objects that also came along  were de-selected since I didn't want to install those again). When I tried to install these I get an error indicating that some of the info object in question are not already active.. and ultimately the catalog doesn’t get activated , although more than half of its infoobjects are already active under the '0CHANOTASSIGNED' node.
    Please let me know whether I can get only the Catalog activated without getting any existing activated info object merged or installing those which are not already activated.
    Thanks
    Arunava

    Hello Arunava,
    Just drag the infoobject catalog as u did earlier to the left in the bus cont installation screen with "only necessary object" option.
    Dont try to deselect any object. Go ahead with the default options and install in background.
    Now you can check for the available objects in the catalog. if you have some objects missing, and available in unassigned node,double click on the newly installed infoobject catalog, select the required objects (which are not yet assigned to this) from the left side and bring them to the right side.
    this will make the unassigned objects assigned to the required catalog.
    Hope it helps..
    (please dont forget to reward points to helpful answers)

Maybe you are looking for

  • Is it possible change path /apex to something else

    Hi, Is it possible change default path /apex to something else when using Apex listener? Regards, Jari

  • Date and time control panel crashing

    why is date and time control panel crashing?

  • Logic 9.1.7 OSX 10.8.2 exs24 crashing logic

    I'm using Logic 9.1.7 on Mountain Lion 10.8.2. I'm trying to open a session that has a exs24 instrument that is missing an audio file. The session crashes once it tries to load the exs24 channel. The reason I know that the missing file in the exs24 i

  • Infotype Change report

    Dear Experts, Is there any report by which i can track the changes done in any infotype? I want a report by which i can check the changes made in any particular infotype between a specific period. Please help regards TS

  • Setting up an iPad in Argentina?

    A friend in Argentina would like an iPad Mini.  What is the best way to set up the Apple ID for international use?  They do not intend to link a credit card to the account.  Can an Apple ID be set up without a credit card and can iTunes/Apple gift ca