How  to maintain version in ERwin Data Modeler

Hi all
Please tell me
how to maintain version in ERwin Data Modeler
regards

In SharePoint, navigate to the form library, and then click Library Tools > Library > Settings > Library Settings.
On the Form Library Settings page under General Settings, click
Versioning settings.
On the Versioning Settings page under the Document Version History section, select either the
Create major versions option or the Create major and minor (draft) versions option, and click
OK.
http://www.bizsupportonline.net/blog/2012/10/version-control-infopath-forms-templates-sharepoint-libraries/
 Or
plan this wsp nfoPath_VersionHistory.wsp
http://infopathversioning.codeplex.com/

Similar Messages

  • Oracle client for CA Erwin data modeler

    Does anyone know how to install and configure oracle client for Erwin data modeler?
    CA tech support says check with oracle

    >
    I need some help understanding what client means.
    >
    Client is any server that connects to a database. I am assuming that CA will be installed on a Windows XP machine and it will connect to a remote database on another server. I am assuming since you have not provided any details.
    >
    I can upgrade to 11g database. No problem
    >
    OK - not sure what this has to do with your issue.
    >
    I am looking for the oracle software that connects to CA Erwin
    >
    See my links posted above
    >
    I am not looking for Oracle database install
    >
    The client install does not install a database - it installs the necessary components needed to connect to a remote Oracle database.
    >
    Please be more specific.
    >
    More specific with what ? The more lucid details your provide, the better the quality of the responses on these forums.
    HTH
    Srini

  • How to maintain the material master data in plant

    Hi all,
    while creating BOM I am getting an error "no material master data in plant' can some one help me how to maintain the material master data in plant
    Regards,
    Balu

    Check the material available in MARC table in SE11 transaction against your plant.If it is not available please maintain through MM01 transaction.

  • How to make linkage query In Data Model for search

    I want to make an linkage query as a condition for my  report in BI Publisher. how to make the linkage in Date Model ?

    This is the forum for SQL Developer, not for general SQL or PL/SQL questions.
    Please repost this in the SQL and PL/SQL forum.

  • How to Maintain the MM Master Data from one company code to other co code

    Hi Experts,
    Can any one pls tell me how to Maintain the MM Master Data from one company code to other co code.
    Presently we created New plants,New Purchase Orgs under different company code.
    1) Material Master data
    2) Vendor MAster data
    3) PIR
    4) Source List
    Is there any standard Transactions...??
    Please reply.
    Brgds,
    KK

    Hi
    Check out the link -
    http://wiki.sdn.sap.com/wiki/display/ABAP/StepstocreateasimpleLSMWusingbatchinput+recording
    lsmw for data migration for  xk01 transaction
    http://www.sap-img.com/general/lsmw-steps-for-data-migration.htm
    Regards
    Anand

  • How to do outer join in data model view?

    Hi,
    I have 2 queries are needed to be joined in Oracle Report 6i Data Model View. What I want to do is below:
    where table1.receipt_no(+)=table2.receipt_no
    How do I use the 'Data Link' to do this in Data Model view?
    Thanks.
    Jun

    Hi
    You need to use data links. Refer data link section in BUilding Reports manual at http://otn.oracle.com/products/reports/htdocs/getstart/docs/B10310_01/orbr_concepts1.htm#1013156.
    Thanks
    Rohit

  • How to record partitioned tables in Data Modeler ?

    Hi,
    I have discovered the options for partitioned tables. Some questions remain, however.
    1) Static partitions
    For one table, a set of predefined partitions is set up in the data model. In certain situations, a new partition is added. Is it possible to generate alter table DDL from the model that will add this partition ?
    2) Dynamic partitions
    For another table, partitions are added and deleted on the fly (exhange partition). For this tabel, I would like to record just 1 partition, which is added when the tabels are created initially. It is not important to include the actual partitions when synchronizing with the database. Is it possible to skip this for a certain table (i.e. record this preference with the table, since it does not apply for all partitioned tables... ) ?
    Thanks,
    Richard.

    Hi Richard,
    For one table, a set of predefined partitions is set up in the data model. In certain situations, a new partition is added. Is it possible to generate alter table DDL from the model that will add this partition ?
    In Data Modeler version 4.1, ALTER TABLE ... ADD PARTITION statements are generated for new LIST partitions, but not for other types of partitions.
    For another table, partitions are added and deleted on the fly (exhange partition). For this tabel, I would like to record just 1 partition, which is added when the tabels are created initially. It is not important to include the actual partitions when synchronizing with the database. Is it possible to skip this for a certain table (i.e. record this preference with the table, since it does not apply for all partitioned tables... ) ?
    I've logged an enhancement request on this.
    Regards,
    David

  • How to use NetworkConstraint in Network Data Model?

    e.g. In a transportation application, you may drive from Node1 to Node2 along Link12, and from Node2 to Node4 along Link24, but you can not 'turn-left' from Link12 to Link24, how to restrict this in Oracle Spatial Network Data Model?
    Is there any examples?
    Thanks a lot.

    The only way I know to do it, is to have a more complex node model. Instead of a simple node joining links 12 and 24, you need several at that point that link the streets. For example, with a standard four-way intersection, each end of the streets would have a node (warning CRUDE drawing):
    ..A
    B.+.C
    ..D
    Links between those nodes could have directional restrictions, or not even exist at all between any two. So, you could set it up such that From D to A and B to C you can go either way. For right turns, D to C, C to A, A to B, and B to D are directional. For left turns, C to D, A to C, and B to A are directional, with no D to B link existing.
    Hope that makes sense.

  • No version control in Data modeler

    I am using Data Modeler 2.0 and Subversion as repository.
    Is it correct that Data Modeler does not have build in support for version control? When I add, delete or updates objects to the designs I have to do this with a Subversion client.
    This is pretty annoying.

    You are correct there is no built-in support for version control in the initial production release of the Data Modeler. We are working on adding this in a future release.
    Sue

  • Metadata from Erwin data model to BO Designer

    Hi,
    I have generated a CWM XML file from ErWin, that contains the physical table names of all tables in the model. I am using universe "metadata exchange" to convert this data model into a universe. The first time "create universe" is happening fine.
    The problem is while updating the model.
    There is a "owner" field specified in Erwin table. If thats left empty, the tables in the universe schema are generated as "unnamed_NNN.<TABLE_NAME>". (NNN is a number)
    Obviously I have to remove the unnamed_NNN from the tables so that it will recognise the default database for the connection.
    Say, the metadata has undergone some changes and we want to update the universe with new metadata. I used "metadata exchange" to update the universe from the model. At this time, it creates a new table and class with "unnamed_NNN.<TABLE_NAME>", instead of updating my TABLE_NAME class and object definition with the changed metadata.
    This basically means update doesn't function as expected. Can anyone suggest if this is a limitation of the metadata exchange or am I doing something wrong ?

    I am trying to do the same thing using ER/Studio and have the same problem.
    In addition, the joins from the model are not being reflected in the universe.
    Vikas

  • How to maintain dynamic rows with data when click on Previous button?

    Hi,
    I have 1 aspx page and divided into 3 pages using panels.Each panel has "Next" and Previous buttons
    I have created and deleted dynamic table rows when click on Add button using javascript. whenever i click on Next button it will navigate to same page of next panel.
    when i click on previous button then it goes to previous panel but whatever i have added dynamic table rows in 1st panel that got removed.
    Can u please help me for how to maintain state of dynamic table rows with entered data when click on Previous button?
    How to get dynamic table rows with entered data in previous panel when click on Previous button?
    Please find the below javascript code:
    function insertRow() {
    if (index >= 2) {
    document.getElementById('deleteRow').style.display = "inline";
    else { document.getElementById('DeleteRow').style.display = "none"; }
    var table = document.getElementById("myTable");
    var row = table.insertRow(table.rows.length);
    cell1 = row.insertCell(0);
    t1 = document.createElement("select");
    t1.options[t1.options.length] = new Option('--Select--', '0');
    t1.id = "ddlYear" + index;
    cell1.appendChild(t1);
    for (var i = 1975; i <= 2015; i++) {
    opt = document.createElement("option");
    opt.value = i;
    opt.text = i;
    t1.add(opt);
    t1.style.width = "155px";
    var cell2 = row.insertCell(1);
    t2 = document.createElement("Select");
    t2.options[t2.options.length]=new Option('--Select--','0');
    t2.options[t2.options.length]=new Option('State Board','1');
    t2.options[t2.options.length]=new Option('CBSE','2');
    t2.options[t2.options.length]=new Option('ICSE','3');
    t2.options[t2.options.length] = new Option('Others', '4');
    t2.style.width = "155px";
    t2.id = "ddlCourse" + index;
    cell2.appendChild(t2);
    var cell3 = row.insertCell(2);
    t3 = document.createElement("input");
    t3.id = "txtCity" + index;
    cell3.appendChild(t3);
    var cell4 = row.insertCell(3);
    t4 = document.createElement("input");
    t4.id = "txtInstitute" + index;
    cell4.appendChild(t4);
    var cell5 = row.insertCell(4);
    t5 = document.createElement("Select");
    t5.options[t5.options.length] = new Option('--Select--', '0');
    t5.options[t5.options.length] = new Option('English', '1');
    t5.options[t5.options.length] = new Option('Hindi', '2');
    t5.options[t5.options.length] = new Option('Telugu', '3');
    t5.options[t5.options.length] = new Option('Others', '4');
    t5.style.width = "155px";
    t5.id = "ddlMedium" + index;
    cell5.appendChild(t5);
    var cell6 = row.insertCell(5);
    t6 = document.createElement("input");
    t6.id = "txtSpecialization" + index;
    cell6.appendChild(t6);
    var cell7 = row.insertCell(6);
    t7 = document.createElement("input");
    t7.id = "txtFnl" + index;
    cell7.appendChild(t7);
    index++;
    function DeleteRow(index) {
    var table = document.getElementById("myTable");
    table.deleteRow(index);
    // if (index = 2) { alert("There is no rows added.Please add the new row"); }
    Design:
    <tr style="font-size: 12pt" id="trSecond" runat="server">
    <td colspan="3">
    <table id="myTable" width="100%" border="0">
    </table>
    <tr>
    <td colspan="3" align="right">
    <input type="button" title="Add" value="Add" onclick="insertRow();" />
    <input type="button" id="deleteRow" title="Delete" value="Delete Row" onclick="DeleteRow(this);" style="display:none" />
    </td>
    </tr>
    Thank you.

    Put the button click into an action listener and build the new frame there. The code I have below isn't exactly what you're doing (it's amazingly oversimplified), but it's probably similar enough to get your wheels turning in the right direction.
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class sample
         public static void main(String[] args)
              JFrame frame = new JFrame("Sample");
              frame.setSize(400,400);
              Container content = frame.getContentPane();
              content.setLayout(new FlowLayout());
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              final JTextField text = new JTextField(10);
              content.add(text);
              JButton button = new JButton("Send");
              content.add(button);
              frame.setVisible(true);
              button.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent ae)
                        JFrame myframe = new JFrame("Results");
                        myframe.setSize(200,200);
                        Container mycontent = myframe.getContentPane();
                        mycontent.setLayout(new FlowLayout());
                        String mytext = text.getText();
                        JLabel label = new JLabel();
                        label.setText(String.valueOf(mytext));
                        mycontent.add(label);
                        myframe.setVisible(true);
    }

  • How to maintain version for sales order.

    Dear Guru.
                 Please tell me how do i maintain version for my sales order.

    Chaitanya,
    I think you are working in MTO scenario or Variant configuration.
    We can maintain versions in sales order by going to Header--> Sales tab
    Thanks,
    Raja

  • AllFusion Erwin Data Modeler Connection to SAP NW2004s Systems

    We would like to use a data modeling product that we purchased for many of our SAP NW systems.  We understand that there may be some restrictions on DB direct user connections and would like to confirm the following from those that may have exposure in this area:
    1.  If we connection the DM product to SAP, are there any restrictions on the data that is read from the SAP DB?
    2.  Are we violating any SAP license agreement by using the third party tool for data modeling on our SAP NW systems (since it will require a DB connection)?
    3.  Any other helpful information?
    Any guidance would be very much appreciated.
    Thanks and best regards,
    Chris

    Hi Chris,
    How does your DM product plan on "connecting" to the SAP applications?  Most of the time, SAP applications provide Remote Function Calls (RFC) (i.e. in the programming world, methods) for programmers to call in order to push or pull data to itself.  There are no restrictions here aside from the normal authorizations given to access data on the application.  Although SAP discourages any direct manipulations directly to the database layer.
    Regards,
    John Ta

  • How to attach jkm for a data model?

    please suggest me.....
    i want to use journalizing for a data model so i need to give jkm for that how can i give jkm in the journalizing tab of that particular model

    Hi,
    You need to import the JKM into your project .
    Then goto your model --->journalizing tab and select your JKM imported in the project .
    Thanks,
    Sutirtha

  • How to maintain schedule invoice print date

    Hi everyone,
    Could anybody please guide me how can we maintain schedule invoice print date in table te417.
    Or, please guide how this field gets maintained?
    Thanks and Regards
    Edited by: MP Vashishth on Aug 12, 2009 11:36 AM

    hi,
    scheduled print invoice date is maintained in 'portion' which is part of the scheduling setup.
    scheduling helps in generate dates for meter reading, billing, and budget billing plans etc.
    in portion we give some date in the following fields.
    end of billing period--Date by which the portion must be billed .
    allocation date of billing--used to allocate billing statistically.
    scheduled billing date-Date on which the billing of contracts belonging to a portion is to be started
    scheduled print invoicing date--date on which printout should be generated.
    all these date are important as they help to generate schedule records for billing and invoicing.
    the end of billing date should be after scheduled billing date i.e this should be last date
    order of dates scheduled billing date 21042008
    scheduled print date  25042008
    end of billing date 30042008
    table te417 stores the schedule records which are created for the portion one has made.
    kindly go thr this link for more info.
    http://help.sap.com/saphelp_utilities472/helpdata/en/8e/1f6c35d212da41e10000009b38f839/frameset.htm
    revert back for more clarifications.
    cheers,
    Rakesh..

Maybe you are looking for