Need to rerun Copy Package

I ran a copy pkg for our forecast data, then our forecast changed and I mistakenlly reran the copy package again. Is there anyway I can run the original Copy package to bring back the old data?

Hi,
For copying the data, you must be having a source, from where you have copied the data. If the source is still intact, you can rerun the copy package.
Otherwise, there is another way, if the application has not been optimized. However, it will be very complex and confusing and better not to take that way. So, not describing that step as of now. Suggest you to check the above option.
Hope this helps.

Similar Messages

  • 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

  • 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

  • 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

  • Possible to copy Package ??

    Hi Folks,
    Is it possible to copy an entire standard Package to a Z-package with all corresponding Z-objects in it ??
    We have developed a new functionality for the customer. The request has already been released.
    But the team doesnt want to deliver this functionality now. So we are deleting the standard objects and package in developement system but nevertheless wants to keep a copy of this functionality.
    So I am supposed to copy all the programs, data elemnts , screens which are there in the package in Z-Range objects . But copying them one by one would take me hours .
    Any way to copy the entire set of objects(package) into Z-Range Objects ??
    Br
    Todi

    Hi,
             Go to se 80  in that go to repository browser and
    give the package name after that right click on the object name  try checking in options ......if u could manage to create a
    zpackage. The solution for this sort of problem would be in this manner .....because i had same related issue but the thing is i need to cnage the package name ......hope this information will guide you please dont forget to give points if this is useful.

  • Launch Copy Package for OWNERSHIP app from within the FINANCE app

    Is it possible to launch the standard COPY package from within another application?
    My case is:
    I have an OWNERSHIP application with the standard dimensions ENTITY,TIME,CATEGORY,OWNACCOUNT,INTCO. I would like to copy my ownership data from one period to another as it is faster than doing data input for all my entities
    Now the challenge:
    I would like to launch this standard COPY package that copies OWNERSHIP data from within the FINANCE application. Otherwise the user always needs to switch from applications.
    I know it was possible in v4, but I seem to forget something when trying it v7.0 SP7.
    Any help is much appreciated

    Dear Shoba,
    I tried the following macro
    Sub copytest()
    Application.Run ("MNU_eData_SelectPackage(""Copy"",""system files/Copy.dtsx"",""Company"",""Ownership"")")
    End Sub
    When I was in the legalapp, copy package was opened but with the dimensions of the legalapp
    When I changed of to the ownership and tried the macro again, it gave me the good dimensions, but that was not the purpose
    When I copied the package and changed the %APP%ù it didnt work either
    I even changed %dim% to ownaccount,time,category,legalentity,intco and then the good dimensions appeared when launching the package but he gave an error when selection ownaccount, as it is not a dimension of the legalapp.
    Do you see other possibilities?
    br,
    Benjamin

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

  • OutlookSoft 4.2 SP3: Copy Package on DataSrc dimension

    Greetings,
    I'm trying to use Copy package to copy previous month's balances for balance sheet accounts into a open balance member of data source dimension. My data source dimension has following members: Total adjustments has two children: input and opening balance.
    I am not able to copy total adjustments ( calculated member) into next months opening balance member. I can only copy non calculated data source members. Is there a workaround?
    Thanks,
    Roman

    Here's what i found in Logic help for the CALC_EACH_PERIOD instruction.
    Example:
    *CALC_EACH_PERIOD
    *WHEN ACCOUNT
    *IS OPEN_BALANCE, MOVEMENTS
    *REC(ACCOUNT=CLOSING_BALANCE)
    *REC(ACCOUNT=OPEN_BALANCE,TIME=NEXT)
    *ENDWHEN
    The above sample logic performs a carry-forward of the closing balance of each period into the opening balance of next period.
    I think this is exactly what I need. Is the sample above assumes separate open balance and closing balance account for each GL account? For example, GL account Cash has two children: Cash_open and Cash_closing.

  • Copy Package Customization

    Hi Experts,
    We have a scenario where we need to restrict the users not to copy to “ACTUAL” member (To selection) by using the Copy Package.
    Please give your Suggestion experts.we should not use the data access Profile.
    Thanks and Regards,
    Lokesh.V

    Hi Vadim,
    I have Modified the code as per Your Instructions,
    Please correct me if my code is wrong.
    PROMPT(COPYMOVEINPUT,%SELECTION%,%TOSELECTION%,"%TIME_DIM%,%ENTITY_DIM%,%ACCOUNT_DIM%")
    PROMPT(COMBOBOX,%FROMCATEGORY%,"Select Source Category:",0,,{ACTUAL,ACTV1,ACTV2})
    PROMPT(COMBOBOX,%TOCATEGORY%,"Select Destination Category:",0,,{ACTV1,ACTV2,ACTV2})
    %SELECTION%DIMENSION:CATEGORY|%FROMCATEGORY%
    %TOSELECTION%DIMENSION:CATEGORY|%TOCATEGORY%|
    INFO(%FROMCATEGORY%,=)
    INFO(%TOCATEGORY%,=)
    INFO(%TEMPNO1%,%INCREASENO%)
    INFO(%ACTNO%,%INCREASENO%)
    TASK(/CPMB/CM_CONVERT,OUTPUTNO,%TEMPNO1%)
    TASK(/CPMB/CM_CONVERT,ACT_FILE_NO,%ACTNO%)
    TASK(/CPMB/CM_CONVERT,SAPPSET,%APPSET%)
    TASK(/CPMB/CM_CONVERT,SAPP,%APP%)
    TASK(/CPMB/CM_CONVERT,SELECTION,%SELECTION%%FROMCATEGORY%)
    TASK(/CPMB/CM_CONVERT,TOSELECTION,%TOSELECTION%%TOCATEGORY%)
    TASK(/CPMB/CM_CONVERT,CLEARDATA,%CLEARDATA%)
    TASK(/CPMB/CLEAR_SOURCE_CUBE,CHECKLCK,%CHECKLCK%)
    TASK(/CPMB/CLEAR_SOURCE_CUBE,SELECTION,%TOSELECTION%%TOCATEGORY%)
    TASK(/CPMB/APPEND_LOAD,INPUTNO,%TEMPNO1%)
    TASK(/CPMB/APPEND_LOAD,ACT_FILE_NO,%ACTNO%)
    ‘TASK(/CPMB/APPEND_LOAD,RUNLOGIC,%RUNLOGIC%)
    ‘TASK(/CPMB/APPEND_LOAD,CHECKLCK,%CHECKLCK%)
    ‘TASK(/CPMB/APPEND_LOAD,CLEARDATA,%CLEARDATA%)
    TASK(/CPMB/APPEND_LOAD,RUNLOGIC,1)
    TASK(/CPMB/APPEND_LOAD,CHECKLCK,1)
    TASK(/CPMB/APPEND_LOAD,CLEARDATA,0)

  • What i need to do during packaging and deploying?

    hello,
              what i need to do during packaging and deploying with my JSP,EJB,HTML
              files to the hosting company?
              if it is .java extension, do i only package the .class file without
              .java extension files?
              coz i dont want somebody copy my source code, then how?
              thanks a lot
              

    you dont need to send .java files
              package up your class files, jsp, images, jars etc into an ear file
              you may also want to check that your ISP supports weblogic applications
              "alex mok" <[email protected]> wrote in message
              news:[email protected]..
              > hello,
              > what i need to do during packaging and deploying with my JSP,EJB,HTML
              > files to the hosting company?
              > if it is .java extension, do i only package the .class file without
              > .java extension files?
              > coz i dont want somebody copy my source code, then how?
              >
              > thanks a lot
              

  • Need to convert DTS packages to SQL Server 2012 environment.

    Hi Friends,
    As Part of the Project Requirement,we need to convert DTS packages to SQL Server 2012 environment.
    Please sugest me best approach.
    Thanks

    Best approach is to re-design the packages in SSIS 2012 directy if it is feasible. Because most of the DTS feaures are discontinued and also you will have to clean up all errors that you are going to get after migration.
    Discontinued Integration Services Functionality in SQL Server 2012
    Otherwise you need to migrate it first to 2008R2 and then 2012 version.
    Below ones would be helpful for you:
    Migrate DTS packages to SSIS (SSIS2008R2)
    Support of DTS packages in 2008 R2
    Known DTS Package Migration Issues
    Cheers,
    Vaibhav Chaudhari

  • Need to run the package

    Hi friends,
    i need to run a package which will send a mail as soon after it runned. I have a package. But i need to run that package for each and every 10 min in a day. For that how i can create a job to execute that package.
    As a result of the job for each and every 10 min ill be receiving a mail. How to create a job to execute my package for every 10 min.
    Regards,
    Mini

    Hi srikanth and hoek,
    Thanks for your reply.
    i dont know why the job is not running and executing the package.
    if i compiled the package separately means, i can able to execute it successfully and also im receiving mails correspondingly.
    begin
    it_check_overdue_issues.email_overdue;
    end;But if i tried to execute the above package using a job means, it is not running corresponding to the time and also not receiving emails. This is my DBMS_JOB query that i used, it is compiling successfully without errors, but not working what is wrong with it.
    DECLARE
        jobno number;
    BEGIN
        DBMS_JOB.SUBMIT(
            job => jobno,
            what => 'BEGIN it_check_overdue_issues.email_overdue; END;',
            next_date => SYSDATE,
            interval => 'SYSDATE + (2/1440)');
        COMMIT;
    END;Regards,
    Mini

  • Running a PC via my Mac. Would I need a second copy of Word?

    Hello!
    So I am needing to get Windows running on my Mac for a specific PC only App called Nvivo.
    I am looking into the Fusion vs Parallel issue which both have their advantages and disadvantages. However, I need to know if I need a second copy of Word (ie a PC version) to read the information from my Mac word files then to be read by Nvivo on the PC side (for the cross-platform pollination to work)?
    Does Parallels of Fusion have a feature that makes it so only one copy of word is required? (Sounds like wishful thinking I know!)
    Any help would be appreciated.
    Thanks!

    Hi,
    all Word versions are Operating System - dependent.
    An OSX Word won't work when running WIndows and vice versa.
    But maybe the free OpenOffice will suffice for your needs in Windows.
    Regards
    Stefan

  • I just paid almost $10 to create a pdf from a jpg file, but I did it so that I could edit it. Now I find out I needed a different Adobe package that would create the pdf AND let me edit it. What do I do now?

    I just paid almost $10 to create a pdf from a jpg file, but I did it so that I could edit it. Now I find out I needed a different Adobe package that would create the pdf AND let me edit it. What do I do now?

    Hi Marion,
    PDF pack is meant to convert files to pdf format, Here's the feature list : Convert Word to PDF, Convert PDF to Word & Merge PDFs | Adobe PDF Pack
    In order to Create, Convert, edit pdf files, one needs to purchase Acrobat Software, Here's a feature list of Acrobat Pro : Features, PDF documents | Acrobat XI Pro
    However, you can download a free 30 day trial of Acrobat software using the following link : https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    Regards,
    Rahul

  • 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

Maybe you are looking for

  • How can I get EDGE to publish audio correctly?

    Hi there, I'm new to Adobe EDGE and any sort of HTML5, so please forgive my general ignorance. Also, I've looked through all the open questions on the forum about audio and not found any that relate to my issue I'm trying to work out how to include a

  • Query Optimisation Problem

    Hi I have a problem regarding query optimisation, and in particularly one query. The query I have is for a view, and when I ran the cost on it, there were full table scans, and some costs were quite high: Select a.name, b.id, c.date from table a, tab

  • Write Back in MUDE

    Hi All, When I'm using WriteBack and if 2 users inserted a record each at same time, what will happen? Can anybody suggest on this?

  • Send blob strait to user without file creation

    I'm hope to find a way to take a PDF blob from my DB and send it directly to an end user without having to create a temp.pdf file.      Connection conn = ds.getConnection();      Statement stmt = conn.createStatement();      ResultSet rs = stmt.execu

  • How do we open iTunes on a PC when it says the folder is on a locked disk?

    We were in the middle of synching our iPad to a PC.  The PC user is logged on to the school district's domain.  We cannot open iTunes. We only get the message that: "The folder iTunes is on a locked disk or you do not have write permission for this f