Info package is inactive in BW production

I have imported transfer structure, info source, data mart data source and info package. All are in active but info package is inactive. It says that no transfer structure is active. When I open transfer rules everything is active.
Is there any special methods to folllow when we work with data marts?
Thanks in advance

Please Replicate the data source activate the infosource .go to abap editor (SE38) and execute rs_transtruct_activate_all and give the infosource name and the source system name .
Data marts are not transported . Please create data marts with expoert data marts facility.
Message was edited by: PSG

Similar Messages

  • How to identify the info package deleted by someone in process chain?

    Hi all,
    I can see a couple of info packages were deleted in the production system and it was removed from the process chain too!!
    how to identify who has deleted the info package in the production system:?
    Thanks

    Can you is there any transport available with the Infopackage deletion activity?
    in SE01 you can check in production system and check if your IPAK is stored in it or not..? IF yes then you can check the user.
    Also you can track is there any deletion transport has come from D to P or Q to P? Can you check whether the IPAK is available in D and Q?
    Also you can check the process chain recent modified by in RSPC and check if there is any user details were captured?
    OR you can also look at in transaction SLG1. Check for the logs..
    Hope this helps,
    Murali

  • Info package issue in Production system?

    Hi experts,
    I would like to know about the scenerio of info packages in production system.
    1) When the objects are transported to production system,
    Do we use the same info packages in the prod system,which are used to schedule the load in development system.
    2) Do we create new infopackages everytime for the data load in production system?. Please let me know about this.
    3) In my case when I schedule the infopackage which are transported to prod system are asking for request number. Is it normal?. I mean everytime we schedule, will it ask for request number in prod system.?
    Please let me know the normal procedure as to how to load the data in prod system(Standard Procedure Which is followed by all developer's to load the data)
    With regards,
    Dubbu

    1) When the objects are transported to production system,
    Do we use the same info packages in the prod system,which are used to schedule the load in development system.
    Ans : The choice is yours.In our system we create infopackages directly in production.Its just flexibility for us.
    2) Do we create new infopackages everytime for the data load in production system?. Please let me know about this.
    Ans : Infopackages are reusuable but if they are used in process chains its better to create new ones as it will affect the associated process chain.
    3) In my case when I schedule the infopackage which are transported to prod system are asking for request number. Is it normal?. I mean everytime we schedule, will it ask for request number in prod system.?
    Ans : Yes its normal to ask request number but in development system.

  • Delta info Package creation in Production

    Dear BI Gurus
    I just want to know whi is the better approach for delta update in production.
    1. creation of delta info package on production server?
    2. or transport from development .
    if this is yes then what precautions we have to take ?
    Regards,
    Shilpa

    Hi Shilpa,
    If you have the necessary authorisations, you can create InfoPackages in Production. However, it is always preferable to transport them from Development in order to maintain synchronisation between the systems.
    As an example, imagine if you're transporting a Process Chain from Dev. to Production. In this case, if you've created an InfoPackage directly in Production, the technical names of the InfoPackages in the Process Chain and those in the Production system wont match and you wont be able to activate the process chain unless you transport the InfoPackage from Development.
    However, if you need to create an ad-hoc InfoPackage or there is some sort of urgency, you can create the InfoPackage in Production itself.

  • Inactive infoobjects in Production system

    Hi All,
    I have started the transportation from BI dev to BI production and I am facing a problem all the objects are inactive in BI production while as those objects are active in BI dev.
    I cannot use infoobject activation program in production and niether I can do it manually.
    I will appreciate  your replies.
    Let me tell you this is fresh transport and only first unassigned infoobjects were transported.
    Regards
    Rahul Bindroo

    Hi Rahul,
    Any message after transport?
    Did you replicate your R/3 data sources first before transporting anything. I think you need to replicate r/3 datasources first and than try others. Replicate datasources going to your BW server RSA1->Source Systems and replicate.
    Here are the sequence I maintain for transporting but different people do differently. I find it very helpful transporting staffs piece by piece so that if there are any errors, I can solve the problem easily.
    BW  Transport Sequence:
    Info Object – Transport only infoobject.
    Info Area
    Info Catalog
    Cube & ODS –togather
    Multi-Provider/Multicube -
    Infoset
    Transfer /Update Rules
    Role and Authorization
    Report
    Workbook
    Hope it helps..

  • Error Handling in info-package strangely doesn't work

    Dear All,
    I'm trying to load master-data from R3 containing time-dependent attributes which, I know, are sometimes overlapping. As I still want to load the correct part of data, i've set Processing - via PSA and Error Handling - "Updating valid records, reporting possible" with number of errors more than the dataset itself. However, the load still fails and what is more interesting, all records in PSA are marked as "green" whereas the errors are reported in a log.
    And what makes me wonder even more is that the same info-package from the same DS is loaded in a test system OK - with errors handled and "trashed" in PSA and remaining updated in Info-Object MD.
    Does anybody can help to resolve this strange problem as i can't honestly see the difference in global settings of test and productive systems that could allow this...
    Thank you in advance

    Hi,
    Here you are extracting data for master data with one of the attribute as time dependent . So there are two more fileds are neccessary in extraction ,i.e, 'from date' and 'to date'.
    And it seems there is overlapping of this range for two records. Make sure it in PSA with record numbers. And make sure there will be no overlapping.
    With rgds,
    Anil Kumar Sharma .P

  • Info Package filter for not pulling some materilas

    Hi All,
    I have requirement. I need to put filter in the info package for not to pull  material no XXXX and YYYY.
    I do know how to restrict in the infopackage. But in this case I need to write MATNR N0T EQUAL TO XXXX and YYYY.
    Can you please provide me a code that I can write in the info package.
    Regards
    Sunny

    Hi,
    Hi,
    There are many way to achive this, few are:
    1. Create a Infopackage routine and exculde the values u do'nt want.
    2. Create a OLAP varriable and in customer exit exclude the values u do'nt want.
       To achive this u have to create a customer exit varriable in BEX the same will be reflected here.[Process
       of creating a OLAP variable remains the same as is done in case of query's]
    3. You can exclude values by including all the values around the ones you dont want:
       Let's say you don't want types 103 and 506. In your infopackage, input three intervals:
       001-102
       104-505
       507-999
       You can add more rows for your product type selection by hitting the "insert duplicate row" button, next to the check-button on the bottom left corner.
    4. Load the data and then delete the records in DTP Filter, start routine or end routine. This will lead
       to large data set being loaded better approach is to delete the data at Infopackage leavel.

  • Info-Package Data Selection

    Hi,
    I have a Info Package which is running from several months in production with different data selections for a InfoObject: ZDEPT as ZAT, AZZ, ZNN etc.
    Now, my new requirement is to include new value ABC for the same InfoObject.
    Do i need to include selection conditions on INIT & DELTA info package as well or directly update the delta and run the process?
    Please let me know.

    Ajeet,
    I donu2019t want to re-load the historical data. As per your suggestion, I just want to do an init without data transfer with new criteria.
    So, I was trying to update the existing Info Package from "Delta mode" Option to Init with out data transfer. I got a pop up message saying that
    u201CDeltas already loaded for request: REQU_2SNQV3GDKC2GTEL9EAVKU6KKF init. select. no 2. initu201D
    Do I need to ignore this message or do I need to delete any thing or Do I need create new info package and select Init with out data transfer. Pls suggest me!.
    I need to do the same thing in production once it is tested in Q. So, currently in production, data is loading ever day using delta mode. I need to be careful to touch the historical data. Pls advice me what is the best thing to do in production.
    Thanks,
    ganga

  • Error when trying to execute a Info Package

    When i am trying to start a data load in my info package its giving a Message Type X error (short dump) of class RSM1. Its happening with all the info packages for that data source. Even when i just try to save the info package or enter a data selection condition and save it its triggering the same error.
    Can someone explain the reason for the error and the possible diagnosis.
    Thanks,
    Priya

    Hi Priya,
    1.The entries for the initialization in the BW system are contained in the RSSDLINIT table for the DataSource/source system combination. Compare these with the entries in the ROOSPRMSC table in the OLTP system.
    2. If there are NO entries in the RSSDLINIT table in BW, use transaction RSA7 to delete the delta queue for this DataSource/BW application combination in the source system (OLTP).
    3.Once you deleted all the entries,In Infopackage scheduler option,delete all the init selections to proceed further.
    In which system u r going to do this.....Quality or production.(Better,you check with basis to delete the entries.)
    Regards
    Kumar

  • Creating Info Packages

    Hi,
    I have 80 infopackage in BW system with source system as R3 prod. Now i want to create this all info packages with source system as R3Q. Is there any smarter way to do it rather manually creating them. I mean some tool like LSMW..
    Thank you,
    sam

    Hi Sam,
    you can try with reverse transport which means to create transport request on your production machine and include all the infopacks and import it to your QA system.
    hope it helps.
    Li

  • Status of Info packages and process changes become yellow after Unicode con

    Dear Friends,
    We have been facing very critical issue in Production system after Unicode conversion.
    Sequences of Details are provided for your reference.
    1.  We suspended all BW loads for 48(2 days) hours before Unicode starts and Handover the BW system to Basis.
    2.  Basis started doing Unicode conversion on BW and they found some standard jobs ( BI_* , Ex: BI_PROCESS_LOADING) which are released status and they assumed that these jobs would run any time so that they suspended all of them but they didnu2019t inform to BW team that they had done. We didnu2019t know that when they did that like pre-Unicode installation, during the Unicode conversion and post Unicode.
    3. Basis handover the system to BW team for Unicode testing (we called five finger testing) and we didnu2019t find any issues in the testing. Again we handover the system to Basis for post installations settings for Unicode and back up things. That time we didnu2019t release any jobs to load data to BW because Basis didnu2019t inform us that we can start loads. 
    4. After post installation is done and basis told us that you can start loads from Monday. Entire Unicode activity had been done on weekend.
    5. Before releasing all BW loads to run regularly, I found the all completed process chains status become yellow and I did further detailed analysis to find why; then found some more strange things those are as follows.
              1. Only info packages in process chains are become yellow and other process variants are fine like activation,
                   DTPu2019s, index and DB stats.
              2. Requests in PSA which were completed successfully are become yellow.
              3. Info packages in the process chains are successfully completed are not updating correct status instead of green it
                  showing yellow because of that other dependent objects are not triggering.
    We all thought that suspension of standard jobs must have been caused the problem.
    How can we change the status of IPs, PSA and process chains automatically?
    We reactivate all PCu2019s and released to run tomorrow.
    Could you please share your thoughts about the issue and help us resolve?
    Thanks in Advance,
    Nageswar.

    Nageswar,
    A couple of questions :
    1. If your previous  PC runs were in yellow status - it would not impact furute PC runs..
    2. If your IPAKs are in yellow - then you might have an issue with deltas happening since the last status would have been shown as incomplete.
    3. Suspension of the standard jobs will not affect the status since the jobs were suspended but not the actual loads i.e the loads were not stopped halfway but only the released jobs were stopped - you might have to schedule the process chains again to get back the old schedule.
    Usually in a Unicode conversion - the data is exported out of the DB and imported back - this might have caused some inconsistency in the database for the RS tables used for the monitors.
    Which version of BW are you in ..?
    were there any errors in the export / import procedure for unicode conversion ?
    As part of testing did you check if loads went through properly ..?
    Was stats run on the tables after unicode ?
    Also if possible regenerate all the indices on the files.
    Rerun stats and indices for all RS* tables

  • Data Load (Info package and DTP) performance

    Hi,
    We are planning to perform initialisation expecting 30 million records.
    To improve the data load performance i am planning to increase data package size from default value to double the default value
    Will that improve the performance

    Adjusting the info package size would be helpful...
    But don't go with INCREASING the numbers, It's all depends on the your extract structure size, source system memory settings.
    I would suggest to do some trail in DEV/QUALITY systems with enough data.
    I remember playing in production itself for CRM - 0BPARTNER extractor - we actually reduced the number of records to be extracted per package to improve the performance - we did see the impacts.
    First calculate how much is your current package size by number of records extracted per package now with your extract structure size..and then play around..sure it will help unless you DON'T have any excessive ABAP code user exits.
    Let us know if you need further help on this

  • Info package ABAP Routine to populate date from and To filed

    Hello Experts,
    I have requirement to populate the From and To dates with the: T-1 to T (Current Date u2013 1 to Current Run Date aka Sy-Datum) at info package level.I have written a code for this but see that From filed is not getting populated but TO filed is filled with current date.Can someone please tell me wats wrongwith my code?It is a delta info pacakage.
    data: l_idx like sy-tabix.
    read table l_t_range with key
         fieldname = 'CPUDT'.
    l_idx = sy-tabix.
      l_t_range-sign = 'I'.
      l_t_range-option = 'BT'.
      l_t_range-low = sy-datum - 1.
      l_t_range-High = sy-datum.
    modify l_t_range index l_idx.
    p_subrc = 0.
    Thanks,

    Was able to tackle this using the following code.
    data: l_idx like sy-tabix.
    data: V_date type sy-datum.
    v_date = sy-datum - 1.
    read table l_t_range with key
         fieldname = 'CPUDT'.
    l_idx = sy-tabix.
      l_t_range-sign = 'I'.
      l_t_range-option = 'BT'.
      l_t_range-low = v_date.
       l_t_range-High = sy-datum.
    modify l_t_range index l_idx.
    p_subrc = 0.
    Thanks,
    I am closing this thread

  • Info Package ABAP Routine

    Hi
    For FIGL_4 there is both open items and closed items. i want to filter only Open Items Accounting doc no's records for Customers,Vendors,GL account at info package level.
    There are 3 ODS's in BW side for Open items Customers,Vendors,GL accounts. i want to filter open items based on these 3 ODS's Active data table.But i am getting error when i execute the request in Info Package.
    *Error Message "For sel. field 'BELNR ', no selection with SIGN = ' '; OPTION ' ' allowed     RSM1     607     *
    Below is the Info package Routine code
    program conversion_routine.
    Type pools used by conversion program
    type-pools: rsarc, rsarr, rssm.
    tables: rssdlrange.
    Global code used by conversion rules
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    TABLES: /BIC/AZOCFFIGL00,/BIC/AZOCFBSID00,/BIC/AZOCFBSIS00
            ,/BIC/AZOCFBSIK00.
    DATA:   ...
    TYPES : BEGIN OF TY_ZOCFBSID,
            /BIC/ZMCFADCNO LIKE /BIC/AZOCFBSID00-/BIC/ZMCFADCNO,
            END OF TY_ZOCFBSID.
    TYPES : BEGIN OF TY_ZOCFBSIS,
            /BIC/ZMCFADCNO LIKE /BIC/AZOCFBSIS00-/BIC/ZMCFADCNO,
            END OF TY_ZOCFBSIS.
    TYPES : BEGIN OF TY_ZOCFBSIK,
            /BIC/ZMCFADCNO LIKE /BIC/AZOCFBSIK00-/BIC/ZMCFADCNO,
            END OF TY_ZOCFBSIK.
    DATA : TB_ZOCFBSIS TYPE TABLE OF TY_ZOCFBSIS WITH HEADER LINE,
           WA_ZOCFBSIS TYPE TY_ZOCFBSIS.
    DATA : TB_ZOCFBSID TYPE TABLE OF TY_ZOCFBSID WITH HEADER LINE,
           WA_ZOCFBSID TYPE TY_ZOCFBSID.
    DATA : TB_ZOCFBSIK TYPE TABLE OF TY_ZOCFBSIK WITH HEADER LINE,
           WA_ZOCFBSIK TYPE TY_ZOCFBSIK,
           FLAG TYPE I.
    $$ end of global - insert your declaration only before this line   -
        InfoObject      = ZMCFADCNO
        Fieldname       = BELNR
        data type       = CHAR
        length          = 000010
        convexit        = ALPHA
    form compute_BELNR
      tables   l_t_range      structure rssdlrange
      using    p_infopackage  type rslogdpid
               p_fieldname    type rsfnm
      changing p_subrc        like sy-subrc.
          Insert source code to current selection field
    $$ begin of routine - insert your code only below this line        -
    data: l_idx like sy-tabix.
              read table l_t_range with key
                   fieldname = 'BELNR'.
              l_idx = sy-tabix.
           SELECT
           /BIC/ZMCFADCNO
           FROM /BIC/AZOCFBSID00
           INTO TABLE TB_ZOCFBSID.
            SELECT
            /BIC/ZMCFADCNO
            FROM /BIC/AZOCFBSIK00
            INTO TABLE TB_ZOCFBSIK.
            SELECT
            /BIC/ZMCFADCNO
            FROM /BIC/AZOCFBSIS00
            INTO TABLE TB_ZOCFBSIS.
           LOOP AT TB_ZOCFBSID INTO WA_ZOCFBSID.
           l_t_range-sign = 'I'.
           l_t_range-option = 'EQ'.
           l_t_range-low = WA_ZOCFBSID-/BIC/ZMCFADCNO.
           Append l_t_range.
           CLEAR l_t_range.
           ENDLOOP.
           LOOP AT TB_ZOCFBSIK INTO WA_ZOCFBSIK.
           l_t_range-sign = 'I'.
           l_t_range-option = 'EQ'.
           l_t_range-low = WA_ZOCFBSIK-/BIC/ZMCFADCNO.
           Append l_t_range.
           CLEAR l_t_range.
           ENDLOOP.
           LOOP AT TB_ZOCFBSIS INTO WA_ZOCFBSIK.
           l_t_range-sign = 'I'.
           l_t_range-option = 'EQ'.
           l_t_range-low = WA_ZOCFBSIS-/BIC/ZMCFADCNO.
           Append l_t_range.
           CLEAR l_t_range.
           ENDLOOP.
              modify l_t_range index l_idx.
              p_subrc = 0.
    $$ end of routine - insert your code only before this line         -
    Edited by: AtulMohan Mishra on Dec 27, 2010 1:11 PM

    Hi
    Now i am facing an error during data extraction from Source system
    error message in BW system "Error occurred in the data selection " Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
    when i checked in  SM37 (R3 system) i found the job has been cancelled and Log of this job says
    "Asynchronous sending of InfoIDOCs 2 in task 0001 (0 parallel tasks) DATASOURCE = 0FI_GL_4 
    ABAP/4 processor: SAPSQL_WHERE_CANT_SCAN                                   
    Job cancelled      "   
    it seems to me the Problem in Routine at Info Package level.
    My Requirement is to fetch only those Accounting Doc. No. RECORDS from 0FI_GL_4 data source which are present in Active data table of BSID,BSIK,BSIS ODS's.
    So i want to put logic at Info Package routine .
    1) fetch all Accounting Doc. No.  from Active data table of BSID,BSIK,BSIS Ods's and Match those Accounting Doc. No.'s with the 0FI_GL_4 data source Accounting Doc. No's.if a Accounting Doc. No. match with 0FI_GL_4 data source Accounting Doc no then that corresponding record from 0FI_GL_4 will go to the ODS
    Regards
    Atul

  • Process Chain and Info Package Transportation?

    Hello All
    Case 1
    How to transport a Process chain and a Info Package Individually?(<b>first time from DEV to QA</b>)
    Case 2
    I have 9(<b>IP1 to IP9</b>)infopackages and 3(<b>P1 to P3</b>) Process chains and in each Process chain I have 3 Info packages like IP1,IP2,IP3 in P1 and so on.,
    Now is it necessary to transport Infopackages and Process chains individually or is it enough to transport Process chains only(If v transport Process chains will the Infopackages will also transport)then how to assign a request to each one?
    What I mean is,all <b>Infopackages are in $TMP(Package</b>),and Process chain is also <b>$TMP</b>,Now is it necessary to change the package for Infopackages as well as Process chain and Tranport only PC,Iam confused here,can anyone help me out?
    Many thanks
    balaji

    Hi Balaji,
    If you have created new infopackages then you have to transport them. It is not necssary to transport the info-packages if you have them in the process chain but have not changed them.
    Also you cannot transport any BW object with $ tmp package. Assign a package and then transport the objects.
    The best way to transport the process chain is from the RSPC screen. Click the transport button there and collect all the objects and transport them.
    Bye
    Dinesh

