Export Package / BPC 7.0 MS SP5

Hi all,
I work with BPC 7.0 MS SP5. I have an issue with the standard EXPORT package.
My step 2 (Convert Data) failed and I have this error message : The file is empty.
I use the transformation file standard (Export.xls).
I have less than 1 000 000 000 intersections in my package selection.
I take a calculated member on 1 dimension and only leaf members on the other dimensions
My application has 9 dimensions + 1 dimensions with a double hierarchy.
Somebody has the same issue ?
Regards,
Morgann

please post this question to the MS platform this one is only used for BPC NW ..
D

Similar Messages

  • Receiving error in BPC Data Manager while running Export package.

    We are in a multi server environment and receiving below error message while running Export package.
    Have anyone seen below error message in BPC 5.1
    An error occurred while executing a package.
    Package Error Events:
    ErrorCode = -1073668060
    Source = Dump Data
    SubComponent=
    Description = The task "Dump Data" cannot run on this edition of Integration Services. It requires a higher level edition.
    IDOfInterfaceWithError= {8BDFE889-E9D8-4D23-9739-DA807BCDC2AC}
    Thanks
    Sridhar

    Below are our BPC versions:
    BPC on Server Manager: 5.0.486
    Data Manager from eData: 5.0.484
    BPC from eTool: 5.0.486
    Below is the total error message as per your suggestion to run Export package. (even with service account which we used to install the software we are getting same error message.)
    TOTAL STEPS  2
    1. Dump Data:     Failed  in 0 sec.
    [Selection]
    FILE=\ApShell_SK\FINANCE\DataManager\DataFiles\SKTEST.TXT
    TRANSFORMATION=\ApShell_SK\FINANCE\DataManager\TransformationFiles\System Files\Export.xls
    MEASURENAME=PERIODIC
    (Member Selection)
    Category: ACTUAL
    Time: 2006.JAN
    Entity:
    Account:
    DataSrc:
    IntCo:
    RptCurrency: 
    [Messages]
    An error occurred while executing a package.
    Package Error Events:
    ErrorCode = -1073668060
    Source = Dump Data
    SubComponent=
    Description = The task "Dump Data" cannot run on this edition of Integration Services. It requires a higher level edition.
    IDOfInterfaceWithError= {8BDFE889-E9D8-4D23-9739-DA807BCDC2AC}

  • Error In BPC Export Package-version 7.5

    Hi Bpc Experts,
    We upgraded DEV BPC Version 7 to 7.5 netweaver version.
    We are facing an issue when using Export package to export file from BPC to BI application server.
    After running EXPORT Package a window appears with input field to enter File name and path,But i am not able to enter the file name in the Input field(Non editable).I used the below Advanced Script
    PROMPT(OUTFILE,%DESTINATIONFOLDER%,"Please enter an output path and file name",)
    PROMPT(SELECTINPUT,%SELECTION%,,"Select the members to filter","%DIMS%")
    TASK(ZBPC_EXPORT_TRANS,EXPORT_FILE_PATH,%DESTINATIONFOLDER%)
    TASK(ZBPC_EXPORT_TRANS,SELECTION,%SELECTION%)
    Process Chain:ZBPC_EXPORT_TRANS
    But my Quality and Production system Export functionality is allowing to enter the path and file name in version 7.
    Thanks
    Mahesh

    Hi Rich,Thanks for your reply.
    I tried with standard Process chain /CPMB/EXPORT_TD_TO_FILE, but still i am not able to enter path and file name to export to BI application server
    Can u send the list of modification to be done after upgradation of BPC 7 to 7.5
    Thanks
    Mahesh

  • Customize an Export Package

    Hi experts!
    I need some information about how to build an EXPORT Package associated to an specific Transformation File and with an specific dimension selections.
    I mean, I would like to allow to the user to rum a export package, but with no choice of anything but the Time. So when the Export package will be run, it must have automatically selected the transformation file and the other dimensions.
    Thank in advance. Any idea will be welcome!
    iria

    We build our entire custom packages using SSIS and schedule them.  Will like to know if there is way that you can build your own custom package and execute it via eDATA menu in BPC for excel !
    Thanks,
    saquib Khan

  • Bundle Not Exporting Package

    I have made a bundle in Crxde lite called MyRepositoryManager
    package com.support.jcr;
    import javax.jcr.Repository;
    import javax.jcr.SimpleCredentials;
    import org.apache.felix.scr.annotations.Component;
    import org.apache.felix.scr.annotations.Property;
    import org.apache.felix.scr.annotations.Service;
    import org.apache.sling.api.resource.Resource;
    import org.apache.jackrabbit.commons.JcrUtils;
    @Component
    @Service(value=MyRepositoryManager.class)
    public class MyRepositoryManager{
        public Repository getRepository(String repositoryUrl){
             Repository repository = null;
            try{
                repository = JcrUtils.getRepository(repositoryUrl);
            } catch(Exception e){
                e.printStackTrace();
             return repository;
        public javax.jcr.Session startSession(Repository repository,String admin,String pass){
            javax.jcr.Session session = null;
            try{   
                session = repository.login( new SimpleCredentials(admin,pass.toCharArray()));
            } catch(Exception e){
                e.printStackTrace();
            return session;
        public void endSession(javax.jcr.Session session){
            try{
                session.save();
                session.logout();
            } catch(Exception e){
                e.printStackTrace();
    And here is the bnd file for this bundle
    Export-Package: com.support.jcr
    Import-Package: *
    #Private-Package:  
    # Include-Resource:
    Bundle-Name: MyRepositoryManager
    Bundle-Description: Handles repository management
    Bundle-SymbolicName: MyRepositoryManager
    Bundle-Version: 1.0.0-SNAPSHOT
    Bundle-Activator: com.support.jcr.Activator
    Problem is that when I build this bundle and look at it in OSGi console, the exported packages show nothing (Exported Packages ---)
    How can I make this class available to code in my other packages. and why is it not exporting?

    Hi All,
    Before answering your question I have few queries:-
    1. Please share screen shot where you see export package show nothing.
    2. What is your approach to access this class ?
    3. You have created this class as a services and any service can be access in other class using
         @Reference MyRepositoryManager myRepositoryManager;
       OR in Jsp
        sling.getService("MyRepositoryManager");
    Regards
    Brijesh Yadav

  • Use wmi methods with powershell to export packages

    I'm looking for a way to export packages from a ConfigMgr 2012 ( NOT SP1 ) instance using wmi and powershell. I am aware of the wmi classes under the namespace 'root\sms\XYZ_Site' but I can't find any classes with an 'export' method. 
    ( Please don't tell me to load the SP1 module )
    Many thanks! 

    Hi,
    Have you figured this out?
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Custom DSC can't find exception class, error about export-packages

    I've got a DSC which has a method that can throw two custom exceptions. It all works, and the exceptions show up available for handling in a process in Workbench, but the issue here is that the server.log has this error:
    2013-05-13 16:59:35,353 WARN  [com.adobe.workflow.AWS] An exception has been thrown for which the class information has not been exported in the service's export-packages, it is essential for the clients of the service to have the class information via export-packages to handle the exception.
    Yet I have added the exceptions' package to the export packages. And I also made a DataTypes entry for each of the two exceptions as well.
    Does anyone have an idea how I can get rid of this warning?
    Thanks,
    Jack

    You continue to use slash instead of dot.
    You did not follow any of my suggestions and still awarded me dukes,
    so I feel I have to make a last attempt.
    Here is what I have:
    D:\try>dir /s
    Volume in drive D is New Volume
    Volume Serial Number is 3ECC-CB52
    Directory of D:\try
    11/05/2007  12:18 PM    <DIR>          .
    11/05/2007  12:18 PM    <DIR>          ..
    11/05/2007  12:19 PM    <DIR>          a
                   0 File(s)              0 bytes
    Directory of D:\try\a
    11/05/2007  12:19 PM    <DIR>          .
    11/05/2007  12:19 PM    <DIR>          ..
    11/05/2007  12:19 PM    <DIR>          b
    11/05/2007  12:17 PM               808 MyClass.class
                   1 File(s)            808 bytes
    Directory of D:\try\a\b
    11/05/2007  12:19 PM    <DIR>          .
    11/05/2007  12:19 PM    <DIR>          ..
    11/02/2007  01:56 PM                11 Messages.properties
                   1 File(s)             11 bytes
         Total Files Listed:
                   2 File(s)            819 bytes
                   8 Dir(s)  70,889,848,832 bytes free
    D:\try>java a.MyClass
    value
    D:\try>Here is the code for MyClass:
    package a;
    import java.util.*;
    public class MyClass
      public static void main( String[] args ) throws Exception
        ResourceBundle rb = ResourceBundle.getBundle( "a.b.Messages" );
        System.out.println( rb.getString( "key") );
    }Here is the contents of Messages.properties:
    key = value

  • Export package file donwload format changes ti .zip

    Dear All,
    Since last few days i am facing as issue regarding downloadinf export package file.
    Earlier i used to download the same file as .epa only.
    now evrytime i need to change file extension from .zip to .epa
    Please help.
    Thanks and Regards,
    Atul

    Hi Atul,
    See http://forums.sdn.sap.com/thread.jspa?threadID=2109571
    SAP will fix this some day, but that still might take some time to be released; anyhow, the thread presents a workaround so far.
    Hope it helps
    Detlev

  • Error In BPC Netweaver Export Package-version 7.5

    Hi Bpc Experts, We upgraded DEV BPC Version 7 to 7.5 netweaver version. We are facing an issue when exporting data from BPC to BI application server.Please find the error message as below
    Task name CONVERT:
    No 1 Round:
    0GL_ACCOUNT is not a valid command or column 0GL_ACCOUNT does not exist in source
    Application: CONSOLIDATION Package status: ERROR
    I request you to give a suggestion to fix the above issue
    Thanks
    Mahesh

    Can you try the below mapping:
    0GLACCOUNT=C_ACCT
    I have my transformation file maintained in such a way that my BPC dimensions are maintained to the right of '=' sign.
    Maintain your mapping like that and validate the tansformation file with the data in the BPC cube.
    Thanks

  • BPC 7.5 NW SP5 - Question regarding Transformation file for exporting data

    Hi Experts,
    I have a requirement to export data from a BPC application to App.server/UJFS. There are currently 13 dimensions in the application. The user requires the output file to contain only three dimensions followed by the amount(signdata), namely
    | COSTCENTER | ACCOUNT | TIME | AMOUNT |.
    How do i handle the same in transformation file?
    Currently i am using the following transformation file but i am having issues validating it.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    OUTPUTHEADER=*COSTCENTER,ACCOUNT,TIME, PERIODIC
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=NO
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    COSTCENTER=*COL(2)
    ACCOUNT=*COL(4)
    TIME=*COL(13)
    AMOUNT=*COL(14)
    I tried to remove the OUTPUTHEADER from *options and tried but it still gives the same issue.
    Please help me as to how i can handle this scenario.
    Thanks,
    Victor

    The 'Export' data package which comes as part of a support pack enhancement does not support using Transformation/Conversion files to modify data prior to transport.
    Please refer to section 3 (Limitations) in the below how to guide.
    http://www.sdn.sap.com/irj/bpx/go/portal/prtroot/docs/library/uuid/b0427318-5ffb-2b10-9cac-96ec44c73c11?QuickLink=index&overridelayout=true
    Hence your only option is to manually massage data in the spreadsheet after exporting.

  • Data export from BPC 7.5 NW

    I have created and validated my transformation file, which takes two dimensions and concatenates them. For example Company and ProfitCenter, in the mapping section:
    U_Entity=Company+ProfitCenter.
    Where my company = 5110 and my profit center = SVS8110
    The records are validated and in my output file I can see 5110SVS8110 and the associated transaction data.
    However, in the *Conversion section of the Transformation file I reference the conversion file
    U_Entity=U_EntityConv.XLS
    Within the Conversion file, in the internal column I have 5110SVS8110, and in the external column I have UKSERVCO.
    Both files are validated, but when I run the export transaction data package, the output file doesn't include UKSERVCO
    In BPC 420 training it says *Conversion can be used to convert external keys from the flat file to internal keys. But can it convert internal keys to external keys in the flat file? If so, what do I need to do here?
    Thanks.

    Hi,
    have you tried to invert the column values?
    Kind regards
    Roberto

  • Error when running import data package, BPC 7.5 Microsoft

    When I try to import data to one of my applications the import fails. This happens with external data but also with data I extracted from the application (input via schedule and then exported) I get the below error:
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    TOTAL STEPS  2
    1. Convert Data:         completed  in 0 sec.
    2. Load and Process:     Failed  in 1 sec.
    3. Import:               completed  in 1 sec.
    [Selection]
    FILE=\GRP_CONSOL\ZHYP_DATA\DataManager\DataFiles
    2011_test_schedule.txt
    TRANSFORMATION=\GRP_CONSOL\ZHYP_DATA\DATAMANAGER\TRANSFORMATIONFILES\SYSTEM FILES\IMPORT.XLS
    CLEARDATA= Yes
    RUNLOGIC= Yes
    CHECKLCK= Yes
    [Messages]
    Convert Data
    Success
    Record Count : 12
    Accept Count : 12
    Reject Count : 0
    Skip Count   : 0
    Incorrect syntax near '.'.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    What can cause this error?
    Marco

    Hi Marco,
    See note [https://service.sap.com/sap/support/notes/1328907].
    This is issue is related to the Replace and Clear option and not having Work Status set up correctly.
    When using the option 'Replace & Clear' with Import packages, the WorkStatus Setting should be not only enabled but also 3 dimensions types 'C' (i.e. Category), 'E' (i.e. Entity) and 'T' (i.e. Time) should be set by 'Yes' or 'Owner'.
    Thanks,
    John

  • Set a variable in modify package - BPC 7.0 SP4 - Netweaver version

    Hi,
    can anyone tell me how to set a value (constant) for a variable in the modify package?
    In Import standard package I want to avoid to ask to user for a transformation file name:
    I want to substitute:
    PROMPT(TRANSFORMATION,%TRANSFORMATION%,"Transformation file:")
    TASK(/CPMB/CONVERT,TRANSFORMATIONFILEPATH,%TRANSFORMATION%)
    with something like:
    TASK(/CPMB/CONVERT,TRANSFORMATIONFILEPATH,\DATAMANAGER\TRANSFORMATIONFILES\import.xls)
    but when I execute the package i find an error that BPC does not find the XML file :
    "XML file (...TRANSFORMATIONFILES\IMPORT.TDM") is empty or is not found"
    Thank you
    Fabio

    You didn't validate the import.xls transformation file.
    When you are doing the validation it is created a file Import.Tdm and this it will be used after that.
    Because you didn't do the validation the Convert process type is looking about the file but is not able to find it.
    This was related to error message.
    Regarding how to setup the constant
    You can use INFO to define variable or constants for Modify Package.
    For example replace prompt with
    INFO (%MYTRANSFORMATIONFILE%, /DataManager/TransformationFiles//System Files/Import.xls)
    Of course the path has to be correct. In my case it is just an example.
    When you calll the TAsk
    TASK(/CPMB/CONVERT,TRANSFORMATIONFILEPATH,%TRANSFORMATION%)
    Using INFO you will not have that prompt message asking to input a file.
    I hope this it will help.
    Regards
    Sorin Radulescu

  • BPC 7.5 MS SP5 wrong numbers multiplying GET (A)*GET(B) in script logic

    Hi experts,
    We are migrating from BPC 5.1 MS to 7.5 MS SP5 and there have some scripts that are using GET function that retrieve wrong numbers. Particularly, it does not record the decimals figures.
    Example1 (multiply): when A=2,3 and B=4,4, then AB=10,12. But doing this in script logic GET(A)GET(B)=10. It does not write the decimal figures.
    Example2 (addition): when A=2,3 and B=4,4, then AB=6,7. But doing this in script logic GET(A)GET(B)=6. It does not write the decimal figures.
    Particularly, the script we are executing is the following. This script worked ok at 5.1 but not at 7.5:
    *XDIM_MEMBERSET ACCOUNTL= INFLA_AUX,INFLA_ACUM
    *XDIM_NOSCAN ACCOUNTL = INFLA_ACUM
    *XDIM_MEMBERSET CATEGORY=%CATEGORY_SET%
    *XDIM_MEMBERSET CURRENCY=LC
    *XDIM_MEMBERSET TECHNOLOGY = %TECHNOLOGY_SET%
    *XDIM_MEMBERSET PEM=DESCENDANTS([PEM].[PEMTOT],999,LEAVES)
    *XDIM_MEMBERSET TIME=DESCENDANTS([TIME].[XXXX.TOT],999,LEAVES)
    *CALC_EACH_PERIOD    
    *WHEN ACCOUNTL
    *IS INFLA_AUX
         *WHEN TIME.YEAR
         *IS = PEM.YEAR
    *REC(EXPRESSION=1,NOADD,ACCOUNTL=INFLA_ACUM)
                *IS < PEM.YEAR
    *REC(EXPRESSION=0,NOADD,ACCOUNTL=INFLA_ACUM)         
                *IS > PEM.YEAR
    *REC(ACCOUNTL=INFLA_ACUM,NOADD,EXPRESSION=GET(ACCOUNTL="INFLA_ACUM",TIME=PRIOR) * GET(ACCOUNTL="INFLA_AUX",TIME=PRIOR))     //in this sentence!!!!!!
              *ENDWHEN
    *ENDWHEN
    *COMMIT
    We have SIGNED_DATA_FORMAT (25,10) in the application parameters.
    Many thanks for your attention.
    Best regards,
    Arkaitz
    Edited by: arkaitz_orozko81 on Apr 28, 2011 4:31 PM
    Edited by: arkaitz_orozko81 on Apr 28, 2011 4:33 PM

    Hello,
    We have solved this issue.
    First, we have change the script:
    *SELECT(%PEM_APLICA%,[ID],PEM,"APLICA='Y'")
    *XDIM_MEMBERSET ACCOUNTL=PROD_AUX,DISP_INP,HORA_AUX,CAPAC_AUX
    *XDIM_NOSCAN ACCOUNTL= PROD_AUX
    *XDIM_MEMBERSET CATEGORY=%CATEGORY_SET%
    *XDIM_MEMBERSET CURRENCY=LC
    *XDIM_MEMBERSET TECHNOLOGY=DESCENDANTS([TECHNOLOGY].[RENOVABLES],999,LEAVES)
    *XDIM_MEMBERSET PEM=%PEM_APLICA%
    *XDIM_MEMBERSET TIME=<ALL>
    *WHEN ACCOUNTL
    *IS CAPAC_AUX
    //*IS *
         *WHEN SIGNEDDATA
         *IS <> 0
    REC(ACCOUNTL="PROD_AUX",NOADD,EXPRESSION=GET(ACCOUNTL="CAPAC_AUX")* GET(ACCOUNTL="DISP_INP")* GET(ACCOUNTL="HORA_AUX"))
         *ELSE
    *REC(ACCOUNTL="PROD_AUX",NOADD,EXPRESSION=0)
    *ENDWHEN
    *ENDWHEN
    *COMMIT
    And we have change the regional settings to "English (United States)".
    Many thanks for your answer.

  • How to Export Package in PI 7.1?

    Hi,
    In PI 7.1, Functions Tab - how to Export the Package? there a export icon beside the Package name, when I am trying to export, a window is popping up asking me to open the file instead of saving the file.
    Please suggest in this .......
    Thanks & Regard,
    Pragathi.

    Pragathi,
    you only need to select a folder in the popup window, then click on Open. A sub folder structure will be created by PI in your selected folder and java files will be created correspondingly.
    Jayson

Maybe you are looking for