SDDM 3.1 EA3 relational model generation doesn't work

Hi,
nothing happens whenever i tried to generate relational model from logical model with ">>" button ?
Do you have any explanation?
thanks in advance
André

Hi Philip,
here comes the complete log.
Ciao
André
2012-01-12 16:40:45,997 [AWT-EventQueue-0] ERROR DesignObject - Listener caused exception:
java.lang.StringIndexOutOfBoundsException: String index out of range: 1
     at java.lang.String.substring(String.java:1934)
     at oracle.dbtools.crest.model.datatype.MDExplicitSized.setSize(Unknown Source)
     at oracle.dbtools.crest.model.datatype.oracle.MDDataTypeFactoryOracle.createType(Unknown Source)
     at oracle.dbtools.crest.model.datatype.oracle.v9i.MDDataTypeFactoryOraclev9i.createType(Unknown Source)
     at oracle.dbtools.crest.model.datatype.MDDataTypeFactory.createStringEncodedType(Unknown Source)
     at oracle.dbtools.crest.model.design.LogicalDatatype.createDataType(Unknown Source)
     at oracle.dbtools.crest.model.design.Domain.getDataType(Unknown Source)
     at oracle.dbtools.crest.model.design.Domain.getDataType(Unknown Source)
     at oracle.dbtools.crest.model.design.ContainedObjectWithDomain.getDataType(Unknown Source)
     at oracle.dbtools.crest.model.design.logical.Attribute.getDataType(Unknown Source)
     at oracle.dbtools.crest.model.design.ContainerObject.changed(Unknown Source)
     at oracle.dbtools.crest.model.design.logical.CandidateKey.changed(Unknown Source)
     at oracle.dbtools.crest.model.design.DesignObject.fireChange(Unknown Source)
     at oracle.dbtools.crest.model.design.ContainedObjectWithDomain.setDomain(Unknown Source)
     at oracle.dbtools.crest.model.design.logical.Attribute.setDomain(Unknown Source)
     at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.setPreviousSelectedAttribute(Unknown Source)
     at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.initSelectedAttributeOptions(Unknown Source)
     at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.setAttributeSelected(Unknown Source)
     at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.access$2900(Unknown Source)
     at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx$5.valueChanged(Unknown Source)
     at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
     at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
     at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:194)
     at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:388)
     at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:398)
     at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:442)
     at javax.swing.JTable.changeSelectionModel(JTable.java:2352)
     at javax.swing.JTable.changeSelection(JTable.java:2421)
     at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.addAttribute(Unknown Source)
     at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.access$2500(Unknown Source)
     at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx$COAddAction.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.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
     at java.awt.Component.processMouseEvent(Component.java:6290)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6055)
     at java.awt.Container.processEvent(Container.java:2039)
     at java.awt.Component.dispatchEventImpl(Component.java:4653)
     at java.awt.Container.dispatchEventImpl(Container.java:2097)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
     at java.awt.Container.dispatchEventImpl(Container.java:2083)
     at java.awt.Window.dispatchEventImpl(Window.java:2482)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:607)
     at java.awt.EventQueue$1.run(EventQueue.java:605)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:621)
     at java.awt.EventQueue$2.run(EventQueue.java:619)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
     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:1044)
     at java.awt.Dialog$3.run(Dialog.java:1096)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.awt.Dialog.show(Dialog.java:1094)
     at oracle.dbtools.crest.swingui.editor.AbstractPropertiesDialog.show(Unknown Source)
     at oracle.dbtools.crest.model.design.logical.Entity.showPropertyDialog(Unknown Source)
     at oracle.dbtools.crest.model.ModelIDObject.showPropertyDialogOnNew(Unknown Source)
     at oracle.dbtools.crest.swingui.diagram.graph.MarqueeHandler.addEntity(Unknown Source)
     at oracle.dbtools.crest.swingui.diagram.graph.MarqueeHandler.createObject(Unknown Source)
     at oracle.dbtools.crest.swingui.diagram.graph.MarqueeHandler.mouseReleased(Unknown Source)
     at oracle.dbtools.crest.swingui.diagram.ui.def.DefaultDiagramUI$MouseHandler.mouseReleased(Unknown Source)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
     at java.awt.Component.processMouseEvent(Component.java:6290)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6055)
     at java.awt.Container.processEvent(Container.java:2039)
     at java.awt.Component.dispatchEventImpl(Component.java:4653)
     at java.awt.Container.dispatchEventImpl(Container.java:2097)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
     at java.awt.Container.dispatchEventImpl(Container.java:2083)
     at java.awt.Window.dispatchEventImpl(Window.java:2482)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:607)
     at java.awt.EventQueue$1.run(EventQueue.java:605)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:621)
     at java.awt.EventQueue$2.run(EventQueue.java:619)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
     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)
