Folder Creation problem

Hello
I'm developing a java class that creates a folder in oracle files. The folder is created but i cannot uoload any files into the new folder. even in the oracle files browser interface the "upload file" button and the "create new folder" button appear disabled. i really don't know why this is happening. here is my code:
String [] l_str = {"Discover", "GetContent", "Setcontent"};
          try{
               AccessLevel l_accessl = new AccessLevel(l_str);
               AccessControlListDefinition acld = new AccessControlListDefinition (gSession);
               acld.setShared(false);
               AccessControlList newacl = (AccessControlList) gSession.createPublicObject(acld);
               newacl.setName("vitor17");
                    AccessControlEntryDefinition acled = new AccessControlEntryDefinition(gSession);
                    acled.setGrantee( (DirectoryObject) gSession.getDirectoryUser() );
                    acled.setDistinctAccessLevel( l_accessl );
                    newacl.grantAccess(acled);
               DirectoryUser thisUser = gSession.getDirectoryUser();
               PrimaryUserProfile userProfile = gSession.getPrimaryUserProfile(thisUser);
               Folder homeFolder = userProfile.getHomeFolder();
               AccessControlList acl = userProfile.getAcl();
               AccessControlEntry[] ace = acl.getAccessControlEntrys();
               String[] folders = homeFolder.getAllFolderPaths();
               newacl.setOwner( thisUser );
               PublicObject[] po = pIfsFS.listFolder(homeFolder, null);
               Folder pub = (Folder)po[2];
               Folder f = pIfsFS.createFolder("meitner3", pub, false, null);
Hope someone helps
thanks in advanced
Vitor

Vitor,
You SHOULD NEVER EVER use the CM SDK Java API with Oracle Files. Oracle Files has a layer between itself and the underlying CM SDK technology stack that provides common functionality among its protocol servers. Directly bypassing this (unexposed) layer will lead to all types of problems.
Build yourself a WebDAV client, or try and script FTP. Just do not use the CM SDK API.
Should you wish to perform a bulk migration from an existing system - we maybe able to help.
thanks,
Matt.

Similar Messages

  • Home folder Creation problem solved (for me anyway)

    I have had an issue where when I asked my server to create home folders it was not making them. I also tried all the usual things like removing the share, sudo createhomedir -a and even ran the combo updater on the server again all to no avail. Upon looking at another server that was creating home folders I found that when I selected Network in the Finder SideBar there was an alias of Servers. This alias on the working server showed an alias of the server HD and in turn showed the contents of that drive. On the server that was not working the Servers alias in Network was an alias of a white document and showed nothing.
    What i had to do to fix this was to open Terminal and su to root, cd /automount, rm Servers and restart. When this was done going to Network in the sidebar and selecting Servers then showed an alias of my server HD which in turn showed the contents of the drive. I then used WGM to remove the network mount for home dir's and stopped sharing the folder. I then re-enabled the share and then set the home dir mount again. After this it succesfully created the home folders in that dir when asked to and I was then able to log in and manage the account.
    I hope this is of some use to others...
    regards Gary.
    PowerBook G4 1.67   Mac OS X (10.4.7)  

    great stuff, last time this happened to me i just backed up the directory and formated reinstalled restored and it worked, took 3 hours...this would take a lot less time... post this in mac os x hints to eh..
    Cheers
    Rob

  • _pageflow folder creation problems with generated build.xml

    I currently have a Workshop project with a web app that builds my ear file just fine. But the problem is, when I export the build.xml file from the project and try to run it with ant, it doesn't generate the _pageflow folders that I would expect.  Consequently, it doesn't get packaged in and causes errors when I deploy it.  The funny thing is that if I generate the ear file from Workshop, it builds, deploys, and runs just fine.
    Anybody encountered this before? Does anyone know how the pageflow folders get built?  I narrowed it down the to build.xml <apt> task which seems to be one responsible for creating the pageflow folders. It also seems to be looking for jar file references in the .factorypath file, but I don't quite know which ones I'm supposed to use.
    Any help?

    No help from anyone?

  • Custom property not displaying at folder creation or Details screen

    Hello everyone
    I have created a custom boolean property that I need to have displayed both at folder creation and in the Details screen of a folder after it's created.  The property is in the default namespace, and is in the Custom group.  I have created a properties file for the label and created the necessary meta data extension.  The folder validity pattern is " / " and the Resource Type listed is "normalct" so that it's active for folders only.
    Then I went to Property Groups and listed my new property in the Group Items field of the Custom group.  The Custom group is a part of "all_groups" so that group is displayed both when a new folder is created in KM and when the Details screen of a folder is displayed.
    <i>However,</i> my custom property isn't displaying under the Custom tab when I go to create a new KM folder, nor when I view the Details screen of an existing folder.  What configuration am I missing?  Do I have to develop a custom property renderer for each new property I need to create?  I was hoping I could achieve this result with configuration changes only, but I must be missing something.
    Any help would be greatly appreciated and rewarded. 
    Thanks in advance,
    Fallon

    Hi Fallon,
    actualy, if you want this property to be displayed only for folders and not for documents, you don't need to specify the resource type for folders. Setting "/" or "/**" for "Folder Validity Patterns" and "" (empty) for "Document Validity Patterns" should be enough.
    If you sill experience problems, you have to check all settings, for example with the settings suggested in this <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2654">weblog</a>. If you use the "default" Property Group in the property settings, you don't have to enter the <b>Property ID</b> in a special Property Structure Group that in turn is integrated in the all_groups Property Structure Group.
    Hope this helps,
    Robert

  • Home Folder Creation w/Active Directory

    If this has been asked a million times, just point me to the url for the answer...
    I have done the leg work and have the "magic triangle" working - I can login and auth to AD and get my preferences from OD. I want our user's home folders to reside on our Windows server. I have shared out \\server\students on the Windows server and in AD I am pointing their home folder to our Windows server, but I can't get the permissions right. When I point a new user's home folder in AD to our Windows server, it creates the folder \\server\students\jtest.
    When the user logs in, none of the subfolders are created. Can someone give me some pointers on how permissions need to be set so the subfolders are created on first login?
    This is all pretty new and I'm happy that I got the triangle to work - if I can get this all important piece, I'll be set.
    Thx in advance!

    Hi
    A lot of this depends on how many OUs you have; how deep they go; and how many directories you have nested in each OU or the particular OU the directory for home folder creation is within. The accepted 'recommendation' is not more than 3 deep - generally. Having said that I have made it work with OUs 7-10 deep. Gets trickier after that.
    In my experience the non-creation of expected directories is generally down to permissions not being assigned properly - as you've guessed. Essentially users must be given read/write access all the way down the nested directories. I have seen permissions assigned correctly to a parent folder, with a set of different permissions applied to the next folder down and the next one along again with the correct permissions applied. Folder creation fails when permissions are set in this way.
    What is interesting is the log-in does not fail though you are greeted with the usual "the home folder exists on an SMB or AFP Server etc" dialog box when getting to the desktop. You sometimes get this at the log-in window as well. Although you can also see the message for other reasons - usually down to poor DNS configuration.
    You should be able to log in as the local admin and look at the system.log in Console. You should see an error starting with 'NSurl etc etc. . . ' listed. If you do that's an indication it's a permissions problem.
    Beyond this and without being there it's difficult to tell?
    Hope this helps, Tony

  • Need New for Read Access except Folder Creation

    Hi,
       I have some problem which is as follows:
    I have created the folder <b>ABC</b> in KM Content -> documents -> ABC and given the Read Rights to the user <b>user1</b>, then created the KM Navigation iView.
    Now user1 can see the ABC folder and the documents under it. The problem is that now I want to have New in the context menu and in New except folder creation, all are needed.
    How I can achieve it, please help me on this.
    Regards,
    Deep

    Hi,
    From previlages perspective If user1 should create folders under ABC, then he need more than just READ rights!!
    If you need a context menu New Folder, then you should set <b>new_folder</b>
    UICommand to your KM Navigation iView's Layoutset's Collection Renderer. The Collection Renderer property is <b>Collection  Command Group  </b>
    So have a new UI Command group and add the <b>new_folder</b> UICommand to it.
    http://help.sap.com/saphelp_nw70/helpdata/en/87/3d48475ee8bd448c4031aa98d90524/frameset.htm
    Greetings,
    Praveen Gudapati
    [Points are welcome for helpful answers]

  • [SOLVED] OfflineIMAP Infinite folder creation detected

    I've upgraded offlineIMAP and got the following error message:
    ERROR: INFINITE FOLDER CREATION DETECTED! Folder '[Gmail].Sent Mail' (repository 'Severusweb-Local') would be created as folder '[Gmail]/Sent Mail' (repository 'Severusweb-Remote'). The latter becomes 'sent_mail' in return, leading to infinite folder creation cycles. SOLUTION: 1) Do set your nametrans rules on both repositories so they lead to identical names if applied back and forth. 2) Use folderfilter settings on a repository to prevent
    some folders from being created on the other side.
    My .offlineimaprc
    Last edited by pshevtsov (2011-11-26 09:31:28)

    yep, weird one. nuking my Mail dir would be a problem i believe for me due to archives (not all imap) and the huge think and not so huge brain.
    I'm gonna try some of this.
    http://francoismichonneau.net/2011/11/o … map-6-4-1/
    http://francoismichonneau.net/2011/06/e … flineimap/
    UPDATE: ahhh! i think i only need to delete the empty not needed folders in my Mail dir.
    thank you!!!
    Last edited by tweed (2011-12-08 07:46:07)

  • Shared folder access problem in j2ee application

    Hi,
    We are using SAP Netweaver 04s JAVA system.
    In our j2ee application we are trying to access shared resource(file), but ejb is giving exception. Our code is as follows:
    File srcDir = new File("\machine_namefolder");
    if(!srcDir.exists())
    {throw new Exception("directory does not exist", srcSys);
    It gives expection "FileNotFoundException".
    The same j2ee application is working fine when deployed on IBM Websphere.
    We trired to access same shared path from windows, it is also working.
    Please help us. Thanks in advance.
    --sagar

    Hi,
    Please follow Shared Folder acess problem in J2ee application.
    -Vladimir

  • Automating Folder Creation

    Here's what I want to do. I'm trying to automate client folder creation. I have a directory called clients. Every time I create a new folder in the clients folder, I'd like for it to automatically ask me what I'd like to name the folder, then I would like it to create 6 directories inside the created folder titled "legal" "spec files" "correspondence" "modules""graphic design" and "archived materials".
    How would I go about that with automator?

    A couple of options. The first uses automator and a shell script, but you would run the workflow which asks for a folder name instead of you creating it first, as you requested. The second uses Folder Actions so that when you create a new folder in your clients folder it will ask for a name and create the folders.
    Automator Method:
    1) From Files and Folders, drag over a "New Folder" action.
    2) Enter a default name for the folder in the Name: field (or leave blank)
    3) Select your Clients folder in the Where: field
    4) Click the "Options" button and tell it to "show this action when the workflow runs"
    5) From the Utilities, drag over a "Do shell script" action
    6) Select the /bin/bash shell
    7) in the Pass input field select "As arguments"
    8) Enter this code mkdir -p $1/legal/ $1/spec files/ $1/correspondence/ $1/modules/ $1/graphic design/ $1/archived materials/
    Save this workflow and run it when you want to create the new folder. If you have quick keys, launch bar, Quicksilver, or the like, you could set up a shortcut...or, you can use cmd-space to call up spotlight and search for you workflow name and launch it from spotlight.
    For the Applescript option:
    I had some glitches with it in that it seemed to re-run the script after I changed the name. I couldn't figure out if the name change drove the script to run again. Also, after creating the new folder, you have to wait a few seconds for it to trigger. Kind of annoying, I thought.
    First, copy this script to a new Script Editor script (Applescript folder).
    property dialog_timeout : 30 -- set the amount of time before dialogs auto-answer.
    on adding folder items to this_folder after receiving added_items
    try
    tell application "Finder"
    set theFolder to item 1 of added_items
    set response to display dialog "Please enter a folder name:" default answer "New Client"
    if button returned of response is not "Cancel" then
    set the name of folder theFolder to (text returned of response)
    make new folder at folder theFolder with properties {name:"legal"}
    make new folder at folder theFolder with properties {name:"spec files"}
    make new folder at folder theFolder with properties {name:"correspondence"}
    make new folder at folder theFolder with properties {name:"modules"}
    make new folder at folder theFolder with properties {name:"graphic design"}
    make new folder at folder theFolder with properties {name:"archived materials"}
    end if
    end tell
    on error theErr
    display dialog theErr
    end try
    end adding folder items to
    Save it as a script in your user/Library/Scripts/Folder Action Scripts/ folder. Run the Folder Actions Setup script in the Applescript folder and attach this script to your "Clients" folder:
    1) Click on the Enable Actions checkbox
    2) Click the "+" button in the left pane and find your clients folder
    3) Click the "+" button in the right pane and find your script you just saved.

  • Folder creation in UCM

    Hi All,
    There is on security group eg:-New Profile,if any new profile check-in ucm automatically the folder structure will create on that perticular profile.
    The folder structure should be ---root folder EMPID_EMPNAME(Emp001_ABC)
    Inside root folder 5 sub-folders like -----Emp Resume,Education details, Experience Details,Salary,Administrator
    Let me know is there any possibility to create automatic folder creation when the new profile check-in inside UCM.
    Give me your valuable suggestions on this issue.
    Thanks.

    hi,
    Actually through mine custom page of mine component in which suppose there is two text box like
    Parent folder
    Child folder
    when i submit the name a new folder should be created under contribution folder with child folder name.
    Scenario is that suppose a project comes and on mine custom page when i enter the project name a folder with same name should be created under contribution folder by calling new folder creation service.
    Plz if u can help me out.
    Thanks once again...

  • Lightroom import folder naming - Folder Description Problem revisited

    Cam2pc has a very flexible naming system for importing raw and jpg images from card reader to the workstation hard drive.  We have found Lightroom lacking in this area and so have continued to use cam2pc, however cam2pc is no longer supported, we will be upgrading Lightroom to v5 on a number of workstations and I would like to revisit this issue:  See this thread that I started 5 years ago.  http://forums.adobe.com/thread/353920
    Cam2pc uses today's date to fill everything automatically except that we key in a folder description, %P ( in the example below it would be "Knudson, Sara Graduation" and cam2pc will create the structure shown below automatically.)
    The cam2pc template we created is this:
    J:\Pictures\Pictures %Y\%Y-%m %a\[%Y-%m-%d] %P
    Because everything is done automatically there is no room for error.  With over a million pictures we don't like errors.  With over a million pictures managed like this, we want to find something that will do this just the same way cam2pc can.  Has Lightroom grown up enough to be able to do this?  (Note: image files are never renamed.  They are as they came out of the camera)
    Here is the directory structure that the above template creates.  The "to order" folder is created later in the process by Lightroom or by ProSelect as part of our workflow.
    Drive J
      Pictures
        Pictures 2013
         2013-01 Jan
         2013-02 Feb
         2013-03 Mar
         2013-04 Apr
         2013-05 May
         2013-06 Jun
           [2013-06-02] Smith, Joan  <- each of these are client folders and all everything is under this folder
           [2013-06-02] Peters, Amanda
           [2013-06-02] Jones, Sophia Family
           [2013-06-22] Knudson, Sara Graduation
              IMG_2450.CR2
              IMG_2451.CR2
              IMG_2452.CR2
              IMG_2453.CR2
              IMG_2453.PSD
              IMG_2453a.PSD
              IMG_2453b.PSD
              Knudson, Sara Slideshow.mp4
              Knudson, Sara Order.pdf
                To Order                                    <- folder to hold ordered images for Sara Knudson
                   IMG_2453.jpg
    You may wonder how we manage over a million pictures this way, but that is the topic for another discussion some other time.  I just want to replicate this folder creation as the images are downloaded from the card reader.  Breezesys Downloader Pro meets most of my requirements, but I hope LR itself is sufficient.
    Message was edited by: phototales

    Hi Rob,
    I just have to try the Ottomanic Importer.
    Will let you know how it goes..
    Is it ready for LR5?

  • Robocopy not copying the folder creation date

    We migrate the data between 2  Windowsfile servers using robocopy and it works finew ith issues. Only issue is it doesnt copy the folder creatiopn date from source to destination server, it does copy the file creation date without any issues. Command
    we use is as below.
    robocopy.exe %1 %2 /COPYALL /MIR /ZB /R:10 /W:2 /TEE /DCOPY /LOG+:robocopy_%3.log
    This command is called using a batch file where we specify the source and destination using the below syntax.
    call Robocopy_Module.bat "C:\Backup" "C:\Restore"
    Kindly advise if this is normal behaviour , if not what is the correct command used to copy the Folder creation dates.

    I was using like this
    Go to CMD prompt,
    RUN as Administrator
    Type  
    robocopy "source path" "destination Path" / MIR
    It will copy including time stamps.
    or create seprate folder in a destination place and copy everything into that folder.
    It will work.

  • Using iOS Folder Creation Function on OSX Desktop Dock?

    Just a thought, but I'd love to keep my clutter on the dock on my macbook low by using the folder-creation function on my iPhone and iPad. Anyone else know of a way to do this or think it's a good idea?

    Information about my computer is as follows:
    Machine Name:          iMac G5
    Machine Model:          PowerMac8,2
    CPU Type:          PowerPC G5  (3.1)
    Number Of CPUs:          1
    CPU Speed:          2 GHz
    L2 Cache (per CPU):          512 KB
    Memory:          1 GB
    Bus Speed:          667 MHz
    Boot ROM Version:          5.2.5f1
    It looks like this at the back:

  • OfflineIMAP: Infinite Folder Creation Detected

    Hello Arch Forums!
    I'm configuring OfflineIMAP 6.5.6-1 with Gmail.
    I've added the gmail portion from the OfflineIMAP wiki page to my .offlineimaprc, and added in my own info.
    The wiki page says I also have to add the nametrans rule to my local repository:
    you may need a nametrans rule for your local repository too that reverses the effects of this nametrans rule
    To do so I just copied the one from my remote repository to my local repository, no changes:
    [general]
    accounts = [email protected]
    maxsyncaccounts = 1
    [Account [email protected]]
    localrepository = [email protected]
    remoterepository = [email protected]
    status_backend = sqlite
    autorefresh = 5
    quick = 10
    [Repository [email protected]]
    type = Maildir
    localfolders = ~/mail/[email protected]
    nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak',
    re.sub ('sent_mail', 'sent',
    re.sub ('starred', 'flagged',
    re.sub (' ', '_', foldername.lower()))))
    [Repository [email protected]]
    type = Gmail
    remoteuser = [email protected]
    remotepass = qwerty
    nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak',
    re.sub ('sent_mail', 'sent',
    re.sub ('starred', 'flagged',
    re.sub (' ', '_', foldername.lower()))))
    folderfilter = lambda foldername: foldername not in '[Gmail]/All Mail'
    sslcacertfile = /etc/ssl/certs/ca-certificates.crt
    keepalive = 60
    holdconnectionopen = yes
    [mbnames]
    enabled = yes
    filename = ~/.mutt/mailboxes
    header = "mailboxes "
    peritem = "+%(accountname)s/%(foldername)s"
    sep = " "
    footer = "\n"
    However, the wiki page says I need one that counteracts the other nametrans rule, and I don't know if this does it.
    Now when I start OfflineIMAP I get:
    OfflineIMAP 6.5.5
    Licensed under the GNU GPL v2+ (v2 or any later version)
    Account sync [email protected]:
    *** Processing account [email protected]
    Establishing connection to imap.gmail.com:993
    ERROR: INFINITE FOLDER CREATION DETECTED! Folder '[Gmail].All Mail' (repository '[email protected]') would be created as folder 'bak/all_mail' (repository '[email protected]'). The latter becomes 'bak.all_mail' in return, leading to infinite folder creation cycles.
    SOLUTION: 1) Do set your nametrans rules on both repositories so they lead to identical names if applied back and forth. 2) Use folderfilter settings on a repository to prevent some folders from being created on the other side.
    *** Finished account '[email protected]' in 0:07
    Next refresh in 5.0 minutes
    Is there anything esle I should do to the local nametrans rule?

    I changed my local repository:
    nametrans = lambda foldername: re.sub ('bak', '^\[gmail\]',
    re.sub ('sent', 'sent_mail',
    re.sub ('flagged', 'starred',
    re.sub ('_', ' ', foldername.lower()))))
    Still, getting the same error
    I also tried using your nametrans rules, which led me to:
    OfflineIMAP 6.5.5
    Licensed under the GNU GPL v2+ (v2 or any later version)
    Account sync [email protected]:
    *** Processing account [email protected]
    Establishing connection to imap.gmail.com:993
    ERROR: INFINITE FOLDER CREATION DETECTED! Folder 'bak.spam' (repository '[email protected]') would be created as folder 'bak/[Gmail]/Spam' (repository '[email protected]'). The latter becomes 'spam' in return, leading to infinite folder creation cycles.
    SOLUTION: 1) Do set your nametrans rules on both repositories so they lead to identical names if applied back and forth. 2) Use folderfilter settings on a repository to prevent some folders from being created on the other side.
    *** Finished account '[email protected]' in 0:04
    Next refresh in 5.0 minutes
    Last edited by SwitchDhole (2015-04-04 18:18:38)

  • Applications Folder Permissions Problem

    I did a maverick clean install.
    Everything seemed fine but now a few days later...
    I am constantly told I have to authenticate
    and this morning if I try and take anything out of app folder
    I am told I don't have permission to do this.
    suggestions?
    can you be a little more specific.What are you doing when it asks to athenticate? For the Applications folder, that is normal, but... what are you moving and to where
    For ten years, because I deal with a lot of apps
    I have kept folders in my apps folder called:
    - Archive (When an app is never getting used but it's not time yet to get rid of it...
    the app goes in there.)
    - A/V Apps
    - Mind Map Apps
    - 3rd Party Utilities
    - Online Marketing Apps
    - Social Networking Apps
    However, since installing Mavericks...
    If I try and drop an app in any of these folders...
    I am not even asked to authenticate.
    I am just told I don't have permission to perform this task.
    When I get info on these folders...
    - Apps Folder: admin R/W
    - Archive: admin read only
    - A/V Apps: admin read only
    - Mind Map Apps: admin read only
    - 3rd Party Utilities: admin R/W
    - Online Marketing Apps: admin R/W
    - Social Networking Apps: admin read only
    1. I can't unlock the get info permissions window on any of these folders.
    2. If I try to drag an item from one admin R/W folder to another admin R/W folder...
    I am told I don't have permission to perform this task.
    3. If I drag an item from any of these folders into the Apps folder, no problem.
    At this moment, this problem seems isolated to the apps folder.
    I can drag and drop without problem everywhere else.
    Has the permissions structure of the Apps folder
    radically changed with Mavericks?

    Your ACLs have gone awry and need to repair your OS X installation. Use the Recovery Mode and reinstall OS X on top of your install and it should correct the errors.
    I too have nested folders in my Applications folder and the structure migrated over from Snow Leopard to Mavericks intact. See picture below.
    On a day to day basis I use my Mac as a standard user, which does not have permissions to modify the Apllications folder or its contents. However, when I install, move, trash or replace an App, Mavericks prompts me for an Admin user name and password.
    When I 'move' an App from one Application nested folder to another, it 'Copies' it after authentication; hence I have to delete the original (once again after authenticating with an Admin name and password).
    Now when I am logged into an Administrator account (which I rarely do), I can install, copy, move and delete Apps and folders at will without further authentication.
    The above behaviour works as expected. Below is a pic of the permissions of my Applications folder. All enclosed items inherit the same permissions.

