OMW 1.2.0 Build Main - 29.98 "Capture export" option is greyed out.

Hi,
I have downloaded the latest version and trying to use the software to migrate MS Access DB to Oracle. I used the option "Migration|Microsoft Access Exporter|Run Microsoft Access 2000 Exporter" to create a xml file containing data in the desired folder. Now I want to "Capture Microsoft Access Exported XML" but the option in this menu is greyed out. The right click option on the Access DB connection is also showing greyed "Capture Microsoft Access". The greyed out menu is coming after I first successfully exported and captured the Access DB, but now it is always greyed. The OS is XP professional 2002 service pack 2.
Please help.
-Pranjal

Pranjal,
You do need a repository as Turloch says, but you can load your xml file from the Migration Menu as
Migration > Load Access XML This requires a repository to be created on an oracle connection with appropriate privileges.
Barry

Similar Messages

  • "Build" option is greyed out.

    Hello. I am working on a Mac Book Pro with a Superdrive USB DVD drive. Using Adobe Encore CS6 with Creative Cloud. Exported .m2v and .wav files from premiere and imported them into Encore. Have set up the first play function. A new DVD is in the drive but the "Build" option is greyed out. Any ideas out there?

    Change for the output to be "folder" or "image" rather than disk. If the Build button is then available, it may indicate that Encore is not seeing your drive, or otherwise not ready to write to it.
    A workaround if that is the case is to build to image and burn with Toast.

  • SQLDeveloper 1.5.1 (Build MAIN-5440) does not correctly export data.

    At export of the data the script of the data insert is incorrectly generated. For example at export from "Tools"-->"Database Export" menu it generates following script:
    Insert into "DIC_StructBlockType" (ID,"Name","Code") values ('[B@124e231' 'Center' '1');
    instead of
      Insert into "DIC_StructBlockType" (ID,"Name","Code") values ('30100000000111000000000000000100', 'Center', '1');
    (where ID is RAW(16) or GUID)
    I.e. wrong conversion of RAW(16) format and absence of commas in values section taking place
    At export from data view of table i have
      Insert into "DIC_StructBlockType" (ID,"Name","Code") values ('30100000000111000000000000000100' 'Center' '1');
    without commas in values section instead of script above.
    I know than in SQLDeveloper 1.5.0.52 (Build MAIN-52.03) insert script generation from table data view works normally (but not works in Database Export tool).
    Whether there is a patch for this bug (in 1.5.1)?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    The first issue seems like a previously unreported bug.
    The second bug is because the values are (wrongfully) separated by the Preferences - Database - NLS Settings - Group Separator. Just change that to comma, and the Decimal Separator to something else.
    Regards,
    K.

  • File- Print not working from SQL Developer 1.2.1 Build MAIN-32.13

    File->Print not working from SQL Developer 1.2.1 Build MAIN-32.13.
    I downloaded sqldeveloper-1.2.1.3213.ZIP and extract to a local directory. From the extracted directory I ran ..\sqldeveloper\sqldeveloper.exe from Windows XP sp2. The program itself seems to run just fine but File-Print doesn't do anything. In Help-About, Java Platform is reported as 1.5.0_06 and Oracle IDE is 1.2.1.3213. I'm not sure where to look for what is causing the problem.
    Thanks

    I hadn't tried CTRL-P before but I did today. On the first attempt, I saw a small jump in the memory usage for sqldeveloper.exe as reported in Windows Task Manager. Otherwise, there was no change. A second CTRL-P in the same session produced a further bump but subsequent attempts in the same session produced no further change in CPU or Memory Usage.
    Using Task Manager to monitor this further, I tried File->Print again and saw that sqldeveloper would periodically climb to 1 or 2 percent CPU and consume a little more memory. After a minute or so, though, all activity stops again.
    I do not get a print dialog box from SQLDeveloper using either CTRL-P or File->Print

  • SQL Developer v2.1.0.6 Build MAIN-63.73 doesn't show query results

    SQL Developer v2.1.0.6 Build MAIN-63.73 doesn't show query results for "select * from all_scheduler_jobs;" when I click on "Run Statement" icon at toolbar but when I click on "Run Script" the results appear.
    Is this a bug?
    In prior version this worked.

    This bug was fixed in SqlDev 2.1.1. You'll find this build on our homepage.
    -Raghu

  • SQL Developer  Version 1.5.1 Build MAIN-5440 Imported Connections missing

    I have a problem using SQL Developer Version 1.5.1 Build MAIN-5440. I have successfully imported connections from my previous version of SQL Developer. After I restart, all the connections I have imported has been gone. I tried to import the connections but got an error message:
    java.lang.NullPointerException
         at oracle.jdeveloper.db.DatabaseConnections.getReferenceable(DatabaseConnections.java:695)
         at oracle.jdeveloper.db.DatabaseConnections.addConnection(DatabaseConnections.java:762)
         at oracle.dbtools.raptor.connections.ConnectionGrinder.doImportExport(ConnectionGrinder.java:243)
         at oracle.dbtools.raptor.connections.ConnectionGrinder.invoke(ConnectionGrinder.java:117)
         at oracle.dbtools.raptor.navigator.DatabaseNavigatorController.handleEvent(DatabaseNavigatorController.java:200)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    I tried to create a new connections. I can test the newly created connections but cannot save it.

    This bug was fixed in SqlDev 2.1.1. You'll find this build on our homepage.
    -Raghu

  • Build Button in Encore CS4 Greyed Out

    Hi working in a College using CS4 Suite Encore on a LAN.  When an administrator logs on the Build button is OK.  When student user logs on Build button greyed out and unavailable.  What needs adjusting to allow student users to make the Build button active without granting Admin rights ? - Thanks, Michael

    Here are just a few things to chew on. Encore does not support burning 24fps Bluray.
    http://kb2.adobe.com/cps/405/kb405543.html
    http://forums.adobe.com/message/1989101
    http://forums.creativecow.net/thread/145/863669
    http://forums.creativecow.net/thread/145/863820
    http://www.netblender.com/main/resources/wikipapers/aacs-for-independent-producers/
    http://forums.adobe.com/thread/400159
    http://muvipix.com/phpBB3/viewtopic.php?f=57&t=5980
    http://www.emedialive.com/Articles/ReadArticle.aspx?ArticleID=14528
    http://digitalcontentproducer.com/videoencodvd/revfeat/bluray_blues/
    http://forums.adobe.com/thread/398740
    http://mograph.net/board/index.php?showtopic=16700
    http://forum.videohelp.com/topic346292.html

  • Help needed. I have a 3TB external hard drive partitioned into 1TB's. I used one partition as backup for the main computer hard drive. But now it is greyed out as shown in the disk utility and its name changed, i dont know how that happened, i tried verif

    Help needed. I have a 3TB external hard drive partitioned into 1TB's. I used one partition as backup for the main computer hard drive. But now it is greyed out as shown in the disk utility and its name changed, i dont know how that happened, i tried verifying and repairing it but had no luck. I also tried mounting and unmounting it but still no solution. Anyone to help please?

    Looks bad. I would strongly advise backing up the stuff on the other two partitions as soon as possible in case the rest of the drive goes wrong.
    Beyond that, Disk Utility has limited abilities to repair disks, DiskWarrior uses a different approach and might, emphasis might be more successful. It has certainly done the job for me in the past when Disk Utility could not.
    See http://www.alsoft.com/diskwarrior/

  • Project Server 2010 - Build Team from Enterprise Greyed out

    I am trying to find out why the Enterprise Resources are greyed out when I try to build an Enterprise Team for a project?
    Starting from Project Server, I open a project in Project Pro.  Then go to Resource..Add Resources..Build Enterprise Team.  In the Build Team window, the Enterprise Resources are greyed out and I am unable to add them to be Project Resources.
    Any ideas?

    David --
    To add to the excellent replies from Guillaume, if you are a member of the Project Managers group, you should be able to add resources to your project team (the resources should not be grayed out in the Build Team dialog).  This is assuming, however,
    that your Project Server administrator has not edited the default permissions in the Project Managers group or in the My Organization and My Projects categories that are part of the Project Managers group.
    Assuming that your Project Server administrator has NOT modified the permissions in the default Project Managers group, the other action that can cause your problem is if you are members of MULTIPLE security Groups, and in at least one of those Groups, your
    Project Server administrator has set a Denied value on one, two, or all three of the permissions that Guillaume references in his first post.
    So, to echo what Guillaume has told you, your situation is most likely caused by a permissions issue.  That being the cause, your Project Server administrator would need to track down and resolve the source of this issue.  Hope this helps.
    Dale A. Howard [MVP]

  • The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?

    The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?
    Help, please.

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Greyed out Build Button, even though I bought Premiere Pro myself

    I used to work for a company that provided us with Premiere Pro & Encore. I stopped working there months ago and no long have rights to Premiere Pro or Encore. I've been working on a video the past week, sent it to Encore, got the whole thing ready and then realized the build button is greyed out. SO - I bought Premiere Pro myself, thought it's already installed on my computer. It STILL won't let me hit the "build" button on Encore.
    I'm not sure how to make it available now, other than possibly uninstalling and reinstalling Encore and Adobe? And in which case, will I lose my entire project?
    Thank you so much!!
    Vicky

    When Encore is not licensed, it gives a "can't run in nonserialized mode" type error. In other words, it won't open. You are able to open it and get to the build panel, etc. Your problem is not licensing.
    What a version of Encore do you have? (Help -> about Encore)
    Since CS3, you could not buy it without buying it bundled with Premiere Pro.

  • I'm having trouble with the develop module in LR5.4. Any adjustments are taking effect, but only viewable in the filmstrip, not on the main photo. The navigator will go grey, as does the main area too. This applies to all edits done in develop module. I h

    I'm having trouble with the develop module in LR5.4. Any adjustments are taking effect, but only viewable in the filmstrip, not on the main photo. The navigator will go grey, as does the main area too. This applies to all edits done in develop module. I have posted several times on the forum with no responses to address this, and have seen others with the same issue. I have even gone as far as to do a complete re-install of LR5, with no success. I'm at a loss, and I depend on it for so much editing. Please help.

    Reset your preferences file: Resetting (or 'Trashing') the Lightroom Preferences file - Lightroom Forums
    Report back if that doesn't work.

  • Set default account option is grayed out for my main account

    My original main email account used to be the top of the drop-down list (thus default) for creating new mail. Since I added a few gmail accounts, one of them appears first under Inbox and is now the top of the drop-down list. I can't figure out how to get my old primary account back as the default. In the account settings, it says that my desired default account is " a special account and has no identities associated with it". In the Tools-Account Settings menu, the "set as default" option is grayed out for this account. What does "special" mean and how can I return this account to being my default "from"?

    In which case you are using what is normally called Local Folders which is a special private pseudo-account for offline storage.
    Somewhere there will be an actual email account, though if it is using POP and has been set to use the Global Inbox, it may be hard to see.
    Set '''View|Folders|All''' and see it if can be found. If not, you'll need to go to '''Tools|Account Settings''' and look at its properties there.
    I guess at some point you have changed "Local Folders" to something else, which is going to make giving you advice difficult, and will make following any advice more difficult for you.

  • Problem building main project

    hi all
    when i"m treing to builed my project i"m getting an :
    " ... \nbproject\build-impl.xml:260: Directory ... creation was not successful for an unknown reason" error
    and when i click this error it takes me to the builed-impl.xml file to this line :
    " <mkdir dir="${dist.jar.dir}"/> "
    i must add that my "mainfest.mf " say : X-COMMENT: Main-Class will be added automatically by build
    i really hope someone can help me i"m treing to tackle this problem for a very long time
    thanx alot

    check out the path given in ${dist.jar.dir} is a valid path if yes checkout do u have rights to create directory at the path?

  • Bugs in sqldeveloper 1.5.3 build main-5783

    Downloaded today. Encountered the following problems
    <ul><li>updating from 1.3.x, the "check for updates" facility found 1.5.3, downloaded &lt; 100k and asked me to restart. After restart it was still 1.3. </li>
    <li>     if i clicked the 'download now' link in the 'check for updates' dialog box nothing happened</li>
    <li>when i got through to the final step of the check for updates wizard, i get a very bizarre dialog box (can't see any way here to include an image).
    </li>
    </ul>
    So, instead i manually download 1.5 and unzipped it.
    <ul><li>sometimes when i close 1.5, the sqldeveloper.exe process stays around. I had 5 of them at one point!</li>
    <li>the "dont show tips at startup" option does nothing. Tips ALWAYS appear.</li>
    <li>     sometimes when i start 1.5, my list of connections is empty</li>
    <li>     sometimes the 'new connection' menu option does nothing</li>
    </ul>

    You must mean release 1.1.3, as we did not have a 1.3 production build.
    The Check for Updates facility is no longer available for product update, it's there for adding in 3rd party extensions and third party drivers, which is why there was no change to your install.
    The bizarre dialog you saw in the Check for Updates is a Java default that displays when something fails in the Check For Updates utility. In this particular case you're running into a bug that has been fixed in later release.
    With the connection errors showing, you should delete the system folder ( as K suggested) to reset to factory defaults. That should allow the connections to behave correctly. This should include the Tip of the Day on startup. I have just verified that I can swicth this off in 1.5.3., so I suspect there is some corruption in the system folders. There is no problem deleting these as they are created on first startup and then maintained after that.
    Sue

Maybe you are looking for