2012-01-12 16:41:20,288 [AWT-EventQueue-0] WARN SVNClientHelper - doInfo
org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: 'D:\home\sa54rel\sddm\draft' is not a working copy
     at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfoFromWorkingCopy(AbstractJhlClientAdapter.java:1792)
     at oracle.dbtools.crest.fcp.vcs.svn.SVNClientHelper.doInfo(Unknown Source)
     at oracle.dbtools.crest.fcp.vcs.svn.SVNHistoryWindow.init(Unknown Source)
     at oracle.dbtools.crest.fcp.vcs.VCSHistoryWindow.setStorableObjectStatus(Unknown Source)
     at oracle.dbtools.crest.fcp.vcs.svn.commands.SVNVersionHistoryCommand.init(Unknown Source)
     at oracle.dbtools.crest.fcp.vcs.svn.commands.SVNVersionHistoryCommand.showSVNHistoryWindow(Unknown Source)
     at oracle.dbtools.crest.fcp.vcs.svn.commands.SVNVersionHistoryCommand.doitImpl(Unknown Source)
     at oracle.jdeveloper.vcs.spi.VCSCommand.doit3(VCSCommand.java:588)
     at oracle.jdeveloper.vcs.spi.VCSCommand.doit(VCSCommand.java:136)
     at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
     at oracle.jdeveloper.vcs.spi.VCSController.invokeCommand(VCSController.java:201)
     at oracle.jdeveloper.vcs.spi.VCSController.handleEventImpl(VCSController.java:156)
     at oracle.jdeveloper.vcs.spi.VCSController$1.run(VCSController.java:84)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:607)
     at java.awt.EventQueue$1.run(EventQueue.java:605)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
     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)
Caused by: org.tigris.subversion.javahl.ClientException: svn: 'D:\home\sa54rel\sddm\draft' is not a working copy
     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.info(SVNClientImpl.java:1598)
     at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfoFromWorkingCopy(AbstractJhlClientAdapter.java:1785)
     ... 26 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: 'D:\home\sa54rel\sddm\draft' is not a working copy
     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
     at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open(SVNAdminAreaFactory.java:163)
     at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:364)
     at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:272)
     at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:299)
     at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:284)
     at org.tmatesoft.svn.core.wc.SVNWCClient.crawlEntries(SVNWCClient.java:3275)
     at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2495)
     at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2871)
     at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1593)
     ... 27 more
2012-01-12 16:44:44,107 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:05,220 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:07,030 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:07,529 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:07,763 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:08,012 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:08,246 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:08,449 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:08,652 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:08,839 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:09,619 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:09,900 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:10,337 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:41,701 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:45:44,088 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:24,788 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:30,693 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:31,286 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:31,551 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:31,785 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:32,019 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:46,132 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:46,751 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:47,025 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:47,256 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:46:47,528 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-12 16:54:53,885 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
2012-01-16 09:53:54,112 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 3.1.0.691