Maybe you are looking for

  • Overlap, bookmarker or something like this...

    hi, i read a lot of ebooks and i've got this question: can i mark a overlap or bookmarker (just like in normal books) in adobe so when i close ebook it will open next time exactly where i finished reading recently? i'm new so sorry if this thread rep

  • EPSolman: Portal to Solution Manager

    I am trying to integrate the Request Support" iView for Solution manager. I have given the iview parameters as iven by note  658665 R/3 Installation Number of the Solution Manager   Portal DBMS short Portal DBMS release                               

  • Quits during encoding

    Hi I just burned a test DVD from a 1 min video, which was fine. I then returned to a two-hour project. I have recently wiped the drive, reinstalled Vista and had the guys at dell take over the pc and update all the drivers this morning. I don't have

  • Hide ou show objects on stage with actionscript...

    hi... I made a simple flash jukebox and i want the music buttons to appear as the mp3 files are loaded. This is the script i wrote: if(_framesloaded > 4) _root.musica1.visible = true; //musica1 movieclip instance name else _root.musica1.visible = fal

  • Keep .dng "original" AND adjusted version... or just revert to CR defaults for "original" condition?

    As with everyone, my file space requirements are growing rapidly.  So, for my workflow, from my camera I'm planning to keep the .jpg and .cr2 (Canon) converted to .dng as my "original" files (then dump the .cr2).  I'll then take the .dng into camera