3.0EA1: Engineer to relational of hierarchies

It seems that the strategy is always the same when engineering hierarchies to relational.
If my logical model contains an entity (PARTY) with two subtypes (PERSON and ORGANIZATION), the three entities are always engineered to a single relational table (PARTY). Should I not be able to engineer the logical model into two tables (PERSON and ORGANIZATION) and even three tables?
Also, when engineering into a single table it seems that the primary key column is duplicated for each subtype. In the above example where ID is the primary key of PARTY, I get ID2 and ID3 as two new unique keys (PERSON_PK and ORGANIZATION_PK). I understand why some people would want that (so they can create foreign keys for a specific subtype) but should I not be able to engineer the model into a single relational table with a single ID that is shared by all subtypes?
- Marc de Oliveira

It seems that the strategy is always the same when engineering hierarchies to relational.there is property "FWD Engineer Strategy" in entity dialog - you can select another strategy there
In the above example where ID is the primary key of PARTY, I get ID2 and ID3 as two new unique keys (PERSON_PK and ORGANIZATION_PK). it's normally to have primary key only in root entity. We do not restrict defining primary key in sub types - they are transformed into unique keys - I see it doesn't work when strategy is "Table for each entity". I'll log bug for that.
Philip

Similar Messages

  • Warning icon on Engineer to Relational Model screen

    Engineer to Relational Mode l shows warning icon on Attributes, Entities and Logical labels. I don't see the reason.
    Do you know what this warning icon is about and how to tackle it?
    Thanks,
    Prakash

    Hi Prakash,
    Engineer to Relational Mode l shows warning icon on Attributes, Entities and Logical labels. I don't see the reasonThis mean something is changed. You can click on object and should look at details tab. Entity is composite object and it'll get warning mark also if some of components are changed.
    At "compare/copy options" tab you can exclude some properties from compare process if you don't want them to be considered.
    Philip

  • Engineer to Relational Model: deleted attributes / undeleted columns

    Hello,
    I am using Datamodeler 3.3.0.744.
    I'm modifying an existing logical model: I'm deleting one or more attributes in an Entity.
    Then I'm executing "Engineer to Relational Model" in oder to get an up to date Relational Model (it existed already).
    The corresponding columns are not deleted in the Relational Model, even though attributes don't exist anymore at the logical level.
    I can't find any option available in order to do that...
    In the previous release (3.1), it worked fine, I could choose the behavior related to the deleted attributes (deleting or not deleting corresponding columns).
    Edited by: user4995029 on 27 mai 2013 02:43

    When your forward engineer for a 2nd time you should see a dialog that has the logical on the left and the relational on the right. Entities that are new or changes have an exclamation point next to them. If you open that you will eventually drill down to see the attribute/columns. Where your dropped an attribute it will say "To drop". The check box is unchecked by default. If you check it then when you forward engineer those should get dropped from the associated table.
    Is it not working that way in 3.3?

  • 'Engineer to Relational Model' Dialog does not open

    Steps to reproduce:
    Open Modeler.
    Create a Glossary file with one row as ATTRIBUTE & ATTR as Name & Abbreviation respectively. Check "Incomplete modifier".
    Goto Naming standards under preferences, choose that glossary file. In the logical model, create an entity with one attribute "ATTRIBUTE 1".
    Right click logical model, click 'Engineer to Relational Model', goto General Options tab, check "Apply Name translation". Click Engineer.
    You'll see ATTRIBUTE is not changed to ATTR in the relational model.
    Now right click logical model again, click 'Engineer to Relational Model'. Nothing happens now.
    Goto Naming standards under preferences, double click the glossary file, uncheck Incomplete modifier", save & close.
    Now right click logical model again, click 'Engineer to Relational Model'. It works now. But still the abbreviation does not happen in the relational model.

    Sorry for the very late reply.
    My version is this -
    Version 3.1.0.700
    Build 700
    And my fresh log file is below (it shows an error. but I dont think that is related with the problem that I am having now)
    2012-06-26 05:59:44,639 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 3.1.0.700
    2012-06-26 06:00:12,440 [Thread-13] ERROR XMLTransformationManager - Unable to load object from XML: D:\Lenin\CODE EU\Adhoc Subject Wise\mapping\ExtendedMap_RM6FC65D48-B203-C5D5-5BDE-6BF8B4199E5A.xml
    java.io.FileNotFoundException: D:\Lenin\CODE EU\Adhoc Subject Wise\mapping\ExtendedMap_RM6FC65D48-B203-C5D5-5BDE-6BF8B4199E5A.xml (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$1.run(Unknown Source)
    UPDATE:
    I have downloaded the latest version (Version 3.1.1.703 Build 703) and opened my model.
    Now I am not able to engineer to relation model in any option (tried checked and unchecked "incomplete modifiers")
    When I right click logical model and click engineer to relation model, I get an empty dialog box with a warning icon and a OK button - but no message in it.
    Here is my log file:
    2012-06-26 07:02:48,643 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 3.1.1.703
    2012-06-26 07:03:22,288 [Thread-14] ERROR XMLTransformationManager - Unable to load object from XML: D:\Lenin\CODE EU\Adhoc Subject Wise\mapping\ExtendedMap_RM6FC65D48-B203-C5D5-5BDE-6BF8B4199E5A.xml
    java.io.FileNotFoundException: D:\Lenin\CODE EU\Adhoc Subject Wise\mapping\ExtendedMap_RM6FC65D48-B203-C5D5-5BDE-6BF8B4199E5A.xml (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$1.run(Unknown Source)
    2012-06-26 07:03:22,482 [Thread-14] ERROR XMLTransformationManager - Unable to load object from XML: D:\Lenin\CODE EU\Adhoc Subject Wise\mapping\ExtendedMap_RMED70BF0B-C36C-7627-EDDD-1F53A7EAF80F.xml
    java.io.FileNotFoundException: D:\Lenin\CODE EU\Adhoc Subject Wise\mapping\ExtendedMap_RMED70BF0B-C36C-7627-EDDD-1F53A7EAF80F.xml (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$1.run(Unknown Source)
    Edited by: emaillenin on Jun 26, 2012 4:36 AM

  • SDDM 3.1 PROD: Engineer to Relational creates too many new objects

    After upgrading to DM 3.1 production I am seeing many dublicates of my relational tables. It seems that when I perform "Engineer to Relational", some of the tables are recreated even though they already existed in the relational model.
    Currently, I have the following tables in my relational model:
    PARTIES
    PARTIESv1
    PARTIESv2
    PARTIESv3
    PARTIESv4
    PARTIESv5
    PARTIESv1-v5 have a created date of Februrary 15 or later, so they have all be created after my upgrade to DM 3.1 production.
    Is this a known bug, and will it be fixed by the upcoming patch?
    Regards,
    Marc de Oliveira

    Marc,
    I have not been able to reproduce this problem.
    I assume that the problem occurred on a model you had migrated from an earlier release? If so, was the migration from 3.0 or from 3.1 EA1, EA2 or EA3? And was this where the model was initially created, or had it been migrated previous to this latest migration?
    I assume that the Entities had been Engineered to Relational prior to the migration?
    Is it happening to all your Tables? If not, are there any obvious similarities between the Tables that have the problem?
    Any other information that might help us reproduce this problem would be appreciated. Do you use any special options in your Engineer operation?
    David

  • Engineer to Relational Model - subtypes have no attributes.

    Hello.
    Engineer to Relational Model tool don`t show attributes of subtype entity. Some bug or feature?
    DM 3.1.0.687.

    1) Funny, when I dropped the column, and had it recreated by the engineering process, it worked correctly. But re-engineering the old column kept setting it to mandatory even when I manually set it to optional. I have a sense that some of my objects are ignored by the tool... Only when I drop them and recreate them they seem to be recognized. I had the same issue with some entities that consistenetly did not got engineered into my relational model. Only when I created a new ER-diagram and included the same entities they would get engineered into the relational model...
    2) Designer did this. When a supertype table was generated in the "one table" mode there would always be a new column called SUBTYPE with a constraint allowing the short names of each subtype as values (ex: for the table PARTIES the SUBTYPE column could only contain the values PERS and ORG). With this in place you could create constraints such as "SUBTYPE = 'PERS' and FIRST_NAME is not null or SUBTYPE = 'ORG' and FIRST_NAME is null".
    Regards,
    Marc de Oliveira

  • Sql datamodeler: Engineer to relational model: General Options

    Hello
    When you engineer your logical model to a relational model you get a wizard. In lower part of this wizard byou have several tabs, one of the tabs is called general.
    On this general tab you have check box: Apply Name Translation
    The corresponding help text:
    Apply Name Translation: Controls whether formal names are translated to abbreviated names when the logical model is forward engineered to a relational model, and whether abbreviated names are translated to format names when a relational model is reverse engineered to the logical model. Name translation is applied only for valid names. In addition, translations between the words entity/attribute/key and table/column/index are performed.
    Does anybody have a clue what is meant here?
    Regards Erik

    Erik,
    you have to create glossary (tools>Glossary editor) with words permitted for usage in names in logical model. For each word you can define abbreviation that will be used in transformation process.
    Example:
    Employee - EMP
    Salary - SAL
    Attribute "Employee Salary" will be transformed to column "EMP_SAL".
    You can define preferred abbreviation for entities and attributes and it can be used instead of glossary definitions.
    You also have to set your glossary in "Tools>General Options>Naming standards>Glossary"
    Best regards,
    Philip

  • Logical model fwd engineer to relational model.  Missing FK relationships

    We are experiencing missing relationships in the relational model when engineering from logical model to the relational model. The logical model objects have properly defined primary keys defined. We are using SQL Data Modeler v3.1.700. Any suggestions on how to engineering these relationships without deleting the objects from the relational model.
    Thanks,
    Ed

    Hi Ed,
    I presume you had some relationships in the Logical Model that you were expecting to be engineered to Foreign Key relationships in the Relational Model.
    Please can you provide more detail to help resolve your problem. For example:
    Was the problem on an initial engineer from the logical model? Or on a re-engineer?
    Are you using Entity subtyping in your Logical Model?
    Are there any relevant error messages in the log file? (This is normally file datamodeler.log in folder datamodeler\datamodeler\log.)
    David

  • SDDM EA 3.1: Engineer to Relational Model (subtypes)

    It seems that mandatory attributes of entity subtypes become mandatory columns on the corresponding tables even when you engineer to "one table" (the super type).
    In that case I would expect that the column would become optional.
    Even better: a check constraint would verify that the column was not null for records belonging to the originating subtype.
    / Marc de Oliveira

    1) Funny, when I dropped the column, and had it recreated by the engineering process, it worked correctly. But re-engineering the old column kept setting it to mandatory even when I manually set it to optional. I have a sense that some of my objects are ignored by the tool... Only when I drop them and recreate them they seem to be recognized. I had the same issue with some entities that consistenetly did not got engineered into my relational model. Only when I created a new ER-diagram and included the same entities they would get engineered into the relational model...
    2) Designer did this. When a supertype table was generated in the "one table" mode there would always be a new column called SUBTYPE with a constraint allowing the short names of each subtype as values (ex: for the table PARTIES the SUBTYPE column could only contain the values PERS and ORG). With this in place you could create constraints such as "SUBTYPE = 'PERS' and FIRST_NAME is not null or SUBTYPE = 'ORG' and FIRST_NAME is null".
    Regards,
    Marc de Oliveira

  • Unlink Entity From Table on Engineer to Relational

    I imported a table from an Oracle database, engineered it to logical, made changes for SQLServer and now want to engineer it to a new table but the entity is still linked to the oracle version of the table, which has been renamed.  How do I break the synch and create a new table?  I do want to keep the original table in the relational model.

    I have come up with a workaround.  Two Relational Models, one for Oracle and one for MSSS.

  • SQL Datamodeler: engineer to relational model: column names

    Hello
    Suppose I have an attribute called DAY OF BIRTH. Is there a way I can forward engineer this attribute to a column name DAY_OF_BIRTH?
    (I know you could have a coulmn name "day of birth" but thats not what I want)
    Regards Erik

    Hi Erik,
    1) you should check separator settings in General options>Naming Standard -it should be "space" for Logical model and "underscore" for Relational model;
    2) "Apply name translation" should be selected in engineering dialog
    Best regards,
    Philip

  • Engineer to Relational does nothing DM3 Production

    Hi,
    Has anyone had this experience where you click on the >> button to engineer to a relational model and nothing happens? no error, no warning and no dialog box. The model I am working with was created in EA3 and I simply opened it in Production to continue working on it.
    On the first model, I am able to engineer only on the subviews and not on the main logical view, I got by on that. On the second model, I was able to engineer a single subview, and now nothing on this model works. I am not able to provide a sequence of steps that produces the error, so that makes it a bit difficult for anyone to help out I know, but has anyone else experienced this? am I doing / have I done something wrong?
    Thanks
    Femi
    If I delete the relational model and try, it correctly informs me to create a relational model before I engineer, but after I've created one... nothing.
    Edited by: fakintoye on Feb 2, 2011 7:09 PM

    I just took a look in the log file of the EA3 folder I had before, and incidentally, I noticed one of those ERROR MDBAction lines in there too, it's in bold below, perhaps what went wrong actually had occurred while I was using EA3 and was propagated to production. I'm including that logfile as well, maybe you'll find something interesting there, I've removed parts of the folder names.
    2010-12-06 15:09:58,095 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2010-12-06 15:14:53,219 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2010-12-06 15:29:07,927 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2010-12-06 15:36:16,803 [svn-import-wizard-thread] WARN SVNClientHelper - doAdd
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: 'C:\\\erd\FA\FA\rel\0A81267A-513417928054\phys\D9582E4E-2ED963CB9D32\SType\seg_0\47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml' not found
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.addFile(AbstractJhlClientAdapter.java:202)
         at oracle.dbtools.crest.fcp.vcs.svn.SVNClientHelper.doAdd(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.doAdd(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.saveProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.saveProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.saveProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.checkProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.checkProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.checkVersioned(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.svn.commands.SVNImportCommand$1.update(Unknown Source)
         at java.util.Observable.notifyObservers(Observable.java:142)
         at oracle.jdeveloper.vcs.spi.VCSControlCache.fireControlStateChanged(VCSControlCache.java:148)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.postInvoke(SVNImportWizard.java:266)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.commitWizard(SVNImportWizard.java:247)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.access$000(SVNImportWizard.java:75)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard$1$1.run(SVNImportWizard.java:136)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: 'C:\\\erd\FA\FA\rel\0A81267A-513417928054\phys\D9582E4E-2ED963CB9D32\SType\seg_0\47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml' not found
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.add(SVNClientImpl.java:590)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.add(SVNClientImpl.java:582)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.add(SVNClientImpl.java:578)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.addFile(AbstractJhlClientAdapter.java:199)
         ... 16 more
    Caused by: org.tmatesoft.svn.core.SVNException: svn: 'C:\\\erd\FA\FA\rel\0A81267A-513417928054\phys\D9582E4E-2ED963CB9D32\SType\seg_0\47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml' not found
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
         at org.tmatesoft.svn.core.internal.wc.SVNWCManager.add(SVNWCManager.java:70)
         at org.tmatesoft.svn.core.internal.wc.SVNWCManager.add(SVNWCManager.java:62)
         at org.tmatesoft.svn.core.wc.SVNWCClient.doAdd(SVNWCClient.java:1762)
         at org.tmatesoft.svn.core.wc.SVNWCClient.doAdd(SVNWCClient.java:1572)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.add(SVNClientImpl.java:588)
         ... 19 more
    2010-12-06 15:36:21,349 [svn-import-wizard-thread] WARN SVNClientHelper - saveProperties 47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: 'C:\\\erd\FA\FA\rel\0A81267A-513417928054\phys\D9582E4E-2ED963CB9D32\SType\seg_0\47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml' is not under version control
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.propertySet(AbstractJhlClientAdapter.java:1252)
         at oracle.dbtools.crest.fcp.vcs.svn.SVNClientHelper.doSetProperty(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.setProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.saveProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.saveProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.saveProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.checkProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.checkProperties(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSClientHelper.checkVersioned(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.svn.commands.SVNImportCommand$1.update(Unknown Source)
         at java.util.Observable.notifyObservers(Observable.java:142)
         at oracle.jdeveloper.vcs.spi.VCSControlCache.fireControlStateChanged(VCSControlCache.java:148)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.postInvoke(SVNImportWizard.java:266)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.commitWizard(SVNImportWizard.java:247)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard.access$000(SVNImportWizard.java:75)
         at oracle.jdevimpl.vcs.svn.imp.SVNImportWizard$1$1.run(SVNImportWizard.java:136)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: 'C:\\\erd\FA\FA\rel\0A81267A-513417928054\phys\D9582E4E-2ED963CB9D32\SType\seg_0\47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml' is not under version control
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.propertySet(SVNClientImpl.java:1228)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.propertySet(SVNClientImpl.java:1202)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.propertySet(SVNClientImpl.java:1197)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.propertySet(SVNClientImpl.java:1193)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.propertySet(AbstractJhlClientAdapter.java:1233)
         ... 16 more
    Caused by: org.tmatesoft.svn.core.SVNException: svn: 'C:\\\erd\FA\FA\rel\0A81267A-513417928054\phys\D9582E4E-2ED963CB9D32\SType\seg_0\47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml' is not under version control
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
         at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.getVersionedEntry(SVNWCAccess.java:583)
         at org.tmatesoft.svn.core.wc.SVNWCClient.doSetProperty(SVNWCClient.java:626)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.propertySet(SVNClientImpl.java:1224)
         ... 20 more
    2011-01-06 22:38:42,503 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-09 23:44:23,336 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-10 10:09:03,365 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-10 10:20:49,329 [AWT-EventQueue-0] ERROR SVGPrinter - SVGPrinter.export
    java.awt.print.PrinterException: No print service found.
         at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1275)
         at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1247)
         at oracle.dbtools.crest.swingui.printing.SVGPrinter.print(Unknown Source)
         at oracle.dbtools.crest.swingui.printing.PrintPreviewController.print(Unknown Source)
         at oracle.dbtools.crest.swingui.printing.PrintPreviewController.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1047)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    2011-01-10 11:06:34,553 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-11 23:27:32,738 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-11 23:56:05,412 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-12 15:15:20,902 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-12 17:10:49,110 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-12 18:26:33,438 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-13 10:05:36,008 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-14 11:43:09,208 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-14 15:29:17,542 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-14 20:56:43,317 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-17 09:27:51,280 [Thread-36] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Models\SA\SystemAdministration\businessinfo\Business Information.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.businessinfo.BusinessInfoDesign.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$OpenDesign$2.run(Unknown Source)
    2011-01-17 09:27:51,310 [Thread-36] ERROR AbstractXMLReader - Data inputstream is null (path: SystemAdministration/businessinfo name: Business Information)
    2011-01-17 09:27:51,410 [Thread-36] ERROR AbstractXMLReader - No reader for: 47E390DE-0671-C4B1-8428-0F45CBEE18F8
    2011-01-17 09:27:51,410 [Thread-36] ERROR RXMLDataTypesDesign - RXMLDataTypesDesign: Read object returns null (objectID: 47E390DE-0671-C4B1-8428-0F45CBEE18F8
    2011-01-17 09:35:22,796 [Thread-45] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Internal\InternalSetup\businessinfo\Business Information.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.businessinfo.BusinessInfoDesign.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$OpenDesign$2.run(Unknown Source)
    2011-01-17 09:35:22,796 [Thread-45] ERROR AbstractXMLReader - Data inputstream is null (path: InternalSetup/businessinfo name: Business Information)
    2011-01-17 09:35:22,796 [Thread-45] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Internal\InternalSetup\datatypes\DataTypes.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.design.datatypes.DataTypesDesign.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$OpenDesign$2.run(Unknown Source)
    2011-01-17 09:35:22,796 [Thread-45] ERROR AbstractXMLReader - Data inputstream is null (path: InternalSetup/datatypes name: DataTypes)
    2011-01-17 09:35:31,809 [Thread-45] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Internal\InternalSetup\mapping\ExtendedMap.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.xtdmapping.ExtendedMap.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$OpenDesign$2.run(Unknown Source)
    2011-01-17 09:35:31,809 [Thread-45] ERROR AbstractXMLReader - Data inputstream is null (path: InternalSetup/mapping name: ExtendedMap)
    2011-01-17 09:35:31,809 [Thread-45] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Internal\InternalSetup\pm\7EB150F1-B069-F34B-FAB2-79C976BEB2B2.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.design.process.ProcessModel.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$OpenDesign$2.run(Unknown Source)
    2011-01-17 09:35:31,809 [Thread-45] ERROR AbstractXMLReader - Data inputstream is null (path: InternalSetup/pm name: 7EB150F1-B069-F34B-FAB2-79C976BEB2B2)
    2011-01-18 17:38:19,585 [Thread-104] ERROR XMLTransformationManager - Can not parse Object List: C:\ds\zzzz\md\workimgs\00\00\datatypes/DDLSelection.local
    java.io.FileNotFoundException: C:\ds\zzzz\md\workimgs\00\00\datatypes\DDLSelection.local (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.getObjects(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.restoreDDLSelection(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.openDesignPart(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$OpenDesign$2.run(Unknown Source)
    2011-01-19 09:19:58,103 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-19 10:03:44,463 [Thread-20] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Internal\InternalSetup\businessinfo\Business Information.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.businessinfo.BusinessInfoDesign.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    2011-01-19 10:03:44,463 [Thread-20] ERROR AbstractXMLReader - Data inputstream is null (path: InternalSetup/businessinfo name: Business Information)
    2011-01-19 10:03:44,473 [Thread-20] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Internal\InternalSetup\datatypes\DataTypes.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.design.datatypes.DataTypesDesign.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    2011-01-19 10:03:44,473 [Thread-20] ERROR AbstractXMLReader - Data inputstream is null (path: InternalSetup/datatypes name: DataTypes)
    2011-01-19 10:03:53,777 [Thread-20] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Internal\InternalSetup\mapping\ExtendedMap.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.xtdmapping.ExtendedMap.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    2011-01-19 10:03:53,777 [Thread-20] ERROR AbstractXMLReader - Data inputstream is null (path: InternalSetup/mapping name: ExtendedMap)
    2011-01-19 10:03:53,777 [Thread-20] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\\\Internal\InternalSetup\pm\7EB150F1-B069-F34B-FAB2-79C976BEB2B2.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.design.process.ProcessModel.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    2011-01-19 10:03:53,777 [Thread-20] ERROR AbstractXMLReader - Data inputstream is null (path: InternalSetup/pm name: 7EB150F1-B069-F34B-FAB2-79C976BEB2B2)
    2011-01-19 10:14:50,383 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-19 10:23:39,770 [Thread-14] ERROR XMLTransformationManager - Can not parse Object List: C:\Documents and Settings\zzzz\My Documents\workimgs\00\00\datatypes/DDLSelection.local
    java.io.FileNotFoundException: C:\ds\zzzz\md\workimgs\00\00\datatypes\DDLSelection.local (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.getObjects(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.restoreDDLSelection(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.openDesignPart(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    2011-01-20 09:57:49,143 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    *2011-01-20 15:22:11,065 [AWT-EventQueue-0] ERROR MDBAction - java.lang.NullPointerException*
    2011-01-20 15:45:08,283 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-20 15:49:42,072 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-24 09:30:13,254 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-24 15:03:43,226 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-01-31 11:12:53,863 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-02-01 15:25:24,520 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-02-01 15:25:40,733 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-02-01 15:59:45,703 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-02-01 16:00:11,220 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-02-01 18:31:52,501 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-02-02 12:20:44,053 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-02-02 12:22:02,265 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1
    2011-02-02 12:25:40,824 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 2.1

  • Many-to-many relations and hierarchies

    Hi,
    I have a fact table (FACT_TRANSACTIONS), where two of the the dimension tables are DIM_CUSTOMER and DIM_BROKER. One customer can be related to several brokers, and one broker can be related to several customers. For the associations between customers and brokers I have a lookup table that contains, on each row, the primary keys of associated records from each dimension (customer_id, broker_id).
    Question 1
    How can I model this so that, in Answers, i can create reports based on both customers and brokers? (Transaction data comes only with reference to the customer_id, so the brokers have to be found via the lookup table mentioned above)
    Required report 1: | broker | customer | profit |
    Required report 2: | customer | broker | profit |
    Question 2
    In addition, both DIM_CUSTOMER.ORG_ID and DIM_BROKER.ORG_ID refer to leaf nodes in the internal organization hierarchy. When these attributes are in the dimension tables, how can I implement functionality so that, in Answers, one can drill down in the organization hierarchy and see the customers and brokers related to the given organizational unit?
    Any tips on how to approach this would be greatly appreciated,
    best regards
    - Magnus
    Edited by: 812541 on 24.nov.2010 01:06

    are these helpful?
    http://gerardnico.com/wiki/dat/obiee/obiee_bridge_table
    http://www.rittmanmead.com/2008/08/28/the-mystery-of-obiee-bridge-tables/
    http://www.biblogs.com/2008/08/28/the-mystery-of-obiee-bridge-tables/
    Edited by: Kishore Guggilla on Nov 24, 2010 2:41 PM

  • Datatype missing in LDM diagram when reverse engineer from relational mode

    I'm using OSDM v3.3.0.734.
    I created relational model by importing DDL script.
    Then I reverse engineered to create LDM.
    However I don't see data types of attributes in LDM diagram.
    If I Right click --> View Detail -->All details still it doesn't show me datatypes.
    The only options I see when I click 'View Details' are All Details, Names only, Attributes.
    It doesn't show me options PK/FK, datatypes etc..
    Thanks.

    Hi,
    you need to change used notation - data types are not shown in Barker notation.
    Philip

  • Engineer to Relational Model case sensitive?

    I developed my database in the Logical Model using Upper and Lower case. When I`m engineering from Logical to Relational Model, it keeps showing me that all atributes have their names wrong and marks them for change in the relational model. Is there a way to inform data modeler to not consider the change in case as differences?

    The thing is that in the Relational Model, all objects are beeing generated in uppercase. When I'm going to update the relational model by enineering from Logical, the program always shows me that the column names are different, when they are not, because the only difference is case! There is already a parameter for the engineering not to test for different case in the entity's name, but no parameter for it in the atribute's name!

Maybe you are looking for

  • How do I copy the style from one control to another?

    I need to programmatically copy the style from one graph to another. I'm currently using the importstyle and export style functions but I'd like to avoid that since: 1) I'm creating >100 of the same graphs in a scrolling window and execution time is

  • IE won't display my applets!

    Hello, I installed the Java SDK on my machine several months ago, and use TextPad to code Java Applets. Everything was working fine when I last checked, but i've recently come back to some of my old applets (havent coded any java for a few months), a

  • AP terms of payment

    What is the significant of having Master Data Terms of Payment in both company code view and Purchasing view.

  • I  want to make sure: Send/Recve Errors and Lost Packets on Ping - HOW BAD?

    Greetings! Still relatively new to MBP and Mac OS - ramping up fast on account of having to troll Forums for info about MBP's not so reliable WiFi performance... *ANOTHER QUESTION:* I get a lot of Send and Receive errors - as monitored by Network Uti

  • Macbook Aluminum Battery

    Is it bad for the battery to be charging while im on Safari or using iMovie? Does that make the battery life span shorten?