Settings are not migrated in 1.2.1.32.13

I've been trying to migrate the settings from 1.2.1.3200 to 1.1.2.32.13 but not all of them are migrating.
connections are not migrating, although SQL Formatter and preferences are. H`ave anyone experienced anything like this??
Export/Import did work.
Windows XP SP2
SQL Developer 1.2.1.3200 to 1.2.1.32.13
Tony

Barry,
The problem seems to be between 3200 and 3213, I have migrated settings from 2998 to 3213 successfully.
i have tested migration between these versions here are the results and some stack information. hope will help.
From 2998 to 3200 Successful
WARNING: Unknown directive: SetSkipJ2SDKCheck
Using oracle.home=C:\sqldeveloper_3200
Using ide.user.dir=null
WARNING: version.properties contains an invalid VERSION property (i.e. it is not
a float)
java.lang.NumberFormatException: multiple points
        at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:10
84)
        at java.lang.Float.parseFloat(Float.java:394)
        at oracle.ide.Version.<clinit>(Version.java:57)
        at oracle.ide.IdeCore.$init$(IdeCore.java:154)
        at oracle.ide.IdeCore.<init>(IdeCore.java:162)
        at oracle.ideimpl.DefaultIdeCore.<init>(DefaultIdeCore.java:64)
        at oracle.ideimpl.DefaultIdeCore.<init>(DefaultIdeCore.java:69)
        at oracle.ideimpl.Main.start(Main.java:89)
        at oracle.ideimpl.Main.main(Main.java:51)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.ide.boot.PCLMain.callMain(PCLMain.java:45)
        at oracle.ide.boot.PCLMain.main(PCLMain.java:37)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.classloader.util.MainClass.invoke(MainClass.java:89)
        at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
218)
        at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
        at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
        at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.ide.boot.Launcher.invokeMain(Launcher.java:508)
        at oracle.ide.boot.Launcher.launchImpl(Launcher.java:106)
        at oracle.ide.boot.Launcher.launch(Launcher.java:60)
        at oracle.ide.boot.Launcher.main(Launcher.java:49)
java.lang.IllegalStateException: GlobalSettings already exists, cannot initialis
e twice.
        at oracle.javatools.db.GlobalSettings.initialiseInstance(GlobalSettings.
java:45)
        at oracle.ideimpl.db.DatabaseIdeAddin.initialize(DatabaseIdeAddin.java:6
4)
        at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
rImpl.java:433)
        at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
erImpl.java:244)
        at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
dinManagerImpl.java:157)
        at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1517)
        at oracle.ide.IdeCore.startupImpl(IdeCore.java:1280)
        at oracle.ide.Ide.startup(Ide.java:642)
        at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
        at oracle.ideimpl.Main.start(Main.java:90)
        at oracle.ideimpl.Main.main(Main.java:51)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.ide.boot.PCLMain.callMain(PCLMain.java:45)
        at oracle.ide.boot.PCLMain.main(PCLMain.java:37)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.classloader.util.MainClass.invoke(MainClass.java:89)
        at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
218)
        at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
        at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
        at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.ide.boot.Launcher.invokeMain(Launcher.java:508)
        at oracle.ide.boot.Launcher.launchImpl(Launcher.java:106)
        at oracle.ide.boot.Launcher.launch(Launcher.java:60)
        at oracle.ide.boot.Launcher.main(Launcher.java:49)
Addin: Translator PlSql is trying to register a input type (.plsql) which confli
cts with translator PlSql who already using this input type
From 3200 to 3213 Un-Successful
WARNING: Unknown directive: SetSkipJ2SDKCheck
Using oracle.home=C:\sqldeveloper_3213
Using ide.user.dir=null
Addin: Translator PlSql is trying to register a input type (.plsql) which confli
cts with translator PlSql who already using this input type
reloadBuffers(): 49 nodes checked in 6.07898E-4 second(s)
reloadBuffers(): 49 nodes checked in 4.14857E-4 second(s)
From 2998 to 3213 Successful
WARNING: Unknown directive: SetSkipJ2SDKCheck
Using oracle.home=C:\sqldeveloper_3213
Using ide.user.dir=null
java.lang.IllegalStateException: GlobalSettings already exists, cannot initialis
e twice.
        at oracle.javatools.db.GlobalSettings.initialiseInstance(GlobalSettings.
java:45)
        at oracle.ideimpl.db.DatabaseIdeAddin.initialize(DatabaseIdeAddin.java:6
4)
        at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
rImpl.java:433)
        at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
erImpl.java:244)
        at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
dinManagerImpl.java:157)
        at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1517)
        at oracle.ide.IdeCore.startupImpl(IdeCore.java:1280)
        at oracle.ide.Ide.startup(Ide.java:642)
        at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
        at oracle.ideimpl.Main.start(Main.java:90)
        at oracle.ideimpl.Main.main(Main.java:51)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.ide.boot.PCLMain.callMain(PCLMain.java:45)
        at oracle.ide.boot.PCLMain.main(PCLMain.java:37)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.classloader.util.MainClass.invoke(MainClass.java:89)
        at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
218)
        at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
        at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
        at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at oracle.ide.boot.Launcher.invokeMain(Launcher.java:508)
        at oracle.ide.boot.Launcher.launchImpl(Launcher.java:106)
        at oracle.ide.boot.Launcher.launch(Launcher.java:60)
        at oracle.ide.boot.Launcher.main(Launcher.java:49)
Addin: Translator PlSql is trying to register a input type (.plsql) which confli
cts with translator PlSql who already using this input type

Similar Messages

  • Lync 2013 client is deployed but user accounts are not migrated from OCS to Lync 2013 Server - how to open Lync meetings automatically in the Lync Web Plug-in

    We have in our enterprise the following scenario:
    1 - Lync 2013 client is installed
    2 - User accounts are not migrated to Lync 2013 Server, users are using Office Communicator as their main tool
    3 - Users receive Lync 2013 meeting requests but when try to access them, Lync 2013 client launches and shows error. Users will need to open the browser and paste the URL to the address bar but this still open
    4 - We cannot use the workaround of adding "?SL=1" to the Lync 2013 meeting URL as the user base is large and manual workaround is not accepted
    5 - Question: is there any automated way, via egistry key or GPO setting, so that users temporarily (until their accounts are migrated to Lync 2013 server) can bypass Lync 2013 client completely and automatically open all Lync 2013 meetings
    on the browser, using Lync Web Plug-in?

    Thanks for the response,
    First, I should have mentioned clearly that users have Office Communicator 2007 client and Lync 2013 client installed in their machines. Their accounts are not migrated yet to Lync 2013 server.
    Second, we are using IE9 and IE10. The issue is that users CAN join Lync 2013 meetings with their browsers but have to paste the URL manually to browser and add "?SL=1" otherwise, if they just click at the "Join Online Meeting" or "Join
    Lync Meeting" URL it launches Lync 2013 client which shows error because is not configured yet, as they are using OCS client and migrating slowly to Lync 2013 server.
    Is there a Group Policy setting or a registry key from Microsoft that can be turned on to these users machines and make will all Lync meeting requests to be opened in IE browser instead of Lync 2013 client. We need a way to ignore
    Lync 2013 client until user accounts are migrated to Lync 2013 Server. Manually typing URLs is not an option in a big organization, can't explain thousands of users of different levels what to do.
    We are regretting the decision not to separate Lync 2013 from Office 2013 package we deployed recently. If Lync 2013 is uninstalled then all Lync meeting requests are opened in browser without an issue.

  • This message could not be delivered because your SMTP settings are not set. Please use the Accounts Preferences panel to set the SMTP options for your account.

    I am not able to send out an email. I keep getting the following message: This message could not be delivered because your SMTP settings are not set. Please use the Accounts Preferences panel to set the SMTP options for your account. Can someone help me with this?

    We need some information, starting with the email provider (eg. Google, Yahoo, Bellsouth, etc)

  • The DSLR sequence settings are not showing up for me. (I bought CS6)

    Like I said my DSLR sequence settings are not showing up for me even though I bought Premiere Pro CS6, I look for a solution but all that came up was that this happens with a trial verison and I don't know what to do.

    Did you buy ONLY PPro, or did you buy a suite?
    Did you install the program AND the extra content?
    Also... More information needed for someone to help... click these links and provided the requested information
    -http://forums.adobe.com/message/4200840
    -http://forums.adobe.com/thread/416679

  • Settings are not saving

    Hi Guys
    I am fairly new to my iMac (since Christmas). Everything was working perfect and now I am noticing that my settings are not saving. Some examples are:
    1. I set it so my pictures can be shared with other users. The other users of this mac still cannot pull up the pictures in their iPhoto.
    2. I have the settings for software update set to check monthly. Every time I wake up my computer it checks for updates automatically.
    3. The log in settings are set to log in without a password every time I wake up the mac and it still requires a password.
    What is going on??? It is so frustrating, please please help???

    So even after opening iPhoto, there is no file "com.apple.iPhoto.plist" in your ~/Library/Preferences folder (that is in your HOME folder, NOT the Library folder at the top level of your hard drive)?
    If so, there is an issue with permissions to write to your ~/Library/Preferences folder. Go up one level to your ~/Library folder (again, the one in your HOME folder), click once on Preferences folder, then chose menu File>Get Info. At the bottom of the Get Info window, next to your user name, the Privilege column should say Read & Write.
    If it doesn't say "Read & Write" next your name, you have to change it so that it does. Click on the lock icon in the lower right of the "Get Info" window, enter admin user name and password. Change the Privilege column next to your user name to "Read & Write." Then click on the little gear icon at the very bottom of the Get Info and select "Apply to enclosed items."
    You might want to go through that procedure even if it does say "Read & Write" just to make sure, because it really sounds like you have a problem with permissions in the Preferences folder.

  • Settings are not being saved when i reboot

    i am having a problem when i restart my computer my settings such as dock settings background settings are not being saved how do i resolve this problem?

    Welcome to the Apple Discussions!
    Is this just for new settings that won't stick? Or have all your original settings reverted to the defaults? Have you started up from your Mac OS X install disk and used the Disk Utility to "repair disk"? Do you have a backup of your important files?
    -Doug

  • With 'Mail v8' and 'Yosemite' accounts settings are not saved and I keep having to check the "SSL" box

    With 'Mail v8' and 'Yosemite' 'mail' "account settings" are not saved and I keep having to check the "SSL" box. This has only occurred since upgrade to Yosemite?
    Any help would be appreciated as this is so frustrating!!

    Update to 3.6.16 has fixed this problem.

  • When I close CS6 changes in settings are not saved.  Reverts to default settings on reopen.  Why?

    When I close CS6 changes in settings are not saved.  Reverts to default settings on reopen.  Why?

    Sorry Photoshop --  Problems solved -- I read the details -- turns out you need to make changes with no files open for the preferences to apply to all files.
    Thanks,  Al

  • Early 08 MBPro-TCP/IP settings are not saved

    On my home wireless network I have MAC address filtering enabled and broadcast SSID disabled. All MAC addresses are entered in the router's filter. An early 08 MBPro does not retain network settings for Verizon router on the network. When I look at the TCP/IP settings in network prefs I see they are nothing like other computers on my home network. If I click "assist me" then "diagnostics" in Airport setup I get walked through a process which allows me to choose the network I want to join. There is a list of available networks which does not include mine (since SSID is disabled) and a button which allows me to choose closed network, which I take. After entering my network's ID and WEP password I finally get connected and get a message that my connection is OK. Problem is, when I put the computer to sleep or restart I can't reconnect and the old settings which don't work reappear. It appears that the TCP/IP settings are not being saved. Could this be some corrupted preference of does it sound like a hardware problem? Thanks for any insights.
    Message was edited by: Thomas Camilleri

    Odd. You may be able to repair this with the 10.5.7 Combo Update This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before.
    Remember to Verify Disk before update and repair permissions after update from /Applications/Utilities/Disk Utility.
    Oh, and please be sure to re-boot your modem and router.
    -mj
    Message was edited by: macjack

  • Clock and date settings are not saved

    clock and date settings are not saved in lion

    I'd give AppleCare a call.
    AppleCare Support Phone Number: 1-800-275-2273
    open 6am to 6pm Pacific Time
    International Technical Support Numbers
    http://www.apple.com/support/contact/phone_contacts.html
    You may want to look under date & time and set the clock from the internet.  At least you will have the correct time after a while.
    RObert

  • Mail settings are not saved any more

    Hi,
    after my mailbox structure has crashed, I tried to reset Mail as explained in this answer: https://discussions.apple.com/message/22302114#22302114
    After restarting Mail all settings were deleted (as expected) and I set up my accounts and settings again. Then I recognized that the settings are not saved any more. I tried some times but Mail didn't save the settings.
    I hope there is a chance to fix this problem.
    Thanks for help.

    Thanks for linked document but I find it funny and someone rude that the article assumes that EVERYONE knows the lingo used - i.e. Profile Folder is in "%APPDATA%\Mozilla\" . Where the hell is that???? Jesus, it's much easier to switch to Chrome.

  • Form settings are not saved on one client

    Hello,
    What are possible reasons that form settings like size and position are not saved.
    I have one client with SBO 8.8 PL15 installed. On this client this settings are not saved.
    So the user has to resize the forms everytime he opens it.
    I tried it myself with his SBO user directly on the server and a terminal-server. No problems there, all settings
    are saved even if i switch between the systems.
    If i am correct these settings are saved in the UserPrefs field in the OUSR table.
    Any ideas?
    Thank you for all your help.

    Hi,
    Have you searched the forum?
    You may check this to start:
    User Settings lost after session is released
    This setting is related to client.
    Thanks,
    Gordon

  • Server settings are not saved on client

    The client has a new workstation (Vista) where the server settings are not saved. The client is able to login but have to setup the server settings overtime she logs on to SAP B1.
    Client: Vista
    SBO: 2007A SP01
    what is causing this and how can this be resolved?

    You may check these threads first:
    Re: Server name in Change Company does not stay
    Re: SQL Connection to SAP Reset
    Thanks,
    Gordon

  • Flash CC crashes after publishing iOS app + publish settings are not being saved to file

    I have two issues:
    1. Flash CC crashes every time I publish an iOS app
    2. My Publish Settings are not being saved
    1. Flash CC crashes every time I publish an iOS app
    Since yesterday Flash CC keeps crashing right after I publish an iOS app. The app is published correctly though. I tried everything from restarting my MAC, reinstalling Flash, removing the folder "Flash CC 2014" inside Application Support/Adobe. But all this did not work.
    2. My Publish Settings are not being saved
    Since the first day I installed Flash CC, it did not save my publish settings along with the .fla-file. I never had this issue with Flash CS 5.5. This was not a very big issue, but now every time I publish an app and Flash CC crashes I have to fill in all the publish settings manually. Now I'm getting frustrated. Even saving my settings as a preset, storing it inside a folder and importing it again, won't help. Then I will get the message: "Import failed: invalid profile file."
    Can please anyone help me with these issues? It is quite time consuming to continuously enter the settings manually after every crash.
    Thanks!

    reset your preferences -
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html

  • Mouse settings are not being saved

    I just did a clean install of Lion (10.7.5) on a new SSD in a mac pro 1,1 and am having problems with my mouse settings.  The settings are not being saved.  When I change any of the buttons, nothing changes.
    It's not a hardware problem with the mouse.  If I boot up to my previous os drive, lion 10.7.5, the mouse settings are correct and function properly.

    FOrgot to add, this is the basic wired mouse.  I've also tried the wireless bluetooth mighty mouse as well with the exact same results.
    I've tried removing the plist files with no success

Maybe you are looking for