Re-generation a Server Model

Hi,
I generated a server model from a ER model. I then changed things in my ER model and re-generated but some elements from my previous server model are still there after (some foreign keys and generated primary keys). Is there a way to tell the generator to forget everything from the previous server model and to re-generate all the tables from scratch? I can't find...
Thanks
Jean Vaillancourt

I've noticed that the Design Editor doesn't always show changes even though they have been made to the repository.
Try clicking on the changed items in the Design Editor and hitting "Requery Selection" or "Requery All". See if that fixes your problem.
HTH
Thanks, George

Similar Messages

  • Any techniques to speeden up Server model generation/Table to Entity retrofit??

    Hi,
    Do we have any technique/method to speeden up the Server Model generation/table to entity retrofit??
    Basically I am reverse engineering an Oracle 8i database.
    Generating ERDs from exisiting table structures in the database.
    Designer is usually taking around 12hrs to generate the Server Model and 14 hrs to do the table to entity retrofit.
    The client machine is Win NT 4 with 128 MB RAM and the Server is Win NT Server with 256 MB RAM.
    -Shaju B

    Hi Cherif Bouslimi,
    Thanks for your hints. I can now generate Table API within Design Editor's Server Model Diagram. I started the generated SQL file and Package Specification, Package Body and Triggers are created. However, when I try to insert data in a Master Table, the following errors appear:
    SQL> desc products
    Name Null? Type
    PRODUCT_NO NOT NULL VARCHAR2(6)
    DESCRIPTION NOT NULL VARCHAR2(30)
    UNIT_PRICE NOT NULL NUMBER(5,2)
    SQL> insert into products values ('1','1',1);
    insert into products values ('1','1',1)
    ERROR at line 1:
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "POSOWNER.CG$PRODUCTS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "POSOWNER.CG$BIS_PRODUCTS", line 4
    ORA-04088: error during execution of trigger 'POSOWNER.CG$BIS_PRODUCTS'
    Are these Table APIs have to be used with generated Forms but NOT working in SQL Plus?
    Is there any relationship betw[i]Long postings are being truncated to ~1 kB at this time.

  • Designer 6i : Server Model Generation Error while reverse engineering

    Hi there,
    I am Creating a DB Model from exising database (Reverse
    Engineering ). When I am trying to generate capture design of
    Server Model. I am getting below errors and operation fails.
    --------------------------------------------- Error Message start
    Internal API error - ORA-20291: integrity constraint
    (FK_OTB_TO_OSP) violated - parent key not found
    ORA-06512: at "REP_USER.SDD_OTB_VAL", line 22
    ORA-04088: error during execution of
    trigger 'REP_USER.SDD_OTB_VAL'
    RME-00020: Internal API error - ORA-20291: integrity constraint
    (FK_OTB_TO_OSP) violated - parent key not found
    ORA-06512: at "REP_USER.SDD_OTB_VAL", line 22
    ORA-04088: error during execution of
    trigger 'REP_USER.SDD_OTB_VAL'
    CDR-01052: Tablespace HHNEWBUILD/HHNEWBUILD.USERS is referencing
    invalid Storage Definition (ref =
    2105528996887633452799620949781640613).
    RME-00011: Operation 'ins' on TABLESPACE has failed
    RME-00222: Failed to dispatch operation to Repository
    RME-00222: Failed to dispatch operation to Repository
    --------------------------------------------- Error Message End
    My init.ora is created according to Installation guide.
    Could anyone please help me with this ???
    Your earliest action would highly appreciated.
    Thanks & regards,
    Bhavesh Doshi

    1. Bounce the Repository's DB Instance. Usually an indication
    of RME errors.
    2. Goto RAU and perform all of your maintenance
    a. Compute Statistics
    b. View Objects and Recompile all 'INVALID' objects
    c. Clear temporary tables.
    3. If you are reverse engineering with DBA privileges then you
    are going to retrieve alot of uneccessary objects. Be explicit
    in your retrieval.
    Any questions? Arnold Angel, [email protected]

  • Unable To "Capture Server Model For DB"

    Hi Gurus,
    I'm new to this product.
    I'm trying to do a reverse engg by getting an existing (oracle db)
    schema into designer.
    For this I first installed the repository in a different tablespace / schema.
    Created a container.
    Then -
    Generate -> Capture Design Of -> Server Model ->
    Source Of Design Capture : Database
    - Entered the username / pwd / connect / owner
    of the schema that I want to reverse enggr.
    - Entered target container
    - Everything else is default.
    The "Start" button is grayed out. I tried deleting all the fields and reentering them,
    checking/unchecking all/some checkboxes.
    Not sure if its a GUI issue or configuration (repo) issue.
    Running the designer on WinXP SP2.
    DB version is 10.2.0.1.0 running on a Red Hat Rel 3 Linux box.
    Any help appreciated for this novice user.
    Regards,
    - Yogesh

    Hi,
    Once you have entered the needed information about the connection string and container, go to Object Tab and select the objects. then the Start button will enabled.
    Another way to reverse engineer is to use ERD component. Refre to the Note 299067.1 in Metalink.

  • I upgraded from a 1st generation to the 4th generation Time capsule Model A1409.  Since then I am getting interference on my wireless transmitter that sends signals from my Pay TV box to another TV downstairs.  Is it the dual frequency and how do I stop i

    I upgraded from a 1st generation to a 4th generation time capsule (model A4109) and since then my pay TV wireless transmitter has pulsating interference.  This is obviously due to the new dual band  frequency of the TC.  Is there any way I can set it to one band and what will that do?

    Go in and manually set the wireless channel for 2.4ghz or 5ghz (whichever your av sender is).. try different channels.

  • How to find server model from 11g OEM mgmt$ views

    How to find server model from 11g OEM mgmt$ views
    server model like Dell 710, DL380 G7 etc..,

    It is included in this query (run as user SYSMAN):
    SELECT t.target_name AS host_name,
    ecm_util.HOST_HOME_LIST (t.target_name, t.target_type) AS home_info,
    hw.vendor_name AS Vendor,
    hw.system_config AS System_Config,
    hw.machine_architecture Architecture,
    os.name AS os_name,
    os.base_version os_base_version,
    os.update_level os_update_level,
    os.address_length_in_bits os_address_length_in_bits
    FROM mgmt_targets t, mgmt_ecm_snapshot s, mgmt_hc_os_summary os, MGMT_HC_HARDWARE_MASTER hw
    WHERE t.target_type = 'host'
    AND t.target_name = s.target_name
    AND s.snapshot_type = 'host_configuration'
    AND s.target_type = 'host'
    AND s.is_current = 'Y'
    AND s.snapshot_guid = os.snapshot_guid
    AND hw.snapshot_guid = s.snapshot_guid
    ORDER by t.target_type
    The asked info is available in the view MGMT_HC_HARDWARE_MASTER, column: SYSTEM_CONFIG
    Eric

  • Automatic generation of integration models

    For Automatic Generation of integration Model we referred SAP Help and have done the settings as per SAP help.
         T code: CFC9 
         Material Master Change Transfer         2 (BTE Transfer, Immediately)
         T code: BF11
         Maintained
         ND-APO     New Dimension PlugIn APO
         T code: SM30
         Table:     CIFIMODGEN
    Connection pt     Counter     Program     Variant
    MAT_INS        1     RIMODGEN     RSG_BTE
    But system is not generating NEW  Integration Model.
    Reference from SAP Help:
    Make the following settings to change to online transfer:
         Use transaction CFC9 to call the screen Change Target-System-Independent Settings in CIF. Under Change Transfer for Master Data, choose BTE Transfer, Immediately. As of SAP R/3 4.0B, you can make this setting in CIF Customizing in SAP R/3 under Basic Settings for the Data Transfer ® Configure Change Transfer for Master Data.
         Use transaction SM30 to call the screen Maintain Table Views: Initial Screen. Call table CIFIMODGEN. You see the screen Change View "Customizing Automatic Generation of Integration Models". You determine the procedure for adapting the integration model by making entries in this database table.

    Did you run program RIMODGEN in SE38 with appropriate variant to generate new integration models ? The spro settings or CFC9 have nothing to do with generation of new integration models. try to do some forum search on Integration Models and you may get some clue.

  • How to test my inApp purchase in server model while my one app is live

    I have an iOS app with in APP purchase with server model, and ready for QA submission. According to Apple documents, my server should call "https://sandbox.itunes.apple.com/verifyReceipt" url for testing.
    That means till my app is in QA I have to put this url in my server and when my app cleared the review process and ready for sale then I should change my url?
    Ok, if that is the case, then how can I test my other application when the previous app is live? I have to create new urls to communicate with the server? I don't think this would be the only way. OR my application should tell my server whether it's a sandbox user or not? If yes, please help me how to check for that in the app. Please help me if I am missing something. Thanks.

    Out of the box every part of .NET will use the current culture of the machine for conversion to and from strings.  This includes currency, numbers, dates, etc.  One way to change that is to modify every place you use ToString or Parse/TryParse
    to specify a culture.  Another approach would be to set the thread(s) CurrentCulture/CurrentUICulture to be English which would override the default of the OS culture.
    But I cannot possibly recommend that you do this.  Issue 1 with such an approach is that there are places where ToString is called implicitly and you'd miss those cases.  Issue 2 is that making your app use a single culture is basically an anti-localization
    process which goes against modern application development.  Issue 3 is that you are hiding the fact that your code has a design flaw.  Your code shouldn't care about the culture of the user in regards to string processing.  If your code is making
    assumptions about culture settings then it is wrong.  You should be using culture-agnostic values if you don't care about cultural information.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Problem with "Capture Server Model from the Database"

    I've installed Oracle-Developer-Suite 10g and Designer 9.0.4.5.6. The repository databse is Oracle 10g and the application database is Oracle 9i (about 700 tables for the application). After I started the Designer Editor, I got the follwoing message:
    "No network notification service has been configured for this Repository instance. A desktop-only notification has been started."
    What does it mean? What's wrong with the configuration? How can I avoid this problem?
    Then I tried to "Capture Server Model from the Database". It took hours to read the data from the database. After reading the data, the following message occurs:
    "138 overlaps could not be eliminated by AutoLayout as there is insufficient room to layout the items. Select a large area and retry"
    I can not save the uncommited data into the repository.

    1. Designer 9i was made to capture 9i DB functionality. So no it will not capture full 11 DB functionality.
    2. Yes I have had some problems capturing from an 11DB and have written a bug on it.
         Bug.7138247     (74) CANNOT DESIGN CAPTURE A TIMESTAMP(6) FROM 11G DB:
    this is fixed in Designer 10.1.2.5

  • Which server model do you use?

    Folks,
    Which server model do you use with Dreamweaver.  ASP, PHP_MySQL or ColdFusion?
    Is anyone still using ASP.Net or JSP with DW?
    In your opinion, which of the three server models is best supported by DW CS5 and which one needs most improvement?
    UltraSuite

    David,
    First of all let me say how impressed I am with your contribution to the Dreamweaver Community.  Your tutorials and other resources are most impressive and I am sure they are appreciated by a lot of Dreameaver users.
    What you have said about PHP is precisely what I have heard from people via private emails.  That is why I recently released a package of simple but frequently used PHP extensions.
    WebAssist seem to have done a great job and I am sure I'll be no competiiton for them or anybody else.  For me this is more like a hobby. That is why when I had the market for server-side extensions, all to myself, I still kept giving away a lot of free extensions.
    I remember in the early days a fellow Dreamweaver sent me an email saying that he had found the MagicSuite on a couple of Chinese servers.  I went to take a look and two servers traced to Shanghai mentioned more than 20,000 downloads each of the MagicSuite, which was free anyway.  This was just within days of a book that was published in Chinese in Taiwan and which (with my permission) had discussed each of my extensions with screenshots, etc.
    Sorry for going off on a tangent.  Thanks for your reasoned response.
    J.S.

  • Trouble with opening/creating Server Model Diagrams

    I created server model diagrams by drag-and-dropping specific tables from the Server Model Navigator. Is it supposed to take a LONG time
    for this step (e.g., 3 whole minutes for one table) or should it be basically "immediate"? They eventually made it, but seemed unreasonably long!
    I saved the diagrams, quit, and come back to the repository, see the diagram names, click on a diagram, verify the elements inside, everything
    looks good -- until I try to open the diagram, it (Design Editor) locks up every time!!
    Does anybody know why I'm having either one of the above problems? Is there any setting I need to configure?
    (By the way, I'm using Designer 6i with an Oracle 8.1.7 database.)
    Thanks in advance.
    Brenda

    Could be your memory. Designer takes alot to run, as you may know. Minimum should be 256mb. Close all apps and try to open
    the diagram again. I have had lots of trouble with my designer locking up!

  • NVARCHAR2 table columns in server model generator

    Hi All,
    I am using designer version 9.0.2.4.
    Oracle 9.0.2.3. NLS_NCHAR_CHARACTERSET = UTF8
    I have table definition with column whose type is NVARCHAR2.
    I run generate server model definitions from table.
    If I run the generator second time (or any time when table is already present in db) the report gives me database value for column Max Length three times more than it is shown by DESC <table>.
    My guess is designer takes data_length not char_length from all_tab_columns or smth like this (when using utf8 the ratio is 3).
    Any ideas ?

    Just installed designer version 9.0.2.5. And this annoying feature is fixed.
    Thanks to all good people at Oracle.

  • "Importing" table-comments into an existinting server model with a text file

    Hello
    i have redesigned a database with the "capture design" tool - server model and
    server model diagramm is ok.
    Now, i want add many table- and column-comments into the server model.
    I wrote these comments with the "comment on table..." and "comment on column...."-command (in uppercase mode)
    into a scriptfile and tried, to "import" this scriptfile with the "capture design" ==> "server model" ==> "DDL-Files".
    The designer said "Processing Complete: 0 error(s), 0 warning(s)". But if i look in the server model or in the
    server model diagramm....nothing happened.
    Has anyone an idea?
    regards

    Aha, we're onto something here + I've just been reading the thread with +75 replies that's currently on the front screen which seems to be related though not entirely.
    OK the original filename was Renting Checklist.txt with a space, I deleted the space and renamed it Renting_Checklist.txt, made it the only attachment to a new email and sent from my ISP email account to my gmail account and it went fine.
    So that's why then but it's strange that it went when it was attached on an email with another attachment (whose filename didn't contain spaces or special characters). Does this sound tied in with the similar problems that others are having? It ought to be worthy of a fix, I can't tell when this problem started because I haven't had cause to send an email with a text attachment that had spaces in the filename.

  • Generating DDL from Server Model

    I would like to generate DDL that matches ERDs from the server model in Designer. However, when selecting an application folder, and expanding Relational Tables, I see a lot of tables I don't recognize - they aren't entities in the ERD. I don't know where they came from, and some of the ERD entities aren't showing up in the server model. I just want to generate DDL that creates only the tables shown in the ERD. Any way to do this?

    About your question for more complex constraints. That is not possible in Designer.
    If you are using Headstart, you can achieve this by using CDM RuleFrame. This is a way to record all types of (complex) constraints (business rules).
    see http://www.oracle.com/technology/products/headstart/index.html for more information.

  • Dreamweaver changed (no sites, no server models any more)

    It seems like from one moment to the other suddenly i lost all my SITES (the FTP-datas, which you can save as .ste) in Dreamweaver CS3. Also I cannot work with my ADDT extension, "missing the SERVER MODEL " . When I want to re-install Dreamweaver CS3 (which I have bought) it asks that I put in the CD for Dreamweaver CS4. What could have happened? Thanx for all tips.

    I have re-installed the whole Adobe CS3 .. and everything works again.

Maybe you are looking for

  • Since Firefox updated to 3.6.12, Ctrl+P no longer works and I can't print my coupons.

    When I want to print something from the internet, I press ctrl P and a sign comes up saying, "An unknown error occured while printing. For most things I can copy and paste into WORD and print the information I want. However, this does not work for co

  • Infoview prompts for database logon screen when changing dynamic parameter

    I have already set up initial database ID/PW for the report in CMS, but when I run the report from InfoView as I tried to update my parameter, it is requiring the user to enter database ID/PW again........Is there a way to set this up so that the use

  • EA 19 Table Sorting

    I've downloaded adf faces ea19. In its documentation is descripted this feature: <<Aspect API A new Aspect API (this name will likely be changed in upcoming releases) lets component changes persist across requests. For example, the sort order of a ta

  • FA: Importing from feeder systems

    Hi, I am migrating fixed assets from non-Oracle systems in an EBS 11i FA implementation. I need to migrate the following assets financial information: 1. Current Cost 2. Original Cost 3. Total of all adjustments 4. Total of all unplanned depreciation

  • Qosmio X500-10W - Can I replace the HDD with another one?

    Hello I have a Qosmio X500-10W with two HDD Toshiba MK5055GSX 500GB 5400RPM 8MB ??SATA II but is one of hs so I wonder if I can be replaced by a more powerful style HDD 750GB 7200tr / min 16MB Toshiba course? merci