Schedule Package Link via Data Manager

Hi all,
I create a schedule to run package link via data manager (excel) like below:
But when I check the package link status, it show different start time like below:
Anybody please help me explain what happen and how to solve this case.
Thanks you in advance.
Regards
Agus Eryanta

Hi Roberto,
Yes I'm sure the package link is same.
I was delete the package link status before March 2015, 12 before I realized the time is different.
Regards
Agus Eryanta

Similar Messages

  • Import Comments data and Dimension Members from csv file via Data Manager

    Dear Experts,
    I have two questions regarding the data manager.
    Q1.Is it possible to import "Comments" from the csv file via Data Manager?
    We'd like to import the amount with "Comments".
    My image of csv file is like below;
    ACCOUNT,CATEGORY,TIME,ENTITY,INPUTCURRENCY,AMOUNT,COMMENTS
    1100000,ACTUAL,2010/06,LC,30000,This is comment
    Q2.Is it possible to import the dimension "members" from the csv file via Data Manager?
    We have a user-defined dimension named "Project"
    and would like to import the members, instead of maintaining them in BPC administration manually.
    I found an online help information which says "Import Master Data from a Data File Example",
    but I could not find any relevant sample package for this.
    (I tried to import the members by using "Import" package, but it failed...)
    reference:http://help.sap.com/saphelp_bpc75/helpdata/en/86/8b1bfc12c94fb0b585cca70d6f1b61/content.htm
    Thanks in advance for your help.
    Fumi

    Hi Fumi,
    In this case, I would suggest you to create a customized SSIS package which will fill-in the "Comment<APP>" table, according to the csv file you have. I do not know any standard package that allows you to import comment the way you would like...
    Best Regards,
    Patrick

  • Passing multiple parameter to SSIS package via data manager

    Hi
    We are trying to pass parameters from data manager to SSIS package. We are trying to give option of selecting members from Dimension using SelectInput while modifying script.
    But we are not able to catch the values in SSIS package.
    Code in Data manager package:
    (ON)
    (SELECTINPUT,%VER%,,"Select Account",%ACCOUNT_DIM%)
    (Execute sp_ver_copy,SqlStatementSource,exec dbo.sp_ver_copy2 '%VER%')
    We also tried with writing GLOBAL(VER,%VER%) instead of -- (Execute sp_ver_copy,SqlStatementSource,exec dbo.sp_ver_copy2 '%VER%')
    But that also dosent work.
    We need to use the parameters passed, in SQL code that we have written in OLE DB source, under data flow task.
    Any help is appreciated.
    Thanks in advance

    Thanks Roberto for reply.
    Please find the screenprint as per your suggestion. Also I have mentioned the code in above question. We are using the stored procedure to write the value into a table , passed from front end. We are able to write the value passed from front end into a table. So it means that system is passing the value.
    But when I try to bring same value into the data task flow , system is throwing a error. The description of error is also mentioned below.
    Kindly advise.
    Error Description in DM package:
    Description = Executing the query "exec dbo.sp_ver_copy2 'Account'" failed with the following error: "An error occurred while extracting the result into a variable of type (DBTYPE_STR)". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

  • Error when Trying to Copy or Import Data via Data Manager

    Hello Experts,
    I was trying to do an Import using the package in Data Manager and i Got this error:
    [Admin-ProcessPartition]Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactAppname', Column: 'ACCOUNT', Value: '7061020702'. The attribute is 'AccountNom_ID1'
    Also, I tried to do some Optimize in the Application and then a Copy from a Package and I still got this error.
    Thanks for your help,
    Rodrigo

    Hi Rodrigo,
    For every application, BPC creates 3 tables in the SQL.
    1. FactWB<application> : writeback table - the data is stored whenever we send any data from the input schedules. This table is used for real term storage (the most current data sent to the system).
    2. Fact2<application> :  When we load data through DM packages, it gets stored in this table. Also called short term storage.
    3. Fact<application> : Main data storage. All data eventually resides over here. Also termed long term storage.
    Hope this helps.

  • Errors when packaging extension via Extension Manager Command Line

    Hi all,
    I am attempting to package an Adobe Fireworks extension via the CS6 Extension Manager command line tool:
    /Applications/Adobe\ Extension\ Manager\ CS6/Adobe\ Extension\ Manager\ CS6.app/Contents/MacOS/Adobe\ Extension\ Manager\ CS6 -suppress -package product="Fireworks CS6" mxi="name.mxi" mxp="name.mxp"
    I get the following error:
    error: +++ Assert in file /export/home/coretech/source/daily/extendscript/scriptobjects/build/xcode24/../../source/ bridgetalk/source/SoBridgeTalk.cpp, line 117
    +++ BridgeTalk::InitTerm::exit() has already been called.
    Debugger() was called!
    Does anyone have any suggestions on how to proceed?
    Best,
    Dmitriy

    1. There is no "product" attribute in package command. Please remove it.
    2. Why do you still package mxp? MXP has some limitations and is no longer supported in Extension Manager CC. You should package ZXP instead.
    3. Extension Manager CS6 can't sign extension during package. We have a new free product called Adobe Exchange Packager which can package and sign extensions. You can sign in http://www.adobeexchange.com/ and go to Resources page to download it. The current version in this page can't package extension based on existing mxi file. The latest version meets your requirement and will be available in a couple of days.

  • I want to run a package link using a macro code .

    If there is a package RUN_CALC under package group COMPANY1 . Then I use the following macro code to run the package :
    Dim EPM As New FPMXLClient.EPMAddInAutomation
    Sub RUN()
    EPM.DataManagerRunPackage "RUN_CALC", "COMPANY1", ""
    End Sub
    There is another set of calculations that is run through package RUN_CALC2 . Now I  have linked the two packages : RUN_CALC1 and RUN_CALC2.
    Now I not getting any suitable macro code to run this package link . Please suggest the code .
    Thanks,
    SHUBHAM

    Hi Shubham,
    1)     Create Package link.
    2)     Set your prompts.
    3)     Run  your package link using Data Manager-->Run Package-->Run Package link
    To run package link through VBA you need unique name of package ID.
    4)     After running package link go to SE16 select table name UJD_LINK_LOG.
    5)     Then system will generate one entry in table UJD_LINK_LOG.
    6)     Copy Unique ID of that package.
    7)     Use that Package ID in the VBA Code.
    Regards,
    Sushant

  • SSIS Package Fails Immediately in Data Manager

    Hey all!
    I have an SSIS Package that works perfectly in my Production system.  I'm currently trying to test the exact same package in my Test System.  The only change I've made to the package was to change the server name to point to our Test Server. 
    Now, within SSIS, this Test package runs completely fine.  However, when I try to run the exact same package through the Data Manager.  The package Errors out immediately.  Of course, BPC gives no error message at all to help troubleshoot.
    Does anyone have any idea why this package would work on our Production system, but not our Test Server?  Any hints on what to look for would be extremely welcome!
    Thanks much!
    Sean

    For clarity, you have an SSIS package in production, in the DM file folders, that you are copying over to a file location in the TEST environment. Then you are adding the package via the DM interface.  The saving the view.  Then trying to execute the package? 
    -If you edit the package via the DM interface, does everything look correct, regarding settings for the package?
    -Does the package have more SSIS tasks than just standard BPC tasks?  Do they need to be modified for the new servers.
    - WHat does the package do?  Is it supposed to run logic?  B/c it may need the logic statements to be validated and saved?
    Please Let us know.

  • Copying the data manager package

    HI All,
    In BPC,  I need the contents and packages of my data manager package to be copied from my production server to Testing server.(I want the entire contents in there, to be copied.)
    Can anyone suggest me, how can i do that??

    Hi,
    I meant that you need to go the path:
    <installation folder>\Data\Wefolders\appsetname\appname\datamanager\packagefiles
    You will be able to see your package file, here. You can copy it and then paste it on the same path in the target server.
    Hope this helps.

  • Run SSIS Package (SQL Database on Different Server) from Data Manager.

    Hi- How to run a SSIS package from BPC Data Manager -This package connects to another SQL Server Database and creates a text file. This text file is the source to BPC custom tasks CONERTTASK and DUMPLOAD task to load to BPC.
    Here is the  flow of the complete package- Dataflow (Create the text file from a SQL Database)
                                                               CONVERT TASK (Convert the file to BPC Format)
                                                                DUMPLOAD TASK (Load the converted file to BPC)
    Any pointer will be a great help.

    Hello Pam,
    When you run SSIS package with BPC DM it runs on the application server. You don't really have to run a package on a different server in order to get data from a remote database and dump it to a file. That task can be done in your SSIS package using various data sources/destinations. If that's what you are trying to do. The only thing is, your BPC admin user (the one you used to install BPC) has to have an appropriate privileges on a remote server.
    Hope that helps.
    Regards,
    Akim

  • Import Substitute and Related Item relationship via Import Manager

    Hi! I have been able to import parent/child relationship (captured in an Excel spreadsheet) via the Import Manager. I have tested with BOM and Sales Packages and it worked fine.
    However, I now also want to be able to import relationship such as substitutes and related items and found out that this feature is not available in Import Manager. I cannot do this via matching in Data Manager as there is a similarity in the part number used. However, I guess it may be possible if I introduce a new field to somehow link them together.
    Has anyone tried to do a mass load of relationships like these before? If so, would appreciate if you can share your experience in this.
    Cheers!
    SF

    Have to import via Data Manager using a text file. It is important to note that there should be no blanks after the last header field and data line.

  • BPFs and Data manager

    In Version 7.5M I found some new steps when creating a BPF step for Data Manager.
    - Data Manager for PackageExecute
    - Run specific package for PackageExecute
    - Run user package for PackageExecute
    can anyone explain me these new steps?
    Is it possible to link the data region from BPF to the Element selection in a specific package?
    Exmple: in BPF i select a category, time and entity.
    When starting a package, i would like to have these selections filled automaticly in the associated fields of the package.
    Regards
    Achim

    Hi,
    1) We use Import manager to import the spreadsheet  data.You can map the fields in Import Manager.
    Once the data is imported ,you can see the data in Data manager.You can edit ,update certain records,validate them  in data manager.
    2)Person resposible for importing data must have Import manager and Data manager  installed on PC.You can even automate the import process.Apart from this if you have any other role like approver then you can install Data manager only for them to approve via data manager
    End Users can search using SRM .they dont need the clients intalled on their system.
    Regards
    Nisha

  • Execute script logic using data manager

    Hi all,
    Could anyone explain me how to run a script logic using the data manager?
    The only way I get it working is adding the script logic into the defaul.lgl file and running the default formulas package via data manager.
    How can I run an specific script logic without using the default.lgf file?
    Thanks and regards,
    Ana

    HI Ana,
    You will have to create a SSIS package that will run the logic for you. A good example of this is the ICELIM package that comes standard with AppShell. The easiest is way for me is to copy the package and renaming it to what you want to call it in the following folder: C:\BPC\Data\Webfolders\<AppSet>\<Application>\DataManager\PackageFiles\System Files
    You will then have to organize the package list and add the package and modify the advanced properties of the package and point it to the correct logic file. I always use the lgf file rather than the lgx file, but it is up to you.
    Lemme know if you need more info.
    Regards,
    Andries

  • Not able to see data in the qualifier table of the main tbl , Data Manager

    Hi,
    I have an issue of not able to see the data of two qualified table after populating them.
    It is in mdm-5.5 ps4.
    When populating data first time ,it shows up in those two table slots in the right side of the Data Manager.
    However subsequently it does not show up in those slots , only by right click on the table and selecting "View/edit", the window pops up where those data shows up.
    However unlike other qualified tables the data does not showup automatically for these two tables.
    Appreciate any suggestion or feedback on this.
    regards,
    -reo

    You may have checked the Filter Check Box next to the Qualified Lookup cell in Data Manager, when the current table is the Main Table.
    You use the Filter Checkbox to limit the qualified table records by the current search selections.
    Secondly, you have see if there are any Qualified Links to the main table record you are viewing.
    If not, create the Qualified links in Data manager, for the main table record and the Qualified Table Record.
    Once this is done, you will see the Display fields of the Qualified table for which the links exists for the given main table record.
    Message was edited by:
            Adhappan Thiagarajan

  • SSIS Environmental Variables not working in BPC 7.5(MS) Data Manager

    Hi,
    We have an SSIS 2008 package that is retrieving variable values from Environmental Variables.  The package runs successfully when executed from DTExec, but fails when executing from a BPC 7.5(MS) Data Manager package.  Looking through logs we've been able to pinpoint the issue.  The issue is that the SSIS package is unable to retrieve variable values from Environmental Variables when running from Data Manager packages.  We tried using XML Configuration files to store variable values, but this did not work either when running the SSIS package from Data Manager.  Has anyone seen this before?  If so, what was the solution to resolving the issue?
    Thanks,
    Glenn Van Der Werff

    Hi Glenn,
    Can you set package variables in Data Manager script as a workaround?
    For example, here is how we set connection string:
    GLOBAL(DRILL_CN_STRING,Data Source=%SQLSERVER%;Initial Catalog=%DRILL_DB%;Provider=SQLOLEDB.1;Integrated Security=SSPI;Application Name=SSIS-BPC_Incremental_Oracle;Auto Translate=False;)
    DRILL_CN_STRING is a variable in our package and %<Parameter Name>% are parameters for that connection string.
    Regarding Env Variables and XML... there could be security related and/or Package ProtectionLevel issue when BPC system account.
    Hope that helps,
    Akim

  • Date management in SAP CRM Interactive reports (CRM 7.0 EHp 2)

    Hi, all!
    I need some help with dates in interactive reports.
    My case: I need to add some new Z-dates in interactive report
    1. I've create some customer Date types and date rules via Date management.
    2, I've add it to screen on wui
    Question:
    How i can add this dates to interactive report? Does it possible?

    Hi Christophe,
    Facebook and Twitter are officially integrated into SAP CRM 7.0 EHP 3. Not LinkedIn though.
    You can use a custom solution in EHP2. Example is provided in SAPPress book SAP CRM: Techical Principles and Programming.
    Regards,
    Pavel

Maybe you are looking for