Reg:Copy package problem BPC 7.5

Hi Experts,
                    i am using standard data manager COPY Package to copy data from one category to another .While copying i use merge functionality but it clear all data in destination category and replaces the data.not sure its BI issue or BPC issue?
Regards,
Vikram

Hello,
I know this post is old, but maybe someone is still looking.
In order not to lose data, you need to try and restrict the dimensions in the left side of the prompt to the members that you want to change, because the copy package first removes all data from destination and then writes the new records. It considers that if you want to copy something over, then data is already present so it doesn't need the old data. The records that will be deleted are selected using the key defined in the right side.
If you want to change a record with key ACC1+B1 to ACC1+B2, you need to specify on the left side ACC1+B1 and on the right side ACC1+B2 (obviously) and data on ACC2+B2 ACC3+B2 and ACC4+B2 will not be deleted, BUT only if this 2 fields represent your entire key.
If the key in your BPC Model contains also other dimensions, and you do not specify a member for them (left side ANY and right side SAME), the package will first delete all data using the right key and then copy the records from the source.
Let's say you also have the dimension TIME, so we need to copy ACC1+B1+2014.01 to ACC1+B2+2014.01, and we already have a record ACC1+B2+2014.02 present. If you set filter to ACC1+B1 on the left side and ACC1+B2 on the right side, the package will first use the right key ACC1+B2 to delete all data present (so the record ACC1+B2+2014.02 present will be removed) and then copy your data changing B1 to B2. However, if you also specify the field TIME in your filter, then the package will use the combination ACC1+B2+2014.01 in order to delete the data present in the system (at this point nothing) and then copy the data.
Hope it helps,
Ana-Maria

