Legal Consolidation package is automatically getting CANCELLED

Hi Experts,
I am trying to run the Legal Consolidation dtsx package which triggers the Consolidation.LGF script logic, but i am getting a strange cancellation message. It is automatically getting cancelled and when i look onto the log it shows Package - Running.
Does anyone have a clue on this ?
regards,
Samveer

Hi Fred,
You will need to provide screenshots of your parameter setting or type it out in the message for legal app and ownership applications.  If not set properly, the message status you experienced is a typical norm. 
The next step you need to check is the ownership application to ensure that you have the appropriate ownership structure setup for the period.
If you believe that you have set up everything appropriately, then scale back your ownership structure to a minimum to make sure that you can run the Consolidations package/process chain (automatic adjustments) to get the desired result.  From there, you can build up your structure and test them to ensure expected results.
Are you on SP2 or SP3?
-Ken

Similar Messages

  • Error in running Legal COnsolidation Package

    Hi All,
    On running the legal consolidation package i am constantly getting the same error which is :
    'RUNLOGIC:Dimension Set: "ENTITYDATAVALUE" not assigned in Data manager'
    I have checked all the dimensions and it all seems to be proper. I tried altering the input of data manager to include ENTITY dimension but the manager did not run at all.
    Please help me out. if anyone encountered the same error and has countered it pls share how to do so..
    Regards
    Navin

    Hi,
    I think you are using %ENTITY_SET% in your script. However, you are not prompting for the entity member in the DM package. You need to add the entity dimension in the prompt statement of the advanced script of the DM packge.
    Hope this helps.

  • Legal consolidation package

    Hi All
    Can anyone please explain me  how is it possible that after execute my consolidation script in se38  by UJK_SCRIPT_LOGIC_TESTER,  everything is fine, executing ends with success, but when I run it by run package in BPC for the same members all package is cancelled.
    Regards
    Justyna

    Right package is ending as 'Cancelled' with a big red cross.
    Short dump in st22 GETWA_NOT_ASSIGNED
    Information on where terminated                                                                   |
    Termination occurred in the ABAP program "CL_UJP_CONS_ENGINE============CP" -
    in "GET_LOCAL_CURRENCY".
    The main program was "UJK_SCRIPT_LOGIC_TESTER ".
    In the source code you have the termination point in line 18
    of the (Include) program "CL_UJP_CONS_ENGINE============CM00W".
    Source Code Extract
    Line
    SourceCde
    1
    method get_local_currency.
    2
    3
                                                  new by way250411 1582477
    4
    5
    data:
    6
    ls_dim        type s_dimension
    7
    , lr_data       type ref to data
    8
    9
    field-symbols:
    10
    <lt_data>     type standard table
    11
    , <ls_data>     type any
    12
    , <l_id>        type any
    13
    , <l_curr_type> type any
    14
    15
    read table dt_dimension into ls_dim
    16
    with key name = d_dim_currency.
    17
    assign ls_dim-r_t_member->* to <lt_data>.
    >>>>>
    create data lr_data like line of <lt_data>.
    19
    assign lr_data->* to <ls_data>.
    20
    21
    assign component:
    22
    gc_s_field-id of structure
    23
    <ls_data> to <l_id>
    24
    , gc_s_field-curr_type of structure
    25
    <ls_data> to <l_curr_type>
    26
    27
    loop at <lt_data> into <ls_data>.
    28
    check <l_curr_type> = uj00_cs_currency_type-local_currency.
    29
    d_lc = <l_id>.
    30
    exit.
    31
    endloop.
    |   32|endmethod. 
    Please share your opinion on this

  • Error while running legal consolidation package RUNCONSOL

    Hi All
    I have below error while i run the consolidation package can anyone throw light on the same
    Start time --->5:17:46 PM  -  Date:1/6/2009  (build code:254)
    User:BPCDEV\bpcadmin
    Appset:FTIL
    App:LEGALAPP
    Logic mode:1
    Logic by:
    Scope by:
    Data File:
    Debug File:D:\BPC\Data\WebFolders\FTIL\LEGALAPP
    ..\AdminApp\LEGALAPP\LegalConsolidation.txt
    Logic File:D:\BPC\Data\WebFolders\FTIL\LEGALAPP
    ..\AdminApp\LEGALAPP\LegalConsolidation.lgx
    Selection:D:\BPC\Data\WebFolders\FTIL\LEGALAPP\PrivatePublications\bpcadmin\TempFiles\FROM_81_.TMP
    Run mode:1
    Query size:0
    Delim:,
    Query type:0
    Simulation:0
    Calc diff.:0
    Formula script:
    Max Members:
    Test mode:0
    Is Modelling:1
    Number of logic calls:1
    Call no. 1, logic:D:\BPC\Data\WebFolders\FTIL\LEGALAPP
    ..\AdminApp\LEGALAPP\LegalConsolidation.lgx
    Building sub-query 1
    Query Type:0
    Max members:
    Executing SPRUNCONSO [LEGALAPP], [ACTUAL], [C_FTILG], [SPSCOPE_200127],[SPLOG_282986]
    SPRunConso Version 2.06
    ERROR CSD-015 No instruction retreived from the ELIM Table with FLOW Dimension
    Time to run stored procedure:1.6 sec.
    call 1 completed and data posted in 1.6 sec.
    Run completed in 1.8 sec.
    End time --->5:17:48 PM  -  Date:1/6/2009
    SPRunConso Version 2.06
    ERROR CSD-015 No instruction retreived from the ELIM Table with FLOW Dimension
    Thanks and Regards
    Harish B K

    Hi this was due to not maintaining proper design and it was solved later once we setup all the parameters perfectly
    and had time dimension members for one year prior (though seems strange)

  • Problem with Legal Consolidation Package - SPRunConso

    Hi experts,
    I need your help, when i run the package LegalConsolidation, it doesnt work and reports this error:
    SPRunConso Version 7.0.113.01
    ERROR CSD-150 Problem extracting Data : C_REPART 
    ERROR CSD-160 Problem extracting Data : C_CONSO 
    0 Rows Calculated
    0 Rows Updated
    The strangest, its that its works for some months (Feb 2008 for example), i am sure that it has not relation with workstatus.
    Could you help me? Do you have any idea about it?
    Thanks,
    Best Regards,
    Juan

    Please check if your ownership data is the same for all months (just as in Feb).
    Please also check that your rates are populated properly for all months.
    If the above 2 are fine, process the time dimension since it appears to be recognizing feb but not other mos.
    Also, make sure that you get it running when the parameters in your package selection are one month first.  Once that works, you can run for multiple mos. provided you do not have periodic process in your consol rules - but do not cross years.
    Hope something above works!

  • Legal Consolidation, only one automatic adjustment done

    Hi experts,
    After my consolidation, only one type of automatic adjustment is done. I do not know why.
    Regards

    I am also facing the same issue.
    We are on BPC 7.5 SP -4
    Thanks
    RJ

  • Legal Consolidation Package Error

    Hi ,
    While Executing SPRUNCONSO facing follOwing errror .
    ERROR CSD-130 Problem Extracting data from the Fact
    ERROR CSD-135 Problem Extracting data : C_FINANCE
    ERROR CSD-140 Problem extracting Data : C_DATA
    ERROR CSD-150 Problem extracting Data : C_REPART
    ERROR CSD-160 Problem extracting Data : C_CONSO .
    Checked Elim table,Rules,Group dim,Data source everything seems to be ok .Here is my Logic ...
    *RUN_STORED_PROCEDURE=SPRUNCONVERSION('%APP%','%CATEGORY_SET%','UG_CG1','GLOBAL','%SCOPETABLE%','%LOGTABLE%')
    *RUN_STORED_PROCEDURE = SPRUNCONSO('%APP%','ACTUAL','UG_CG1','%SCOPETABLE%','%LOGTABLE%')
    Any thoughts. guyz....
    Thanks
    Ram

    Hi this was due to not maintaining proper design and it was solved later once we setup all the parameters perfectly
    and had time dimension members for one year prior (though seems strange)

  • Lega consolidation package error

    Hi experts,
    We are executing the legal consolidation package and we get next error: 
    "Accounts and entities do not match data in application OWNERSHIP failed"
    We have entered the ownershipdata, but the "ultimate ownership calculation" package did nothing, so we guess that is the problem.
    Did it happen to anybody? How can we solve the problem?
    Regards.

    David and Jorge,
    Thanks a lot for your reply.
    Yes, we followed the procedure decribed in the How To Paper on NW Consolidation.
    I will create the message tomorrow. Strange, that there is still no reply from SAP to your message. It is time to escalate the issue.
    Were you able to run calculation of Group Shares (CALCOWN) before execution of the Consolidation Package?
    There are various sources of information on the function:
    On the help.sap.com
    "The calculation of PCTRL in the business rule table is supported as same as itu2019s in BPC5.1, however the automatic calculation scripts of PCTRL (% of control) from investor/investee ownership percentage is not supported in the BPC 7.0 version for NetWeaver, so This means the user mustneed manually input the PCTRL % into the ownership application in order to use it for further calculations."
    How To Paper
    Step4: Run the pre-delivered DM package u201CCalculate Ultimate Ownershipu201D to calculate the ultimate ownership that how much each consolidation group own on each entity. As a result that write back after calculation, the ultimate ownership is stored under the member  u201CI_NONEu201D of IntCo dimension, and POWN, PGROUP, METHOD member has the group-own-entity value
    described above.
    Traing Materials:
    Ultimate ownership is a function for legal consolidation used to perform certain calculations used by he application (primarily in regard to calculating the group share of a subsidiary). This information is needed by the business rule library to
    properly consolidate the operations of various subsidiaries in accordance with GAAP.
    Customers may decide to also enter the direct and indirect pown values instead of having the system derive them.
    The concusion is that we can enter Group POWN data manually. We can execute the function, we get a message "Could not write the transaction data successfully. No data found.' Do you have the same problem?
    The second question is whether we need to enter PCTRL?
    Best regards,
    Mila

  • After upgrade BPC from 7.0 to 7.5 NW we facing issue in Legal consolidation

    Hi
    After upgrade BPC from 7.0 to 7.5 NW we facing issue in Legal consolidation where in case of equity knock off the amount is not get balanced even after we run legal consolidation package in group currency.
    Regards
    Vikash

    Hi sandeep ,
    Hence the problem was not there with previous versions where the .js files were simply not compressed by default.
    Solution :
    I believe switching off javascript compression is a suitable option in this case as the script files are usually cached by the browser as well and will not be transmitted every time.
    Kindly follow these steps:
    1. Enter the J2EE Config tool.
    2. drill down: Global Server Configuration->services->http
    3. on the right hand side, click on NeverCompressed
    4. on the bottom, add at the end: ,*.js
    5. Apply the changes
    6. restart the J2EE.
    After this clear the browser cache and then log onto the portal and check if the issue gets resolve
    I hope it will useful to you.
    Thanks@ Re grads
    G.srinu

  • Legal consolidation reset values

    Hi All
    My legal consolidation package behaves strangely.
    I input my data for consolidation on COM_RAW datascr which has is_CONSOL to Y and DATASCR_TYPE to I.
    In my businnes rules I used COM_RAW as source datascr and ELIM1 as destination datasrc which has  DATASCR_TYPE  A.
    After run my package no entries are generated (0submitted......)
    But when I changed COM_RAW DATASCR_TYPE to A  all values on COW_RAW have been reset- set to 0. On ELIM1 which has DATASCR_TYPE set to A nothing was generated.
    Do you know why this happen?
    Regards
    Justyna

    Hi Justyna,
    the datasrc on which you enter/load your data has to be type I, so the intial setting was correct. Once you change it to type A the system expects that it needs to calculate the values and that there should be no LC values, so whatever you entered gets deleted.
    As to why the package did not post anything, I can only guess. One potential problem is the ownership information, the system will only created posting if the ownership information is correctly maintained.
    Regards

  • SAP  Back ground Jobs getting cancel automatically

    Hi All,
    All schedule Background jobs getting cancel  automatically in ECC 5 server. Also not getting any job log in respective schedule job. please help me out with expert suggestions.
    Regards
    Gyan

    1)Are the bgd workprocess free in the system currently?Check if there are any long running jobs holding them.
    Bgd Work process are free but with error code 373,223,007 etc for all 5 bg wp
    error reports from work directory as per work process:---
    wp 22 :Fri Sep 25 15:07:04 2009

    A  ABAP/4 Program SAPLSYDB                                .
    A  Source LSYDBU27                                 Line 7.
    A  Error Code DBIF_DSQL2_DEFAULT_CR_ERROR.
    A  Module  $Id: //bas/640_REL/src/krn/runt/abexsql.c#5 $ SAP.
    A  Function DsqlErrorHandler Line 1986.
    A  COMMIT/ROLLBACK error on "DEFAULT" database connection..

    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   12289]
    C  Rollback Work (0)
    M  *** ERROR => ThCallHooks: event handler rsts_before_commit for event BEFORE_COMMIT failed [thxxtool3.c  252]
    B  ComRolHook(BEFORE_COMMIT, free_all) failed
    B  db_con_commit received an error return code in before-commit action
    M  ***LOG R38=> ThICommit3, db_commit98 ( 001024) [thxxhead.c   12036]
    WP23: Fri Sep 25 15:06:05 2009
    B  dbtran INFO (init_connection '<DEFAULT>' [MSSQL:640.00]):
    B   max_blocking_factor =  50,  max_in_blocking_factor      = 255,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B   prefer_union_all    =   1,  prefer_union_for_select_all =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B   convert AVG         =   1,  alias table FUPD            =   0,
    B   escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B   select *            =0x00,  character encoding          = STD / []:X,
    B   use_hints           = abap->1, dbif->0x1, upto->0, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   12289]
    C  Rollback Work (0)
    M  *** ERROR => ThCallHooks: event handler rsts_before_commit for event BEFORE_COMMIT failed [thxxtool3.c  252]
    B  ComRolHook(BEFORE_COMMIT, free_all) failed
    B  db_con_commit received an error return code in before-commit action
    M  ***LOG R38=> ThICommit3, db_commit98 ( 001024) [thxxhead.c   12036]
    wp 24:Fri Sep 25 14:33:10 2009
    M  *** ERROR => ThCallHooks: event handler rsts_before_commit for event BEFORE_COMMIT failed [thxxtool3.c  252]
    B  ComRolHook(BEFORE_COMMIT, free_all) failed
    B  db_con_commit received an error return code in before-commit action
    B  ***LOG BZY=> unexpected return code 32768      calling DBACDS     [dbacds#2 @ 1225] [dbacds  1225 ]

    *WP25: *** ERROR => BtcCleanUp: BtcLgAp-call failed (rc = 4) [btcjcntl.c   1308]*
    M  ThCallHooks: call hook >ITSP: EndOfSession< for event BEFORE_SESSION_CANCEL
    M  ThCallHooks: call hook >RtmClearSession< for event BEFORE_SESSION_CANCEL
    M  ThCallHooks: call hook >HttpClearSession< for event BEFORE_SESSION_CANCEL
    M  ThCallHooks: call hook >SpoolHandleHook< for event BEFORE_SESSION_CANCEL
    M  ***LOG R47=> ThResFree, delete (001009) [thxxmode.c   1284]
    M  ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT
    M  ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT
    M  ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_TASK_SWITCH
    M  ThCallHooks: call hook >ImcResetPtr< for event BEFORE_TASK_SWITCH
    M  ThCallHooks: call hook >DbgBeforeTaskSwitch< for event BEFORE_TASK_SWITCH
    M  ThCallHooks: call hook >HttpResetPtr< for event BEFORE_TASK_SWITCH

    B Fri Sep 25 14:47:04 2009
    B  Disconnected from connection con_da={R/3*WORKFLOWTRACE,26000006,1}
    please let me know where i can send log file if req.
    2)Check for the sm21/sm50 bgd wp traces.
    Getting so may Tem se management errors.
    Some TemSe objects are stored in files. To do this, a path name is set up from the TemSe object name. To be able to use this path, TemSe management requires a directory. It attempted to create it itself. However, this did not succeed.
    3)Check if the filesystem is full as you suggest no logs are being written.
    File system having free space
    4)Check if the user who has scheduled the job is locked ?
    user unlocked
    please help me to resolv this issue.
    thanks
    Gyan
    Edited by: Gyan Prakash on Oct 9, 2009 10:02 AM

  • Fxtrans Package gets cancelled

    All,
    When I execute my FxTrans package, it gets cancelled and when I look at the process chain, its red on the clear temp tables It used to work flawlessly till yesterday. I am on 7.5NW. Can anyone give me any insights on how to go about resolving this issue?
    No changes have been to the process chain or the package in the mean time.
    Thanks for your time and help!

    Hi Danny,
    If it's red on that last Process in should be an error message there that you should be able to see in Context menu. Also, it should be something in t/a SLG1. Could you please post those?
    Regards,
    Gersh

  • LBWE job get cancel automatically.

    Hi,
    I am schedule a LBWE job in R/3. But after a some time automatically its get cancell. Tomorrow again before the Process Chains schedule I have to manually schedule the LBWE job. Can someone guide me where is the issue and what I need to do So LBWE schedule job should not cancell...?
    Regards
    Man
    Edited by: Siegfried Szameitat on Nov 3, 2008 12:06 PM
    deleted points offer as it is against the rules.

    Hi Debjani,
    You are right the job is cancel due to ABAP short dump.  I have schedule the  Application-17 (Plant Maintenance) on hourely period basis. When I go into SM37 and refresh after a hrs. one row is added with "canceled" with red coulor. But when i see this cancell row in details I get confused. I schedule the job for Application-17, But the cancel / error message comes for application-02 (Puchasing).
    When I go into details of row This happen beccause of  "ABAP/4 processor: MESSAGE_TYPE_X". The details message as follows.
    "MESSAGE_TYPE_X" " "
    "SAPLMCEX" or "LMCEXU03"
    "MCEX_UPDATE_02"
    Regards
    Manoj

  • Intercompany Elimination is doubling after running Legal consolidation

    Hi BPC Guru's
    Intercompany Elimination is doubling after running Legal consolidation Data Manager Package 2nd time tripples when run 3rd time and so on..Only change is that for resolving an issue with balance carry forward, we had changed the datasource type property for the audit trail members that store the eliminated amounts ealier this was A (Automatic) we changed that to (Manual) M and this is causing the doubling to start because if i change it back to A then there is no doubling..but the eliminated values are incorrect.
    Would be great somebody provides with their expertise.

    Hi Arnold,
    This issue is related to another issue that was discussed on the http://scn.sap.com/thread/3247090
    Till December all was well. Come January, after I run the consolidation package, the rule takes into account the balance from December for each month’s calculation:
    There were 2 suggestions from the above post that i tried:
    Check if “COPYOPENING” property in the Audit Trail dimension should not be “Y” -> It was Y for me but changing it to “N” did not solve my issue.
    Opening Flow should be assigned “FLOW_TYPE” property with the value of “OPENING”
    Both these are done in my system. But still the above issue exists. I also tried to change the rule to “Periodic” type but did not help.
      What I basically want is for BPC to ignore the values from previous year and run the calculation based on only the current month’s data.
    When we first faced this issue during January closing, as a temporary fix, we changed the “DATASOURCE_TYPE” property of the audit members used in Eliminations from A to M. This made the rule not consider December balances in the calculation.
    But doing this gave rise to the doubling issue.
    Any suggestions?
    Regards,
    Shruti

  • Error on legal consolidation

    Hi,
    we are using BPC 7.5 and we are trying to run a legal consolidation (SPRUNCONSO). The error we get is
    CSD-120: No Entity - Method available
    I have searched the forum for this error and found references to the ownership application. We do have one, it has data for the companies and period (plus previous year end) in question. I have checked the consolidation method used against those set-up (standard from Appshell, i.e. 90 and 86) and the rules we have created and it all matches and looks valid.
    Our accounts in ownership are
    PCON
    POWN
    PGROUP
    METHOD
    PMIN
    Most of the dimensions used in the ownership cube (category, currency, entity, intco and time) are shared with the consol app, only the account dimension is specific to the ownership cube.
    Does anyone have any idea what else I can check?
    Thanks,
    Arnold

    Dear Arnold
    I think your problem is to assign the consolidation method to the entity
    Into the administrator, define the consolidation method inside the business rule library
    for example
    90 for Holding
    86 for Global
    70 for proporcional
    etc.
    You have to create a input schedule, with the follow row and col
    ROW
    ENTITY
    COL
    CONSGROUP
    O_ACCT
    Afther that you can execute the package /CPMB/OWNERSHIPCALC to calculate the indirect plus direct consolithation percentage
    I hope this work for you
    Ariel

Maybe you are looking for

  • Problems  with  string larger char(255)

    Hi guys , Something really weird happened to me , i have the following code  to create a  flat file , suddenly it is truncating the lines in 250 ,  its funny i see  wa_ti_fich+330(5)   in the debugging and it has data , but the whole wa_ti_fich is on

  • Digitized music not transferring from iTunes to iPod

    I've been transferring and digitizing all my old cassettes onto my computer. It works great and plays fine in iTunes, but it won't load onto the iPod. It's in mp3 format like all the other music on my iPod. Any ideas or suggestions as to what to do t

  • My 8th core is almost maxed out while idle

    Hello folks, I'm glad Logic is now 64bit; no more "out of memory" errors. Yippee! However, now the eighth core of my "octo-core" Mac Pro, is almost maxed out when idle. This also seems to be the core that is taxed the most during playback. After look

  • Build and clean plus deployment

    Hi. I am writing Web application on NetBeans 6.9.1. I store css and javascript files in build folder. The contents of build folder is needed deploying application on server, src folder is not included. But when I clean and build the application on ID

  • Can't remove adobe reader x--plugin for container problem message?

    Adobe reader x installed but doesn't function. Tried to uninstall and this message appears.