Engineer to Logical Model is not working!

Hello
I have a model that I started by reverse engineering from the database and generated the ER Diagram by reverse engineering to Logical.
After this I had to add some more tables to the relational model which I realized was already in the database and reverse engineered that into the model as well. Now, I am unable to Engineer to logical. Is this an expected behaviour as designed?
Next I am going to try to reverse engineer from a relational model to a blank logical in a new data modeler design file. After that I will merge that change into current model. Please let me know if there is an easier way around this.
Thanks & Regards
Tiji

The valid scripts in this post solved my problem.
Re: Switch from v3EA4 to v3.0.0.4 production - Corrupted models?
Script #1: Search for invalid mappings.
Script #2: Clean up by removing invalid mappings.
Script #3: Call Forward Engineer dialog with exception handling included to share with forum or debug.
Script #4: Call Reverse Engineer dialog with exception handling included to share with forum or debug.
After running Script #2, when we run Script #1, the log will be empty which is the expected result. Now my reverse engineering option does work from relational to logical.
Thank you Phillip and DMBee for guiding me to the solution.
Thanks & Regards
Tiji
Edited by: Tiji on Jun 14, 2011 8:31 AM

Similar Messages

  • Engineer to Logical Model in SQL Developer EA4 causes problems

    I'm working with SQL Developer 3.0 EA4 (Build MAIN-03.97)
    Unfortunately I fond out, that it would be impossible to use the function " Engineer to Logical Model" any more after I change the relational model. In datamodeler.log I got the error message line "[AWT-EventQueue-0] ERROR MDBAction - java.lang.NullPointerException" for each time I use the function "Engineer to Logical Model". I try it out with the sample model "sh_cre_all.sql" and with following steps:
    1) Import via DDL File – no problem
    2) Engineer to Logical Model – no problem
    3) Change some attributes in the relational model – no problem
    4) Again Engineer to Logical Model – no problem
    5) Save, Exit an Open the sample – no problem
    6) Again Step 3 and 4 – no problem
    7) Add a table via drag&drop from an oracle schema – no problem
    8) Save, Exit an Open the sample – no problem
    9) Engineer to Logical Model no longer possible!!!
    Bernd

    I have experienced similar problems with 'Engineer to Logical model'.
    The scenario was following:
    Creating Logical model using 'Engineer to Logical model' from existing Relational model.
    Modifying the Relational model and 'Engineer to Logical model' again. No exception occured but the Logical model wasn't updated accordingly.
    Removing all entities from the Logical model.
    Trying to 'Engineer to Logical model' again. No entities were created in the Logical model (even after few tries).
    So I got to situation where I was unable to generate a Logical model, which was quite frustrating.
    The workaround was to create new Data Modeller project and import to it from the original project - the 'Engineer to Logical model' worked again.

  • Engineer to Logical Model ODDM3

    I believe there is a bug in Engineer to Logical Model process. The first time you run that process it works perfect. If there are changes in the Relational model and then you try to use Engineer process again just Entities are added and the relations get lost.
    Have anyone had the same experience?
    Best Regards
    Ivan

    Hi Ivan,
    just Entities are added and the relations get lostWhat do you mean exactly - you have new foreign keys and no new relationships are created or existing relationships are deleted from logical model.
    Philip

  • The built-in mic in g50 122ca laptop model is not working. please help me out.

    the built-in mic in g50 122ca laptop model is not working. please help me out. OS: Windows Vista (32-bit)

    here is a sample code .
    so far you procedure looks good but
    i bet you have to specify the name of report , instead of 'filename'.
    see this
    Plist_id := GET_PARAMETER_LIST('P_name');
    IF NOT ID_NULL(Plist_id) THEN
    DESTROY_PARAMETER_LIST(Plist_id);
    END IF;
    Plist_id := CREATE_PARAMETER_LIST('P_name');
    ADD_PARAMETER( Plist_id, 'P_Receive_date', TEXT_PARAMETER, TO_CHAR(Receive_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Hearing_date', TEXT_PARAMETER, TO_CHAR(Hearing_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Hearing_time', TEXT_PARAMETER, TO_CHAR(Hearing_time,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Issue_date', TEXT_PARAMETER, TO_CHAR(Issue_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Workshop_date', TEXT_PARAMETER, TO_CHAR(Workshop_date,'mm/dd/yyyy'));
    -- RUN_PRODCT(REPORTS,'..\Reports\Pro_License',SYNCHRONOUS, RUNTIME, FILESYSTEM, Plist_id, NULL);
    -- here Pro_License is the name of report.
    did you tried to see if the parameter passed using a message ?
    try
    message('parameter name'); pause; write this before "run_report".

  • New Applications model DOES NOT work with StandAlone OSD media

    If you are able to create StandAlone OSD media, the new Applications model DOES NOT work with it.
    - The creation of the media will be successful
    - The application installation itself will be successful
    Yet after the application is installed, it shows the correct process it needs to complete based on the return code in AppEnforce log, but does not process that information back to the the TS Manager so it appears to attempt to download a policy which fails
    causing the task sequence to error out..
    Thanks,
    Squirre1

    It is very similar to this description:
    http://madluka.wordpress.com/2012/05/15/error-0x8000405-when-installing-applications-to-a-workgroup-system-during-build-and-capture-task-sequence/
    It is using the application model, since it is not attached to the domain it is on a workgroup. But it is on standalone media and not during a build and capture sequence, it is during an OSD. But alot of the same puzzle pieces fit. Basically pointing to
    the new applications model not working during standalone OSD when the MP is not available. i would say that not enough information is getting encapsulated into the Application when exported onto the StandAlone media.

  • DataModeler: Cannot engineer from logical model to relational model

    Hello,
    I have been trying for a couple of (very frustrating) hours to engineer a very simple logical model to its relational model. The toolbar button (and also menu option) that should do this just does nothing. No errors, no feedback, absolutely nothing!!! However I could engineer a relational model back to its logical model.
    I am using SQL Modeler version 1.5.1 build 525 on Windows Vista. I have closed and restarted the program many times but to no avail. Are there other factors (e.g. anti-virus, JDK etc) that could be responsible? But then why are other parts of the software working but not this one?
    Please kindly send your advice asap so I can proceed. I really like the Modeler and will not want to discard it.
    Thanks,
    Chiedu

    Hi Folks,
    I was able to figure out the likely cause of the problem. The version of Modeler (datamodeling-1.5.1-525-no-jre.zip) I used was downloaded without JRE. The current version of JRE installed on my computer is Java 6 Update 12 (build 1.6.0_12-b04). I suppose the two don't quite work very well together.
    I have now downloaded and installed another version (datamodeling-1.5.1-525.zip) with its own JRE and the problem was resolved.
    My guess is that the problem was due to the incompatibilities that may exist between Data Modeler and the various versions of JRE.
    Thanks.

  • Design -   Engineer to Logical Model:  Nullpointer Exception

    Hi
    I imported in my physical data model as relation model using Import -> Data Dictionary. Craeted a subview (in relational model) and reverse engineered to logical model. Worked fine.
    Now I created more subviews(ard 10) in relational model and when try to reverse engineer, get nothing on screen.
    In <datamodeler>\datamodeler\log\datamodeler.log find the following exception:
    2011-10-25 12:22:39,588 [main] INFO DataModelerAddin - Oracle SQL Developer Data Modeler 3.0.0.665
    2011-10-25 12:25:20,344 [AWT-EventQueue-0] ERROR MDBAction - java.lang.NullPointerException
    Any help would be appreciated.
    Regards
    P.S have approx 90 tables in relational model where I created subviews. Also have 2 more relational model with in same design with just tables import in them.

    Philip
    Thanks for your answer. I downloaded and installed 3.1 EA1 and for some weird reason I dont see Design menu as it was in DM3.0.
    I have uploaded a snapshot (No Design Menu in DM 3.1) with menu and about. I tried uninstalling and reinstalling the 3.1 too with out any success.
    Any pointers?
    Regards

  • Engineer between Logical Model and Relational Model

    I am trying to update changes from one model to the other but there are dublicate entries generated instead of updates.
    The Logical Model was imported from Oracle Designer, the Relational Model was imported from data dictionary.
    Our rule is, that the name of Entities/Tables and Attribute/Columns are identical.
    So I changed the Naming Standard of the Logical Model in Preferences
    from Separator = Space to Separator = Character with char = Underline.
    If the entity is not existing, it is created with the correct name.
    If the entity exists, a new entity is created with Namev1.
    The same happens when I try to update changes in the other direction.
    How can I achieve that the existing entity (or table) is updated and not a new one is created?
    Or in other words, is there a way to link entities to corresponding tables?
    Walter

    Hi Walter,
    The Logical Model was imported from Oracle Designer, the Relational Model was imported from data dictionaryit's good to import entities and related tables from Designer repository together. Data Modeler will import the link between them and use that link in synchronization between logical and relational model. After that you can import details for physical model from database.
    If you don't have tables in Designer repository and keep the same names for entities, attributes, tables and columns then you can engineer logical model to relational and import details from database.
    Philip

  • Logical Standby Does not work

    Hi,
    I'm not sure if anyone is using the logical standby database because it appears to me to be complete rubbish. The apply of redo data just does not appear to work. for example I have this table:
    create table test29(
    BP_ID NUMBER(10) NOT NULL,
    BP_K_ID NUMBER(10) NOT NULL,
    BP_TYP CHAR(2) NOT NULL,
    BP_U_ID NUMBER(10),
    BP_ACTIVE DATE NOT NULL,
    BP_USED NUMBER(6) NOT NULL,
    BP_STATUS CHAR(1) NOT NULL,
    BP_LASTUPDATE DATE NOT NULL
    and insert this data:
    insert into test29
    select 10643,291904,'O ',1,TO_DATE('01/05/2003 00:44:18', 'MM/DD/YYYY HH24:MI:SS'),0,'A',TO_DATE('01/06/2004 20:13:08', 'MM/DD/YYYY HH24:MI:SS') from dual     
    When this information is transfered to the logical standby and it attempts to read it i get a ORA-26689: column datatype mismatch in LCR. But wait! If I change the name of column 6 (BP_PUNKTE) to say (BP_AAAAA) and try again it works!!! The logical standby fails on many tables just because of the name (updates, inserts anything)...did anyone at oracle test this? Is anyone using the logical standby have any ideas how and if I could ever get this working.
    Using Oracle 9.2.0.4. on Redhat 2.1.
    Thanks!
    Steve.     

    unfortunately not. the oracle licence was purchased before i arrived and when I attempted to get a support contact they want the money since we purchased the licence 3 years ago. 3 years of cash for free! why should I pay for their bugs anyway, when we buy this expensive software it should work. when I buy a new car from ford and radio does not work I don't have to pay ford to fix it. rip-off!

  • What's With Volume Logic Plug-In Not Working With iTunes V7. and Up

    Hello Folks. I recently updated to iTunes ve 7.0.2 and now my great Volume Logic Plug-in won't work. I downloaded the latest update and then read info on the Plantronics site about the problems with the plug-in with new itunes updates.
    Is anyone here figured out what's going on or a workaround. That plug-in makes such a positive difference in music sound quality, the tunes almost feel "naked" without it
    Steve

    Prior to the 1.3.2 released (beta or the now-available final), Volume Logic did not work at all with iTunes 7. According to Plantronics, Volume Logic does not work with Airtunes and the AIrport Express (it's stated right in their FAQ).

  • Logical mapping seems not working

    Logical mapping in CF server admin seem not working.. I just
    created a logical mapping \images with a valid path in the server
    c:\images.
    If I try to access
    http://localhost:8500/images/test.gif..
    it shows the image..
    But if the same URL is embedded in the codlfusion page for a
    image. It does not show the image..
    ie.. I get a 'x' symbol for the image.. If I right click on
    the image and see the properties, it shows a URL.. Same URL, if I
    copy paste into IE browser, it shows the image.. Is there a
    problem??

    In the Coldfusion Administrator, put
    logical path = /images
    directory path = C:\CFusionMX7\wwwroot\images
    Then, this should show the picture
    <img src="/images/test.gif">
    as would
    <img src="
    http://127.0.0.1:8500/images/test.gif"
    >

  • Logic Pro 8 NOT working w/ Fast Track Ultra

    I'm new to producing music and i got the older logic pro 8 from a friend today. The problem started when I tried to play a sound and nothing would come out from my Bx8's. I know its not b/c of the system preferences on my macbook cuz i can still play music on my itunes and sounds will still come out from things on the internet. Also, I went to LogicPro>> Preferences>> Audio and i made sure the device was on M-Audio Fast Track Ultra. When i put the device to Built-in Output i get sound so I know it has something to do with logic. If someone could guide me through this it would be GREAT.

    I think you've turned things around. The topic title should read "Fast Track Utra not working with Logic".
    Since Logic does produce audio when you route to Built In, that means that the FTU is the culprit. Have you installed the right, most recent drivers for it? Not from disk, but DLed from the M-Audio site? And what exact OS X and Logic version do you use?
    regards, Erik.

  • Logic Node 9 not working with mac mini

    MBP late 2008 4gb ram 500gb hd + New Mac Mini 2009 Base with 1gb ram
    Logic Node installed - settings under audio checked... etc
    Node working (slightly) see picture
    I had to unplug the edirol keyboard, brother laser printer, fw800 drives, 3 usb hard drives, external alu keyboard griffin powermate and turn off airport to get working.
    then after it was working I would still get overload messages (see below)
    barely sending anything to the node...
    [IMG]http://www.musicrowsongs.com/logicnode.jpg[/IMG]
    any ideas?
    thanx
    michael

    1.) when node not working it appears to be the fw800 drives
    2) when it does work - no major node processing
    [img]http://www.musicrowsongs.com/logicnode2.jpg[/img]
    Using a lot of high end waves plugs
    mercury v6r7 - perhaps Maserati - API - SSL not going into the node? Why?

  • Logic 8 sound not working on Macbook Pro

    Hi has anyone else had problems with the sound not working on a MacBook pro.
    Build in audio works fine but when I launch Logic all i get is a clicking sound.
    MacBook is brand new.
    Thanks

    yer i did the latest updates and have it configured right too. when i open up a new project it works but when i open a full track i made in logi 7 it does have any sound and makes clicking noise.
    i am wondering if its a UB update on one of my plug-in's? god its annonying aaaaaaarrr

  • How to connect Yahama keyboard to mac to use in Logic but drive not working

    I am trying to connect a keyboard using a midi interface to my MAC.  I have installed the most recent drivers from the Yahama website and it's still not working.  When I go into Audo midi set up the icon for the keyboard is there but it is grayed out.  Can anyone help

    Hey ChEmWen - I worked it out! I think I had the same problem as you, and the first driver I download didn't work. It took some more searching, you need to download the CORRECT for your OS driver from
    here:
    http://download.yamaha.com/usb_midi/
    I sent YAMAHA a message on their facebook support letting them know of their problem:
    Hey, I worked it out, I had downloaded the wrong driver for my OS. I think you need to update this page:
    http://download.yamaha.com/search/detail/?1400890058...
    So that users are ACTUALLY directed to download from HERE:
    http://download.yamaha.com/usb_midi/
    I only managed to find the CORRECT driver by doing a more thorough google search.
    Anyway I hope this helps!!! Cheers.

Maybe you are looking for

  • Creation of multiple records in reciever file as per occurance of 1 segment

    Hi SapAll. i have a got a requirement in an IDOC To File Interface the Requirement is under sending IDOC there will be multiple segments whose fields will me mapped to reciever file,so here i got a business requirement as IDOC - Segment 1-occur for 1

  • How to display FDF in browser

    Hi! I have a big problem! I have a HTML form. Data from the HTML form go to FDF file. What can I do to the user's browser displays the filled PDF file? Here's my code (downloaded from: http://koivi.com/fill-pdf-form-fields/): INDEX.PHP: <?php     inc

  • What's the best way to move files from my 2012 iMac to my 2014 MBP?

    What's a good way to move files from my 2012 iMac to my MBP? I prefer to do graphic work on my 21-inch iMac (2012 version). But when I travel I need to copy files to my 2014 MBP. I learned that my 2012 iMac is too old for use of AirDrop, so I'm copyi

  • Bean not found. WEBUTIL_FILE_TRANSFER.getMaxTransfer will not work

    Hi - I am installing WEBUTIL and trying to configure according to documentation. I get the following error. What I noticed, here is 1. JACOB.jar and frmwebutil.jsr are not being loaded 2. I do not see any certificates got created in Jinitiator - Wher

  • Is there a difference between me downloading photoshop cc vs buying cs6?

    I previously bought the monthly photoshop cc, which some actions were disabled & I couldn't use.. But my boyfriend had cs6 on his computer which had basically everything on it, nothing was disabled from me being able to use on my photos. Now I wanna