Similar Messages

  • COpy Package not working as it should in BPC V 5.0

    Problem:-
    When I choose Replace and Clear Data Values, it merges them .. I have run it few times and each time the data was duobled.
    When I chose, Merge Data Values, it cleared and the numbers !!. 
    Possiable Cause:-
    The function seems to be working in reverse order, Could this be bug in the SAP BPC v5.0?
    If any of you have any idea how to fix this, I would appreciate it.  Thanks.
    Sam

    Hi Sam,
    Check the modify script for the copy package by going to modify package, view script and advanced tab.
    In script, in the prompt comand, '0' should be assigned to Merge data values and 1 to clear data. If it is in reverse order, change it and save it back.
    Note that if you are using sql 2005, you can directly modify the script, if it is 2000, you need to modify the EVmodifyscript task in the DTS assigned to Copy package.
    Hope this helps,
    Kranthi

  • BPC copy package doesnt consider selections

    Hi all,
    we work with BPC 7.5 Frontend- & Backendpatch 07 on NetWeaver.
    We use normaly load_infoprovider package on process chain "/CPMB/LOAD_INFOPROV_UI" to load initial data in our BPC-System. After that loading process we copy the loaded data to other dimension members; for example from "2011.JAN" into "2011.FEB". We always start these two packages with a packagelink which loads the data first and then copy it.
    One of our users told me, that he made selections in these packages (in both of it) and the package doesnt consider these selection. For exaple he gave in some selection for a specific month in the copy package of the package link and the package link didnt consider these selection and loaded the data for all month. When I look at the packagelog --> no selections are listed.
    Does anybody ever heard about such a problem with these two packages? Maybe its an issue about the package link?!?
    Thanks in advance
    Christian

    Hi,
    Log below:
    /CPMB/MODIFY completed in 0 seconds
    /CPMB/CM_CONVERT completed in 1 seconds
    /CPMB/CLEAR_SOURCE_CUBE completed in 0 seconds
    /CPMB/APPEND_LOAD completed in 0 seconds
    /CPMB/CLEAR completed in 0 seconds
    [Selection]
    SCATEGORY = ACTUAL
    TCATEGORY = PLAN
    TIMESEL = /ENV/MODEL/PRIVATEPUBLICATIONS/USER/TempFiles/
    FROM.TMP@@@SAVE@@@@@@EXPAND@@@|
    DIMENSION:TIME|2015.02
    [Message]
    Task name CONVERT FOR COPYMOVE:
    Reject count: 0
    Record count: 0
    Skip count: 0
    Accept count: 0
    Task name CLEAR SOURCE DATA:
    Submit count: 0
    Reject count: 0
    Task name APPEND LOAD:
    Replace and Clear Submit count: 0
    Replace and Clear Reject count: 0
    Submit count: 0
    Reject count: 0
    model: MODEL. Package status: SUCCESS
    Doesnt say much apart from it didnt work...

  • Standard BPC Copy Package Fails

    Has anyone experienced the standard copy package failing in BPC?  I get the error message: 'Object variable or With block variable not set'.

    I tried to submit data via an input template and received the same error (Object Variable or With block variable not set).  I checked the security and the ID has all functionality access.  The member is a base member.  I also had the server rebooted and still no luck.
    Below is the detail log of the copy pkg:
    TOTAL STEPS  3
    1. Dump:           completed  in 3 sec.
    2. Convert:        completed  in 3 sec.
    3. Load:           Failed  in 2 sec.
    [Selection]
    CLEARDATA= No
    RUNLOGIC= No
    CHECKLCK= No
    (Member Selection)
    Category: ACTUAL
    Time: 2006.JAN
    RateSrc:
    Rate:
    InputCurrency: 
    (Destination Member Selection)
    Category: ACTUAL
    Time: 2007.JAN
    RateSrc:
    Rate:
    InputCurrency: 
    [Messages]
    Object variable or With block variable not set

  • BPC 10 Copy Package - One to Many members

    Hi all
    The standard BPC copy package only allows you to copy data on a one to one relationship.
    Our user would like to copy a value from a specific member to several other members.
    The system prompts to says "The number of selected members in the source and destination should be the same".
    Is there an easy way to do this without diving into the world of BADI's ?
    Any help or examples would be very much appreciated.
    Thanks, Ian

    Hi Vadim,
    Ending with an error when I run the data manager package
    Please look at the script logic
    *XDIM_MEMBERSET TIME = $SOURCE$
    *WHEN TIME
    *IS *
    *FOR %M%=$DEST$
       *REC(EXPRESSION=%VALUE%,TIME=%M%)
    *NEXT
    *ENDWHEN
    And data manager script i used to pass the parameters
    PROMPT
    (SELECTINPUT,%SOURCE%,,,"%TIME_DIM%")
    PROMPT
    (SELECTINPUT,%DEST%,,,"%TIME_DIM%")
    INFO
    (%EQU%,=)
    TASK
    (/CPMB/ALLOCATION_LOGIC,EQU,%EQU%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SUSER,%USER%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SAPPSET,%APPSET%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SAPP,%APP%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SELECTION,%SELECTION%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,Test.LGF)
    TASK
    (/CPMB/ALLOCATION_LOGIC,REPLACEPARAM,SOURCE%EQU%%SOURCE%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,REPLACEPARAM,DEST%EQU%%DEST%)

  • Problem running Script in a custome package in BPC

    Hello Experts,
    I am having an issue running a custom package in BPC 7.0 SP05. Package is to process all dimensions for an application. It runs fine in BI Studio 2008, but gives me login failed error when i run it with BPC. Here is a script i have problem with:
                Dim ExcelCon As String = _
                "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" _
                & ExcelPath & ";Extended Properties=Excel 8.0"
                Dim excelConnection As System.Data.OleDb.OleDbConnection = _
                New System.Data.OleDb.OleDbConnection(ExcelCon)
                excelConnection.Open()
                Dim OleStr As String = "Select * into [ODBC; Driver={SQL Server}; Server=" _
                    & ServerName & ";Database=" & DBName & ";Trusted_Connection=True;].[" _
                    & InsertedTableName & "]  FROM [MEMBERS$];"
                Dim excelCommand As New System.Data.OleDb.OleDbCommand(OleStr, excelConnection)
                excelCommand.ExecuteNonQuery()
    It's inserting Excel table (dimension members) into SQL Server table.
    I'm am running package with BPC admin account (which is sysadmin and local admin).
    Is BPC using some Anonymous credentials to execute packages if you don't pass any credentials? I'm not passing any parameters into the package.
    I'd appreciate any info...
    Thanks,
    Akim
    P.S. it's a VB.NET script.
    Edited by: Akim Zubarchuk on Oct 19, 2009 9:49 PM

    Hi
    you have to use DM and you can pass parameters or setup global vatiables trough the Global Varialble MODIFYPKG.
    Into you VB script you have to use DTS_GLOBALVARIABLE("Nameofvariable").value to be able to get value of global variable.
    It is difficult to provide exactly what you have to do but I hope these two information will help you to build your custom package.
    Kind Regards
    Sorin Radulescu

  • Copy package returns error

    Hi,
    I am trying to run the copy.dtsx package (BPC 7.5) in my ownerhsip application but it returns an error.
    Time: 2010.JAN
    Entity:
    OwnAccount:
    ConsolView: KONZ
    IntCo: 
    (Destination Member Selection)
    Category: ACTUAL
    Time: 2010.MAY
    Entity:
    OwnAccount:
    ConsolView: KONZ
    IntCo: 
    [Messages]
    Record Count : 30
    Accept Count : 30
    Reject Count : 0
    Skip Count   : 0
    Incorrect syntax near '.'.
    The record count would be correct, but even though it says accepted, the data is not in the database when I check. I can manually enter data into the period in question and the copy package is identical to the one in the consolidation application where it works just fine.
    Does anyone have an idea what the problem could be?
    Thanks,
    Arnold

    Apologies, I didn't copy the whole message.
    TOTAL STEPS  3
    1. Dump:           completed  in 0 sec.
    2. Convert:        completed  in 0 sec.
    3. Load:           Failed  in 1 sec.
    4. Copy:           completed  in 1 sec.
    [Selection]
    CLEARDATA= Yes
    RUNLOGIC= Yes
    CHECKLCK= No
    (Member Selection)
    Category: ACTUAL
    Time: 2010.JAN
    Entity:
    OwnAccount:
    ConsolView: KONZ
    IntCo: 
    (Destination Member Selection)
    Category: ACTUAL
    Time: 2010.MAY
    Entity:
    OwnAccount:
    ConsolView: KONZ
    IntCo: 
    [Messages]
    Record Count : 30
    Accept Count : 30
    Reject Count : 0
    Skip Count   : 0
    Incorrect syntax near '.'.

  • Error while using Copy Package

    Hi,
    I want to copy data from category BudgetV1 to BudgetV2,
    I have tried to use Copy Package but I always get error with
    error message "The file is empty".
    Can anyone help me with the problem?
    Thanks in advance.

    Hi,
    Please check if you have data in category BudgetV1. This error normally occurs when there is no data in source specified in COPY package. Make sure to select appropriate members when you specify other source dimensions.
    Hope this helps.
    Regards,
    Shoba

  • Error data file is empty in standard Copy package

    Hi,
    We have an appset that consists of four applications and we can't successfully run Data Manager Copy package in one of them. It launches the following tasks: Dump, Convert (execution fails in this step with error "Data file is empty") and Load. SSIS configuration in BIDS is defined by default and we haven't set any parameter.
    We have figured out this error appears when we select any member of a dimension in "COPYMOVEINPUT" prompt except for Time dimension. Previously there was a custom Copy package based on standard BPC and it only filters by Time dimension. Perhaps this error is related to application configuration to run custom package.
    We show code:
    INFO(%TEMPFILE1%,%TEMPPATH%%RANDOMFILE%)
    INFO(%TEMPFILE2%,%TEMPPATH%%RANDOMFILE%)
    TASK(DUMP,APPSET,%APPSET%)
    TASK(DUMP,APP,%APP%)
    TASK(DUMP,USER,%USER%)
    TASK(DUMP,FILE,%TEMPFILE1%)
    TASK(DUMP,SQL,%SQLDUMP%)
    TASK(DUMP,DATATRANSFERMODE,2)
    TASK(CONVERT,INPUTFILE,%TEMPFILE1%)
    TASK(CONVERT,OUTPUTFILE,%TEMPFILE2%)
    TASK(CONVERT,CONVERSIONFILE,%CONVERSION_INSTRUCTIONS%)
    TASK(LOAD,APPSET,%APPSET%)
    TASK(LOAD,APP,%APP%)
    TASK(LOAD,USER,%USER%)
    TASK(LOAD,FILE,%TEMPFILE2%)
    TASK(LOAD,DATATRANSFERMODE,4)
    TASK(LOAD,DMMCOPY,1)
    TASK(LOAD,CLEARDATA,%CLEARDATA%)
    TASK(LOAD,RUNTHELOGIC,%RUNLOGIC%)
    TASK(LOAD,CHECKLCK,%CHECKLCK%)
    Any variables as %CONVERSION_INSTRUCTIONS% aren't defined. Is it a system constant?
    Thanks.

    Hi Roberto,
    Thanks for having a look at my question.
    We're using .act files to upload data from SAP BW into SAP BPC.
    This is the content of  .act file that I'm trying to upload:
    ACTUAL
    1
    1
    GCN.CZN,2621.LC_.EUR,100.5000
    GCN.CZN,2621.TC_.CZK,7050.0000
    Transformation file looks like:
    Conversion files are:
    Time:
    Category:
    Entity:
    Counterpart:
    RCCinterco:
    IntercoCurr:
    Transcurrency:
    In case of any other info needed, please let me know.
    Thanks a lot in advance,
    Wai Yee Kong

  • *Error executing SSIS Package from BPC 5.1*

    All -
    I'm trying to execute a perfectly working SSIS package from BPC 5.1. When I execute the package it instantly completes executing (Failure) with nothin written to the Log file.
    After doing further analysis, we have found the root cause to be "Sequence Containers" in SSIS Packages. We can execute the same package if we remove the sequence container.
    When we try to edit the SSIS package via BPC, containing the Sequence Containers", we receive the following error:
    [QuerytoServer] An error occurred while getting a package information. System.InvalidCastException: Unable to cast object of type 'Microsoft.SqlServer.Dts.Runtime.Sequence' to type 'Microsoft.SqlServer.Dts.Runtime.TaskHost' at Osoft.Services.Application.DataMgr.PackageExecute.DTSX.GetPackageInfor()
    When we try to edit SSIS packages via BPC, containing NO Sequence Containers", everything is wonderful.
    Does anyone have any suggestions, besides removing all of the Sequence Containers and moving the tasks to the base SSIS package level?
    I trully appreciate any help you guys can provide.

    Hi Lars,
    Could you be more specific the step you did?
    1. It works fine in Visual Studio,
    2. It is not working with Excel Front-end. Call the package from Excel.
    3. It worked few days ago, ==> Do you mean it was working with #2 step?
    I think this might be caused by authentication,
    1. could you check your athentication you have for #1 and #2?
    2. Did you introduce BPC DM to call the package? BPC DM uses impersonated ID even you use ID which has restrictive to use system resource, there will be no problem for the authentication.
    3. As you see the log, it points FLOW task and OLEDB SOURCE, check your connection string in OLEDB SOURCE also.
    Hope this helps,
    Regards,
    YH Seo

  • SAP BC, Copying package

    Hi,
    I copied package one server to another server.
    And I wanted to select replace some files, leave others and delete others.
    So I released like an attached file 'e01.doc'.
    But it failed as below.
    Replace some files : success,
    Leave others : success , 
    Delete some files : failling. 
    What's the problem?
    I want to release package and delete some files from the target package.
    Plz tell me the way of the copy.
    (I'm sorry that I'm poor in english.)
    thanks.
    Edited by: Heui-Kyung Jeong on Feb 2, 2009 8:18 AM
    Edited by: Heui-Kyung Jeong on Feb 2, 2009 8:24 AM

    you can add the pakages in Default package in SAP BC. With this you need to copy node and flow files in /ns folder
    example
    if you want to import a package name : Checklist
    then go to SAP BC installation folder and then go to /server.
    There you will find Default , SAP etc.
    Copy your packages to Default/ ns/
    and then restart Server and Developer, to make changes effective..

  • TS3074 im can u please help me out this issue im trying to install iTunes  in windows 7 some error showing " windows installer package problem DLL require to complete this installation" this message showing.

    im can u please help me out this issue im trying to install iTunes  in windows 7 some error showing " windows installer package problem DLL require to complete this installation" this message showing.

    Try the following user tip:
    " ... A DLL required for this installation to complete could not be run ..." error messages when installing iTunes for Windows

  • How to resolve AVCHD package problem in mountain lion

    how to resolve AVCHD package problem in mountain lion

    Thanks, David. I know this workaround. And one more with creating right-click Service. That's why I've used "uncomfortable" instead of "impossible". In my opinion, Apple should leave ability to choose OS's behavior, and I hoped somebody knew where to find it .

  • Copying Packaging Spec

    When I am copying packaging spec, the fields  'Category', 'Sub-Category' & 'Group' are getting copied over, however the fields under 'Available UOM', 'UOM Conversions' and Cross Reference' are not getting copied, whether I choose to keep the copied Spec linked to the Template or not. [Both the Spec copied from and the Template used has those UOM/Cross reference fields defined] . Aren't those UOM/Cross reference fields suppose to be copied over to the new Spec?  When I create a new Spec from Template, system brings over all fields [UOM/Cross reference etc.] from Template, so I was expecting the same behavior while copying too, since I am linking to the Template during the copying process. Can someone shed some light on this issue please?

    I believe that the functional use cases are different. When you are copying from a Template, you are not copying a real existing specification - rather, you are creating a spec with values that should be there by default. These values from a template are typically not meant to be specific to one single specification, but rather to a grouping/classification of specs. Perhaps a Beverage type specification, created from a Beverage template, would have certain Available UOMs that a Sauce specification would not. Cross References on a template may be used for pack size purposes, which may also be specific to a template.
    When you copy an existing specification, the assumption is that the specification is linked to some external system(s) using the cross references - if those were copied over, you could have an possible discrepancy. Also, since you are doing a copy and not a new revision, we assumed the UOM info would be different so is is cleared out.

  • Error with standard Copy package

    Hello!!
    When I run the standard copy package selecting the option "Replace & clear data values" the execution finishes with status error and I receive the next error message in the log:
    Item has already been added. Key in dictionary: '[Invalid time Member] - EN_NONE|DSP_INPUT|2004_UPA_SEPT|'  Key being added: '[Invalid time Member] - EN_NONE|DSP_INPUT|2004_UPA_SEPT|'
    If I run the package with the option "Merge" it executes OK.
    Anybody help?
    Thank you in advance
    Pedro
    Edited by: Pedro de las Heras on Aug 7, 2009 3:16 PM

    Hello,
    You probalby get this error message beacuse you have not setup the Work Status for this application. Please defined the Work Status you want to use on the appset level and then define the dimensions you want to use to control the work status on the application level. That should solve your issue.
    Regards,
    Marcel