Similar Messages

  • My i pod nano first generation doesn't work with windows 8

    My i pod nano first generation doesn't work with windows 8

    Howdy yvesmd,
    Thanks for using the Apple Support Communities.
    If your iPod nano is not being recognized in iTunes on your Windows computer, then I'd like you to please follow the directions in the link below.
    Apple - Support - iPod - iPod nano Troubleshooting
    Cheers,
    Alex H.

  • The camera on my daughter's iPod Touch, 5th generation, doesn't work anymore. She just got it three weeks ago. Not even sure how to troubleshoot. Help.

    the camera on my daughter's iPod Touch, 5th generation, doesn't work anymore. She just got it three weeks ago. Not even sure how to troubleshoot. Help.

    Hard reset it and report back...thatll probably solve the problem

  • Since Lion installation the remote control first generation, doesn't work as usually. On Leopard when I pushed the menu button, it opened a menu that showed music, films, photo. Now it doesn't work anymore. Is there anyone to explain me why this happen?

    Since Lion installation the remote control first generation, doesn't work as usually. On Leopard when I pushed the menu button, it opened a menu that showed music, films, photo. Now it doesn't work anymore. Is there anyone to explain me why this happen? Thank you.

    Sadly Snow Leopard was the last OS X to have Front Row and it is no longer offered in Lion or Mountain.
    see > Farewell Front Row | Macworld
    If you want, you can get it back with some tweaking.
    see > Get Front Row for Mac OS X 10.7 Lion
    or > Use Front Row In OS X Lion
    Also note: that your remote should still be working for waking the Mac, volume control and iTunes...? If it is not, let us know for help with it.

  • Why Position:Relative from CSS doesn't work at Safari 5.03?

    If you watch my web page: http://clubdeleonesst.tk
    I designed a ComboBox and have some problems with position relative. I used jQuery to create it, you could watch the original example here:
    http://www.marghoobsuleman.com/jquery-image-dropdown
    And I have been watching that the transparency from Flash doesn't work too. I hope you can solve these bugs.
    Message was edited by: FANMixco
    Message was edited by: FANMixco

    The "disappearing" affect you describe is not normal. You may need to reinstall Safari.
    First, try removing the Apple cookies from your Safari Preferences>Security>Cookies panel. Also, go to your Safari Menu and Empty cache. Then try to log-on to Apple Discussions.
    Also, regarding the "disappearing" effect, try Safari from another User Account.
    Here is guidance from Apple on how to set up the account. You can ignore step 7 in the article.
    Also, on the system preference>Accounts panel, click on "log-in" options. There, select "fast user switching". This allows you to go back and forth between user accounts via an icon in your Menu Bar at the top of the computer screen.
    Log-on to the new account and start Safari. If Safari is stable in the new account, then your problem is specific to your regular user account. Otherwise, similar response means a system-wide problem.
    Post back with results.

  • HT1923 The sync function on my iPod Touch 3rd generation doesn't work properly.  My OS is up to date, but some of my podcasts won't transfer onto the iPod, and it won't delete ones I've already listened to.

    The sync function on my 3rd gen iPod Touch doesn't work properly.  It won't sync all the podcasts I've downloaded, and it won't delete ones I've listened to and deleted on iTunes.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • IPod nano 6th generation doesn´t work

    I´ve got a new iPod nano 6th as an exchange unit. It works fine till i connected it with iTunes under Win7. First, the iPod appears in iTunes and a window was opened, i think, to accept the license rules. Unfortunetly i was distracted for about 5 minutes. By next gaze to iTunes, the iPod was disappeared, the license window was disappeared and the iPod was black. Unfortunetly i have tried to reset the iPod without disconnecting. Nothing happens. I disconnected  the iPod, and it doesn´t works no longer. A reset between 8-15 seconds doesn´t help. An attempt to come into maintenance mode was failure. A new installation with complete delete before of all apple files couldn´t help. A deactivating of virus scan didn´t help. Other usb-cables, other PC´s even a mac didn´t help. A delete of the recovery.ipsw doesn´t help. The iPod doesn´t appear neither under windows or in iTunes. The strange thing is, by connecting with the pc, opening iTunes and an attempt to reset by 8 seconds, nothing happens. By connecting  and an attempt to reset by 15 seconds, iTunes recognized the iPod, is waiting for the iPod about 30 seconds and reports, iPod recognized but not really identificated. Error 1601. If i try the reset by about 15 seconds without opened iTunes, then appears an apple mobile device under usb in devicemanager, but anyhow, no access. I´ve read, an older mobile device driver could help. I´ve extracted this driver out of iTunes version 10.5.2, deinstalled the newest driver and installed the older. It hasn´t helped. I could cry. By the way, my old iPod 2. gen works fine. I would by happy, could i get a solution. thanks a lot.

    torinta wrote:
    the nano screen comes up with a message 'do not disconnect'.
    Do not reset your iPod if…
    If your iPod is connected to a computer and displays any of the  following messages, you should eject the iPod from  within iTunes instead of resetting it:
    Connected. Eject before disconnecting
    Sync in Progress. Please wait…
    Do not disconnect
    Tip:  Check out  this helpful movie, too. ( http://support.apple.com/kb/HT1320?viewlocale=en_US )
    Try the below steps :
    If you can see your iPod in windows explorer on your My Computer the Right click on your iPod and Format it in Fat32 Format once it is formatted completely remove it from your computer and then reconnect it and open iTunes on your computer and Restore it using iTunes and if your iPod is not appearing in iTunes then Put your iPod in disk mode by referring the Above steps and then try to Restore your iPod to Factory settings.

  • TAB functional​ity in Report Generation doesn't work.

    Inserting TABS either by putting in a string or concatenating with the TAB constant doesn't seem to work. In the HTML file created by "Example HTML Report.vi" there are supposed to be two tabs in the text but they don't seem to be there. I'm trying to perodically insert data into tab delimited columns in a report. I'm using LabView 6i on Win2000.

    I don't know much about HTML but I haven't found a tag for TAB by looking at a few WEB sites. And yet..there's a "Set Report Tab Width.vi" in the Report Generation sub-pallette. The "Append Report Text.vi" has a sub-vi called "HTML Report Token Converter.vi". When it gets the tag it sends a
    , which I believe is a HTML line break. Not exactly equivalent to a TAB as far as I can see. If you can't send a TAB to HTML why set the TAB Width? So it seems the problem isn't with the example it's with the implementation of the Report Generation sub-pallette. Maybe the Report Generation utilities were developed for an older version of HTML and need to be updated. When I "View Source" on the HTML document that's being created, I get "-//W3C//DTD HTML 4.0
    Transitional//
    USAYPG
    4221Z Met Data
    Wednesday, June 19, 2002
    1:28:04 PM
    Test of Report Generation
    Item Item Item Item Item
    Time
    Temp
    Humidity
    Pressure
    1.00
    2.00
    3.00
    4.00
    101.00
    102.00
    103.00
    104.00
    Don't know if this will help or not.

  • IPod Touch 1st Generation doesn't work directly out of the box?

    I just bought a first generation iPod touch and first things first I plug it into my PC. Nothing happens on the iPod and on iTunes I immediately get a message saying "iTunes has detected an iPod in recovery mode. You must restore it before it is usable with iTunes." So I hit OK and click yes to the message about restoring it to its factory settings, considering that's how it should be anyway since I had literally just taken it out of the box. I finally get a reaction from the iPod, and it's a solid white screen followed by the apple logo, and then for about 5 minutes iTunes says it's "prepaying the iPod for restore..." followed by the error message "The iPod "iPod" could not be restored, an unknown error occured. (1604)" Then the iPod disconnects from iTunes and proceeds to be frozen at the Apple logo screen. I have looked at all the troubleshooting walkthroughs and none of them work because I have never seen a screen on the iPod other than the Apple logo, it seems as though the only way to fix this is if I just take it back and get a replacement

    Hello and Welcome to Apple Discussions. 
    Is the device brand new? - the Second Generation have been around for some time now so I hope you got a good price on it.
    Have a read of this article which explains how to deal with the 1604 error:
    http://support.apple.com/kb/TS1458
    Let us know how you get on.
    mrtotes

  • Model Binding doesn't work (MVC - BSP)

    Hi
    My application uses Business Server Pages with MVC.
    My Model class has several Attributes and I want to use the Model Binding Concept for automatic data transfer between model an view:
    1. MODEL
    The attribute i want to use is an internal table: T_REP_TOP     Static Attribute     Private     Type
    2. VIEW
    2.1 Page Attributes (BSP)
    How do i have to declare the page attribute in order to "bind" the model attribute T_REP_TOP to my view???
    2.2 Layout: Table View
                                            <htmlb:tableView
                                                        id="topkennzahl"
                                                        selectionMode= "singleselect"
                                                        table="<%=???????????????%>"
                                                        width="80%"
                                                        onRowSelection="row_top"
                                                        footerVisible="FALSE">
                                            </htmlb:tableView>
    How do i have to fill the table tag of my table View????
    Thankx for your help!!!
    greetings
    Michael
    Edited by: Michael Hornung on May 15, 2008 8:42 AM

    Hallo Michael!
    1. MODEL
    Make the attribute T_REP_TOP as Instance Attribute Public Type
    Create an instance of the model in your controller:
    METHOD do_init.
      create_model( class_name = 'ZCL_MODEL_MIKE  model_id = 'MOD1' ).
    2. VIEW
    2.0 Create the View
    METHOD do_request.
      DATA: l_view TYPE REF TO if_bsp_page,
            l_model TYPE REF TO zcl_model_mike.
      l_model ?= get_model( 'MOD1' ).
      l_view = create_view( view_name = 'view1.htm' ).
      l_view->set_attribute( name = 'model'  value = l_model ).
      call_view( l_view ).
    2.1 Page Attributes (BSP)
    Type in a page attribute named model TYPE REF TO zcl_model_mike.
    2.2 Layout: Table View
    <htmlb:tableView
    id="topkennzahl"
    selectionMode= "singleselect"
    table="//model/t_rep_top"
    width="80%"
    Regards
    Thilo

  • Older Remote Model A1018 doesn't work on 4th Gen Ipod

    Hello, I have a 4th Gen iPod and use a wired remote (model # A1018) and while I can hear the ipod, none of the buttons on the remote work anymore. The iPod has version 3.1.1 on it. Has anyone run into this or have any ideas to remedy?

    Not a hardware problem at all.  The existing headphones work... the earbuds are gertting a bit ragged thus I ordered new ones... 2 pair... and both do not work:
    http://www.ebay.com/itm/261053896227?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m149 7.l2649
    They do however work in the iPhone 4s which indicates a compatibility issue.
    Didn't mean to infer anything nefarious... just to point out that emillang must be experiencing the same problem as I am.
    The only other solution I see is to buy a dongle or a case with integrated controls:
    http://www.amazon.com/iLuv-iEA15BLK-3rd-Party-Headphone-VoiceOver/dp/B002RL9WDQ/ ref=sr_1_1?ie=UTF8&qid=1344964837&sr=8-1&keywords=ipod+shuffle+remote
    http://www.amazon.com/Scosche-tapSTICK-Polycarbonate-Integrated-Controls/dp/B002 CVTU5Q/ref=sr_1_3?ie=UTF8&qid=1344964837&sr=8-3&keywords=ipod+shuffle+remote

  • The home button on my ipod touch 4th generation doesn't work its like loose what can i do?

    please help.

    Try:
    fix for Home button
    Fix a broken, unresponsive or sticky iPhone Home Button
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • The power button on my iPod touch 4th generation doesn't work is there anything I can do without paying money?

    What can I do? Please help!

    Use the Accessibility feature Assistive Touch for many uses of the power button. Settings>General>Accessibility>Assistive touch.

  • What can i do the interruptor of  my iPod 2nd generation doesn't work?

    Im sorry i bought an iPod 2nd generación and all was Ok but today the interruptor doesnt work what can i do ?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • I have a iSight iMac model which doesn't work but it is not the HD.  How can I transfer the data on the HD to another computer or external HD after taking it out of the non-working computer?

    If I take the HD out of the computer, is there any hardware/software combination that will allow me to transfer the information on the HD to another computer or to another external HD?

    If it is not the HD, what part is not working?
    You can put the HD into an exclosure and transfer data via either Firewire or USB2

Maybe you are looking for

  • 790FX-GD70 winki Bad bios checksum (please help!!) unresolved

    I have the 790FX-GD70 winki edition motherboard only for a few weeks, then i went on holiday for a week and when i came back and started up the computer it came up with the error: Bad BIOS checksum. Startin BIOS Recovery ... Checking for USB Devise .

  • Unable to retrieve tables from this connection

    I have been using Dreamweaver for over 5 years. I have been using an Access database and ASP the entire time. I am using a Windows 2000 server for the database and web site. I have used every verson of Dreamweaver since Ultra Dev. When I bought verso

  • Keyboard not working correctly

    Hi there i have and intel iMac (one of the first) and I have a bluetooth apple keyboard. I have found that if I use the num-pad to the right the hole system locks up. I can only move my mouse (USB) but not click on any thing. I have plugged in my app

  • Passing Dataset in Subreport

    Hi, I have a report that has a summary section (main report) and details section (subreport located in the report footer of the main). Both the main and subreport pull data from the same tsql stored procedure. Is there a way i can pass the dataset fr

  • Picking List configuration For user

    Hi Friends I do not know how to configure picking list for user , We are maintaining WM at Plant . I would request you to mention  entire process step by step which may help me to understand picking list configuration in totality . Thanks In Advance