Can't open files off of server in Yosemite and CC.

We recently upgraded our team computers to Yosemite.  They are all iMac 27".   We also installed CC apps after the upgrade.  Now anytime we try and open a file that is stored on our team server we get error messages regarding filetype being unopenable or "someone else may have this open"  which is not the case.  We can copy the files to our desktops and they open just fine but as long as they are on the server we can't edit them. (My preferred workflow but not everyone on my teams)  Anyone else found this issue and a workaround?

Yosemite sometimes has problems, often related to "default" permissions needing to be changed
-one person's solution https://forums.adobe.com/thread/1689788
-http://blogs.adobe.com/creativecloud/creative-cloud-and-yosemite/
-https://helpx.adobe.com/x-productkb/global/mac-os-yosemite-compatability.html

Similar Messages

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • Clamxav scan came up with dev/fd/3 can't open file

    Hi all!
    I'm running a clamxav scan as i am worried that i may have something on my comp after a security compromise on one of my gaming accounts. It has come up with
    "WARNING: Can't open file /dev/fd/3: Permission denied"
    and as i have no idea about computers or what on earth this file is or used for i am not sure if it is anything i need to worry about...
    Thanks for your help!

    Welcome to Apple Support Communities
    It's nothing to worry about, it's actually a little bit of developer code to find the file descriptor of an application, not something a user needs to read or write so just forget about it.
    More: +To understand what is going on, first note that "/dev/fd" is a "virtual" thing. It is a kind of a hack (developed for the use of shell scripts, I think) that gives a program a view of *its own* file descriptors.+
    +This means that if I have two programs running (e.g., '/bin/bash' and '/usr/bin/du'), and each of those looks in "/dev/fd", they could see different things. Each will see one file for each file descriptor that it has open, and the name of the file will be the number of that open descriptor.+
    +For example, by default, each program will have three open file descriptors, 0, 1, 2 (stdin, stdout, stderr). Different programs will have different ones open, so what you saw above is the result of that. The shell looked in "/dev/fd" and saw a number of files, one for each of its open files. The names were then passed to 'du' on the command line, as if the command were+
    +du -ks /dev/fd/0 /dev/fd/1 /dev/fd/2 /dev/fd/3 ...+
    +Then 'du' runs. Without looking at the code, I can only guess, but what has to be happening is that 'du' has closed FD 3, and when it tries to get information about '/dev/fd/3', the kernel gives it an error. The error is "EBADF" (see '/usr/include/sys/errno.h'), because access to "/dev/fd/3" is the same as accessing file descriptor 3 (for example, stat("/dev/fd/3",...) is the same as fstat(3,...))."+
    http://lists.apple.com/archives/Darwinos-users/2004/Apr/msg00042.html

  • Adobe Indesign & Illustrator CS6 will not open files off server after Mac Maverick update.

    I updated to Mac OS X Maverick and all the sudden my InDesign and Illustrator will not open files off of my works network.  I read somewhere about installing the new Java update may help fix it, but I tried it and it did not. I have restarted my computer and reset the connection to the server multiple times, but it does nothing.
    The exact message I get is:  "Cannot open the files "xxxx.indd" Adobe InDesign may not support the file format, a plug-in that supports the file may be missing, or the file may be open in another application"  I know for a fact that it is not open in another application so it is not that. I have tried multiple files on the server as well.
    For Illustrator, I try to open a file from the server and it just freezes and does not respond so I have to force quit.
    Does anyone have any suggestions? Please help!

    If you had asked before you did this I would have told you not to move to Mavericks unless you were prepared for problems. I’m not a proponent of upgrade installations for operating systems and there’s no way to eliminate that as the cause.
    That said, before you start erasing the whole machine, try uninstalling CS6 and then reinstalling it. You might want to run the cleaner tool after the uninstallation.
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Vi error on nfs mount; E212: Can't open file for writing

    Hi all,
    I've setup a umask of 0 for testing on both NFS client (Centos 5.2) and NFS server (OSX 10.5.5 server).
    I can create files as one user and edit/save out as another user w/o issue when directly logged into the server via ARD.
    However, when I attempt the same from an NFS mount on a client machine, even as root I get the following error using vi;
    "file" E212: Can't open file for writing
    Looking at the system.log file on the server, I see;
    kernel[0]: add_fsevent: no name hard-link! dropping the event. (event 2 vp == 0xa5db510 (-UNKNOWN-FILE)).
    This baffles me. My umask is 0 meaning files I create and attempt to edit as other users are 777, but I cannot save out edits unless I do a wq! in vi. At that point, the owner of the file changes to whomever did the vi.
    This isn't just a vi issue as it happens using any editor, but I like to use vi.
    Any help is greatly appreciated. Hey, beer is on me!

    Hi all,
    Thanks for the replies
    I've narrowed it down to a Centos client issue.
    Everything works fine using other Linux based OS's as clients.
    Since we have such a huge investment in Centos, I must figure out a workaround. Apple support wasn't much help as usual however they were very nice.
    There usual response is "its unsupported".
    If Apple really wants to play in the enterprise of business space, they really need to change there philosophy. I mean telling me that I shouldn't mount home directories via NFS is completely rediculus.
    What am I supposed to use then, Samba of AFP? No, I don't think so. No offense to Microsoft but why would I use a Windows based file sharing protocol to mount network shares in a Nix env???

  • InfoSpoke fails with message "Could not open file on application server"

    BW Experts,
    I created an InfoSpoke that is configured to extract to a flat file. The name of the file is specified using a logical filename. During extraction, the infospoke reports the error message "Could not open file on application server" adnd  marks the extraction process as red(failed). I have tried to run the InfoSpoke in background mode and in dialog mode and the same error appears. After i run in dialog mode, i checked SU53 for authorization errors and did not find any. I also tried changing the Logical filename setup in transaction FILE to a more "friendly" directory in which i'm sure i have authorizations (e.g. my UNIX home directory) and im still getting errors.
    Can you please share your thoughts on this? Any help will greatly appreciated. I also promise to award points.

    Hi Nagesh,
    Thanks for helping out.
    If i configure the InfoSpoke to download to a file using "File Name" option and also check the "Application server" checkbox, the extract works correctly (extraction to the defualt SAP path and filename=infospoke name). If i configure the InfoSpoke to download to the local workstation, the InfoSpoke also works correctly. It's only when i configure it to download to the application server and use the "Logical filename" option, that i encounter a failed extract.
    Here are the messages is the Open Hub Monitor:
    (red icon) Request No.147515
    0 Data Records
    Runtime 1 sec.
    (red icon)Run No. 1
    0 Data Records
    Runtime 1 sec.
    Messages for Run
    Extraction is running RSBO 305
    Could not open file on application server RSBO 214
    Request 147515 was terminated before extraction RSBO 326
    Request 1475151: Error occured RSBO 322
    If i clink on the error message, no messages nor clues are displayed. Note, this is a new InfoSpoke that is currently in the dev system.
    Please help.

  • Can't open files in iCloud

    Just recently, I haven't been able to open files stored in iCloud using either Pages or Numbers. When I try with either application, I get an error message saying, e.g.,  "The file “Wines.pages” couldn’t be opened." What can I do to fix that?

    Possibly you have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 110 features from Pages 5 and added many bugs.
    Peter

  • Pages can´t open files saved in iCloud

    I can´t open any file save to iCloud
    I tried a workaraound:
    I couldn´t open a file save to iCloud from my iPad.
    I opened it from icloud.com and downloaded it to my iMac.
    Opened the downloaded file, and everything semed ok.
    I then closed the dokument and opened the file on my ipad again. Made som editing before I closed the dokument.
    Then I tried to open it again in Pages on my iMac, but couldent open it.
    Translated: Couldn´t open the file ".... ..."
    I also tried to open a file saved to icloud (without opening it on other machines and devises). Pages couldn´t open those files either...
    Can sombody help me?

    Possibly you have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 110 features from Pages 5 and added many bugs.
    Peter

  • Indesign 7.0.3 "can't open file"

    Getting an error in InDesign.  "Can't open file as it is not an InDesign file, a plug in is missing, or it is open by another user."
    We get this error, it goes away, and then returns.  Could happen on a file we've just had open!
    The file(s) in question are InDesign (CS5 7.0.3) files.
    No plug ins are missing.
    And it is not open by another user.
    Hardware Info:
      Model Name: Mac Pro
      Model Identifier: MacPro4,1
      Processor Name: Quad-Core Intel Xeon
      Processor Speed: 2.66 GHz
      Number Of Processors: 1
      Total Number Of Cores: 4
      L2 Cache (per core): 256 KB
      L3 Cache: 8 MB
      Memory: 6 GB
      Processor Interconnect Speed: 4.8 GT/s
      Boot ROM Version: MP41.0081.B07
    Any clues anyone as to the issue?  Repair/Workaround other than a complete re-install?
    Thanks for any help!
    -S.

    Opening file from server.
    Deleting temp file didn't resolve.
    Moving to desktop didn't resolve.
    Further details:  This problem originates on 1 computer (out of 4).  If that computer opens (or tries to open) a file, then the file becomes corrupt for all.
    Thanks!
    -S.

  • Help! Whenever I try to open one important file on icloud pages it says 'can't open file' - on my computer and ipod, too! Can I retrieve it?

    I have a very important document and it is saved only o the icloud (which I thought would be fine). Only now, whenever I try to open it it gives me the message 'can't open file'. I'm a PhD student, and that file represents a lot of work for me. I did it on the ipad because I had to travel, and now I'm kicking myself. I need that file! Is there any way to get it back?

    Thanks for your suggestion - I have tried that like 50 times (I was feeling the desperation and thought if I reset enough times it would do it), and I have also tried turning off and on the cloud, adding .pages to the filenames, downloading (didn't work) emailing to myself (did work, wouldn't open). When I looked at the package contents of the file, it did not have a file for content in it - or not one I can find. I'm afraid that it's lost the content within the file (though I don't now how it could!).
    I've not had any joy with anything else I have read online. I think it's a more knotty problem than a simple off/on again job!

  • I'm trying to export a raw image from lightroom 5.6 to Photoshop cc 2014 2.1.  I right click to export menu in lightroom as I've always done to export to Photoshop.  Photoshop opens, but it can't open file, window opens to find a file to open.  I'd like t

    I'm trying to export a raw image from lightroom 5.6 to Photoshop cc 2014 2.1.  I right click to export menu in lightroom as I've always done to export to Photoshop.  Photoshop opens, but it can't open file, window opens to find a file to open.  I'd like this to export my lightroom images to edit in photoshop as it has always been able to do for me.  What fix do you recommend?

    Hi Ashley Clavette,
    The Initial view setting works perfectly when the file is opened in Acrobat after setting the desired Initial View.
    When you upload the file onto Wordpress, and view it on that website in the browser...it might be using a different pdf handler program which might be causing this issue ( it would be helpful, if you could provide the screenshot) , however when you download the pdf again from wordpress server...and open in Acrobat/Reader...then what  exactly happens ?  Does the pdf opens in the desired Initial View setting?
    Rahul

  • Illustrator CC 2014 can't open files sent from Draw.

    Illustrator CC 2014 v18.0.0 (just installed today, 11/6/2014): I can't open files sent from Adobe Draw. The files send from Draw OK, but in Illustrator—which finally opens as advertised—I get an error message, i.e. The file "Dog - Drawing 1.draw" is in an unknown format and cannot be opened. This goes for all of my work, whether created in Ideas then opened recently in Draw, or files created in Draw from scratch.

    Illustrator files (.ai or .pdf)  that I save using CC 2014 vs 8.1.0 on my Windows (8.1) machine on our network server. I try to open them on Mac.
    'The File "x.pdf" is an unknown format and cannot be opened'
    This may in some way be related to accessing the file over the server since when I transfer the file to my lcal drive I don't get the same error.  I still can't open the file but I get an error near the end of the opening process :
    "Could not read the file because the plug-in made an invalid request of the Photoshop adaptor"
    Again, I can open this file using CC 2014 vs 8.1.0 on my Windows (8.1) machine.

  • I try to open docs off the web (ie: floorplans) and I get error message stating I need to accept End User Lic Agreement.How can I resolve this?

    I try to open docs off the web (ie: floorplans) and I get error message stating I need to accept End User Lic Agreement.How can I resolve this?

    /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app
    *Note, the ".app" file extension for the application is usually hidden from users view.

  • Clamd "can't open file or directory"

    I've just installed Mountain Lion Server on a Mac Mini, mainly for use as an email server. Everything is set up and, in the main, working ok except that if I enable anti-virus checking the mail server closes itself. (The other filtering options work fine BTW.) A look in the logs reveals a message
    clamd Can't open file or directory
    There's no clue that I can see which file or directory can't be opened.
    Can anyone tell me where I can look for diagnostic info?
    Thanks.

    gambo74, Welcome to the discussion area!
    It sounds like the drive directory is corrupted.
    Boot from the DVD that came with your iMac. Open Disk Utility and repair the hard drive.

  • How can i open file from adobe reader..i already have adobe read

    how can i open file from adobe reader..i already have adobe reader installed and cannot open a
    file and i cannot convert my file into pdf..

    Is the file really a PDF? Where is it? Have you tried opening it from within Reader?

Maybe you are looking for