Maybe you are looking for

  • Append Multiple Control Images as a 2-D array/tabl​e ?

    All I am trying to generate a report and I wish to have the following pattern: Image      Blank      Image Blank      Image      Blank Image      Blank      Image Where I intend to place my control images at "Image" and no image at "Blank" I thought

  • Synching stops at step 4 of 5

    I upgraded to i-Tunes 10.1.1.4 on my PC (running Windows XP). When synching my i-Phone 3Gs, it stopped at step 4 of 5 and i-Tunes stopped running according to the Windows task Manager. I finally disconnected the i-Phone and i-Tunes started running ag

  • IPad screen not as smooth

    i've been using my iPad2 for around 6 months now.  but the screen is kinda sticky. it's not sticky that much but I cannot softly slide my finger on the screen. i do not use any chemicals or anything as of such to clean my iPad screen other than a sof

  • DMG files will not open.  Possibly corrupt installer app?

    I just tried to uninstall Safari 3 Beta and return to the previous version of Safari 2.0. The uninstallation stopped prematurely and told me to try the uninstallation again. I tried, but the dmg file would not load. I rebooted my machine, and it stil

  • Graphics drivers for windows 7 compatible with hp notebook pc 500

    iplz recommend me graphics drivers for windows 7 compatible with hp notebook pc 500