Process chain gives error when activating

Hi,
I created a process chain, nothing spectacular. I am going to fill a Cube using an infopackage, this is a delta update infopackage.
Anyway, so my process chain is done and I activate it, and I get the following error message:
"InfoPackage ZPAK_EY32OUHBC7FOBBX70AUJWSVE3 is generated; NOT able to be used as loading variant"
So what is this? I am not allowed to use this infopackage? I have to create a new one?
In the production system the cube has already had a delta-init and some delta updates, using the above mentioned info package. The updates are scheduled in jobs, but we are setting up process chains for this. So does this mean I cannot use that infopackage, have to create a new one, do a new init and then run deltas with a different infopackage?
On the test system there was no problem, though I should note that there was no delta info package yet and I created one myself.
Has anybody seen this before?
Kind regards
Ina

Hi Erik/Ina,
When you are including InfoPackage in a process chain, make sure that these are not the ones generated by the system in the datamart process. Please create you own InfoPackages for full and delta load as reqd (like for when loading from ODS to cube, or cube to cube, or ODS to ODS: all data mart scenarios), and then include these in your process chain. It should be fine.
Hope this helps...

Similar Messages

  • Error when activating update rule after transporting to QA

    Hi,
    When we transport Info cubes and update rules along with Process chains. There are the following errors in Transport request(XXXXXXXX).
    1. Error when activating update rule 22HSFD3ZMALU46LS0R8PRF2MW
    IC=ZSDPCXY2 IS=2LIS_11_VAITM error when checking the update rules
    2. Error when activating update rule 7NT4WIDPDCN2ERFDRXIGH95PM
    IC=ZSDPCXY2 IS=2LIS_12_VCHDR error when checking the update rules
    and etc.
    Then we activated and saved all the erroneous update rules in another tranport request(YYYYYYYY) and again we transported alongwith the previous transport request(XXXXXXXX).
    The last request(YYYYYYYY)was successfully tranported and still there are same errors in TR(XXXXXXXX).
    Quick answers will be highly appreciated.
    Regards,
    Vijay

    Hi Vijay,
    Next time you would have transport only (YYYYYYYY). Transport Request (XXXXXXX) was not required to be moved.
    Normally Update Rule gets deactivated in QA when any changes to the CUbe/ODS are moved.
    Thus either you can transport transport request for only active update rule to QA or activate your UR directly in QA system in case you have authorization to do that.
    Regards,
    Rohini

  • Error when activating DataStore Object

    Hello,
    We have an ODS object which is in avtive stage in ECC DEV system. When
    we transport it to ECC QA system it can not be activated and shows
    follwoing errors :
    1) Internal error occurred when writing
    Message no. D0054
    2) Error while saving change log for DataStore object DSO_PL
    Message no. RSDODSO196
    3) Error during creation of DDIC sources of DataStore Object DSO_PL
    Message no. RSO435
    4) Error when activating DataStore Object DSO_PL
    Message no. RSO404
    We also observe that even we create new ODS object in ECC QA system,
    still it give the same errors while activating.
    Note - ECC QA is a system copy of ECC PROD.
    Please suggest.

    Hi,
    I believe the problem is with the Myself connection (the BW source system connection to itself) in the QA system.
    Please goto RSA1, 'source systems', right click on the myself system and click on 'check', if there are errors you
    maybe able to correct them by right clicking on the myself connection and click on 'restore'. If there are no
    errors for the myself connection you should go to sm59 and do the connection and authorization test for the
    RFC connection for the myself connection.
    Best Regards,
    Des.

  • Runtime Error when activating Comp Records

    When trying to activate IT 0759 records in Comp to update Basic Pay, some employees received a Runtime Error. It states, "The exception CX_HRPA_VIOLATED_POSTCONDITION was raised, but it was not caught anywhere along the call hierarchy."
    It says it was not caught in 'HR_ECM_INSERT_INFOTYPE' function.
    Has anyone else seen this problem? It didn't happen for all employees.
    Thanks!

    Hi guys,
    Another reason for locked SPO's is:
    The terrible attribute-change-run (ACR). When you try to activate  a locked SPO, you only get a message like this:
    Runtime Lock: Activity ACTIVATE_SPO, Object DATATARGET ZZZ
    Unable to lock the semantically partitioned object
    Error when activating Semantically Partitioned Object ZZZ
    NO DTP request is running, so you can take all the day trying to find the error.
    So  in my case, there was an incomplete ACR (cancelled with error - red).
    It's like a curse. It is not easy to find the relation between ACR an SPO activation process (SAP error message is not useful to identify the reason)
    Finally, keep in mind:
    Check any DTP request running or cancelled that affect your SPO model and
    Check if you have an ACR (running or cancelled). This can lock your SPO object
    regards!

  • Folder name already exists error when activating feature

    HI,
    I am creating a document library and adding folders to it using elements.xml in VS 2012.
    First time deployment of the item works fine, the folder is created. But further deployment or activation of feature from site features is throwing the error "Folder name already exists".
    Below is the elements.xml of List Instance, which was modified to add the folders.
    <ListInstance Title="TestLibrary" OnQuickLaunch="FALSE" TemplateType="101" FeatureId="Guid" Url="Lists/TestLibrary" Description="TEST Library List Instance">
    <Data>
    <Rows>
    <Row>
    <Field Name="ContentTypeId">0x0120004F994A3C0FF76546A528DA0D4B515898</Field>
    <Field Name="FileLeafRef">Test_One</Field>
    <Field Name="Title">Test_One</Field>
    <Field Name="FSObjType">1</Field>
    </Row>
    <Row>
    <Field Name="ContentTypeId">0x0120004F994A3C0FF76546A528DA0D4B515898</Field>
    <Field Name="FileLeafRef">Test_Two</Field>
    <Field Name="Title">Test_Two</Field>
    <Field Name="FSObjType">1</Field>
    </Row>
    </Rows>
    </Data>
    </ListInstance>
    How to fix this?
    Thanks

    Hi,
    According to your post, my understanding is that you got “Folder name already exists error when activating feature”.
    I had used the following code snippet to create a folder within a document library, it didn’t throw errors when reactive the feature.
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <ListInstance Title="LibTest"
    OnQuickLaunch="TRUE"
    TemplateType="10000"
    Url="Lists/LibTest"
    Description="My Lib Instance">
    </ListInstance>
    <Module Url="Lists/LibTest/Folder1" />
    </Elements>
    http://shareden.blogspot.com/2012/11/creating-feature-with-image-library.html
    Also, when you redeploy the project, it will give you a dialog which would promote to delete the existed list or not.
    If you click the “Resove Automatically”, the visual studio would delete the existed list automatically, and create a new list.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Workflow status web part gives error when going back to previous stage (using GO TO) in Project Server 2013 workflow

    Hi,
    Workflow status web part gives error when going back to previous stage (using GO TO) transition activity  in Project Server 2013 workflow.
    Please guide how to create a workflow which restarts from a desired stage.

    Thanks for your prompt reply....
    It gives following error
    Workflow Status
    This Web Part was unable to load.
    Information that may be useful in solving this problem was written to the Unified Logging Service (ULS) log on the Project Web App with the following ID: e95a9c9c-1f68-90d7-0a3e-5951df70fec6
    For more information, contact your Project Web App administrator.
    what do you mean to restart the Project Server 2013 with different project name, please elaborate....

  • Error when activating DTP

    Hello,
    I hv a ZCube which contains some data..now due to some requirement I changed the Transformation activated it & transported Transformation & cube from Development to Production server..
    I tried activatingf DTP on production itself but it is giving following errors:
    -> &
    -> Error when activating Data Transfer Process DTP_4CGR11XLGUTZDF62I40GFEJE3
    plz tell how to activate??
    Thanks
    -Shilpi

    Hi Shilpi,
    there are several correction notes regarding DTP on this SP level, please try note 1151263.
    Please also look into the transport log, expand it, and to see if there should be any other information.
    please also try RSDG_AFTER_IMPORT_FOR_CORR according to 411574 to try re-import.
    There might be some inconsistency for PSA table, please run RSAR_PSA_CLEANUP_DIRECTORY to check.
    Thanks & B.R.
    Vince

  • Error when activating DTP for InfoCube

    Hi
    I encountered an error '**** Error from PSA ****' 'Error when activating Data Transfer Process DTP_436DF8XYKE2Y97CUX9W7FM0JH' while trying to activate the DTP for an infocube.  Does anyone know why this happens and how to fix it ?
    I'm on support pack 9 at this moment.
    Many thanks,
    Anthony

    Hi Gnana
    Thanks for your reply.  Yes, I had already created the transformation for the bespoke cube, checked, saved and activated it without any error.  Next, I created the DTP for this cube.  Checked it and there wasn't any error.  However when I activated it, I received that error message.  I didn't get this error when I activated DTP for DSO and master data infoobject.
    I have deleted and created the DTP like 5-6 times and still faced the same error message.
    Prior to applying support pack 9, I didn't get this error message.  Now that I did and also applied the collective OSS note 978148 (BI in SAP NetWeaver 2004s: OSS notes after SPS9), I received this error message.
    Regards,
    Anthony

  • Error when activating DTP  in

    hi  guys
    I am trying load one ods to another ods . and when I create DTP and try to activate it throwing some weird message like
    Creation of PSA /BIC/B0003852 failed
    Error during creation of DDIC sources of Data Transfer Process DTP_4B6GPTZCLXHMKF405417M6KEX
    Error when activating Data Transfer Process DTP_4B6GPTZCLXHMKF405417M6KEX
    I donu2019t know what is this Causing error ..my source dso is correct has data ..but unable activate this  ..
    Any clue ?

    Hi,
    I think you have to create export datasource for the first DSO and then check creating the DTP.
    Hope this helps..........
    Rgs,
    Ravikanth.

  • Error when activating datasource

    Hello,
    I am trying to create a new transaction data datasource assigned to a flat file source system.  When i hit the check i get no errors but when i try to activate the activation fails with errors.  The error Message No. RSO404 says "Error when activating Datasource".  We are on BW 7.0 stack 12.
    Has anyone seen this?  It is hard to troubleshoot it when i get no real errors to go on.  It is a very simple three field datasource with one characteristic, one key fig, and an additional currency characteristic.  The key fig is in external format and references 0CURRENCY.  Does anybody have any insight?
    Thanks,
    TMS

    Hi TMS,
    I am facing exactly the same problem here...
    transactional datasource for flatfile gives me errors DO313, RSO404 and then RSDS106
    We are on:
    SAP_ABA            700               0011  SAPKA70011
    SAP_BASIS     700               0011  SAPKB70011
    PI_BASIS            2005_1_700  0011  SAPKIPYJ7B
    SAP_BW            700               0012  SAPKW70012
    FINBASIS            600               0008  SAPK-60008INFINBASIS
    BI_CONT            703               0005  SAPKIBIIP5
    SEM-BW            600               0008  SAPKGS6008
    Did you manage to find a solution?

  • Error - When Activating Generic Data source in BW DEV

    Hi,
    I am working in BI 7.0
    I created a Generic Data source
    I had checked in RSA3 , it is showing records too.
    i replicated the Datasource in BW
    Datasource is available in BW
    Then I try to activated the Datasource
    because
    when i try to create tranformation for the data source then
    It will show this message (and transformation is not created)
    <b>Source RSDS ZCOPC_C10 GDVCLNT110 does not exist</b>
    My Data source name is ZCOPC_C10 for source system GDVCLNT110
    then I will try to Activated the Data source First
    then also it will show the Error like this
    Post Processing/Checking the Activation for DataSource ZCOPC_C10 GDVCLNT110
    <b>&
    Error when activating DataSource ZCOPC_C10                     GDVCLNT110</b>
    and the
    DataSource ZCOPC_C10 (GDVCLNT110) could not be activated
    can some body help me to solve this problem
    sure you can get the points
    Thanks
    prasanna

    Hi Oscar,
    The Data source is not Active in BW, I had checked in Data source defination.
    when I activate the Data source .
    <b>I received the Message / Error</b>
    Activation of Objects with Type DataSource
    Saving Objects with Type DataSource
    Internal Activation (DataSource )
    Preprocessing / Creation of DDIC Objects for DataSource ZCOPC_C11 GDVCLNT110
    Save DDIC object /BIC/CAZCOPC_C000020000001 (Application Structure for ZCOPC_C11 GDVCLNT110)
    Save DDIC object /BIC/WCAZCOPC_C000020000001 (Application Structure for ZCOPC_C11 GDVCLNT110 - T)
    Save DDIC object /BIC/CAZCOPC_C00002000 (Segment Structure for ZCOPC_C11 GDVCLNT110 - Appli)
    Save DDIC object /BIC/CCZCOPC_C000020000001 (Character Structure for ZCOPC_C11 GDVCLNT110)
    Save DDIC object /BIC/WCCZCOPC_C000020000001 (Character Structure for ZCOPC_C11 GDVCLNT110 - Tab)
    Save DDIC object /BIC/CCZCOPC_C00002000 (Segment Structure for ZCOPC_C11 GDVCLNT110 - Chara)
    Save DDIC object /BIC/B0001051 (PSA for ZCOPC_C11 GDVCLNT110 Itemization)
    Writing of object catalog entries (TADIR)
    Object TABL /BIC/CAZCOPC_C000020000001 written to the ObjectCatalog (TADIR)
    Object TTYP /BIC/WCAZCOPC_C000020000001 written to the ObjectCatalog (TADIR)
    Object TABL /BIC/CAZCOPC_C00002000 written to the ObjectCatalog (TADIR)
    Object TABL /BIC/CCZCOPC_C000020000001 written to the ObjectCatalog (TADIR)
    Object TTYP /BIC/WCCZCOPC_C000020000001 written to the ObjectCatalog (TADIR)
    Object TABL /BIC/CCZCOPC_C00002000 written to the ObjectCatalog (TADIR)
    Activate all Dictionary objects ( 6 ):
    All DDIC objects have been activated / deleted
    <b>Post Processing/Checking the Activation for DataSource ZCOPC_C11 GDVCLNT110
    Error when activating DataSource ZCOPC_C11                     GDVCLNT110</b>Deletion of Unused Dictionary Objects ( 6)
    All DDIC objects have been activated / deleted
    Deletion of Object Catalog Entries (TADIR)
    Object TABL /BIC/CAZCOPC_C000020000001 deleted from TADIR
    Object TTYP /BIC/WCAZCOPC_C000020000001 deleted from TADIR
    Object TABL /BIC/CAZCOPC_C00002000 deleted from TADIR
    Object TABL /BIC/CCZCOPC_C000020000001 deleted from TADIR
    Object TTYP /BIC/WCCZCOPC_C000020000001 deleted from TADIR
    Object TABL /BIC/CCZCOPC_C00002000 deleted from TADIR
    All unused DDIC objects have been deleted
    Thanks
    prasanna

  • Error When Activating DataSource in BI

    Hi,
    I have created a Generice Data Source in source system and replicated the same in BI. I am getting error 'Error when activating Datasource '.
    Kindly give me some suggestion how to rectify it.
    Regards,
    Sangeetha.A

    Hi,
    First check whether u have activated the data source in the transaction RSA6. Also, check whether the data source which you activated is listed in transaction RSA5.
    Regards,
    Krishna.

  • Facing error when activating ODS

    Hi All,
    i am facing error when activating ODS. THe load was succesfull. when i checked in RSMO detail screen all the data packets are green but under subsequent processing it shows following error message
    1.Activation of data records from ODS object ZOPA_8 terminated
    2.Error when assigning SID: Action VAL_SID_CONVERT table 0MATERIAL
    3.Error getting SID for ODS object ZOPA_8
    "And under others also it is showing same message.
    Can any one please suggest how to solve this issue. Its very urgent.
    Waiting for appropriate solution...
    thanks
    kamal

    Hi,
    Check the following.
    1.  0MATERIAL  might be the reference char for ZOPA_8.
    2.  If so, then need to check conversion routines are same for both.
    3.  Then check the data (In PSA) under ZOPA_8 and check if it has any special chars or failing due to conversion routine.
    4. Correct data and load it again.
    Hope it works.
    Regards,
    Aditya

  • Errors when activating ODS

    Hello,
    i am trying to activate freshly installed ODS from business content.
    it gives following errors:
         RFC connection to source system BWDCLNT210 is damaged ==> no Metadata upload     
         Error when creating the export DataSource and dependent Objects     
    Please suggest...
    regards,

    hi Aby,
    try if right click source system BWDCLNT210 'restore'
    check threads
    RFC connection to source system Damaged
    check oss note 597326 - Activating ODS: Error when creating the export DataSource
    Symptom
    When you activate or transport ODS objects, the following errors appear in the log:
    "The creation of the export DataSource failed". Message number RSBM 035
    "Error &1 in function module &2". Message number RSBM 006
    "Error when creating the export DataSource and dependent Objects". Message number RSDODSO 169
    "Error when activating the ODS object &1". Message number RSDODSO 168
    Other terms
    RSBM 035, RSBM 006, RSDODSO 169, RSDODSO 168
    Reason and Prerequisites
    A characteristic involved is active but it is using new or inactive attributes.
    Characteristics involved are all characteristics used in the ODS object.
    Solution
    Check all characteristics involved as described in the following:
    Check the Compounding and Attributes tabs in the characteristics maintenance.
    All characteristics here must be active. This is displayed by a green icon.
    If this is not the case for a characteristic involved (a gray icon is displayed on one of the two tabs), activate the characteristic involved. This also activates the inactive dependent characteristics.
    After you have checked and repaired all the characteristics involved as described above, the loading/maintenance of master data should work again.
    help.

  • Error when activating update rule

    HI BI Expert,
    The original transfer rule for 2LIS_11_VAITM was deleted accidently and I created new one and mapped with the existing infosource. The system always generates the following error at the time of transport to another client.
    Error when activating update rule D1GOAPD9O0P9CFOY8KBSOUDFA
    Activation of the update rules for ZO_SOP_1 ZT_SOP_SALO_ITM
    IC=ZO_SOP_1 IS=ZT_SOP_SALO_ITM error when checking the update rules.
    Would you kindly be able to suggest me what steps I need to take so as to correct this issue?
    Thanks.

    Hi,
    When you say that update rule was accidently deleted, was that attached to transport request and transported to your QA & PRD at that time.
    Because it may happen that, your old rules are still there in QA & PRD and the new rules are failing to overwrite that.
    If it is the case, then you may have to open the client for QA & PRD and delete the existing update rule (doesnt sound good practice though), and then create a fresh update rule and transport.
    Rgds,
    Vikram.
    Rgds,
    Vikram.

Maybe you are looking for

  • The home press is not working in my ipad2

    The menu boton is not working I get my iPad2 before tow weeks only

  • Powershell, design manager, uploading html file not creating associated master page file

    I am uploading a xyz.html file through powershell for 2 site collections, when .html file is uploaded and published it automatically creates xyz.master file. It is working fine for not publishing sites collection only, for publishing site collection

  • XML encoding UTF-8 and accents

    hello everybody ! a little problem with my xml file, =========== <?xml version="1.0" encoding="UTF-8"?> <videoData> <video1        thumbtitle = "Soirs de fêtes - défilé de mode"             buffTime = "2"        header = "my description"        >flv/

  • Report for all Credit / Debit Notes

    Dear Experts, Is there any report in system to generate all the Credit / Debit Notes created with details. Please help. Thanks

  • Attaching a document to a specific Journal entry

    I have been trying to figure out if there is a preconfigured system method to attach a document to substantiate a Journal Entry.  So the document should be linked to the Journal ID number (not to the intersection of other dimensions) Thank you