Maybe you are looking for

  • How can I burn a DVD of an iMovie 13 project using iDVD 7.1.2 version.

    I have a late model iMac which came with iDVD.  I use iMovie to make photo and movie projects and share them to  iDVD to burn DVDs.  I use these often and I love them, specially iDVD. When Mavericks came out I updated and of course it changed iMovie.

  • Credit Memo Printout

    Hi , I am having an issue with regard to credit memo printout. I want to take a printout of a created credit memo. What do i need to do inorder to take the printout. i checked NACE and the settings are maintained for Invoice verification, but when i

  • Solaris 10 Installation for Oracle RAC 10g Rel2

    Hello, I have bought Enterprise 4000 and 250 in order to install and explore Oracle 10g Rel2 RAC. In this regard I need some guide lines for 1. Installinig Solaris 10 2. Should I use ASM or other other volume manager? If anybody can give me a startin

  • HR ABAP FAQs - Part 4 (ans needed)

    Hi, 1.How to generate Absence Quotas? 2.What are the Characteristics of a wage type? 3.What is the advantage of a schema 4.How to transport a variant for a report to production System 5.  What are the activities needs to be completed before transferr

  • Invalid adapter name"c/CVI Flexible Prototype Adapter" Error code:-17336.

    Hi, After replacing the mainboard of the test computer and activating Windows, test station shows "Invalid adapter name"c/CVI Flexible Prototype Adapter" . Invalid adapter name. Error code:-17336"  when we try to run TestStand Sequence(4.2.1.83). Cou