DTR  Design Time Repository

Hi,
I would like to start with the DTR configuration of my WAS 6.40, anybody can help me?

Hello,
Follow the link,
http://help.sap.com/saphelp_nw04/helpdata/en/cb/6acf38422f0244b960236643e3cc46/frameset.htm
I think this will give you a better answer rather than explaining in forum.
Regards,
Kaustubh

Similar Messages

  • NWDI DTR ( Design Time Repository ) for use with XI

    I know many people use CMS to do their XI transports - but is anyone using DTR for version control of XI objects?  Any information would be much appreciated.

    hi,
    I have done in installing CMS without DTR, CBS,  so maybe they are for managing of version of java sources.
    if you are planning to manage java source like ejb, you may need to configure DTR, CBS during installing CMS.
    thanks
    venjamin

  • Design Time Repository question.

    Hi, I'm clustering my SOA Suite per a consultant and this documentation:
    http://download-west.oracle.com/docs/cd/B31017_01/core.1013/b28939/j2ee.htm
    In section 3.1.19 Configuring JNDIs for the Topic and Topic Connection Factory, it states:
    Using Oracle Enterprise Manager 10g, follow these steps to configure JNDIs in the Design Time and both ESB repository instances.
    Now I've followed these steps for the ESB repository, but I find it unclear as to what it's referencing with the "Design Time repository".
    I'm having an issue where the SOAP WSDL's pull up without problem, but the SOAP Endpoint URI's always fail, and I'm wondering if this may have something to do with it.
    Thanks for your help!
    David

    Hi Paolo,
    I am doubtful about the use of NDS. This is because the libraries available with NDS will be for WAS 6.40 and EP6 SP2 i feel is on WAS 6.20. I am really not sure about this but my main point is that there may be library version conflict issues.
    I dont think there is any plugin available for DTR.
    But then DTR is a WebDAV based server. Hence any WebDAV client should be able to solve your purpose.
    But this is a good thread. Hope others will also provide their suggestions on this.
    Regards
    Sidharth

  • What is the use of Design Time Repository?

    Hi Gurus,
    What is Track?
    What is DTR? and what it offers ?
    what is CBS? and what it offers?
    What is CMS ?and what it offers?
    Please Give me some idea about this?
    Thanks in Advance,
    Dharani

    SAP NWDI is also known as SAP JDI (Java Development Infrastructure). The latter term is considered to be obsolete.
    NWDI consists of
    - Design Time Repository (DTR)
    - Component Build Service (CBS)
    - Change Management Service (CMS)
    The concept of the NWDI starts with a product and a software component (SC). The normal case is to have a one to one relationship between product and software component, one product is being developed and the relations between the components comprising the product are kept within a software component.
    A software component comprises one or more development components (DC). A development component consists of a normal project created with the Netweaver Developer Studio, i.e. a Web Dynpro application. The software component can also have dependencies to other SCs.
    All relations are defined in a SLD.
    Since all DCs that makes a product is kept inside a software component, the relations between the DCs are intact and versions of the different DCs are always consistent in the SC.
    To be able to develop a DC inside a SC, a Track has to be set up in the NWDI to support that development.
    Details about the components:
    Design Time Repository (DTR)
    The DTR resemblance a filesystem and can be accessed via WebDAV. File and folder permissions can be configured for users or groups.
    Each file is version controlled and it's possible to branch or merge files.
    The main repository folder (ws) contains folders representing tracks in the NWDI. The files checked into the NWDI are files with no local dependencies. For instance, the classpath file in a project refers to local jar files and are of no use for the Component Build Service when the project is build on the server.
    Component Build Service (CBS)
    When a file is changed in the Netweaver Developer Studio, an Activity is created together with a Request. When the changes are done, the request is checked in to the DTR, the activity is then activated which trigger the CBS to build the DC on the NWDI. Usually an ear or war file is created. When the activity is released from the Netweaver Developer Studio, the ear or war file is deployed to a development system via the CMS.
    When the CBS finds dependencies between DCs inside the Track, all dependent DCs are rebuild automatically.
    It's possible to use the CBS to rebuild a DC or even a full SC.
    Change Management Service (CMS)
    Change Management Service is used to maintain tracks and keep track of what version is deployed on different servers in the landscape. CMS can also transfer code between tracks. This is often used when creating tracks supporting development of general components, development of main components and finally maintaining deployment of full solutions.
    Transferring code between tracks in order to achieve merge and joins between deployed production versions.
    The CMS consists of layers on each track.
    Check-In - where initial source is loaded to the track.
    Development - represents the deployment to a development system. Changes are deployed on a DC level.
    Consolidation - represents the deployment to a consolidation system.
    Assembly - Stage to accept a change. Combines all DCs to a full SC. Version number labels are possible to set here.
    Test - represents the deployment to a test system. Changes are deployed on a SC level.
    Confirm - Confirmation stage before moving the change to production.
    Production - represent the deployment to a production system.
    System State - Gives an overview of the different versions deployed on different systems.
    Each layer have a history and the possibility to go back to an earlier state.
    regards
    Surender Dahiya

  • Design Time Repository (DTR)

    After DB Migration / System Copy I need to "Redeploy the database schema" in DTR, as System Copy Guide, as well SAP Note 959218 telling that I neeed to redoply "NWDI.SCA" which can normally be found under "https://service.sap.com/swdc", but unfortunately I do not find, does someone know where to find / download this SCA.
    Thanks for help

    Issue is solved by me.
    Thansk for input

  • Design Time Repository

    Hi All,
    Could anyone tell me where to Download DTR and How to configure it with SAP IDE?
    Can anyone please give me the link for that?
    Regards,
    Shakthi

    Hi,
    I dint got your post very much are u using NWDS for development  can download DTC i.e configuration of product to be made .
    llink
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/371ad7e4-0601-0010-1db0-bfbb584f3acf

  • Incorrect results with design-time artifacts

    Hi,
    Problem description:
    After creating design-time artifacts, Analytic view with Anlaytic privilege having assign restriction as repository procedure is not returning desired results.
    HANA AWS revision 70.
    Problem Recreation:
    Below I am giving the process for problem recreation.
    1. EDW.hdbschema:
    schema_name="EDW";
    2. EDW_DD.hdbdd:
    namespace excent.P1;
    @Schema : 'EDW'
    context EDW_DD {
    type TT_LV {
    LowValue : String(18);
    entity USER {
    @Catalog.tableType: #COLUMN
    key User              : String(10);
    key InfoObject        : String(10);
    key Option            : String(2);
    key LowValue          : String(18);
    HighValue             : String(18);
    ChangedOn             : LocalDate;
    ChangedBy             : String(8);
    3. Created Analytic view (AN_EDW_SALES.analyticview) based on VBAP table with output as VBELN, MATNR, NETWR. Apply privileges is left empty.
    4. Created repository procedure (LowValue_IN.procedure)
    CREATE PROCEDURE LowValue_IN (OUT RES "EDW"."excent.P1::EDW_DD.TT_LV" )
           LANGUAGE SQLSCRIPT
           SQL SECURITY DEFINER
           DEFAULT SCHEMA _SYS_BIC
           READS SQL DATA AS
    v_cnt INT;
    BEGIN
    RES = SELECT "LowValue" FROM  "EDW"."excent.P1::EDW_DD.USER"
                 WHERE "User"            = SESSION_USER
                   AND "InfoObject"       = 'MATNR'
                   AND "Option"           = 'EQ'
                 GROUP BY "LowValue",  "User"
    SELECT COUNT(*) INTO v_cnt FROM :RES;
    IF :v_cnt = 0
    THEN RES = SELECT 'EMPTY' AS "LowValue" FROM DUMMY;
    END IF ;
    END;
    5. Created Analytic privilege(AP_EDW_SALES.analytic privilege) with assign restriction on Repository procedure (LowValue_IN.procedure) with operator "IN" and Privilege Validity with operator as ">=", From date as yesterday (2014-03-24)
    6. Created Role (EDW_SALES.hdbrole) and assigned the below privileges:
    system privilege: CATALOG READ;
    catalog sql object "SYS"."REPOSITORY_REST": EXECUTE;
    catalog schema "_SYS_BI": SELECT;
    catalog schema "_SYS_BIC": SELECT;
    analytic privilege: excent.P1:AP_EDW_SALES.analyticprivilege;
    package excent.P1: REPO.READ;
    7. Created user from Systems view (EDWUSER) and assigned the role (EDW_SALES.hdbrole).
    8. In SQLConsole, executed the query to insert 1 record, which has in VBAP:
    insert into "EDW"."excent.P1::EDW_DD.USER" values('EDWSALES','MATNR','EQ','M-08','','','');
    Now when I do the data preview, I can see all the records instead of only 1 record with MATNR "M-08".
    Few Observations:
    1. When SELECT statement of procedure when executed in SQLconsole for EDWUSER(with extra privilege SELECT on EDW schema) it returns only 1 row but not the Analytic view.
    2. Also the repository procedure can be used as catalog procedure in Analytic privilege. This also behaving the same.
    3. When I change the "Apply Privileges" option to "Analytic Privileges" in Analytic view, I am getting below error when doing data preview.
    I could not understand where I am doing wrong. Is it a product bug or mistake from my end?
    Regards
    Raj

    Ohh! Yes.. Got it now.
    Well I tried to recreate your scenario: ( Tested on Rev 70)
    1) Am sure you might have used the correct insert statement:
    insert into "EDW"."MarchBatch.tst::EDW_DD.USER" values('EDWUSER','MATNR','EQ','1400-310','','','');
    The user name must be EDWUSER not EDWSALES.
    2) Have created Analytic Privilege with Validity date and others as mentioned by you. Only difference is am using a Repository procedure created under Content folder using Modeller Perspective (PROC_TEST) as shown in the below screenshot.
    3) The data preview for EDWUSER as shown below is showing expected results i.e MTNR = 1400-310 is only showing up.
    4) When I used the .procedure (LowValue_IN) , I also hit the same error same as you mentioned below:
    With only difference being the way the procedure is created, the issue must be in the way .procedure is used. May be a bug I guess
    Regards,
    Krishna Tangudu

  • Interactive form is not showing data during design time

    Hello,
    I have created a interactive form to display PDF. It is of 12 page. I created and checked in the code to DTR but now when I checked out the DC and and edited the interactive form for further update it is not showing any thing in the design time,showing only one blank page. However if I build and run that checked out project it is showing the proper data at runtime, so now i am unable to update the pdf.
    Please help and let me know what to do.

    Hi Timo,
    Sorry for the late response and not specifying more in detail.
    My Jdeveloper version is 11.1.1.6 R1.  When I ran for the first time, it was working fine. Then later on, when I was running it was opening completely blank screen.
    I thought it is something to do with the permission to the task flow. I have opened web.xml and jazn-data.xml file to check and closed without tweaking these files.
    Now, I was not able to open the page in the designer also. It was just showing hierarchy of all the components.
    I copied the backup again and it worked. What could be the reason so that I can avoid doing this in future?
    Is this related to Jdeveloper bug as I have seen on other forums highlighting this issue.

  • SLD Design Time vs SLD Runtime

    Can anyone let me know the difference between SLD Design time and SLD Runtime?

    Hi,
    Below Blog explains SLD at design time and runtime
    SLD: General recommendation how to set up the system landscape directory
    Below two PDFs gives you in-depth details about SLD.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0a1a8fb-0527-2a10-f781-8b67eab16582
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b09fe69e-46be-2a10-9fb0-9c11aeaa3557
    Below is some info which will be useful for you...
    Design, Configuration, and Runtime
    The implementation of a collaborative process [Seite 10] is split into three phases:
    u2022 During the design phase, you document the entire collaborative process and determine
    which interfaces are required. You can either define new system-independent
    interfaces to implement at a later point in time (outside-in development) or work with
    functions that already exist in the systems (inside-out development). In this phase you
    design the logical collaborative process by describing in a specific role the message
    exchange between the application components. This description is still not specific to
    any particular installed system (see also: Design Time [Seite 4]).
    u2022 During the configuration phase, you configure your collaborative process for a specific
    system landscape. For example, you define conditions for the message flow and select
    design objects that meet your requirements. (See also: Configuration Time [Seite 6])
    u2022 The configuration data is evaluated at runtime and controls communication. You can
    monitor the message flow by using a central monitoring.
    This three-stage process is reflected in the architecture:
    Design time and configuration time each have a central data storage point providing an
    overview of all data that is relevant to the cross-component process: the Integration
    Repository and the Integration Directory respectively. To edit this data, you use a single
    tool, the Integration Builder. The content of the Integration Repository and Integration
    Directory is known as collaboration knowledge.
    u2022 The Integration Server is the central u2018distribution engineu2019 for messages [Seite 14] at
    runtime. All systems that use the Integration Server to communicate with each other
    use this server to exchange messages. These systems are referred to as business
    systems at a logical level; within a specific system landscape they are called technical
    systems or communication parties. Using the configuration data from the Integration
    Directory, the Integration Server decides to which receiver or receivers it must send the
    message and whether a mapping needs to be executed beforehand.
    for more info refer to the below PDF from Page Nos 6 to 9...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/627d1cbc-0601-0010-aea2-c275521673f2
    Regards,
    Srinivas.
    Edited by: srinivas sistu on Aug 4, 2008 12:38 PM

  • What are different design time components used by XI?

    Hi All,
    Does IR, ID , SLD and RWB come under the diiferent design time components
    Thank you
    Deepthi

    Hi deepthi
    1.In design time components you have only IR(integration Repository)
    in integratiion repository you again you have
    data type
    message type
    message interface
    message mapping
    interface mapping
    these are the design components in the IR.
    2.the different components of the ID are
    sender agreemnet
    receiver determination
    interface determination
    receiver agreement
    communication channel
    these all come under the directory components)
    3. SLD defines the all the systems(SAP or NON SAP) that all are communicating with the XI.
    4. RWB is a central monitoring tool in which you can do the monitioring about the different componentsof the XI.In the RWB you can do the
    1.Compnnt monitoring:in component monitoring you can monitor ifferent components of the XI like communication channel
    2. Message Monitoring:in nmessage monitoring you can monitor the complete message flow in the XI.
    there are other monitoring also
    end to end monitoring
    alert configuration etc...
    Thanks
    Rinku
    Thanks
    Rinku

  • How to create a drop down box values on design time?

    Hello,
    I have a drop down box that I would like to edit on design time to have the valus 1 to 10.
    Is it possible to doo it on design it or do I have to create a loop in the code to do that?

    See go to LocalDictionary->Data Type-> SimpleType Right Click and create a Simple Type giving some Package Name
    Once u have created
    There u will see Enumeration Tab and give Key Value Pairs by pressing New Button
    Now Create a Context Attr and at Type property select that three dots
    Then go to Dictionary Simple Type and select the Package u have given
    then select the Simple type u have created
    Then assign the context Attr to the UI Element
    Message was edited by: krish kanth

  • Report does not print exactly same as it appears at design time

    Hello,
    I am using SAP Crystal report with VS 2010.
    I designed a report. At design time every thing appears fine. Margins are set to 0, printer is selected and page size is custom.(right click on report, design>pagesetup)
    When I use <reportname>.printtoprinter(), it dramatically changes the text size and margins of the report in hard copy. I tried literally everything for this. Especially It adds nearly 2 inches extra margin at top.Also , at run time it changes the font size to 8 or 9 points if i have set it to 12 at design time.
    I get the same problem if I do following:
      crystalReportViewer1.ReportSource = rptRcAbh;
       crystalReportViewer1.PrintReport();
    HOWEVER!!
    When I do this:
      crystalReportViewer1.ReportSource = rptRcAbh;
    AND when I manually click the print button of crystal report viewer, i get EXACTLY SAME result as design time. This is what I am expecting from printoprinter() method. But Its changing result dramatically.
    Why is this happening? Am I forgetting any setting?
    I must use reprot.printtoprinter() method here. Because I am printing the bill receipt. I dont want the user to go to printpreview then click print. AND I must get same result as design on printed page.
    Please help me. I am in urgent need.

    Hi Don,
    Firstly I am very very thankful to you for replying me.
    I know I must have irritated you a bit cuz I was expecting everything ready which I should have :P
    but I was in urgent need and there was no time for me to read everything. I must say a thing that I did not get good search results on printcontroller when I used search box of this website.
    Well Thanks again for helping me in deed.
    I am sure this must be the problem for many people across the globe, hence I am posting the exact code that helped me to print the document Accurately:
       rptReceiptAbhishek rptRcAbh = new rptReceiptAbhishek();
            //        rptRcAbh.Load("rptReceiptAbhishek.rpt", OpenReportMethod.OpenReportByTempCopy); i did't need this line
    //////// Directly Entering data to the fields of the report.
                    CrystalDecisions.CrystalReports.Engine.TextObject txtname;
                    CrystalDecisions.CrystalReports.Engine.TextObject txtaddress;
                    txtname = (CrystalDecisions.CrystalReports.Engine.TextObject)rptRcAbh.ReportDefinition.ReportObjects["txtRptName"];
                    txtname.Text = cboInitials.Text + " " + cboDonarName.Text;
                    txtaddress = (CrystalDecisions.CrystalReports.Engine.TextObject)rptRcAbh.ReportDefinition.ReportObjects["txtRptAdd"];
                    txtaddress.Text = txtAddess.Text;
                    rptRcAbh.PrintOptions.PrinterName = Properties.Settings.Default.PrinterName;
                    System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
                    CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions rasPROpts = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions();
                    CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions newOpts = new CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions();
                    pDoc.PrinterSettings.PrinterName = Properties.Settings.Default.PrinterName;
                    pDoc.PrinterSettings.SupportsColor.ToString();
                    //if (pDoc.PrinterSettings.SupportsColor)
                    //    MessageBox.Show("Printer Supports Color", pDoc.PrinterSettings.SupportsColor.ToString());
                    rasPROpts.PrinterName = Properties.Settings.Default.PrinterName;
                    //   rasPROpts.PaperSize = (CrPaperSizeEnum)pDoc.PrinterSettings.PaperSizes[cboCurrentPaperSizes.SelectedIndex].Kind;
                    //rasPROpts.PaperSource = (CrPaperSourceEnum) pDoc.PrinterSettings.PaperSources[cboDefaultPaperTrays.SelectedIndex].Kind;
          //          rptReceiptAbhishek rpt = new rptReceiptAbhishek();
                    var rptClientDoc = rptRcAbh.ReportClientDocument;
                    rptClientDoc.PrintOutputController.PrintReport(rasPROpts);
                    MessageBox.Show("Printing in progress. Make sure that printer is not turned off.", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);

  • Design Time for Processes and Forms

    Hi experts,
    When trying to open  "Design Time for Processes and Forms" in order to create a process, I get a dump.
    Could you let me know what could be wrong ? config? etc..
    Hereunder is a sample of what I found in T.code ST22
    The following checkpoint group was used: "No checkpoint group specified"
    If in the ASSERT statement the addition FIELDS was used, you can find
    the content of the first 8 specified fields in the following overview:
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
        referenced node must exist
          READ TABLE object_hierarchy_nodes TRANSPORTING NO FIELDS
                     WITH KEY node_id = object_hierarchy_node_wa-ref_node_id
    >>>      ASSERT sy-subrc = 0.
        ENDIF.
      provider has to be specified (except in case of recursion)
        IF object_hierarchy_node_wa-ref_node_id IS INITIAL.
          ASSERT object_hierarchy_node_wa-provider_id IS NOT INITIAL.
        ENDIF.
    Thanks in advance,
    Louis

    note: Note 1075650
    Re: Assertion_Failed dump when accessing Design Time for Processes & Forms EP3
    regards,
    Prakesh.

  • How to load a file at design time?

    I have a custom component which has a property that takes a path to an xml file.
    I have a file chooser property editor associated with the property which returns a relative path. The component correctly resolves this path at runtime using the application context etc.. but I'm at loss on how to do this at design time.
    The image component in JSC does this correctly as the image is loaded at design time using the url. I'm not sure how this is done but I'm looking for exactly the same functionality.
    The only way I figured to correctly resolve the physical path of the file at design time was through the DesignBean.
    In order to resolve the path and pass the resolved path to the component property I need to intercept property changed event and change the property value. However doing this in PropertyChanged(..) method of DesignInfo bean for my component doesn't do it as this is called 'after' the property value is set and changing the property value at this point results in a circular loop.
    Is there any way to accomplish this? Any help is appreciated.
    Thanks.

    Is this still unresolved? I'm sure you've read everything at "Building Custom Components"
    http://developers.sun.com/prodtech/javatools/jscreator/reference/index.jsp#Building_Custom_Components
    by now. I don't have the answer, but if it's still a problem, I'll work with you to figure it out.

  • Is there a way to have autogenerated columns in SSRS Report without declaring the column defination at design time.

    I just have a procedure in which i do have a dynamic query.It has certain parameter on the basis of which different set of columns will be returned in the result set. Now I want a SSRS report which can automatically pick up the columns from the Procedure
    result.without declaring column Names at Design Time(As i don't know which columns will come in the result set)
    PS:- I can't make separate matrix/table with their respective column names and show/hide them as I don't know which columns will come from procedure.
    Thanks
    Kanwar

    Can you please give a reference.I want a matrix or table to display the result set as is returned from the procedure.(Lets just say you keep the columns fixed).How without writing the column Names in table/matrix it automatically generates
    the columns similar to resultset.
    A bit of background for Understanding scenario:
    We want to give users the column names, arithmetic operators,etc.(From UI) and then send the query to SSRS. This query will be sent to SQL procedure(which is being used in RDL).What after that ??? . SSRS is not changing the result set dynamically.So as the
    result set is not definite i want table/matrix to populate the data returned from procedure automatically (without defining columns at design - time).
    Thanks
    Kanwar

Maybe you are looking for

  • Mapping multi-segment IDOC to multiple JDBC INSERT statements

    Hi Everyone, This is probably going to be easy for the experienced PI developers out there but I'm just starting out in this technology. We are running PI 1.11 and the scenario is as follows. We have a bespoke IDOC message type ZSTOCK which can conta

  • Case Insensitive Search coupled with "LIKE" operator.

    Greetings All, I am running Oracle 11gR1 RAC patchet 25 on Windows X64. This db supports and application that requires case insensitive searches. Because there are a few entry points into the db I created an "after login" trigger: CREATE OR REPLACE T

  • Horizontal Menu Bar size changes (for some viewers)

    I have set up my first horizontal menu bar (Using CS3) and was pretty proud of how far I got on my own. I have customized the colors, and have it centered on my page - all exactly what I wanted. I have viewed the site in a few different browsers (Exp

  • Application Validation Error

    I have 12 different "applications" in planning that function as 1 application, 11 different cubes of responsibility that all partition to a consolidated app. Planning/essbase 9.3.1. I made a change to what is loaded to the "units" (country) dimension

  • Why won't my copy of dreamweaver open any files

    I have had to force quit Dreamweaver 5 times already today. Every time it launches I attempt to open  file and I get the beach ball of death. It was working fine up until today but is currently useless