What are the issues and how can I put the documents in the files?

As usual; Oracle is absolutely horrible in providing any kind of basic instructions on the use of the products.

I need to upload files to a structure (don't care if it's collections, folders, or in mason jars as long as it works) and be able version them and seize those I want.

I managed to get a variety of things to work with the genericSoapService (cannot use the API in accordance with local policy), but everything I check in goes in (don't know where)

I don't think I'm even asking the right questions because my web researchers increase irrelevant results.

What are the issues and how can I put the documents in the files?

I created a few files like this:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
   <soapenv:Header/>
   <soapenv:Body>
<GenericRequest xmlns="http://www.oracle.com/UCM" webKey="cs">
<Service IdcService="FLD_CREATE_FOLDER">
<Document>
<Field name="fParentGUID">C976021E28DD8B26FB2D437B5BF56B7F</Field>
<Field name="fPath">/RAFT/Appraisals/</Field>
<Field name="fFolderName">0111234567</Field>
<Field name="fSecurityGroup">RAFT_ADMINGrp</Field>
</Document>
</Service>
</GenericRequest>
   </soapenv:Body>
</soapenv:Envelope>

Here's a sample call:

The virtual path is/Appraisals/0111234567 /.

The GUID for this folder is CBF8EF9C59F8A6C84EB31C68F0903399

I see the reference to xCollectionID when I look for answers, but the data is not available for me (see the output below)

When I run this it stores the file but the file does not appear in the folder.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
     <soapenv:Header/>
<soapenv:Body>
<GenericRequest xmlns="http://www.oracle.com/UCM" webKey="cs">
<Service IdcService="CHECKIN_UNIVERSAL">
<Document>
<Field name="fFolderGUID">CBF8EF9C59F8A6C84EB31C68F0903399</Field>
<Field name="dDocType">Document</Field>
<Field name="dSecurityGroup">Public</Field>
<Field name="dDocAccount"/>
<Field name="dSecurityGroup">RAFT_ADMINGrp</Field>
<Field name="xFHACaseNumber">0111234567</Field>
<Field name="xFHADocumentType">Appraisal</Field>
<Field name="dDocTitle">tuesday2document.txt</Field>
<File name="primaryFile" href="whereami.txt">
<Contents>dGhpcyBpcyBteSBkb2N1bWVudA==</Contents>
</File>
</Document>
</Service>
</GenericRequest>
</soapenv:Body>
</soapenv:Envelope>

Returns:

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
   <env:Header/>
   <env:Body>
      <ns2:GenericResponse xmlns:ns2="http://www.oracle.com/UCM">
         <ns2:Service IdcService="CHECKIN_UNIVERSAL">
            <ns2:Document>
               <ns2:Field name="reserveLocation">false</ns2:Field>
               <ns2:Field name="IdcService">CHECKIN_UNIVERSAL</ns2:Field>
               <ns2:Field name="dSecurityGroup">RAFT_ADMINGrp</ns2:Field>
               <ns2:Field name="dpTriggerField">xIdcProfile</ns2:Field>
               <ns2:Field name="dDocType">Document</ns2:Field>
               <ns2:Field name="scriptableActionErr"/>
               <ns2:Field name="xPartitionId:isSetDefault">1</ns2:Field>
               <ns2:Field name="xWebFlag"/>
               <ns2:Field name="dDocCreator">C03999</ns2:Field>
               <ns2:Field name="dDocAccount"/>
               <ns2:Field name="xClbraUserList"/>
               <ns2:Field name="dLocation"/>
               <ns2:Field name="xWCPageId:isSetDefault">1</ns2:Field>
               <ns2:Field name="dWebExtension">txt</ns2:Field>
               <ns2:Field name="isNew">1</ns2:Field>
               <ns2:Field name="IsQueryObjectPersistent"/>
               <ns2:Field name="xWCTags"/>
               <ns2:Field name="LockedContents1">dDocName:WCC_Cluster-001208</ns2:Field>
               <ns2:Field name="dClbraName"/>
               <ns2:Field name="dCreateDate">10/7/14 8:58 AM</ns2:Field>
               <ns2:Field name="xClbraAliasList"/>
               <ns2:Field name="dActionMillis">72487502</ns2:Field>
               <ns2:Field name="StatusMessage">Successfully checked in content item 'WCC_CLUSTER-001208'.</ns2:Field>
               <ns2:Field name="dIsPrimary">1</ns2:Field>
               <ns2:Field name="isInfoOnly"/>
               <ns2:Field name="dActionDate">10/7/14 8:58 AM</ns2:Field>
               <ns2:Field name="xWCPageId"/>
               <ns2:Field name="xLibraryGUID:isSetDefault">1</ns2:Field>
               <ns2:Field name="dDocID">1216</ns2:Field>
               <ns2:Field name="dPublishState"/>
               <ns2:Field name="xFHACaseNumber">0111234567</ns2:Field>
               <ns2:Field name="doSorting">0</ns2:Field>
               <ns2:Field name="primaryFile">whereami.txt</ns2:Field>
               <ns2:Field name="dRevisionID">1</ns2:Field>
               <ns2:Field name="xExternalDataSet"/>
               <ns2:Field name="scriptableActionFunction">determineCheckin</ns2:Field>
               <ns2:Field name="UseForwardOnlyCursor"/>
               <ns2:Field name="noDocLock">1</ns2:Field>
               <ns2:Field name="dID">1208</ns2:Field>
               <ns2:Field name="xWCTags:isSetDefault">1</ns2:Field>
               <ns2:Field name="xPartitionId"/>
               <ns2:Field name="xComments:isSetDefault">1</ns2:Field>
               <ns2:Field name="dInDate">10/7/14 8:58 AM</ns2:Field>
               <ns2:Field name="dDocOwner">C03999</ns2:Field>
               <ns2:Field name="dUser">C03999</ns2:Field>
               <ns2:Field name="isDocProfileUsed">true</ns2:Field>
               <ns2:Field name="scriptableActionParams"/>
               <ns2:Field name="dpEvent">OnImport</ns2:Field>
               <ns2:Field name="xExternalDataSet:isSetDefault">1</ns2:Field>
               <ns2:Field name="dDocLastModifier">C03999</ns2:Field>
               <ns2:Field name="DocExists"/>
               <ns2:Field name="dConversion">PassThru</ns2:Field>
               <ns2:Field name="StatusCode">0</ns2:Field>
               <ns2:Field name="xStorageRule:isSetDefault">1</ns2:Field>
               <ns2:Field name="dStatus">DONE</ns2:Field>
               <ns2:Field name="dOriginalName">whereami.txt</ns2:Field>
               <ns2:Field name="dRevClassID">1208</ns2:Field>
               <ns2:Field name="idcToken"/>
               <ns2:Field name="dRevLabel">1</ns2:Field>
               <ns2:Field name="dDocName">WCC_CLUSTER-001208</ns2:Field>
               <ns2:Field name="xWCWorkflowApproverUserList:isSetDefault">1</ns2:Field>
               <ns2:Field name="xStorageRule">webasset</ns2:Field>
               <ns2:Field name="localizedForResponse">1</ns2:Field>
               <ns2:Field name="dPublishType"/>
               <ns2:Field name="fFolderGUID">CBF8EF9C59F8A6C84EB31C68F0903399</ns2:Field>
               <ns2:Field name="dFormat">text/plain</ns2:Field>
               <ns2:Field name="scriptableActionType">3</ns2:Field>
               <ns2:Field name="dDocTitle">tuesday2document.txt</ns2:Field>
               <ns2:Field name="dpAction">CheckinNew</ns2:Field>
               <ns2:Field name="primaryFile:path">/opt/oracle/work/wcc_cluster/ucm/cs/vault/~temp/1963032402.txt</ns2:Field>
               <ns2:Field name="refreshMonikers"/>
               <ns2:Field name="xWCWorkflowAssignment"/>
               <ns2:Field name="isEditMode">1</ns2:Field>
               <ns2:Field name="refreshSubMonikers"/>
               <ns2:Field name="xFHADocumentType">Appraisal</ns2:Field>
               <ns2:Field name="changedMonikers"/>
               <ns2:Field name="dRevRank">0</ns2:Field>
               <ns2:Field name="StorageRule">webasset</ns2:Field>
               <ns2:Field name="xWCWorkflowApproverUserList"/>
               <ns2:Field name="xComments"/>
               <ns2:Field name="dAction">Checkin</ns2:Field>
               <ns2:Field name="isDocProfileDone">1</ns2:Field>
               <ns2:Field name="xWebFlag:isSetDefault">1</ns2:Field>
               <ns2:Field name="dRawDocID">1215</ns2:Field>
               <ns2:Field name="xLibraryGUID"/>
               <ns2:Field name="StatusMessageKey">!csServiceStatusMessage_checkin,WCC_CLUSTER-001208</ns2:Field>
               <ns2:Field name="xIdcProfile:isSetDefault">1</ns2:Field>
               <ns2:Field name="dWorkflowState"/>
               <ns2:Field name="dProcessingState">Y</ns2:Field>
               <ns2:Field name="dDocCreatedDate">{ts '2014-10-07 08:58:07.482'}</ns2:Field>
               <ns2:Field name="dDocAuthor">C03999</ns2:Field>
               <ns2:Field name="dOutDate"/>
               <ns2:Field name="dIsWebFormat">0</ns2:Field>
               <ns2:Field name="scriptableActionFlags">12</ns2:Field>
               <ns2:Field name="isCheckin">1</ns2:Field>
               <ns2:Field name="RenditionId">webViewableFile</ns2:Field>
               <ns2:Field name="dExtension">txt</ns2:Field>
               <ns2:Field name="VaultfilePath">/opt/oracle/work/wcc_cluster/ucm/cs/vault/~temp/1963032402.txt</ns2:Field>
               <ns2:Field name="prevReleaseState"/>
               <ns2:Field name="isStatusChanged">1</ns2:Field>
               <ns2:Field name="dReleaseState">N</ns2:Field>
               <ns2:Field name="dWebOriginalName">WCC_CLUSTER-001208~1.txt</ns2:Field>
               <ns2:Field name="xWCWorkflowAssignment:isSetDefault">1</ns2:Field>
               <ns2:Field name="dDocLastModifiedDate">{ts '2014-10-07 08:58:07.482'}</ns2:Field>
               <ns2:Field name="dFileSize">19</ns2:Field>
               <ns2:Field name="xIdcProfile"/>
            </ns2:Document>
         </ns2:Service>
      </ns2:GenericResponse>
   </env:Body>
</env:Envelope>

CBF8EF9C59F8A6C84EB31C68F0903399

Replace fFolderGUID by fParentGUID

Tags: Fusion Middleware

Similar Questions

  • What are these guides and how can I hide them?

    Thanks in advance!

    SHIFT + O you to the artboard editing mode, from there, on the control bar above there will be an icon preferably toward the end. you can also change the display options of the icon to the left of that, but it's not very fast.

    the changes to the work plan tool is also accessible from the right side of the toolbar above the tool bracket to the bottom of the tools.

  • on the left are 3 red balls, yello, green, who go around in a circle. When I click it it says download assistance, what is it for and how can I learn more about them?

    to the left of the URL are 3 balls, red, yellow, green, who go around in a circle. When I click it it says download assistance, what is it for and how can I learn more about them?

    An add-on (extension) for download videos from Youtube-like on your hard drive

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • What are the files delete to free up my Media and Disk Cache?

    What are the files safely remove old projects to make my Media and Disk Cache? I use Photoshop and first, and when I installed After Effects, I got a message saying I needed free memory in this cache.

    Thank you!

    Hello

    Default location:

    Windows - "C:\Users\User_Name\AppData\Roaming\Adobe\Common".

    Macintosh - ' ~ / library/ApplicationSupport/Adobe/Common '

    Inside this place, you will find 2 files - 1. Media cache and Cache files for multimedia 2.

    If these two folders, trash, it will clear all the previous Cache.

    You can also do this in Premiere Pro, select Preferences/Media/Clean.

    Kind regards

    Navdeep Pandey

  • What are the files index.html in images under Developer?

    What are the files index.html in images under Developer? I am backing up my computer and 712 files index.html. What do these? They are in my pictures folder and when I try to open them, need me online and looks like this...

    Events

    Page 1 | Page 2 | Page 3 | Page 4 | Page 5 | Page 6 | Page 7 | Page 8 | Page 9 | Page 10 | Page 11 | Page 12 | Page 13 | Page 14 | Page 15 | Page 16 | Page 17 | Page 18 | Page 19 | Page 20 | Page 21 | Page 22 | Page 23 | Page 24 | Page 25 | Page 26 | Page 27 | Page 28 | Page 29 | Page 30 . Page 31 | Page 32 | Page 33 | Page 34 | Page 35 | Page 36 | Page 37|

    Page 38 | Page 39 | Page 40 | Page 41| Page 42 | Page 43 | Page 45 | Page 46 | Page 47 | Page 48 | Page 49 | Page 50 | Page 51 | Page 52 | Page 53 | Page 54 | Page 55 | Page 56 Page 57 Page 58 | Page 59 | Page 60 | Page 61 | Page 62 | Page 63 | Page 64 | Page 65 | Page 66 | Page 67 . Page 68 | Page 69 | Page 70 | Page 71 | Page 72 | Page 73 | Page 74 | Page 75 . Page 76

    What are these files? I didn't remove them because I didn't know if I needed. They accompany the my photos?

    I bet he wasn't "online you" it has just shown the local HTML file. Looks like you ran software that created a slideshow of your images HTML, and these index files have been the result.

  • What are the files manifest

    What are the files manifest?

    http://msdn.Microsoft.com/en-us/library/aa375365%28VS.85%29.aspx

  • What offline media means and how can I recover the missing video?

    I have a video that I've been working on for some time. A section of the video says Media Offline when I played it back (on the same computer). As I did not move the file to another computer, and it's not an export, I'm not sure of what has past. Assuming that it is a 'broken' link, how can I recover it?

    Tammy

    I have a plan... no guarantees, but it could work.

    1. open this project first elements 14. You should be greeted by a message "where is the file___? If so, then click on the button in the message that gives you the opportunity to 'ignore all '. To help in the project, but the project will be your missing file and have the display offline Media for her. Also, if you do not get the "Where is the file___?" and you are in the open project with this missing file, then... anyway...

    2. in the open project, find the file in the active Expert of the tile project workspace. It should also have an offline media watch. Right-click in the thumbnail in the active project, and then select replace sequences. Then find and select the original file. Click Open.

    3. you now have your clip with its original changes on the Timeline?

    Please review and then we'll decide what next as shown.

    Thanks for the follow-up.

    RTA

  • When I add my dLink surveillance camera media, files avi land always in the place of the consumer audio video area. Why and how can I get them to land as Visual?

    I'm trying to change some of the footage taken by our camera dLink bit when we're not home, but when I import .avi files, it will always just for audio (from first 11 elements), and nothing shows that the video. What I am doing wrong? Be aware, I am completely new to this program, because I bought to play with my camera dLink home videos and have not been able to do one thing with them as of yet due to how they import. I did 'get media' my camera Bloggie to see if it worked and he met as a video and audio only, so I do not know why the other does not.

    loriflori

    Thanks for the replies.

    Just to start my day and am very happy that you found your own answer by going in a different format for your camera.

    You recorded video compression AVCHD (MPEG4 AVC/h.264) equipped with a .avi cape. That AVCHD.avi is not compatible

    with Premiere Elements. Many previous reports on this situation.

    There is opportunity for you to make an AVCHD.mp4, instead of AVCHD.avi, in the camera settings? It should work with your MPEG4.mp4.

    When you go to read this MPEG4.mp4 (with the logo instead of the first frame of the video), you get a read full video and

    audio. If so, what is the current defined for the file is opened with. Change that can change the thumbnail representation of the hard drive. But let's see if

    There is a set of AVCHD.mp4 for recording of the camera.

    Looking forward to your results.

    Thank you.

    RTA

  • What is the default identity store - and how can I put it?

    Hello

    I am running Webcenter on WLS and WLS and JPS assistance for authentication of users. On the WLS Console, if I go to areas of security-> myrealm-> providers, I have a list of four different suppliers.

    If I understand correctly, these four vendors are my identity stores. How can I set one as the store identities "by default"? Or see who is currently the default?

    The reason why I ask, is that I have the following code in Webcenter to create a new user in Active Directory:
          // Get the default identity store
          IdentityStore idStore = WCSecurityUtility.getDefaultIdentityStore();
    
          // Get the user manager object
          UserManager usermgr = idStore.getUserManager();
    
          usermgr.createUser(loginName, password.toCharArray(), propertySet);
    So I have a Java utility class that gives me the 'default identity store". Now, I want to change the configuration of WLS so that the Active Directory in which I want to create new users is the storage of identity 'by default'.

    Thanks in advance for any help,

    Ludovic

    I'm sure they mean the first in the list, you can reorder them by using the command button and moving them up and down.

  • Error:-05... What is this issue and how to solve this problem, please.

    Error - 05 appears permanently on the desktop, without any help in identifying or fixing.  What is is? In addition, who or what is Imunet...? Safe, or a marketing scam?

    Hi Francine retti,.

    (1) what is the complete error message you receive?

    (2) this error message appears when you are online or offline?

    Select the boot and then check if the problem persists

    Follow step 1 in the link below,
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    If everything works well after a clean boot, you can deduce that some third-party services are at the origin of the problem.

    Continue with the remaining steps to pin-point on the third party service.

    After find you the program that is causing the problem, you will have to perhaps to update or install a newer version of the program, if you rarely use that you should consider uninstalling the software.

    Important: n ' forget not to put the computer to a normal startup follow step 7 in the link.

  • What are the files with long names, the letters and numbers?

    I have several labels of large folders with names very long "ae61cbac70034e54059be539829a7e", that means these and I can delete them?

    Hello, TerriML,

    Performs a search of malicious programs.  Boot safe mode with networking

    Download the following tool and an analysis of the system.  I suggest also disable the system restore because the malware is known to hide in the restore points.

    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&id=16

    Turn off System Restore in Windows XP

    http://support.Microsoft.com/kb/310405

    Files such that you listed are known to the Windows operating system files - I advise until you know still don't not to tamper with them.

    Folder in which you made to locate these files in?  Is there an extension at the end of the file name?  Example: .dll, .sys, .ini

    What is e717295f-174-46de-ae61?

    e717295f-174-46de-ae61 truly is a process belonging to Microsoft Windows Operating System System. It is used by a lot of different software on your computer. Many programs, you are familiar with that run as stand-alone executables, such as e717295f-174-46de-ae61. However, most of the services are executed can operate independently. That of why, e717295f-174-46de-ae61 loads these files and runs himself. This is why you will often find several copies of an e717295f-174-46de-ae61 running on the Windows Task Manager.

  • does anyone know what error is it and how can I fix this or if I need a new computer

    Signature of the problem:

    Problem event name: BlueScreen

    OS version: 6.1.7601.2.1.0.768.3

    Locale ID: 1033

    More information about the problem:

    BCCode: 124

    BCP1: 00000000

    BCP2: 86BFD024

    BCP3: F6602000

    BCP4: 00000135

    OS version: 6_1_7601

    Service Pack: 1_0

    Product: 768_1

    Stop 0 x 124 is a hardware error

    If you are overclocking try to reset your settings to standard processor and see if that helps.

    If you keep getting the BSOD here are things more than you may want.

    This is usually hardware related, defective heat, memory or processor even if it is "possible" he is associated (rare) driver.

    Stop 0 x 124 - what it means and what to try
    Synopsis:

    A "stop 0 x 124" is fundamentally different from many other types of bluescreens because it arises from a complaint of material.

    Stop 0 x 124 minidumps contain very little concrete information, and it is therefore necessary to address the problem as a case of material in an unknown state of distress.

    Generic troubleshooting ' Stop 0 x 124 ":

    (1) ensure that none of the hardware components are overclocked. Material which is pushed beyond its design specifications - by overclocking - may malfunction in unpredictable ways.

    (2) make sure that the machine is sufficiently cooled.
    If there is doubt, open the side of the case (be aware of all the relevant conditions guaranteed!) PC and direct an electric fan squarely to the motherboard. Who will rule on most cooling problems (lack of).

    3) update all drivers related to materials: video, sound, RAID (if applicable), NIC... anything that interacts with a piece of hardware.
    It is best to run the latest drivers anyway.

    (4) update of the BIOS of the motherboard according to the manufacturer's instructions.
    Their website should provide detailed instructions on the brand and model-specific procedure.

    (5) rarely, bugs in the operating system may cause "false positives" 0 x 124 events where the hardware wasn't complaining, but Windows thought otherwise (because of the bug).
    At the time of writing, Windows 7 does not have to suffer from a defect, but it is nevertheless important to keep Windows up-to-date.

    (6) attempt (stress) test these hardware components that can be put to the test artificially.
    The most obvious examples are the RAM and HDD (s).
    For the RAM, use diagnostics from built-in memory (run MDSCHED) or the utility memtest86 3rd - party to run plenty of evidence of hours of testing.
    For hard drives, verify if CHKDSK /R finds any problems on (s), including "bad sectors".
    Unreliable RAM, in particular, is mortal, as well as software, and anything other than a 100% clear memory test result is cause for concern. Unfortunately, even a 100% clear result the diagnostic utilities does not guarantee that the RAM is free of any defect - only that none have been encountered during the test passes.

    (7) as the last troubleshooting no invasive steps, perform a reinstallation of Windows 'vanilla': just the OS itself without additional applications, games, utilities, updates, new drivers - or ANYTHING that does not come from the Windows 7 disc.
    Who stops working mitigate the problem of the 0 x 124, jump to the next step.
    If you run the "Vanilla" installation long enough to convince yourself that not a single 0 x 124 accident occurred, start installing applications and updates slowly, always stopping between successive additions long enough to get an idea of the question if the machine is still free of 0 x 124 breaks down.
    Smash back, obviously the latest addition of software may be somehow connected to the root cause.
    If the stop error 0 x 124 persist despite the above steps, and the equipment is under warranty, consider to go back and ask for a replacement that does not suffer periodic MCE events.
    Be aware that want to perform the subsequent hardware troubleshooting steps can, in some cases, void your warranty:

    (8) clean and carefully remove the dust inside the machine.
    Reinstall all memory modules and connectors.
    Use a can of compressed air to clean the RAM DIMM supports as much as possible.

    (9) if all else fails, start removing items of hardware one by one in the hope that the culprit is something non-essential that can be eliminated.
    Obviously, this type of testing is much easier if you have access to equivalent components in order to perform swaps.

    If you are in the situation to have completed all the steps above without a resolution of the symptom, unfortunately the most likely reason is that the error message is literally correct - something is fundamentally wrong with the hardware of the machine.

  • How is my save attachments is grayed out and how can I put it on the default save it on Documents.

    For some reason my save attachments is grayed out and it allows me to save an attachment in My Documents (default setting). Currently, he is ordered to save attachments to a disk. How can I reset the default setting to My Documents?

    Have you installed IE9?

    Internet Explorer 9 breaks the Windows Mail feature
    http://www.oehelp.com/OETips.aspx#15

  • What caused follow it and how can I solve this problem. ?

    I cannot open Firefox and get the error message "cannot open XPCOM.

    Hi, one of the most common causes is running the system restore of your PC through an update of Firefox.

    The way that usually works is to do a clean reinstall. This means that you delete your Firefox program files, and then reinstall Firefox. This process does not delete your Firefox profile (such as bookmarks and passwords) data, since this information is stored in a different location.

    To do a clean reinstall of Firefox, follow these steps: Note: you can print these steps or consult them in another browser.

    1. Download the latest version of Firefox from mozilla.org office (or choose the download for your operating system and language on this page) and save the file to install it on your computer.
    2. Once the download is complete, close all Firefox Windows (or open the Firefox menu and click on the button close ).
    3. Remove the Firefox installation folder, which is located in one of these locations, by default:
      • Windows:

        • C:\Program Files\Mozilla Firefox
        • C:\Program Files (x 86) \Mozilla Firefox
      • Mac: Delete Firefox in the Applications folder.
      • Linux: If you have installed Firefox with the distribution-based package manager, you must use the same way to uninstall: see Install Firefox on Linux. If you have downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
    4. Now, go ahead and reinstall Firefox:
      1. Double-click on the downloaded Setup file and go through the steps in the installation wizard.
      2. Once the wizard is completed, click to open Firefox directly after clicking the Finish button.

    More information on the resettlement of Firefox can be found here.

    WARNING: Do not use an uninstaller to third parties as part of this process. This could permanently delete your Firefox profile data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and passwords saved. They can be retrieved easily unless they have been backed up on an external device! See back up and restore the information contained in the profiles of Firefox.

    Please report to say if this helped you!

    Thank you.

  • What are the files will keep its function?

    After having some problems with Windows Update and not being not able update 8.1 or 10, I decided to use the "Refresh" function to reinstall Windows without losing some important data.

    Problem is, I don't know what will be wiped.

    I know that refreshing will remove all programs that are not metro and that documents and images will be kept, but I don't know how.

    It will keep only My Documents, Images and video files? Or it will keep record of any user (AppData, downloads, Favorites, desktop)?

    Hi Luke,.

    Thanks for posting your query in Microsoft Community.

    If your PC does not perform as in the past, and you don't know why, you can refresh your PC without delete all of your personal files or change your settings.

    Applications that you have installed Web sites and DVD is deleted. The applications provided with your PC and applications that you have installed in the Windows store will be resettled. Windows puts a list of apps removed on your desktop after you refresh your PC.

    Note: We recommend that you keep a backup of your data just in case a problem occurs when running of refreshment.

    Hope this information is useful. Please feel free to answer in the case where you are facing in the future other problems with Windows.

Maybe you are looking for