Is there a way to merge the bookmarks on my old pc to those on my new pc? (PS: I cannot login to old pc using old profile but can access the profiles folder.)

My user profile on my old laptop became corrupted and I cannot log into it using my regular (admin) account. I would like to add and merge the old firefox bookmarks to another laptop, which already has existing bookmarks. I cannot simply copy and paste the profile folder as this would overwrite my existing bookmarks and settings. Unfortunately I did not set up the Sync feature on that browser.

I assumed you knew, but I should specify, that you are looking for the most recent backup in your old profile's '''bookmarkbackups''' folder. The format changed recently, so the extension might be either .json or .jsonlz4 which is a compressed format so it may be much smaller than earlier backups. Firefox includes a count of the number of bookmarks in the file name (after the date).

Similar Messages

  • HT1206 my mom somehow ended up with totally different iTunes accounts, based on an old (dead) email address and a newer one as well. She's bought a lot of music on both accounts over time... is there some way to merge the old account into her newer one?

    my mom somehow ended up with two totally different iTunes accounts, based on an old (dead) email address and a newer one as well. She's bought a lot of music on both accounts over time... is there some way to merge the old account into her newer one?

    No. If one of those accounts is inaccessible, click here and request assistance.
    (82012)

  • Is there a way of changing the jdevappunknown_ folder that Ant deploys to?

    Using Ant DeployESBSuitcase doesn't work when deploying Projects with dependencies.
    Steps to re-create error:
    Create a JDeveloper ESB Project called ‘ProjectB’ and add file adapter called ‘WriteFile’ to write a file. Deploy this project using JDeveloper.
    Create another JDeveloper ESB Project called ‘ProjectA’ and add a file adapter called ‘ReadFile’ to read a file.
    From ProjectA’s routing service add a routing rule and use ‘Browse Target Service Operation’ (Gear wheel icon) and select the deployed ProjectB_WriteFile service.
    Deploy ProjectA using JDeveloper.
    Use Ant to create a deploymentplan file for both projects by running the ExtractESBDeploymentPlan target.
    Note: As these projects are saved under their own directory structure
    C:\Workspace\Local\ProjectA and C:\Workspace\Local\ProjectB you will need to copy the ..\ProjectB\ProjectB_WriteFile.wsdl to the ProjectA folder.
    Confirm that ProjectA and ProjectB Ant build files DeployESBSuitcase properties (esbMetadataServerHost and esbMetaServerPort) point to another server other than the one you have just deployed ProjectA and ProjectB to using JDeveloper. i.e. a clean server that doesn’t know about these Projects
    Deploy ProjectB using Ant’s DeployESBSuitcase target.
    Deploy ProjectA using Ant’s DeployESBSuitcase target.
    An error is now thrown
    C:\Workspace\Local\ProjectA>ant DeployESBSuitcase
    Buildfile: build.xml
    DeployESBSuitcase:
    [echo] Deploying ESB Project ProjectA to serverx
    [deployESBSuitcase] Deployment Attempt Response :
    [deployESBSuitcase] <deploymentSummary>
    [deployESBSuitcase] <message>Entity Deployment Failed</message>
    [deployESBSuitcase] <errors>
    [deployESBSuitcase] <error code="1049" severity="5">
    [deployESBSuitcase] <description>WSDL "esb:///ESB_Projects/Local_ProjectB/ProjectB_WriteFile.wsdl" of service "DefaultSystem.ProjectB_WriteFile" is invalid or unaccessible. Following error is thrown by WSDL Parser : WSDL Parsing Failed: org.apache.slide.structure.ObjectNotFoundException: No object found at /files/ESB_Projects/Local_ProjectB</description>
    [deployESBSuitcase] <fix>Ensure that the WSDL is accessible and valid. If the problem persists, Contact Oracle Support.</fix>
    [deployESBSuitcase] </error>
    [deployESBSuitcase] </errors>
    [deployESBSuitcase] </deploymentSummary>
    [deployESBSuitcase]
    [deployESBSuitcase] Deployment Failed ...Unhandled Exception
    [deployESBSuitcase] java.lang.Exception: Deployment attempt failed, please review deployment attempt response above
    [deployESBSuitcase] at oracle.tip.esb.client.anttasks.DeploymentHelper.deploy(DeploymentHelper.java:128)
    [deployESBSuitcase] at oracle.tip.esb.client.anttasks.DeploymentHelper.deploy(DeploymentHelper.java:175)
    [deployESBSuitcase] at oracle.tip.esb.client.anttasks.DeployESBSuitcaseTask.execute(DeployESBSuitcaseTask.java:510)
    [deployESBSuitcase] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [deployESBSuitcase] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [deployESBSuitcase] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [deployESBSuitcase] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [deployESBSuitcase] at java.lang.reflect.Method.invoke(Method.java:585)
    [deployESBSuitcase] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [deployESBSuitcase] at org.apache.tools.ant.Task.perform(Task.java:348)
    [deployESBSuitcase] at org.apache.tools.ant.Target.execute(Target.java:357)
    [deployESBSuitcase] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [deployESBSuitcase] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    [deployESBSuitcase] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [deployESBSuitcase] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [deployESBSuitcase] at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    [deployESBSuitcase] at org.apache.tools.ant.Main.runBuild(Main.java:758)
    [deployESBSuitcase] at org.apache.tools.ant.Main.startAnt(Main.java:217)
    [deployESBSuitcase] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [deployESBSuitcase] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    BUILD FAILED
    java.lang.Exception: Deployment attempt failed, please review deployment attempt response above
    at oracle.tip.esb.client.anttasks.DeploymentHelper.deploy(DeploymentHelper.java:128)
    at oracle.tip.esb.client.anttasks.DeploymentHelper.deploy(DeploymentHelper.java:175)
    at oracle.tip.esb.client.anttasks.DeployESBSuitcaseTask.execute(DeployESBSuitcaseTask.java:510)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    at org.apache.tools.ant.Main.runBuild(Main.java:758)
    at org.apache.tools.ant.Main.startAnt(Main.java:217)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    Total time: 2 seconds
    C:\Workspace\Local\ProjectA>
    This error is thrown as ProjectB’s wsdl file cannot be found under esb:///ESB_Projects/Local_ProjectB/ProjectB_WriteFile.wsdl.
    This is due to Ant deploying ProjectB under …\ESB_Projects\jdevappunknown_ rather than …\ESB_Projects\Local_ProjectB
    When deploying ESB projects from JDeveloper they are created under the following structure: <Oracle_Home>\integration\esb\oraesb\artifacts\store\metadata\files\ESB_Projects\<JDev_Workspace>\<Project_Name>
    However when using the Ant target DeployESBSuitcase ALL projects are deployed to the same folder:
    <Oracle_Home>\integration\esb\oraesb\artifacts\store\metadata\files\ESB_Projects\jdevappunknown_
    Is there a way of changing the jdevappunknown folder used by Ant deployments?
    Edited by: user2000 on Apr 27, 2009 3:37 PM

    James,
    Following my steps above I don't get anything in the deploymentPlan for either ProjectA or ProjectB which includes a WSDL URL I can modify.
    ProjectA includes the ProjectB_WrieFile.esbsv file which contains the following line:
    <wsdlURL>esb:///ESB_Projects/Local_ProjectB/ProjectB_Write.wsdl</wsdlURL>
    Is there something I can change which will mean when I regenerate the deploymentPlan it will include the WSDL location?
    Thanks
    Alistair
    Edited by: user2000 on Apr 28, 2009 11:55 AM
    I've included Both Deployment Plans:
    ProjectA Deployment Plan
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <deploymentPlan>
    <serviceDeploymentPlan qname="DefaultSystem.ProjectA_ReadFile" status="ENABLED">
    <parent type="system" qname="DefaultSystem"/>
    <properties>
    <jcaOperation>
    <property value="Read" name="LogicalDirectory"/>
    <property value="oracle.tip.adapter.file.inbound.FileActivationSpec" name="ActivationSpec"/>
    <property value="Archive" name="LogicalArchiveDirectory"/>
    <property value="true" name="DeleteFile"/>
    <property value=".*\.txt" name="IncludeFiles"/>
    <property value="60" name="PollingFrequency"/>
    <property value="0" name="MinimumAge"/>
    <property value="true" name="OpaqueSchema"/>
    </jcaOperation>
    <jcaAddress>
    <property value="eis/FileAdapter" name="location"/>
    <property value="*.txt" name="UIincludeWildcard"/>
    </jcaAddress>
    </properties>
    </serviceDeploymentPlan>
    <serviceDeploymentPlan qname="DefaultSystem.ProjectA_ReadFile_RS" status="ENABLED">
    <parent type="system" qname="DefaultSystem"/>
    <properties>
    <serviceDefinition>
    <property value="ProjectA_ReadFile.wsdl" name="wsdlURL"/>
    </serviceDefinition>
    </properties>
    </serviceDeploymentPlan>
    <serviceDeploymentPlan qname="DefaultSystem.ProjectB_WriteFile" status="ENABLED">
    <parent type="system" qname="DefaultSystem"/>
    <properties>
    <jcaOperation>
    <property value="Write" name="LogicalDirectory"/>
    <property value="oracle.tip.adapter.file.outbound.FileInteractionSpec" name="InteractionSpec"/>
    <property value="ProjectB_%SEQ%.txt" name="FileNamingConvention"/>
    <property value="1" name="NumberMessages"/>
    <property value="true" name="OpaqueSchema"/>
    </jcaOperation>
    <jcaAddress>
    <property value="eis/FileAdapter" name="location"/>
    </jcaAddress>
    </properties>
    </serviceDeploymentPlan>
    </deploymentPlan>
    Project B Deployment Plan
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <deploymentPlan>
    <serviceDeploymentPlan qname="DefaultSystem.ProjectB_WriteFile" status="ENABLED">
    <parent type="system" qname="DefaultSystem"/>
    <properties>
    <jcaOperation>
    <property value="Write" name="LogicalDirectory"/>
    <property value="oracle.tip.adapter.file.outbound.FileInteractionSpec" name="InteractionSpec"/>
    <property value="ProjectB_%SEQ%.txt" name="FileNamingConvention"/>
    <property value="1" name="NumberMessages"/>
    <property value="true" name="OpaqueSchema"/>
    </jcaOperation>
    <jcaAddress>
    <property value="eis/FileAdapter" name="location"/>
    </jcaAddress>
    </properties>
    </serviceDeploymentPlan>
    </deploymentPlan>

  • Is there any way to make the sent folder in mail list emails "to" instead of  "from"

    Is there any way to make the sent folder in mail list emails in the "to" order instead of  "from".

    Sure open Sent folder.
    Just above first message is an icon titled Sort By Date followed by a downward pointing arrow.
    Click on the arrow and select "To" from the list.
    Allan

  • Is there a way to open the /dev/ folder through Finder?

    Is there a way to open the /dev/ folder through Finder?
    I already have show all files on but it still doesnt show unless you use Terminal.

    Joaquin684 wrote:
    I need to acess the root_device for testing.
    Testing what? Anything in /dev is entirely foreign to the Finder. Stay in Terminal for that stuff.

  • I recently purchased a 4S. I now have 2 files in my iCloud both with my name. One from my 3gs and one from my 4S. The problem is the data history of all my games and 3rd party apps did not transfer over to my 4S. Is there a way to merge the two in icloud?

    I backed up my 3gs to the iCloud and when I synced my 4S, it did not transfer my game histories or my 3rd party app histories. When I look at my iCloud storage, it shows both phones under the same name. Is there a way to merge them together in iCloud? I tried adding the account to my 4S but since they are both named the same, it says I already have that account added! Help!!

    Welcome to the Apple Community.
    Assuming you have finished with your old backup.....
    You can see what your iCloud storage is used for and delete any unwanted content at settings > iCloud > backup & storage > manage......

  • Is there any way to delete the favorites folder from the mac mail sidebar?

    I recently made the mistake of flagging two email messages. Immediately I now see a "Flagged" icon in my Mac Mail sidebar, right under the Inbox. I the "unflagged" the messages. They went away but the Flagged icon won't. It now seems to be a permanent fixture of my mail sidebar. Is there any way to move, relocate or delete a mailbox icon you don't use and don't want to see?

    There's no "downgrade" from OS X Server 10.6 Snow Leopard Server to client.
    Acquire the current OS X client software, boot the DVD and use Disk Utility to erase the target disk, and reinstall the software.
    Leaving the box with the server software running, with the services stopped, adds negligible performance overhead.  If any.

  • Is there any way to change the default folder for new finder windows...

    ...Or even set a different folder as the "home folder"?
    I am recovering from an incredibly messy archive and install which refused to allow me to save my old user accounts, instead moving them all into "Previous Systems". In my haste to get the machine working again I just dragged and dropped my old home folder into the /users/ directory and changed the "short name" of the new account to match it. IT worked, but now I have an incredibly irritating problem. That is now indeed my home folder, as appears in the sidebar of all finder windows, albeit under my new short name instead of my old one. All my documents in iWeb, Garageband, etc are working now and default to the new folder.
    However, Finder has not recognized this, and every time I open a new Finder window or anything like that it defaults to the home folder created by the reinstall, which is now locked to this account (so all the folders have a red no entry sign on them). I would very much like to tell Finder to ignore this now defunct folder and default to my actual home folder instead - is there a way to do this without actually moving or changing any folders? Like a preference setting somewhere? I know there's the "Advanced Options" pane in Leopard but I've been completely unable to find anything like it in Tiger

    Finder > Preferences > new Finder Window opens
    [Recover from renaming your Home folder|http://www.thexlab.com/faqs/renamehomerecovery.html]
    [My home folder and desktop are different than before|http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1952.html]
    [Return to Default Desktop, Apparent Loss of Home Directory|http://support.apple.com/kb/TS1876]
    [ChangeShortName tool|http://www.danfrakes.com/ChangeShortName.html]
    Message was edited by: Limnos

  • HT4528 I have two iTunes account.  Is there a way of merging the two accounts.  The original account was created several years ago prior to purchase of an iphone. How and where do I go to check my credit card information?

    I created an iTunes ago several years ago under this email: At this time I did not own an Apple product. All songs purchased and downloaded were in my lap top.
    When I purchased my first iPhone...another iTunes account was created under the iPhone ID:
    There is NO ONE that can help or assist me. IF instructed properly and correctly...I can maneuver thru my systems.  I would like to combine the two accounts. Is this possible?  There is NO logical reason to have 2 accounts out there...
    I am upgrading to the iPhone 5s on the 20th of this month...Can someone please help me move all information?
    Also, I need to know how to check/review the credit card information in my iTunes account in my current iPhone 5. Not able to make purchases....AND there is cash in my account.
    Not difficult questions...just need someone to take the time to help me.
    Thank you.
    Diana Macias
    Sincerely,
    Diana
    <Personal Information Edited by Host>

    CHANGING APPLE ID/EDIT ACCOUNT INFORMATION/CHANGE ITUNES COUNTRY
    Tap Settings / iTunes & App Stores, then tap the Apple ID signed in. Sign out of the current Apple ID account and then sign in with another account or create a new Apple ID http://support.apple.com/kb/HT2731?viewlocale=en_US
    To edit account information tap Settings / iTunes & App Stores / Apple ID: / View Apple ID
    To change your iTunes Store country, sign in to the account for the iTunes Store region you would like to use, tap Settings/iTunes & App Store/Apple ID/View Apple ID/Country/Region
    Read this article for information http://support.apple.com/kb/HT1311

  • Is there a way to place the "Downloads" folder on the Dock in Mac OS 10.8?

    See question above.

    Choose Go to Folder from the Finder's Go menu, provide ~ as the path, and drag it to the right side of the Dock.
    (70635)

  • IS THERE A WAY OF ALTERING THE APP FOLDER BACKGROUND COLOUR TO BE MORE CONTRASTING THAN THE WALLPAPER COLOUR?

    Have tried various google searches but to no avail. Can anyone suggest anything?

    You mean switch on the Increase Contrast button? I have done that - I was wondering if there is an option to alter the background colour so that it is totally different from the wallpaper colour. ie blue v red, for example

  • Is there any way to make the sent folder in mail list emails "to" instead of  "from"; also when I select the 'sort by to' option I only see my own name

    When using the new layout of Mail, the 'sent' list never shows the addressee (to).  I only see my own name (which is pretty useless since I know I sent the messages...).  I do not find the option to change this.  In the classic layout, the 'sent' list shows the names of the addressees and any other feature I select under 'view'.  What do I do wrong?

  • HT204053 Is there a way of merging two AppleIDs?

    Obviously a beginners mistake, but I have created a second AppleID instead of changing the email address of the first one. And now I have purchases in itunes from both accounts. Is there a way to merge the two accounts?
    Thanks in advance for any tips.
    Cheers,
    Raf

    It's not currently possible to merge accounts, nor to transfer content from one account to another account. If any of the downloads on the second account were free then you could delete them and download them via the first account, otherwise content is tied to the account that downloaded it

  • Is there a way to merge Mail account A on my desktop with Mail account A on a separate hard disk? I lost all my old messages in July, but they are on the hard disk. Thanks!

    Is there a way to merge Mail account A on my desktop with Mail account A from separate hard disks? I lost all my old messages (thousands of them) in July, but most of them are safe elsewhere. I'd really like to put them all in one place, though!
    The desktop (iMac) now has messages from July 2012 onward.
    My separate hard disk backup has old messages up to June 2012.
    Most of the ones between June and July are on a MacBook Pro which I bought about that time.
    Is there a relatively easy and safe way to put these messages back together in Mail account A on my desktop again?
    Many thanks!
    SqVerka

    Well, your profile info says 10.4.11, and you are posting your question in the iMac (PPC) category.  If you are running Snow Leopard, it must be a fairly recent Intel iMac.
    In that case, you should definitely post your question here
    https://discussions.apple.com/community/mac_os/mac_os_x_v10.6_snow_leopard
    where other Snow Leopard users can see your question.  Restate the problem, what error messages you get, and what you have tried already (for trouble-shooting).

  • Is there a way of putting firefox bookmarks folder on the dock

    Is there a way of putting firefox bookmarks folder on the dock. not just one bookmark. i have done that. but i want all of them in stack or something.. similar to how windows did it in the start menu. its annoying that you have to open firefox first to access your links.
    i got my first imac yesterday and loving it!!! albeit the text is a bit small but i have found the zoom!
    thanks in advance

    Perhaps you don't know how to bring icons into the Firefox  Toolbar. You can put many things up there, including Bookmarks. You can also remove an icon or rearrange the order of icons.
    From View>Toolbars>Customize
    Here is the Bookmarks icon (next to the History icon) from which you can open all your bookmarks directly. And if you can remember a keyword, it will find that one, or any others that come up with that keyword. It's really quite convenient to use and will stay updated with any new bookmarks that are added.
    This is showing the Bookmarks open, which can be closed by clickng on the small x.

Maybe you are looking for

  • How do I move photos from laptop to desktop WITH Lightroom Edits?

    I have Lightroom on my laptop and on my desktop.  I've just done a big shoot with my camera tethered to Lightroom on my laptop, and applied some develop settings as the photos were imported.  I also did a little cropping and a few other adjustments w

  • Error while running ETL Execution plan in DAC(BI Financial Analytics)

    Hi All, I have Installed and configured BI Analytics and everything gone well but when I run ETL in DAC to to load the data from source to Analytics Warehouse Execution plan Failed with the following error message - Error while creating Server connec

  • NIC ROUTER requirement for 10g RAC database

    I need to know what hardware to order in setting up an 10g RAC database without a single-point-of-failure. My question centers on the networks. If each server has one NIC for the public interface and one NIC for the private interconnect, aren't the r

  • Create Webservice from an EAR

    Hi, I want to deploy a java EAR file into the PI java stack and then wrap it into a webservice and expose it from PI for use. How to do that? Regards, Nitin

  • Re: JEditorPane WIth HTML Table

    hello, use editorPane.dump(System.out); to know if tables are in your document. If yes, there is a graphical problem (in view classes) What is exactly the problem (exception, not drawn, drawing but not what you want...) ?