What is 'RocketLifeNetwork' folder doing in my Documents?

Hello
Cleaning up my iMac I find RocketLifeNetwork folder with two empty subfolders ('Incoming Things', 'My Things') sitting in my 'Documents' and annoyingly me.
I wonder if it has something to do with an ex-Kodak Printer software.
Whatever the cause I need to remove the software generating it.
Can anyone help?
Harfx

Thank you Terence for responding to this message.
I am using a Canon PIXMA MG5500 Printer.
Just to add that:
I checked around with too many printers and cameras installed I cannot locate the main source for adding these folders. So, I accept TD’s query as an answer. I realised that these folders are not important. They look harmless just caused by ‘bad design’ and ‘or rushed to perform’ businesses who should have clearly mentioned creating these folders.
Harfx, UK

Similar Messages

  • What is Lock folder doing ?

    I would like to lock a folder so that I can open the folder and the documents inside it but not alter anything
    If you Ctr Click the folder , then press Get Info, you can lock the folder
    But what is it doing ?
    I noticed that I could not add new files to the folder. That is all.
    I do not want to used complicated procedures such as with Disk Utilities

    Bomiboll wrote:
    Yes sir. That's the situation. I can edit it, I can save it, and to the same place.
    It means that this is a flaw in Mac OS.
    No, it just means you don't understan Posix permissions and the Access Control Entries.
    Locking a folder doesn't do anything but Lock the folder. Access to the contents are still controlled by the Posix permissions and the ACEs. Setting a folder to Locked in Get Info sets the uchg flag. That will prevent you from changing the Folder, but not it's contents, which still have the same settings as they had before you Locked the folder. You can override the delete, but you can't rename or move it (which are the same things in unix), or add items into it. If you want to lock all the files inside, you have to select them all and lock them.
    Using the shell,
    chflags -R uchg /Users/username/Documents/My\ Locked\ Folder/
    In unix, a folder is really nothing but a part of the full name of the file. E.g.
    /Users/username/Documents/My\ Locked\ Folder/myFile.txt
    A better way to achieve what you want is to set it to Read Only for User, Group, and Others
    In the Finder, Get Info on the folder and unlock the padlock on the Permissions section.
    Set yourself to read only.
    Set the group(s) and everyone to no more than Read Only.
    Cick the Gear icon and choose Apply to Enclosed.
    In the shell,
    chmod -R -w /Users/username/Documents/My\ Locked\ Folder/
    The uappend flag is more like what you want. It allows adding to the folder, but not editing the contents.
    So, you could lock the folder and set it to not let you change the contents at all with:
    chflags uchg,uappend /Users/username/Documents/My\ Locked\ Folder/
    However, some programs will allow you to authenticate to make changes to the files, even with those settings.
    Then there's Access Control Lists which further add to the complexity. This help page for Tinker Tool System is a brief introduction. If you search for OS X ACL you will find lots of articles on how to set them.

  • Does DII support document based web service?

    Hi,
    I am writing a web service cleint DII, the web service is document based. I followed the sample in
    https://bpcatalog.dev.java.net/nonav/soa/standalone-client/
    Everything seems correct. When I call call.invoke, I got an exception saying "operation style: \"document\" not supported".
    Here is the code fragment, can anyone tell me what's wrong or does DII support document based service?
    Thanks a lot!
    Y. Zhao
    try {
    ServiceFactory factory = ServiceFactory.newInstance();
    service = factory.createService(new QName(EXTRACTURLSERVICE));
    port = new QName(EXTRACTURLPORT);
    } catch (Exception se) {
    // throw new Exception("Can not create stock service: " + se.getMessage());
    _endPointAddr = "http://www.atomic-x.com/xmlservices/HyperlinkExtractor.asmx";
    _qnameNamespaceURI = new QName("ExtractUrl");
    requestQname = new QName(NAMESPACE_URI, "ExtractUrl");
    responseQname = new QName(NAMESPACE_URI, "ExtractUrlResponse");
    Call call = null;
         try {
    call = service.createCall(port);
    call.setTargetEndpointAddress(_endPointAddr);
    call.setProperty(Call.SOAPACTION_USE_PROPERTY,
    Boolean.TRUE);
    call.setProperty(Call.SOAPACTION_URI_PROPERTY, "http://www.atomic-x.com/xmlservices/HyperlinkExtractor/ExtractUrl");
    call.setProperty("javax.xml.rpc.encodingstyle.namespace.uri", "");
    call.setProperty(Call.OPERATION_STYLE_PROPERTY, "document");
    call.setProperty(Call.ENCODINGSTYLE_URI_PROPERTY, "literal");
    call.addParameter("parameters", requestQname, ExtractUrl.class, ParameterMode.IN);
    call.setReturnType(responseQname, ExtractUrlResponse.class);
    result = (ExtractUrlResponse)call.invoke((Object[])params);
         } catch (Exception ex) {
    //throw new ServiceException("Can not get service: " + ex.getMessage());
    String msg = ex.getMessage();
    ex.printStackTrace();
         }

    There shouldn't be any restriction on the type of payload that's specific to DII.
    I did come across a similar message, but I found the cause back in the WSDL rather than the client code. Have a look at the WSDL and see if it mentions "RPC" meaning the web service is making available a remote procedure call interface.

  • Folder redirection configured in GPO does not create Documents folder and does not redirect

    Hi
    Another Folder Redirect-post - sorry for that, but I could not find an answer for my problem so far: even with consulting many threads here...
    We have an existing environment under Windows XP and want to move away from that. Now I ran into troubles with folder redirection...
    The following folder- and permission structure exists so far:
    \\<server>\<Users$-share>: This is the base folder for all users-directories
    -> Permissions: SYSTEM: Full / Administrators: Full / Users: Read&Execute, only this folder
    -> Share-permissions: Authenticated users: Full control
    \\<server>\<Users$-share>\<username>: base folder for the specific user
    -> Permissions: SYSTEM: Full / Administrators: Full / User: Change, all permissions inherited onwards
    -> Giving only change permission prevent further problems with self-called "advanced users"... ;-)
    \\<server>\<Users$-share>\<username>\profil.V2: Profile directory of the user
    -> Of course here the permissions are set by the system: override the predefined permission
    \\<server>\<Users$-share>\<username>\daten: Atcual Home directory of the user
    \\<server>\<Users$-share>\<username>\daten\Documents: Suposed Documents directory of the user
    Now I am going to Server 2012 and Windows 8.1, configured the GPO to redirect Documents folder into the above mentioned:
    GPO - User configuration - Policies - Windows settings - Folder Redirection - Documents:
    Setting: Standart - redirects all folders to the same path
    Destination folder: Copy to base directory of the user
    I apply policy to the user, log out and in - it doesn't work, no folder Documents created in my home-folder, Folder Documents still configured at C:\Users\<user>\Documents
    A very special point:
    I also do Redirection of the My Pictures-folder: Define it to follow the Documents folder. Funnily that one works and creates and configures \\<server>\<Users$-share>\<username>\daten\Pictures
    -> So in my eyes, it should work!
    Then: I want to do the folder redirection without Offline Files, due to the fact, that our users work with dynamically assigned virtual desktops, which are been cleaned everytime a user logs off a machine. Therefore synchronizing doesn't make sense...
    I just cannot see, why this redirection does not work :-(
    Thank you very much for any help!
    Kind regards
    David

    Hi David,
    Before going further, would you please let me confirm the OS version of the Windows Server which you used to
    configure folder redirection? Based on your description, did you mean that those users (who will be applied folder redirection settings) logged on Windows XP client computer?
    When you configure the folder redirection setting in Document Properties (path:
    User Configuration-> Policies-> Windows Settings-> Folder Redirection-> Documents), please check if you checked “Also apply redirection policy to Windows 2000, Windows 2000 Server, Windows XP, and Windows Server 2003 operating system” in Settings
    tab. As below picture shows.
    à
    GPO - User configuration - Policies - Windows settings - Folder Redirection - Documents:
    à•Setting: Standart
    - redirects all folders to the same path
    à•Destination
    folder: Copy to base directory of the user
    Would you please provide a screenshot of those settings you describe? Meanwhile, please summarily describe
    that how you configure. For example, where this GPO link to? Or any other. It will help me to understand clearly. Thanks for your understanding.
    In addition, please use
    gpresult command to check if the folder redirection group policy was really applied.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • I'm trying to transfer music from iTunes on an old PC that uses an external storage device to a new PC (Windows 7) that will use that same external storage device.  I am also dealing with new iTunes 11.  How do I do this??  What folder does iTunes use?

    I'm trying to transfer music from iTunes on an old PC (Windows Vista Home Basic) that uses an external storage device to store the files to a new PC (Windows 7 Starter) that will use that same external storage device.  I am also dealing with the new iTunes 11.  How can I accomplish this successfully?    What folder does iTunes use to store the data in?  I've tried several things.  Home Sharing caused duplicates but not all songs or apps transfered.  It is a large library! I've tried just setting the path in the Advanced Tab of iTunes preferences of the new computer with the external drive connected the same as the path when the external drive is connected to the old computer.  This was the best solution so far but still a few artists missing and some apps. Any suggestions?

    Here are typical layouts for the iTunes folders:
    With iTunes 11 you might also have a Home Videos folder inside iTunes Media.
    In the simplest cases you copy the entire iTunes folder from <User's Music> on the source computer to <User's Music> on the target machine, install iTunes, and it "just works"TM.
    If the media folder (inside the red outline) has been split out to a separate location then you can copy the library folder (outside the red outline) as before and connect the drive holding the media so that it has exactly the same path as before. If the drive appears as D: on one system and E: on the other then the library won't be able to find the media.
    The crucial file is iTunes Library.itl - this contains a record of the tracks that have been added to the library, ratings, play counts, playlists etc.
    See also: Make a split library portable.
    tt2

  • When you are backing up your iPhone or iPad to the Mac, what folder does it go to.

    What folder does a backup from your Iphone or ipad use.

    ~/Library/Application Support/MobileSync/Backup/
    Note: The "~" is your Home folder. Hold the Option key on Go, then select Library.

  • Good morning, I upgraded my mac to the lions and the My Music folder does not show the covers of CDs, anyone know what happens?

    goor morning , i upgraded my mac to the lios and the music folder does not show de the covers of cds,anyone know what happens ?

    *the phone is not blocked in anyway

  • What res folder  does?

    hi all,
    i installed oracle bi on my computer and want to understand about the folder which it has created after installation.
    well can any one tell me what 'res' folder does in oracle bi.
    as it has following two location:
    1. C:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res
    2. C:\OracleBI\web\app\res.
    when it is online (on dashboard)which res folder oracle bi use?

    On 31/08/10 8:36 PM, Chad wrote:
    > Hi, all,
    > When I put my eclipse project into ms sourcesafe VSS, the VSS creates a
    > bunch of vssver.scc file on every folder. Now eclipse starts to complain
    > [2010-08-31 10:51:19 - MyProject] C:\MyProject\res\xml\vssver.scc:1:
    > ERROR Error parsing XML: not well-formed (invalid token)
    > [2010-08-31 10:51:19 - MyProject] C:\MyProject\res\menu\vssver.scc:1:
    > ERROR Error parsing XML: not well-formed (invalid token)
    > .......
    > I add the res folder to Source tab of Java Build Path, and put **/*.scc
    > as excluded for res folder, but it does not seem working. Looks like the
    > include/exclude only works for src folder, not res folder.
    > Does anyone know what I should do so eclipse won't pick up those .scc
    > file from res folder?
    Which tool is trying to parse those xmls? You have any VSS plugins for
    Eclipse?
    You can try Resource Filters on the project to exclude the pattern.
    - Prakash
    Platform UI Team, IBM
    www.eclipse-tips.com

  • The name "Folder" does not exist in the namespace

     I am trying to learn Wpf and doing some of the examples on the Microsoft site. https://msdn.microsoft.com/en-us/library/vstudio/bb546972(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1
    I am using Visual studio 2013. As I work through the example I am getting the following error. 
    Error 1
    The name "Folder" does not exist in the namespace "clr-namespace:FolderExplorer".
    c:\users\hbrown\documents\visual studio 2013\Projects\FolderExplorer\FolderExplorer\MainWindow.xaml
    11 17
    FolderExplorer
    Error 2
    The name "Folder" does not exist in the namespace "clr-namespace:FolderExplorer".
    c:\users\hbrown\documents\visual studio 2013\Projects\FolderExplorer\FolderExplorer\MainWindow.xaml
    16 7
    FolderExplorer
    Here is the code:
    <Window x:Class="MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            xmlns:my="clr-namespace:FolderExplorer"
        Title="Folder Explorer" Height="350" Width="525">
        <Window.Resources>
            <ObjectDataProvider x:Key="RootFolderDataProvider" >
                <ObjectDataProvider.ObjectInstance>
                    <my:Folder FullPath="C:\"/>
                </ObjectDataProvider.ObjectInstance>
            </ObjectDataProvider>
            <HierarchicalDataTemplate 
       DataType    = "{x:Type my:Folder}"
                ItemsSource = "{Binding Path=SubFolders}">
                <TextBlock Text="{Binding Path=Name}" />
            </HierarchicalDataTemplate>
        </Window.Resources>
    I have a class file named Folder.vb with this code. 
    Public Class Folder
        Private _folder As DirectoryInfo
        Private _subFolders As ObservableCollection(Of Folder)
        Private _files As ObservableCollection(Of FileInfo)
        Public Sub New()
            Me.FullPath = "c:\"
        End Sub 'New
        Public ReadOnly Property Name() As String
            Get
                Return Me._folder.Name
            End Get
        End Property
        Public Property FullPath() As String
            Get
                Return Me._folder.FullName
            End Get
            Set(value As String)
                If Directory.Exists(value) Then
                    Me._folder = New DirectoryInfo(value)
                Else
                    Throw New ArgumentException("must exist", "fullPath")
                End If
            End Set
        End Property
        ReadOnly Property Files() As ObservableCollection(Of FileInfo)
            Get
                If Me._files Is Nothing Then
                    Me._files = New ObservableCollection(Of FileInfo)
                    Dim fi As FileInfo() = Me._folder.GetFiles()
                    Dim i As Integer
                    For i = 0 To fi.Length - 1
                        Me._files.Add(fi(i))
                    Next i
                End If
                Return Me._files
            End Get
        End Property
        ReadOnly Property SubFolders() As ObservableCollection(Of Folder)
            Get
                If Me._subFolders Is Nothing Then
                    Try
                        Me._subFolders = New ObservableCollection(Of Folder)
                        Dim di As DirectoryInfo() = Me._folder.GetDirectories()
                        Dim i As Integer
                        For i = 0 To di.Length - 1
                            Dim newFolder As New Folder()
                            newFolder.FullPath = di(i).FullName
                            Me._subFolders.Add(newFolder)
                        Next i
                    Catch ex As Exception
                        System.Diagnostics.Trace.WriteLine(ex.Message)
                    End Try
                End If
                Return Me._subFolders
            End Get
        End Property
    End Class
    Can someone explain what is happening. 
    Thanks Hal

    Did you try to build the application (Project->Build in Visual Studio) ? If the error doesn't go away then and you have no other compilation errors (if you do you need to fix these first), you should replace "FolderExplorer" with the namespace
    in which the Folder class resides. If you haven't explicitly declared a namespace, you will find the name of the default namespace under Project->Properties->Root namespace. Copy the value from this text box to your XAML:
    xmlns:my="clr-namespace:FolderExplorer"
    The default namespace is usually the same as the name of the application by default so if your application is called "FolderExplorer" you should be able to build it.
    If you cannot make it work then please upload a reproducable sample of your issue to OneDrive and post the link to it here for further help.
    Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question.

  • Can't Open Final Cut - "Waveform Cache Files Folder does not have read/....

    I am new to Final Cut and macs, so please bear with me.
    I have created an animation in Final Cut pro (5) using stills. The project takes up a lot of space, which is why I have moved the 'Final Cut Documents' file onto my external hard drive. However, I relocated/reconnected the project files when I next opened the project and all was peachy.
    Last night when I had the project open I got errors about not being able to save the project. This was my first problem, but is now insignificant compared to this new problem this morning:
    I cannot open Final Cut. I have an error saying 'The Waveform Cache Files Folder does not have read/write access. Please select a new folder in the System Settings Dialog or correct the problem on disk'. Final Cut then proceeds to shut down, so I cannot change any user settings within the program.
    I have made all Final Cut folders read/write as well as my external hard drive and anything else with Final Cut on it. It still presents this warning.
    A final confession: last night in (I think?) User Preferences I changed some of the settings to my external hard drive (I'm not even sure what settings...I just checked boxes next to the Hard Drive and unchecked a box next to the laptop drive), hoping it would just save the project to it, rather than on my laptop. This may have contributed to this new problem...maybe not.
    PLEASE HELP...this animation is due Monday.

    Thanks for your reply - it sounds like it will work, but I can't delete one of (yes, I made multiple copies, but have been able to delete the others) the Waveform Cache Folders as it comes up with the error "The operation cannot be completed because one or more required items cannot be found. (Error code -43)." Is this the cause of my problems? How do I fix it?

  • Alias 'Document' folder appears in my 'Documents' folder automatically

    Why does an alias 'Documents' folder keep appearing in my 'Documents' folder? Even when I delete it, it eventually returns. Bit worried this might be something more serious than it seems? Anyone else have this problem, understand what causes it or know how to stop it?

    * The Bookmarks Toolbar folder stores the bookmarks that you see on the (View > Toolbars >) Bookmarks Toolbar.
    * The Bookmarks Menu folder stores bookmarks that you see in the Bookmarks menu and create via "Bookmarks > Bookmark This Page" or "Bookmark This Link" in the right click context menu.
    * The Unsorted Bookmarks folder stores the bookmarks that are created by clicking the star at the right end of the location bar.

  • ICloud does not accept documents (Pages)

    iCloud does not accept documents (Pages) "There was a problem in the upoading" it says (in Swedish)..."Try later". I have tried 2 days now. What shall I do?

    Hi,
    I´m having the same issue - Have you been able to solve it yet? (Your Post is from January).
    iCloud has accepted some of my docs created in Pages on my Mac (Mini 2010),
    but says "Format not supported" when I try draging them from `Documents´ on my Mac into the iCloud.
    The docs I was able to upload to iCloud (From Pages on my Mac), were created on my Mac in Pages
    (But also using photos and elements from elsewhere on my Mac, ie. `Documents´ folder.
    Please let me know if you have meanwhile found a solution, but not posted it.
    Thanks a lot!

  • REPORTS folder does not appear when refreshing dynamic templates

    Hi all,
    I got one issue when refreshing dynamic templates. For one application, the REPORTS folder does not appear under Eexcel folder.
    It works well on my quality environment, but it fails on production server.
    It seems there is no differences in security settings, SP version...
    I already tried deleting Outlooksoft folder, clear and refresh local folder in client options...
    I must miss something but I dont know what to check anymore.
    Any suggestion is welcome.
    Thanks
    Antoine

    Hi Neil,
    I do not have issue with what you mention, everything is ok in Webfolder.
    The problem is in the local folder of every user in My Documents folder.
    There is a folder Outlooksoft there that is refreshed automatically after connecting to BPC.
    Every reports under REPORTS\WIZARDS should be there. Users need to access this folder to open a specific report.
    What is strange is that it looks that it works for some users, but does not work for some other users...
    Might be security settings?
    Antoine

  • What is the difference between saving to "Documents" and "Macintosh HD" and when should you use each one?*

    What is the difference between saving to "Documents" and "Macintosh HD" and when should you use each one?

    When you save to the folder with the little house icon, the file is placed at
    /Users/your_user_name/
    You would really have to go out of my way to save at:
    (the shortcut for the Boot Drive, regardless of its name).
    I am not sure how you decided that Time Machine is not saving your files. The default is for Time Machine to do incremental Backups of everything on all attached drives, except for certain temporary information in Cache files. If you have four Users, Time Machine will back them all up.
    Looking at the raw Time Machine backups will tell you very little, because it does lots of its work with Hard Links, and because it does incremental backups, so only files that changed since the last Backup are saved at thet cycle. The way to determine whether Time Machine is saving things is to display the window you care about in the Finder, then invoke the "Star wars"/ "Back, back, back in time" Interface.

  • When i go to 'New Folder' the name box only opens for a second so I dont have time to name it correctly. Rename Folder does the same thing - any thoughts??

    when i go to 'New Folder' in outlook the name box only opens for a second so I don't have time to name it correctly. Rename Folder does the same thing. Any thoughts? Many thanks.

    Hi Clint,
    Did you get a reply from anyone for this problem?  I'm having the same problem and wondering what the resolution might be.
    Thanks

Maybe you are looking for

  • To remove the block created by TOP_OF_PAGE event in ALV

    hello All, i have added some code to modify the subtotal in ALV and that code has been added in the TOP_OF_PAGE event of the ALv . and in that case , a blank block is added on the top of the ALV that is consuming almost one third space of  the  scree

  • Ibook to macbook pro

    hello there. i have the g4 ibook, and i am wondering what is the best way to transfer my important files that i will need on my new macbook pro. i have iphoto, itunes, address book, files that i would like to transfer. i also have quicktime files tha

  • HT4976 How to delete from recents?

    How can I delete the emoticons from the 'recent' box?

  • Calling java from inside an Active Server Page.

    Is it possible to call a java application from inside an ASP ? I can't write COM. Just Java. But IIS is all I have access to at this time. thanks, nupevic

  • Access Levels to change Universe

    Hi I have created a WebI template (with formated layout) based on a kind of 'dummy universe'. The goal is that some 'power users' should be able to copy this template to their favorites and then change the universe to one they are allowed to use. The