Creation of a .dtsx package in order to execute a custom made logic functio

Hi
I have created some  allocation logic, which now i am executing from the default pad in the Finance application. But i need to execute it through the data manger package. Can you please tell me how to proceed with the above situation.
thanks
krish

You can greatly improve your chance of receiving a helpful answer to your question if you state the version (MS or NW) and the release (5.1, 7.0) of BPC which you are using.
Also notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of this forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future.
Thanks and best regards,
[Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
SAP BusinessObjects
Enterprise Performance Management
Regional Implementation Group

Similar Messages

  • Documentation regarding dtsx packages

    Hi,
    Does there exist any documentation regarding the creation of dtsx packages.
    Apart from on the forum, we have been unable to locate any documentation regarding the creation of dtsx packages.
    We would like to know things such as what DataTransferMode and ProcessMode controls, and what the various tasks that you can use within dtsx packages are.
    We are using SAP BPC 7.0 SP6 on SQL Server 2005.  We plan to upgrade to BOPC 7.5 on SQL Server 2008 R2 next year.
    Regards,
    Mark

    Hi Mark,
    You can have a look at following link, where lots of How-to Guides are accessible:
    http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides
    There is particularly one speaking about the creation of SSIS packages (for BPC 5.x and SQL 2005). But there is nothing really new in BPC 7.5 an SQL 2008, except that the dll used for BPC tasks are now called for example "OsoftTaskAdmin2008.dll" for SQL 2008, instead of "OsoftTaskAdmin.dll" for SQL 2005.
    Hope this information will help you.
    Kind Regards,
    Patrick

  • Unable to run dtsx package locally when there is a sort task

    Hi all
    I have created a very simple package.
    It has a OLE DB Source, a Sort and a OLE DB Destination.
    When I run it in the Integration Designer in Visual Studio, it works fine.
    But when I like to execute the package in another C# Project, I get this error:
    "To run a SSIS package outside of SQL Server Data Tools you must install Sort of Integration Services or higher."
    When I remove the Sort Task, it works.
    Here is my C# code:
    MyEventListener eventListener = new MyEventListener();
    Microsoft.SqlServer.Dts.Runtime.Package _Package;
    Microsoft.SqlServer.Dts.Runtime.Application _Application;
    Microsoft.SqlServer.Dts.Runtime.DTSExecResult _DTSExecResult;
    _Application = new Microsoft.SqlServer.Dts.Runtime.Application();
    _Package = _Application.LoadPackage(@"...\Package.dtsx", eventListener, true);
    _DTSExecResult = _Package.Execute(null, null, eventListener, null, null);
    System.Windows.Forms.MessageBox.Show(_DTSExecResult.ToString());
    Thanks and best regards
    Frank

    Hi frank,
    Based on the error message, it seems that SSIS is not installed or a lower SSIS version installed on the server on which the C# project was running.
    To run the package outside SSDT, you need right version SSIS installed. The reason why the package runs fine with only Source and Destination components is that such a simple package can be executed by the DTExec utility installed by SQL Server 2012 Data base
    Engine or Client Tools (SQL Server Import and Export Wizard). To run a package that uses other tasks/components outside SSDT/BIDS, the SSIS runtime is also required except the DTExec utility. To obtain the SSIS runtime, we have to install SSIS on the server
    where the package runs.
    Reference:
    http://stackoverflow.com/questions/19989099/getting-error-running-ssis-package-on-non-ssis-server
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Creation of developement class,package and access key

    COULD ANYBODY EXPLAIN about
    creation of developement class,package and access key
    and who will create them?

    Working With Development Objects
    Any component of an application program that is stored as a separate unit in the R/3 Repository is called a development object or a Repository Object. In the SAP System, all development objects that logically belong together are assigned to the same development class.
    Object Lists
    In the Object Navigator, development objects are displayed in object lists, which contain all of the elements in a development class, a program, global class, or function group.
    Object lists show not only a hierarchical overview of the development objects in a category, but also tell you how the objects are related to each other. The Object Navigator displays object lists as a tree.
    The topmost node of an object list is the development class. From here, you can navigate right down to the lowest hierarchical level of objects. If you select an object from the tree structure that itself describes an object list, the system displays just the new object list.
    For example:
    Selecting an Object List in the Object Navigator
    To select development objects, you use a selection list in the Object Navigator. This contains the following categories:
    Category
    Meaning
    Application hierarchy
    A list of all of the development classes in the SAP System. This list is arranged hierarchically by application components, component codes, and the development classes belonging to them
    Development class
    A list of all of the objects in the development class
    Program
    A list of all of the components in an ABAP program
    Function group
    A list of all of the function modules and their components that are defined within a function group
    Class
    A list of all of the components of a global class. It also lists the superclasses of the class, and all of the inherited and redefined methods of the current class.
    Internet service
    A list of all of the componentse of an Internet service:
    Service description, themes, language resources, HTML templates and MIME objects.
    When you choose an Internet service from the tree display, the Web Application Builder is started.
    See also Integrating Internet Services.
    Local objects
    A list of all of the local private objects of a user.
    Objects in this list belong to development class $TMP and are not transported. You can display both your own local private objects and those of other users. Local objects are used mostly for testing. If you want to transport a local object, you must assign it to another development class. For further information, refer to Changing Development Classes
    http://help.sap.com/saphelp_46c/helpdata/en/d1/80194b454211d189710000e8322d00/content.htm
    Creating the Main Package
    Use
    The main package is primarily a container for development objects that belong together, in that they share the same system, transport layer, and customer delivery status. However, you must store development objects in sub-packages, not in the main package itself.
    Several main packages can be grouped together to form a structure package.
    Prerequisites
    You have the authorization for the activity L0 (All Functions) using the S_DEVELOP authorization object.
    Procedure
    You create each normal package in a similar procedure to the one described below. It can then be included as a sub-package in a main package.
    To create a main package:
    1.       Open the Package Builder initial screen (SE21 or SPACKAGE).
    2.       In the Package field, enter a name for the package that complies with the tool’s Naming Conventions
    Within SAP itself, the name must begin with a letter from A to S, or from U to X.
    3.       Choose Create.
    The system displays the Create Package dialog box.
    4.       Enter the following package attributes:
    Short Text
    Application Component
    From the component hierarchy of the SAP system, choose the abbreviation for the application component to which you want to assign the new package.
    Software component
    Select an entry. The software component describes a set of development objects that can only be delivered in a single unit. You should assign all the sub-packages of the main package to this software component.
    Exception: Sub-packages that will not be delivered to customers must be assigned to the HOMEsoftware component.
    Main Package
    This checkbox appears only if you have the appropriate authorization (see Prerequisites).
    To indicate that the package is a main package, check this box.
    5.       Choose  Save.
    6.       In the dialog box that appears, assign a transport request.
    Result
    The Change package screen displays the attributes of the new package. To display the object list for the package in the Object Navigator as well, choose  from the button bar.
    You have created your main package and can now define a structure within it. Generally, you will continue by adding sub-packages to the main package. They themselves will contain the package elements you have assigned.
    See also
    Adding Sub-Packages to the Main Package
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05d8cf01011d3964000a0c94260a5/content.htm
    access key used for change standard program.
    www.sap.service.com

  • Stop creation of reservations against the sales order

    Hi
    I have a situation here can any body help me out?
    For a single material there are two types of sales orders like export and local sales.
    Now as the sales orders are large enough and can deliver over the six month or more.
    This sales order creates large quantity reservation and due to this other sales order not confirmed although stock is available.
    Now we want to stop creation of reservations against the sales order as well as availability check in sales order (availably check may be able to by pass using item category).
    But we still want reservation against other production orders.(where the material as BOM component)

    Hi,
    check below options
    1. You can maintain Reason for rejection
    2.. you can maintain BN in sales order schedule line category
    Let's wait other experts to answer this
    Regards,
    Sankaran

  • Automatic creation of Purchase req form sales order

    What are all the  settings required for automatic creation of purchase requisition  from sales order( from master data and spro)
    Can any one please help me out. Iam new to this topic

    Material master data: purchasing view must be updated with puchasing group and so on.
    sales data: the item categotu group is BANC
    Sales order: the standard customizing determine the TAB item category, in the related schedule line type there is the purchase requisition document.
    have a look to this link
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/dd/5601d4545a11d1a7020000e829fd11/content.htm">http://help.sap.com/saphelp_47x200/helpdata/en/dd/5601d4545a11d1a7020000e829fd11/content.htm</a>
    Roberto

  • Creation of u201CHeader Textu201D in sales Order and Invoice

    Dear friends,
            Can any one guide me the complete configuration settings that are required for creation of u201CHeader Textu201D in sales Order and Invoice. Please help me to overcome this issue.
    Regards,
    Bhanu.

    Hello Bhanu...
    Hope you are aware of the configurations you need to maintain for the Text determination.Anyway, herewith are the steps that may help you to accomplish your requirement.
    Text Determination procedure for sales document header:
    Text can be determined at sales document header level or it can be imported from customer master. The process is...
    Define Text types:Path: Imgsales and distributionbasic functionstext controldefine text types
    Select sales document header. Click on text types go to new entries and define text types. For Eg:Z1
    Define Access sequence:
    Select sales document header
    Click on change icon
    Click on access sequence control button under dialog structure
    Go to new entries and define access sequence number with description.Ex: 55
    Save it and exit
    Define text determination procedure:
    Go to new entries
    Define text determination procedure.Ex: ZX save it and exit
    Assign text id's to text determination procedure:
    Select your text determination procedure(ZX)
    click on text id's in text procedure control button under dialog structure
    go to new entries and maintain entries. Text id:assign text id (Z1) that we defined in the previous step
    Specify sequence No-10
    Check Reference: this indicator specify that the text is reference or copies from preceding object
    Text in obligatory: text will be displayed during copying. the value of this field specifies whether text is obligatory or not and if it is obligatory the how it is to be displayed
    Apart from this... you also have to maintain the text in the Customer master as mentioned in the previous mail..
    For this you have to maintain the customer text.Do the following steps.
    1. Go to Customer master, Choose from the Menu Extras --> Text and mention the text
    2. Then in a sales order automatically wehn you are entering that sold to party..the header message will be appearing..
    In a nutshell i would request you to check weather you have maintained the Sales-Customer text KNVV and also that you have maintained all the required customizing settings for the text procedure, access sequence etc were completed....?
    Also make sure that the text type is also inclueded in the text determination procedure of the sales document header...
    Note: If all the settings of text determination exists and still if the text is not appearing then In sales document Header Text procedure, select sales header procedure, then select Texts in procedure. Check for the Header note, No. box is checked. This check mark ensures text is to be displayed when it is copied..
    Its should be working if all the requried setting are made....
    Reward if this helps..
    Thanks,
    Safeer Rahman

  • Creation of dbms repair package

    Dear Friend
    I tried for creation of dbms repair package by running dbmsrpr.sql .And But the script is creating only package specification. How to Create Package Body ...
    Please give me the solution
    Regards
    Annapurna

    I hope this is already existing package and no need to compile the package defn once again.
    may be u can check by connecting as SYS and running the following qry
    select * from dba_objects where OBJECT_NAME = 'DBMS_REPAIR';
    HTH
    -Suresh.A

  • Issues automating dtsx packages

    Hello
    I am new to SSIS & SSAS. I have a DTSX package and I want it to execute every night.
    I can run the package manually using SSDT. However when I try executing the package using SQL Server Agent, the job fails.
    Package Source: File System
    Package: D:\Path\test.dtsx
    Here is the history log,
    Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 32-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  11:20:24 AM  Error: 2014-09-18
    11:20:24.31     Code: 0xC00220E6     Source: Execute Package ILE      Description: There is no project to reference.  End Error  Error: 2014-09-18 11:20:24.31     Code: 0xC0024107     Source:
    Execute Package ILE      Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  11:20:24 AM  Finished: 11:20:24 AM  Elapsed:  0.172
    seconds.  The package execution failed.  The step failed.
    Am I missing something? Any help is greatly appreciated

    I think you're referring a local path to package inside and its resolving correctly when you try to execute it from job in the server. Try using UNC path
    If you've an expression for setting path make sure its giving correct value when run from the job
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Modifying dynamic paramters in dtsx package

    Dear friends,
    I am new to BPC and using BPC 5.1 MS (SQL 2005). There are four dimensions  in my existing dtsx package for the user to select the values as dynamic parameters.  I like to edit this dtsx package and add new dimensions for the user to select . Eg. Time dimension. I tried to edit the script and appended the new dimension names in the existing line of code in Data Manager-->Advance button. It was saved, but while executing the script, only the new dimension name is displayed in the parameter selection screen. Could you please help me by listing the procedure for editing script and adding new dimensions.
    Thanks
    Roy S

    Dear Nilanjan,
    My existing script is as follows
    'DEBUG(ON)
    PROMPT(RADIOBUTTON,%CHEKCLCK%,"Select whether to check work status settings when running logic.",1,{"Yes, check for work status settings before running logic","No, do not check work status settings"},{"1","0"})
    PROMPT(SELECTINPUT,,,"Please select Ctegory, Entity, Time and Currency for restatement",%CATEGORY%%ENTITY%%TIME%%CURRENCY%)
    TASK(Execute formulas,USER,%USER%)
    TASK(Execute formulas,APPSET,%APPSET%)
    TASK(Execute formulas,APP,%APP%)
    TASK(Execute formulas,SELECTION,%SELECTIONFILE%)
    TASK(Execute formulas,LOGICFILE,%APPPATH%\..\AdminApp\%APP%\Calculate Revenue.lgx)
    TASK(Execute formulas,RUNMODE,1)
    TASK(Execute formulas,LOGICMODE,1)
    TASK(Execute formulas,CHECKLCK,%CHEKCLCK%)
    I want to add a custom dimension viz. "PUBLICATION" to the PROMPT statement as follows;
    I tried in different ways as given below, but everything failed.
    PROMPT(SELECTINPUT,,,,"%CATEGORY%,%ENTITY%,%TIME%,%CURRENCY%,PUBLICATION")
    PROMPT(SELECTINPUT,,,,%CATEGORY%%ENTITY%%TIME%%CURRENCY%PUBLICATION)
    PROMPT(SELECTINPUT,,,,"CATEGORY,ENTITY,TIME,CURRENCY,PUBLICATION")
    Would you please look into it.
    Thanks
    Roy

  • Run DTSX Package in SQL Server 2012

    Hi,
    Can I run the DTSX packages( Developed in SQL Server 2008 R2 ) directly in SQL Server 2012 without converting into SSIS . Can anyone tell me the procedures to execute a DTSx packages in SQL server SQL Server 2012 without converting into SSIS.
     One Common Parent Package calls all the Child packages. i.e 32 bit on 64 bit
    Regards,

    If you want to run packages without upgrading you can make use of command line utility like DTExec for executing them. 
    If you open them in a Integration Services project in 2012 then will automatically  upgrade packages to new version.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Associate a dtsx package with Visual Studio

    when i double click a dtsx package created via import /export wizard, it opens it in Word. what can i do to get it to open in Visual Studio.?
    sukai

    Hi sukai,
    By default, if we’ve ever used Word program open this .dtsx format file, then it always opens .dtsx file in Word.
    If we want to directly open the .dtsx file with Visual Studio, we can change the program. For more detail steps, please see:
    Right-click file to select “Open with” option.
    Expand “+” next to Other Programs.
    Click Browser to navigate to “C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE”, then select devenv.exe application.
    Click OK. In this way, the .dtsx file would be always opened with Visual Studio. We can design the package, but cannot execute it.
    Besides, as Arthur said, by default, the .dtsx file is opened with SSIS Package Execution Utility (DTEXECUI.EXE Utility). I strongly recommend that we should create a SSIS project, then add the package with “Add existing package” option from File System. At
    this time, we can edit, execute and deploy it in SQL Server Data Tools.
    Reference:
    https://www.blackbaud.com/files/support/guides/infinitydevguide/Subsystems/bbdw-developer-help/content/tkaddpackagefromexisting.htm
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Stop Creation of reservation while creating process orders....

    Hi All,
    THe requirement is to stop creation of reservations on creation of process order.
    have done the configuration in order type dependent parameters to stop creation of reservations on creation of process order.
    After this configuration the reservations have stopped appearing in the MMBE for components although there are reservation created.
    The above case appears only when i am creating process orders manually through transaction COR1....But when process orders are created by converting Plann order then in this case although the order type is same there are reservations visible in the MMBE transaction for the components.
    Request you to please guide through the reason for creation of reservations when a process order is created by converting a plan order.
    Thanks in advance for your help.
    Vinit

    Hi All,
    We are using the planning strategy 40 where in we produce only when the sales order is received.
    For a material we are using SPK as stock transfer from other plant.
    The requirement for this material is triggered due to 1)dependent reservation(as this component is used as a component to manufacture other material 2)Sales requirement for this material.
    On MRP the requirement is transferred to the supplying plant and we receive the stock in our plant.
    Now this stock is the total of requirement generated to fulfill the sales requirement and the consumption requirement.We cannot differentiate which stock was called in for sales order and which for fulfilling the production requirement of the superior material.
    Whenever a production order for the superior material is created reservation for this material are created because of which the stock will not be available for creation of deliveries for sales orders.(This is because of the av checking rule)
    Is there a way to differentiate these stocks.
    We thought about creating MRP areas to manage the requirements differently but this will lead to creation storage locations and thus affect our global template.
    Thus we thought of blocking of creation of reservations......this we thought as all the materials are already available by the time the process order is created so there is no point in creating reservations for the same.
    Let m know if you need any further information .......Help me providing a proper solution to the issue.
    Thanks in advance

  • Production Order creation through Tcode- CO10 unless previous order is Tech

    Hi,
    Can I restrict new Production Order creation through Tcode- CO10 unless previous order is Techoed / closed.
    Issue : Users having authorisation for CO10, are creating multiple orders without taking them to logical closure. Since budget is getting allocated for the each & every order, in the year end reconcilation becomes difficult.
    Without using an exit can we achieve it???
    Please suggest.
    Regards,
    Vivek S.

    Hi,
    You had to use the cusomter enhancement for the same
    Thanks
    SUMIT

  • I am webmaster for our church (C of E) in Dorset, UK.   The church has charitable status, and is cash-strapped.  I am searching for the cheapest download package in order to use Photoshop & Dreamweaver - at home and in the Parish Office. This page (https:

    I am webmaster for our church (C of E) in Dorset, UK.   The church has charitable status, and is cash-strapped.  I am searching for the cheapest download package in order to use Photoshop & Dreamweaver - at home and in the Parish Office. This page (https://www.adobe.com/content/dotcom/uk/volume-licensing/non-profit.edu.html) suggests that we are eligible for discount BUT provides no information on pricing for me to present to the PCC for them to authorise purchase.  Any tips?

    You have to contact a reseller and they will fix you up with a plan and verify your eligibility. That's just how it work. when you are eligible, the normal student pricing applies, give or take any extra discounts based on the number of licenses you buy, which would not apply in your case.
    Creative Suite 6
    Mylenium

Maybe you are looking for

  • Storage location in QA32 not appearing

    HI GURUS IN QA32 , STORAGE LOCATION IS NOT APPEARING FOR FEW MATERIALS . IN PURCHASE ORDER WE HAVE CONSIDERED ASSET ACCOUNT ASSIGNMENT CATEGORY , WITH VALUE & QUANTITY UPDATION . BUT DURING GRN STORAGE LOCATION IS NOT TAKEN INTO ACCOUNT SO IN QA32 AL

  • Iphone 4 & 3gs on ios5.01 in a boot loop

    Having both an iphone 4 and 3GS (neither are jail broken) in the same fault being stuck in a boot loop following nothing in common with either phone in relation to an application causing the issue. I commenced in removing some application to see if t

  • SAP Gateways - rdisp/max_gateways

    Hello RFC-guys, i have a question regarding the SAP gateways. Today we have faced an situation where we were unable to open RFC connections to a specific application server. We recieved an error wich says that the max number of sap gateways was reach

  • Finding tables used for all modules t code

    hi Gurus I just come accross to one answer that enter T.Code se49 & in that screen enter the T.Codes you want to see teh tables used for that t code. But when i enter t code se49 the system says it does not exists. Does it have any varsion problem ?

  • 8530 won't work unless it's plugged in

    I'm stuck in the 80s with a corded phone again.   It works fine if it's plugged in. But when I unplug it and try to use it, a white screen will flash and then it turns off completely.  It automatically tries to reboot, but fails on most occasions. I