No mxf ingest in PP for certain folders

some files can be ingested but others can't, the folder appears with a zero.
Alternatively some files have the identical properties, length and size, but clip name changes back to original
When clicked upon the MXF rushes are always the first clip
THis is only happening in certain folders

Are you using the Media Browser for import?

Similar Messages

  • Restricting certain users groups to read only for certain folders

    Hi
    I'm not sure if this is the correct forum, but hey, hopefully someone might now the answer or direct me to the correct one.
    I'm writing a VB program to amend ACLs for specific user groups.
    Effectively, I make all prior year folders read only, whereas the default for the group is Modify, Delete etc.  This means they can continue to work in the "new year folders", but historic years is List/read only.
    I've got to the point the program does everything I want, i.e. stops folder creation7deletion, file & folder name changes, copying for the historic years, but does not prevent deletion of files in the folder.  Effectively I set Deny access on the
    historic folders.
    Testing using the Windows GUI would appear to resolve the problem is I change the Deny Special Permission (for the group) from "This folder only" to "This folder & files".
    Question then is how to I set this in VB, the default appearing to be "This folder only"
    Here's extract of my code
    Thanks
    IfvarDirectoryName.IndexOf("\"&
    Date.Now.Year) = -1
    Then
                FileAcl3.AddAccessRule(
    NewFileSystemAccessRule(GroupAdmin(0),
    FileSystemRights.Modify,
    AccessControlType.Deny))
                FileAcl3.AddAccessRule(
    NewFileSystemAccessRule(GroupAdmin(0),
    FileSystemRights.DeleteSubdirectoriesAndFiles,
    AccessControlType.Deny))
                FileAcl3.RemoveAccessRule(
    NewFileSystemAccessRule(GroupAdmin(0),
    FileSystemRights.ReadAndExecute,
    AccessControlType.Deny))
                FileAcl3.RemoveAccessRule(
    NewFileSystemAccessRule(GroupAdmin(0),
    FileSystemRights.ListDirectory,
    AccessControlType.Deny))
    Dim FileInfo3 As IO.FileInfo = New IO.FileInfo(varDirectoryName)
    Dim FileAcl3 As New FileSecurity
    If varDirectoryName.IndexOf("\" & Date.Now.Year) = -1 Then
    FileAcl3.AddAccessRule(New FileSystemAccessRule(GroupAdmin(0), FileSystemRights.Modify, AccessControlType.Deny))
    FileAcl3.AddAccessRule(New FileSystemAccessRule(GroupAdmin(0), FileSystemRights.DeleteSubdirectoriesAndFiles, AccessControlType.Deny))
    FileAcl3.RemoveAccessRule(New FileSystemAccessRule(GroupAdmin(0), FileSystemRights.ReadAndExecute, AccessControlType.Deny))
    FileAcl3.RemoveAccessRule(New FileSystemAccessRule(GroupAdmin(0), FileSystemRights.ListDirectory, AccessControlType.Deny))
    FileInfo3.SetAccessControl(FileAcl3)
    End If

    Ho Rohn
    Your right, when I added the flags I got the following error at execution
    {"No flags can be set. Parameter name: inheritanceFlags"}
    I've developed a work around, which gives me exactly - subject to further testing - what I want.  I simply mark each file in the relevant folders with a Deny Delete option.
    I will however explore the DirectorySecurity class option, but initial review of the www seems a little shy on VB examples.
    Thanks
    Perry
    You should be able to use FileSecurity and DirectorySecurity the same way (they have identical methods). Since this is a scripting forum, I'll provide a PowerShell example (which is fairly close to C# and VB; they all use the exact same classes):
    $varDirectoryName = "c:\folder"
    $GroupAdmin = "Admin Group"
    $FileInfo3 = New-Object System.IO.DirectoryInfo $varDirectoryName
    $FileAcl3 = $FileInfo3.GetAccessControl()
    $FileAcl3.AddAccessRule((New-Object System.Security.AccessControl.FileSystemAccessRule (
    $GroupAdmin,
    [System.Security.AccessControl.FileSystemRights]::Modify,
    ([System.Security.AccessControl.InheritanceFlags]::ContainerInherit -bor [System.Security.AccessControl.InheritanceFlags]::ObjectInherit),
    [System.Security.AccessControl.PropagationFlags]::None,
    [System.Security.AccessControl.AccessControlType]::Allow
    $FileInfo3.SetAccessControl($FileAcl3)
    I could have taken a lot of shortcuts when using the enumerations, but I think keeping it verbose helps show how similar the code can be.
    Does that make sense?

  • Can't get access in Time Machine to certain folders for any date earlier than current date/time.

    Can't get access in Time Machine to certain folders for any date earlier than current date/time, even when entering as Admin. Why do certain folders have small red "-" badge in lower right corner of folder icon?  Here's a picture of the dilemma:
    I've tried monkeying with priveleges using Command I, and changing users, but to no avail.  Can anyone help?

    Right.  Here's what the permissions look like from the Finder Command I:
    I'm not sure what "Custom" means, but when I then try to change it to "Read & Write", it doesn't take.... just comes back as Custom. Interesting to note that not only am I logged into Joan's account where the data folder and file lives) to do this, but when I do it from my own account  as Admin (dunc...mpster) I get the same result.

  • Can't open certain folders in Finder. Please help!

    I recently upgraded from my old PowerBook G4 to a MacBook Pro, and certain folders that I transferred via flash drive from my old computer won't open. When I double click any of these folders, the Finder window immediately closes and then all the icons on my desktop disappear and reappear (after about half a second). This is really starting to get on my nerves! I know that the contents of these folders are intact, because I can see them in the "Open..." dialog in certain programs, but I can't view them in the Finder, so I can't move, copy, or do much else with them. Does anybody know what I can do about this? I would be eternally grateful for any help.

    Incidentally, another thing I did was expand one of the offending folders in List view in my Documents folder, so I actually can't even open my Documents folder in Finder. In other words, say I had a folder in my Documents folder called "Pix". In the List view of the Documents folder, I clicked the arrow next to "Pix" and since that expanded "Pix," which I can't seem to open, it shut down the Finder window. So now whenever I try to open my Documents folder, it shuts down the window, since it's also trying to open the (expanded) "Pix" folder. A stopgap measure for un-expanding that folder would also be appreciated, if anybody has any smart ideas.
    Thanks.

  • I don't have permission to access certain folders in my external hard drive?

    Every year at my college, we get our laptops re-imaged and completely wiped of all their data for new programs, etc. Prior doing this, I backed up all my files onto a WD external hard drive. This is not the first time I've gotten my macbook wiped or used the hard drive, so I am not sure why I'm experiencing problems this time around. In the hard drive I am able to access the Applications folder, but all the rest of the folders such as Desktop, Documents, Downloads, Pictures, etc. which is located in the Users folder under my previous user acc, have a tiny no entry symbol on the bottom right corner. When I click on the folder it tells me "The folder "blahbalh" can't be opened because you don't have permission to see its contents."
    The only security the drive has on it is an initial prompt for a password that I enter once the hard drive is plugged into my mac. There are no problems there. So why don't I have permission to view certain folders?
    Any help would be appreciated. I have all my work on there. Thanks.

    First make sure you have read & write access to the folder you're trying to restore to. You should be able to see its contents in the Finder, and to move files in and out of it.
    This is an exception to the rule that you should never make any changes to backup data. I've tested this procedure in OS X 10.8 only. It should work with later versions, but I don't know whether it works in earlier versions. Use this procedure  only for files that were backed up from your home folder, or a folder on another volume created by you, and would normally be writable by you. Do not touch backups of system or application files.
    In the Finder (not in the time-travel view), navigate to the backup volume, then to the folder named "Backups.backupdb", and then to the snapshot you want to restore from. The snapshots are folders labeled with the date when they were created. Inside each of those folders is a file hierarchy like the one on the volume that was backed up. Descend through the hierarchy until you come to a folder named "Users," and inside that, a folder with your user name. The procedure will be different if you're trying to restore files on another volume.
    Select the folder and open the Info dialog (command-I). Click the padlock icon in the lower right corner of the window and authenticate. In the Sharing & Permissions section, give your account Read & Write access. You may have to close the dialog and repeat this step in order for the change to show up. Then click the gear icon and select Apply to Enclosed Items from the popup menu.
    Try the restore operation again, in the time-travel interface.

  • File Sharing with user on MacBook Pro, restrict access to certain folders

    I work on my iMac mostly and have 3 external drives hooked into the iMac. I have file sharing turned on because I want to be able to access these external drives on my macbook pro. I can get into all my drives as planned. However, I have a user on the macbook where I want to restrict them from seeing certain folders on those external drives.
    For instance, I have budget documents in a folder on one of those drives along with family photos in another folder. I want this user to be able to access the folder of fam photos but not access the folder of my budget docs. How do I do this?
    I tried "get info" on that specific folder and selected the "write only (drop box)" option and that doesn't work, that user can still open and see all the budget docs. I believe I've even tried removing them from that folder on the "get info" box. Either way, that folder is still accessible for all.
    Please help!!!!!!!

    Response appreciated but the easiest way to handle the problem, is being able to restrict 2 or 3 folders which is what I can't figure out how to do. Maybe there is no way to do this. I have spent a good deal of time organizing the folders in the first place, and with some of these things being related to my business, it would be more of a headache and major issue, to reorganize these folders. Things are very well organized, I just don't want certain users to have access to a couple of the folders as those certain folders have income related and budget related information.
    So my issue is really, not about re-organizing or any of that, but merely, how to I set a folder to where a certain user doesn't have access to that certain folder.
    You wouldn't think that would be too difficult, but then again, maybe it is just something that can't be done. I would think it'd be as easy as opening the "get info" on that certain folder, selecting that user and setting it to say "no access" - however, that is not an option in the drop down and I don't know why. It offers, read & write, read only, write only (drop box). Even when I select write only, it still allows that user to see all my files in that folder and access them. So I'm just not sure why "no access" is not listed there as an option.
    Thanks.

  • Certain folders do not show in Finder.

    Hello,
    I have a MacBook Pro, OS X 10.9.4 version. Lately my Finder window does not show the files in certain folders in thumbnail view, which is my default use. So, if the folder is in thumbnail view, the files do not show. Only if I change to other views or search file name in Finder search bar, the files show. But it's been a hassle doing this everytime I open these folders. Happens with several folders. I do not really recall if this happened after an incident in particular or a software update, but it's been for almost three months. In case this would help, I overuse my devise and it might happen that I have a couple, sometimes more, of apps as Ai, Ps, InD, and Rhino opened at the same time. My MacBook is also 4 years old, and I have changed my hard drive two years ago. Processor is 2.26 GHz and Memory 2GB 1067 MHz. Any help with that..?
    If this is not the right community, please help redirect.
    Thanks in advance.

    I assume this is the option that you are having the issue with.
    When in this mode, have you clicked on the GREEN button in the upper left hand corner?
    Ciao.
    <Image Edited by Host>

  • Can't left click on certain folders in iTunes

    WIndows 7, iTunes 10.5, iOS 5, iPhone 4
    I cannot left click on certain folders in iTunes, such as Music, Movies, any of my Playlists, etc. If I left-click on them I see a red circle with a diagonal line through it. I have to right-click on it first, dismiss the pop-up window and I can access it fine.
    This behavior is not exclusive - I can left click on some folders, like Apps, Ringtones, etc. Also I can left click elsewhere in iTunes like the menus at the top (File, Edit, View, etc.). I can also left-click elsewhere in Windows just fine.
    Any ideas

    Having the same problem with a windows computer.I can only click with the right button on the top folders. The lower folders like playlist work perfectly. I uninstalled Itunes because it had gone through an update and thought that a line of code or directory was missing but the problem persisted.
    I have had no poblems with any of my macs which are all new however, when I launched Itunes which had just been updated on those machines, my macbook pro froze.
    Looking for a fix...please help

  • Server 4.0 stopped Macs seeing certain folders on server

    Hi everyone,
    So we upgraded our server to 4.0 and now the 2 macs that are still running Snow Leopard and Lion don't see certain folders on the server.
    So for instance (using the same user as a Mac running Yosemite) these two older macs DO NOT see the Studio folder, but they DO see a few other folders on the server.
    How can that be possible? They could see the Studio folder when the server was on mavericks with Server 3.0
    AND
    We migrated all the info over so everything should have stayed the same.
    Thanks

    Issue fixed.
    Turned off ACL on server.
    Thanks

  • Finder relaunches when I click on certain folders

    For some reason, finder will relaunch when I click on certain folders. Most folders are fine, but there are certain folders that will always cause finder to relaunch. I use Serato (DJ software) and I can use the files contained in those folders with no problems. But when I go to finder to go straight to the file itself, finder will relaunch.
    Any ideas?

    Thanks. Just tried that, and still the same problem. What's interesting is that I can get into those folders through other networked Macs. If I access my Macbook Pro (which is where I'm experiencing the problems) through my G5 desktop, the Finder on my G5 does NOT relaunch.

  • Time Machine not detecting changes in certain folders

    I recently noticed that TM does not update its backup from certain folders any more.
    I have a deep sub folder inside ~/Documents, and when I create new folders or files in it, they do not appear in the TM backup. The backup contains, however, lots of files created until Oct 2, 2013. Which means that TM used to backup the contents of this folder.
    Now, before you suggest that I have probably disabled backup for this folder - nope:
    When I check with tmutil isexcluded for paths of files that didn't get backed up, it says[Included].
    When I then added another disk as a second backup destination, that backup does contain the missing files. This proves that the source is accessible and can be backed up. So, any suggestions that the path may contain invalid chars or is too long doesn't apply, either.
    Somehow the existing backup got stuck, preventing it from updating these particular folder contents.
    The system log does not show any messages related to this.
    A disk verification with Disk Utility does not show errors, either.
    I could just erase the entire backup and start over, but I would rather not lose my previous versions.
    Any ideas how to possibly "reset" or fix the backup so that it backs up the missing files again? I suspect that there's some kind of database that TM maintains to be able to quickly browse its backup folders, and maybe that's corrupt somehow, but I cannot find one.
    Here's another idea: If the source disk was modified without OS X watching over it (thru fsevents), e.g. by booting from another system, the TM detects this and starts a complete comparison again, right? I wonder if I can trigger that, and that this will fix the issue.
    In the past I've seen knowledgeable people indicate that TM backups can get broken once the backiup gets full and needs deletion of old versions (this is the case here), but no one was able to explain what exactly goes wrong and whether this can be fixed. If you know more details, please comment. I just might write a tool for that in the end
    (I am an advanced Mac user and programmer; I am using 10.9.3)

    Open the Time Machine preference pane and unlock the settings, if necessary. Click the Options button. If there is one particular folder with items that are not being backed up reliably, add it to the list of excluded items. If there are many such folders, add your home folder to the list, or add a whole volume (i.e., what Apple calls a "disk.") Save the changes.
    Start a backup, or wait for one to happen automatically. When it's done, open the preference pane again and remove the exclusion(s) you made earlier. Back up again and see whether there's a change.

  • Question about locking certain folders w/diff.accounts?

    I'm about to let my girlfriend use my Mac, so I made a seperate account for her. I just don't want her going through all of my files and " stuff ". Is there anyway to lock certain folders in my account? I tried using parental controls but didn't find the file I wanted to Lock in the options.

    Hi Aaron
    When your girlfriend is logged in on her account your folders are locked to her. Your Home folders are only accessible from your account.
    Matthew Whiting

  • Certain folders on a server are always completely expanded (in List view). Why?

    Hello, All.
    This is an issue that has bugged me for years (possibly since OS 9, although my memory isn't what it used to be and I can't confirm that).
    I currently work for a design marketing studio and have spent most of my career in this field. I often have to work off of large servers with many folders within each job folder. For some reason, every time I go to certain folders on the server every folder is expanded (in List view). I collapse them all every time with the option key and arrow, but I would love to find out how to correct this for good. Meaning I would like to go to the folder on the server and find every folder within it already collapsed every time.
    There are hundreds of folders that I open daily and when I have to go to certain ones I dread it because it takes forever to open because it has to expand every folder within. It's just a minor inconvenience and time waster, but If there is a way to fix this permanently I would love to hear it. Otherwise I will continue on with collapsing and cursing them all as I've been doing for years.
    Thanks
    P.S.
    I had trouble finding the correct category to post this in. I would appreciate any help in moving this post to the proper category. This issue has been present in every version of every OS I've ever run on, not specifically 10.7. I was hoping to find a General Apple Discussions community here, but could not. Most of the communities which seemed to be a reasonable choice were not available to choose. Posting this question has proven to be more frustrating than I had hoped.

    Hello, All.
    This is an issue that has bugged me for years (possibly since OS 9, although my memory isn't what it used to be and I can't confirm that).
    I currently work for a design marketing studio and have spent most of my career in this field. I often have to work off of large servers with many folders within each job folder. For some reason, every time I go to certain folders on the server every folder is expanded (in List view). I collapse them all every time with the option key and arrow, but I would love to find out how to correct this for good. Meaning I would like to go to the folder on the server and find every folder within it already collapsed every time.
    There are hundreds of folders that I open daily and when I have to go to certain ones I dread it because it takes forever to open because it has to expand every folder within. It's just a minor inconvenience and time waster, but If there is a way to fix this permanently I would love to hear it. Otherwise I will continue on with collapsing and cursing them all as I've been doing for years.
    Thanks
    P.S.
    I had trouble finding the correct category to post this in. I would appreciate any help in moving this post to the proper category. This issue has been present in every version of every OS I've ever run on, not specifically 10.7. I was hoping to find a General Apple Discussions community here, but could not. Most of the communities which seemed to be a reasonable choice were not available to choose. Posting this question has proven to be more frustrating than I had hoped.

  • Can i tell adobe bridge to look only in certain folders?

    I don't want or need Adobe Bridge looking through my entire computer for stills. Is there a way to tell Bridge CC to look only in certain folders.
    Let's say that I have a folder called "stills" that is part of a documentary film media folder. I just want Adobe Bridge looking for stills in that one folder and nowhere else. Is it possible to get Bridge searching only in that folder?

    Yes, first navigate to the desired folder. Then add this folder as a favorite
    This are my favorites:
    Then you simply click one of your favorites and Bridge will only show its content

  • Finder "Crashes" when looking in certain folders

    Ok, so whenever I go to certain folders, the first time I go to the folder, the finder windows, the menu bar up top, and all the desktop icons all disappear, then reappear. however, if I browse to that folder again, they will all disappear, and not come back.
    Here are some of the places where it would crash:
    1. Going into a folder on my external hard drive that contains the installer for divx for mac.
    2. Putting in the OSX Leopard install disc and navigating to the Optional Installs>Xcode tools
    Here is what I have tried so far:
    Erasing the Mac hard drive, and reinstalling OSX 10.5 from my family pack cd. (still happens)
    then i would apply all of the updates to the mac (still happens)
    then i erased the whole thing, and used the Mac OS X 10.5 install DVD that came with my mom's iMac (still happens)
    upgraded to os x 10.5.2 and did all of the updates as before (still happens)
    Please help me out!

    Fire_Bird wrote:
    1. Going into a folder on my external hard drive that contains the installer for divx for mac.
    Divx has been a source of problems with both Tiger & Leopard. See for example Mac OS X 10.5: Finder may not fully "load". If you have installed it, it is probably at least part of your problem.
    then i erased the whole thing, and used the Mac OS X 10.5 install DVD that came with my mom's iMac (still happens)
    This is not recommended. The install disks that come with specific Mac models do not necessarily install the same things or do all the error checks that the retail Leopard installer disk does. (It is also a violation of the software license to install it on another Mac.) If you want a trouble-free, supported installation of Leopard, use only the retail installer or a disk specifically intended for your exact Mac model.

Maybe you are looking for