[FB4.5] Date Modeling Plugin for LCDS

Im building an application using FB4. Now that 4.5 is out im trying out the Trail to consider the upgrade. I'm lost in one thing tho.
In FB4 i use the Eclipse Modeling Plugin 3.5 to model my database connected to LCDS. How can I use the plugin in FB4.5? Is it even compatible?
- M.

*bump*
Anyone? I really like to upgrade but without this option it's a no-go for me..

Similar Messages

  • Data Model plugin for Flash Builder 4

    Hello there!
    I've just watched a video tut on Youtube (http://www.youtube.com/watch?v=U1aWeoTV63M) on how to work with Flash Bulder + LC Data Services and he mentions a plug-in to add this option (Data Model) to Flash Builder.
    I looked around on Adobe's website and found two download links, both for Eclipse, with lots of jar files.
    Sorry, I don't get it!
    Please, where do I get the right plug-in file and how do I install it in Flash Builder?
    Thank you!
    Marcos

    Same here.  Modeler plugin for Helios, Eclipse 3.6, Flash Builder 4.5 would be great.

  • Flex and Data Model plugin

    Where can i find documentation about the (LiveCycle) Data Model plugin for Flash Builder 4.6? And then specific about the filter option's criteria and query.

    Thanks Matt,
    One question: I see this code:
    import flash.net.LocalConnection;
    private var conn:LocalConnection;
    private function InitConn():void{
    conn = new LocalConnection();
    conn.client = this;
    try {
    conn.connect("taskConnection");
    } catch (error:ArgumentError) {
    trace("Can't connect.");
    Where is "taskConnection"? Is this an ODBC type connection?
    Rgds
    JFB

  • OracleAS Data Source Plugin for OmniPortlet for SAP

    Hi,
    What is the later version for the OracleAS Data Source Plugin for OmniPortlet for SAP ?
    Still BETA release ?
    thanks

    Hello,
    We get the same error message for our WD4J application now
    "JCo data source missing for type: class com.company.application.main.model.Tvm1T    class com.sap.aii.proxy.framework.core.DataAccessException"
    Does anybody know the reason for this?
    Thanks,
    Robert

  • Data modeling dilemma for EAV oriented problems in Data Modeler

    Hello,
    Dealing with EAV( entity attribute value model ) oriented structure of data.
    So this look like this:
    Entity( Entity_Id number , Entity_Name varchar2, Entity_Desc varchar2 )
    Entity that list attributes and some meta data on characteristics of attributes:
    Type_Of_Attribute( Attr_Id varchar2, Type_Of_Value TOV_Domain, Unit_Of_Value varchar2 , Min_Value variant_type , Max_Value variant_Type )
    Then we have actual data. Entity is described with set of attributes and their values. So aditionally to attributes on row form in Entity there are aditional attrbutes in columnar form.
    Because of sparsity...
    However there in columnar form the challenge or issue is type of values so domains of attributes.
    For example:
    weight_of_ person is number between min_number and max_number.
    But another parameter for example mood_of_person is string from the domain which consists of set of strings/descpriptions.
    Another possibility could be reference to some table of values ( key value ) that could be modelled as one:many relationship if put in entity Entity on row form of attributes.
    But since this is attribute relate only to few intances or it is very dispersed....and for preserving table form..it was put in columnar form ..
    Attribute_Of_Entity( Entity_Id, Attr_Id, value,
                                     -- when not normalized, could be add also unit like kg or lbs or inch or piece ).
    My question is on good/succesfull practice of modelling for VALUE in attribute_of_entity?
    Somewhere read that some databases have feature of so-called variant type.
    Guess the objective is to modell in such a way that implementation of this model is as easy as possbile in
    issues like:
    a) validating column oriented form during entering or updating values
    b) consolidating queries when reporting
    c) agregating data when grouping when grouping data and preventing non-comparable data.
    So to implement value as structure/complex_type with methods or there is any other feature supporting variabilty of the data along same column in the table. So logical design that would not cause too much complexity in the relational design and table implementation and procedures are handled as much as possible on the database level?
    Thank you in advance for  comments, experiences, suggestions,

    Hello,
    EAV is rarely a good solution. Tell us about your business problem and we might be able to show you solutions that are performant/easier to maintain/...
    https://www.simple-talk.com/opinion/opinion-pieces/bad-carma/
    Regards
    Marcus
    BTW: this question should not be asked in the forum space for the tool SQL Data Modeler. Instead ask in SQL and PL/SQL or General Database Discussions

  • SQL Developer - Data Modeler - Trigger for FK arc constraints

    In the preferences there is an option "Data Modeler > DDL > Create Triggers for FK arc constraints". I think Oracle recomments to use constraints instead of triggers where it is possible. Can anyone from the Development team tell me why here is just the option to create triggers and not also the option to create table level constraints for FK arc constraints? If it is possible I'd like to have this option. My suggetion is to use the following check constraint construction for creation: nvl2(FK_IDx,1,0)+nvl2(FK_IDy,1,0)+...+nvl2(FK_IDz,1,0)=1 or with not only single FK columns: nvl2(FK_IDx1,1,0)+nvl2(FK_IDx2,1,0)+nvl2(FK_IDy,2,0)+...+nvl2(FK_IDz,2,0)=2. Please tell me if that would be possible (and maybe available in next Version) or why it is better to user triggers instead.
    Thanks
    /c

    The Data Modeler forum is at:
    SQL Developer Data Modeler

  • MDM Data model design for Main table visa vis lookup table

    Hi ,
    I would like to know whether the legal entities or Address table which are common for all MDM main tables like Customer ,Vendor,Material,Business Partner etc can also become a main table when their attributes are around 30-40 range.
    Is it a sound design approach to make Company table with about 50 attributes and say address table with 20 attributes as Main table and replicate a small company-id table with 2 or 3 attributes to link to the main table(company)? This will ensure replicating that small table(company-id) to all other Main tables(customer,vendor,......) instead of replicating that big company table as lookup for all main tables?
    Thanks in advance for any idea or feasibility comments.
    -reo

    Hi, Deepak
    >>> - How can I populate the data in the lookup table at the same time when I am populating the main table ? I have only the XML's that correspond to the main table . I don't have seperate data for the lookup tables .
    I don't think you can populate both main table and all fields of lookup tables at the same time, i.e. using same map. You can consider 2 options to upload all information you have:
    1) If your XML file contains data you would like to upload to lookup tables, you can upload it to MDM lookup tables with several maps using same XML and choosing different sections of that XML corresponding to different MDM lookup tables.
    2) Also you can upload main table simultaneously with lookup table entries (using same map), but in this case new lookup table entries will only contain display field values that you mapped. To do this you should use 'Add' value mapping functionality for fields that you mapped to lookup tables.
    >>>- Can I use the standard maps available for import in the business content of material repository in MDM ?
    1) In case you have material master repository delivered by SAP and you use XML files which structure corresponds to SAP predelivered XSD schemas then you can use these maps undoubtedly.
    2) If your repository is based on SAP predelivered, but you changed it ,you should adjust these maps due to differences in repository structure and  XML files structure.
    3) If you created your repository from scratch you should consider option of making your own import maps.
    Regards,
    Vadim Kalabin

  • Oracle RDF Model plugin for Protégé

    Hello,
    I'm looking for clear and precise document where to find and how to install the plugin in Protege. Would anyone please provide me with updated information for Protege 4.0.2 and Oracle 11 g?
    Thanks,
    A.

    I have all the things about oracle 11.2 and protege 3.4.4 ( not 4.x) .Now I am trying to use oracle to storage RDF from protege immediately, but there are a few troubles.
    Email: [email protected] .
    帖子经 789145编辑过

  • Same icons for objects in SQL Developer as Data Modeler

    Hello,
    would it be possible to display the same icons for objects in SQL Developer as Data Modeler?
    For example:
    - in SQLD a session temporary table has the icon of a table with an X symbol, in Data Modeler it is just a table icon.
    - in SQLD a materialized view has the icon of a table with 2 arrows, in data Modeler it is just a table icon.
    Joop

    Hi Joop,
    I think you will find that in Data Modeler's Physical Model tree the same icons are used for temporary Tables and Materialized Views as in SQL Developer.
    David

  • Data Modeling for controls using XML views(SAPUI5)

    Hello ,
    I am trying to create Table control using XML view and binding data to it through controller onInit method.
    XML View Code is as follows :
    <core:View xmlns="sap.m" xmlns:l="sap.ui.layout" xmlns:core="sap.ui.core">
        <l:VerticalLayout width="100%">
            <l:content>
                <Text id="description" class="marginAll" />
                <Table id="idProductsTable" items="{       
                    path:'/businessData'
                }">
                    <headerToolbar>
                        <Toolbar>
                            <Label text="Products"></Label>
                        </Toolbar>
                    </headerToolbar>
                    <columns>
                        <Column>
                            <Label text="Product" />
                        </Column>
                        <Column>
                            <Label text="Supplier" />
                        </Column>
                        <Column>
                            <Label text="Dimensions" />
                        </Column>
                    </columns>
                    <items>
                        <ColumnListItem>
                            <cells>
                                <ObjectIdentifier title="{COUNTRY}" text="{COUNTRY}" />
                            </cells>
                            <Text text="{REGION}"></Text>
                            <Text text="{CITY}"></Text>
                        </ColumnListItem>
                    </items>
                </Table>
            </l:content>
        </l:VerticalLayout>
    </core:View>
    Controller onInit method Code is as follows :
    var oData = {
                businessData : [ {
                    'COUNTRY' : "Canada",
                    'CITY' : "Toronto",
                    'REGION' : "US",
                    'LANGUAGE' : "English"
                    'COUNTRY' : "China",
                    'CITY' : "Bejeing",
                    'REGION' : "Ashia",
                    'LANGUAGE' : "Chinese"
            var demoJSONModel = new sap.ui.model.json.JSONModel();
            demoJSONModel.setData(oData);
            sap.ui.getCore().getElementById("idProductsTable").setModel(
                    demoJSONModel);
    Same thing when i tried with JS views , it worked however through XML view , I am getting empty table.
    Is the data modeling correct for XML views?
    Thanks,
    Mahesh.

    I've got it ! The reason for that is you bind items as below,
         <Table id="idProductsTable" items="{    
                    path:'/businessData'
                }">
    This pattern is followed if you wanna add a formatter/sorter/grouping.
    As you don't do any of those you can bind items as below &  it doesn't require  data-sap-ui-xx-bindingSyntax="complex".
    <Table id="idProductsTable" items="{/businessData}">

  • Tools for data modeling

    Hi,
             Can any one tell me if there are any specific tools used for logical data modeling in SAP BW data modeling . I have used Erwin as a data modeling tool for implentation of data ware house, I would like to know if there are any specific tools for SAP BW implementations.
    Response appreciated
    tanu

    Another related discussion: Looking for EDW modelling tool recommendations for BW

  • Adobe Application Modeling plugin eclipse36 (Adobe Flash Builder 4.5)

    Hello people,
    i have changed my flash builder 4 to 4.5 that cames with eclipse 3.6, and the Modeling plugin that i was using is Adobe_Application_Modeling_plugin_v102_eclipse34
    and i tried to use the Adobe_Application_Modeling_plugin_v102_eclipse35 and also did NOT work.
    Is there any Modeling plugin for eclipse 3.6 (Flash Builder 4.5)?
    Is there any sugestion to resolve this situation?
    Regards,
    Imraan

    LCDS version 3.1
    Flashbuilder 4.5
    Created clean database. Connected with FB. Create FML and link to datesource within LCDS. Create single table with 4 propeties. Save model en deploy, generate code.
    Within flashbuilder generate datagrid. Link "getall" to datagrid. Generate form from Data Type. Run app;
    Description Resource Path Location Type
    1020: Method marked override must override another method. _EmployeesEntityMetadata.as /tutorialApp/src/tutorialApp line 140 Flex Problem
    If you need more info just let me know.

  • Data modeler: (non) mandatory foreign keys???

    Hi there,
    can anybody explain what the difference between mandatory and non-mandatory FKs, as displayed in the data modeler???
    There is this check box and the documentation does not really explain, what database feature this non-mandatory FK corresponds to... It is certainly not about a deferred foreign key and also not about a deactivated one. So what is this?

    Philip Stoyanov wrote:
    non-mandatory FK will constitute non-mandatory FK columns, hence you cannot have non-mandatory FK if FK columns are part of primary key.
    PhilipHi,
    thanks but...I don't understand your point.
    Do you agree, with the following:
    1.non-mandatory means optional right?
    2.Foreign key constraints are always optional from a physical model point of view.
    3.FKs always point on PKs
    An additional comment: I just had used the data modeler plugin of the sql developer and reverse engineered some tables from our schema.
    So in this case, all information must come from the database. I wonder, what is the reason for marking one FK as mandatory and the other as optional...
    I could find any physical difference with other FKs in user_constraints etc.
    Thanks in advance,
    Xenofon

  • Error while Adding Profit Center Data element to Data Model of MDG-M

    Hello gurus,
    Can any one help me in adding profit center filed (Data element) to zztable, basically want to use the Data Element (PRCTR).
    Getting error" There is an attribute with data element assigned that refers to a check table. Besides the client, the check table can only have one key field that corresponds to the attribute.
    Regards,
    Mandapati

    Hi Mandapati,
    looks like you are assigning data element in existing attribute or you are assigning data element more than once.
    Try to create a new attribute and then assign the Data Element (PRCTR).
    Go to General Settings-> Data Modeling-> Edit Data Model.
    Select your datamodel( note that it should be MDGM data model. For MDG the MDGM data model is called MM. We can only add pre-delivered SAP ERP material master database field to an MDGM entity as an attribute)
    Select the entity types and then the attributes subdialog.
    Create a new attribute and assign a data element. The system then derives the properties, field labels for the attribute
    Regards
    Goutham Kanithi

  • With clause in SQL query data model

    Hello!
    isn't it possible to use the with clause in sql query data models?
    for example following query:
    WITH
    a_test as (
    select dummy from dual
    select *
    from a_test
    brings up a "XML Parsing Error: no element found"-error...
    BR Paul

    I tried a slightly different query (see below) and the query worked fine and retrieved data.. I did not get any errors.
    WITH
    a_test as (
    select 'dummy' from dual
    select *
    from a_test
    This works as well.. retrieving the value of the parameter
    WITH
    a_test as (
    select :Test_ID from dual
    select *
    from a_test
    thanks,
    BIPuser

Maybe you are looking for

  • How can I get my (256 kbps) music stored on iCloud downloaded to the iTunes on my computer?

    I uploaded all my (128kbps) music from my computer's iTunes to iCloud - Then I made an appointment at the Genius bar - They assured me that all the music I stored on iCloud is now 256 kbps !!! -  Ergo, they all nodded, I can replace all the (old) 128

  • Execute JSF-Action automatic on Pageload

    Hello, i have one question: I need a jsp-site, where i execute a action automatically when the page is loaded. I have tried the following: I've implemented a formular, and a short java script. When the page finished thje loaded, the Java-Script is ca

  • Mac Outlook 2011 crashes when trying to export; cannot transfer data to Mac Outlook 365

    I downloaded the new Outlook 365 for the Mac, but I want to transfer all my Mac Outlook 2011 data into it. It doesn't seem to read that there is any Outlook 2011 data on my computer, so I attempted to go into Outlook 2011 and export all email data. U

  • Output Module preset "Use Comp Frame Number" won't save setting

    I have an Output Module Template for my DPX sequences.  I have the "Use Comp Frame Number" box checked, but upon restart of AE, the setting resets itself to Unchecked.  If I re-check it in the template settings, it works until I restart AE.  I have t

  • Problem doing childAppend

    Hi all I am adding the following script at the end of my JSP to add a hidden field but it dosent work unless i add an alert statment before appending the new element, dose anyone have any explanation of this strange behavior? <% String transactionNo