AFP allows copying of open files

Hello to All,
We're testing our new Xserve with Mac OS X Server 10.5.2 and we noticed that it allows Excel files to be copied even when one client has the file open, but does not allow this action with Word files. Also, with our old 10.2 server this action is not allowed with both Excel and Word files. By the way, we have Office 2004.
What would be the ideal action, to allow copying or not when a file is open and being modified by another client?
If to not allow, is there a way to configure that?
Thank you very much.

Hello to All,
We're testing our new Xserve with Mac OS X Server 10.5.2 and we noticed that it allows Excel files to be copied even when one client has the file open, but does not allow this action with Word files. Also, with our old 10.2 server this action is not allowed with both Excel and Word files. By the way, we have Office 2004.
What would be the ideal action, to allow copying or not when a file is open and being modified by another client?
If to not allow, is there a way to configure that?
Thank you very much.

Similar Messages

  • Copy and open files on local filesystem?

    Hello,
    For a change request, I have a rather tricky requirement. Suppose each user of the application always has a mapped network drive to a server, let's say drive "k:\", pointing to "\\servername\someDirectory\docs". This folder contains a lot of Word (.doc) files. What the customer wants is a button in the application that copies one or more documents from the "k:\" drive to a local folder, and opens them in Word. The reason the files have to be copied to the local file system is that opening them on the server would result in a read-only copy, whereas the users should be able to edit the opened version.
    So the user is in the adf application, clicks a button, and then one or more word documents should be opened. These documents should be local copies of the documents in the "k:\" drive. The location where to put the local copies can be easily determined, the path(s?) of the relevant document(s?) on the "k:\" drive is known, and the location of MS Word / Office can also be determined. So I have at my disposal for example following Strings:
    tmpDir = "C:\Documents and Settings\<user>\Local Settings\Temp\"
    serverDir = "\\servername\someDirectory\docs\"
    doc1 = "doc1.doc"
    doc2 = "doc2.doc"
    doc3 = "doc3.doc"
    wordLocation = c:\program files\microsoft office\office10In the current Forms application, there is a button that uses WebUtil to:
    <ul>
    <li>Creates an empty .bat file on the local file system (eg C:\Documents and Settings\<user>\Local Settings\Temp, determined by the tmpDir String)</li>
    <li>In this bat file, there are one ore more copy commands added, to copy the doc files from the server to the local Temp dir:
    copy \\servername\someDirectory\docs\doc1.doc C:\Documents and Settings\<user>\Local Settings\Temp
    copy \\servername\someDirectory\docs\doc2.doc C:\Documents and Settings\<user>\Local Settings\Temp
    copy \\servername\someDirectory\docs\doc3.doc C:\Documents and Settings\<user>\Local Settings\Tempor in other words:
    copy serverDir || doc1 tmpDir
    copy serverDir || doc2 tmpDir
    copy serverDir || doc3 tmpDir</li>
    <li>Next, the necessairy commands are added to the .bat file to open Word with the local copies:
    cd c:\program files\microsoft office\office10
    start WINWORD.EXE C:\Documents and Settings\<user>\Local Settings\Temp\doc1.doc C:\Documents and Settings\<user>\Local Settings\Temp\doc2.doc  C:\Documents and Settings\<user>\Local Settings\Temp\doc3.docor in other words:
    cd wordLocation
    start WINWORD.EXE  tmpDir || doc1 tmpDir || doc2 tmpDir || doc3</li>
    <li>Finally, an exit command is also added to the .bat file and the .bat file is executed on the client through WebUtil.</li>
    </ul>
    The resulting .bat file that is executed on the client would look like this as a whole:
    copy \\servername\someDirectory\docs\doc1.doc C:\Documents and Settings\<user>\Local Settings\Temp
    copy \\servername\someDirectory\docs\doc2.doc C:\Documents and Settings\<user>\Local Settings\Temp
    copy \\servername\someDirectory\docs\doc3.doc C:\Documents and Settings\<user>\Local Settings\Temp
    cd c:\program files\microsoft office\office10
    start WINWORD.EXE C:\Documents and Settings\<user>\Local Settings\Temp\doc1.doc C:\Documents and Settings\<user>\Local Settings\Temp\doc2.doc  C:\Documents and Settings\<user>\Local Settings\Temp\doc3.doc
    exitAny suggestions on how I can do this in the cleanest possible way in adf 10.1.3? I do realise that this is not something you want to do in a web application, but this is an important requirement for the customer...
    Help would be greatly appreciated!
    Chris
    Edited by: Chris Schryvers on 17-May-2010 23:55

    For now I'm looking into the (signed) Java Applet solution: this should make it possible.
    Only one problem: I can't get an applet to run from a jspx (or HTML) page... I keep getting following exception:
    load: class applet.view.TestApplet not found.
    java.lang.ClassNotFoundException: applet.view.TestApplet
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://172.22.42.87:8988/TestApplet3-ViewController-context-root/applet/view/TestApplet.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    Exception: java.lang.ClassNotFoundException: applet.view.TestAppletEven if I do just the basic steps in JDev:
    <ul>
    <li>Create a new empty Application with a project</li>
    <li>Right click project, New..., Web Tier > Applet > Applet</li>
    <li>extends: java.applet.Applet, name: TestApplet, package: applet.view</li>
    <li>Add "System.out.println("Test");" to the init() method of the applet</li>
    <li>Right click project, New..., WebTier > Applet > Applet HTML Page</li>
    <li>Accept all defaults, run the Untitled1.html</li>
    </ul>
    When using the AppletViewer, the applet is executed correctly, but when I try to run it on the Embedded OC4J server, I always get the exception...
    Any ideas on how to make this work? Help! :-)

  • RPLN Plug In Missing - will not allow me to open files

    I have InDesign CS 3 version 5.0.4, Windows XP, on a PC. I created a book using several chapters for a 200+ manual. When I left work on Wednesday, 12/31/08, all files were fine. I did not change anything that I am aware of.
    This morning I came in, opened the INDB and most chapters had the warning triangle beside them. When I clicked on it, I got the message the plug-in was missing. I chose the option to open it anyway, but it would not open. Please, please, please tell me there is a quick fix to this.
    My customer is waiting as I write this for me to send her an updated PDF of the book for her to review.

    iamtuareg wrote:
    It seems very odd that so many others have had the exact same experience. Is it possible that Adobe put a time limitation on the version so that files done before a certain date wouldn't load. I wouldn't put it past them.
    No, there is no time limit on files created in any version (I still on occasion need to open files from 2001). Files created in Pre-release versions prior to CS5 will not open in release versions, but they usually produce a differnt error message that tells you that. Please send me one of these files and I'll take a look and see if I can determine the version it was saved from for you. I'm sending you a link to my drop box by the private message system.
    It's not terribly surprising that this comes up with some frequency. There's quite a bit of confusion about the version numbering system CS labeled versions all have "actual" version numbers two digits higher than the CS number and many users think they have CS3 when they have Version 3. This sort of warning virtually never turns out to be anything other than a version problem.

  • Photoshop Elements 11 will not allow me to open files after I updated my operating system

    I recently updated my operating system with the latest upates. Now, I when I got into Elements and I try to open a file, the window where you normally click the file disappears before I can click anything.  Then I have to force quit because everything is grayed out and I can't click anything.  I have contacted adobe support but they said it is most likely a mac problem becuase the program works fine when I log into another user account. They said to contact Macsupport to check the permission for Adobe products on the current user acount.  Also, some people suggested to turn off the active corners, but that didn't work.  Anyone else have a suggestion?

    Sarah
    I am having the same issue and all since I updated to the Maverick OS (well it seems that way anyway).  I am currently going through the process of repairing permissions, removing other pieces of 'non standard' software on the Mac, uninstalling Elements 11, doing a safe boot and then a download of the package again and trying a completley new install.  If this doesn't work it will be a fresh user account and start again.
    There were some very helpful hints from folks about remmoving other unnecessary software which did help stablise other issues but I still cannot get Element to work.
    You could have alook at these links to see if anything helps with your issues - the last one seems most relevant;
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-errors-freezes-install -photoshop.html
    https://discussions.apple.com/message/23903833#23903833
    http://feedback.photoshop.com/photoshop_family/topics/photoshop_elements_11_fail ing_on_imac_after_upgrading_to_os_x_mavericks
    Good luck and let me know how you get on.
    G

  • HT2548 how do i copy the domain file from OS 10.4 to a lion OS computer?  I made a copy of the domain file and copied it to my new computer, but it doesn't open in iweb when I double-click on it.

    How do I import an iweb domain file from an ibook (OS 10.4) to an imac (OS 10.73)?
    I copied the domain file from my ibook to my imac, but when I double-click on the file, it doesn't open in iweb. 

    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.  Then place the domain file in your Users/Home/Library/Application Support/iWeb folder.
    To open your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Error 1003 occurred at Open VI Reference in Dist Copy Non-VI Files.vi- Dist Build LLB Image.vi- Dist Build App Image.vi- Build Application.vi

    When trying to build  an application using labview 7.1 and windows XP,  I get the error
    Error 1003 occurred at Open VI Reference in Dist Copy Non-VI Files.vi->Dist Build LLB Image.vi->Dist Build App Image.vi->Build Application.vi
    I've tried the crtl-shift-run as well as  a mass compile and I still get the error.
    Any ideas?
    Thanks,
    Mike

    Hopefully this thread, or this KB article might help.
    It seems like this could come from a lot of things, but there's suggestions in those which might lead you in the right direction
    Message Edited by Day on 09-22-2006 02:07 PM

  • How do I stop Dreamweaver from updating the Test server copy of a file when I open the local file?

    The subject says it all. Every time I open a file, Dreamweaver connects to the testing server and uploads the local file to the test server.
    I want to stop this behaviour.  It's annoying!

    My testing server is IIS running on my local machine.
    The "local" copy of the file is actually on a remote share.  I have the test server copy open in Notepad++.  The two files are identical save for on extra line in the copy on the testing server.  When I open the "local" copy in Dreamweaver, it shows me that some file activity is being done, and then Notepad++ tells me the file has changed and do I want to reload it.  If I do, that extra line vanishes.
    When I check the file activity log, it shows that the file activity is complete.
    I haven't mentioned the production server because it doesn't seem to be affected, but we do have one.

  • I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?

    I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?  It seems like we were doing these same types of things with Palm Pilots years ago, one would think this would work with iPads?

    I don't believe it will open a Word document, but Writepad allows for handwritten conversion of notes to text and then to email. Might help you some of the way...

  • On 10.9 - I can no longer open, copy or preview files on a shared server

    I am on a 2007 iMAC and I connect to a shared server in our office. I just upgraded to 10.9 and am experiencing a number of problems:
    - When trying to open files through finder I get the notification "Application not found" 
    - When trying to copy to/from server I get error mssages 43 or 8058
    - Can't drag files into applications shown in dock
    - Vectorworks 2010 not working at all
    If I open an application and use File/Open and select files from the server they open fine, but I need to be able to use finder & preview...
    I think the above issues might have something to do with permissions?
    Please help

    I've had the same issues. For me, trashing the permissions didn't resolve anything. The only work-around I've found is force quitting/relaunching the Finder. I have to do it every day, sometimes twice, but at least I can drag, copy and double click on files to launch an app.
    Hope that helps.

  • HT1364 help I just completed this task to free up my hard disc and be able to upgrade my iTunes but when I re-opened iTunes it is a blank new account! When I copied the iTunes file to the recycle bin it made me effectively empty as I copied over as it was

    Hey can someone help???
    I just completed this task (support.apple.com/kb/HT1364) moving my music to an external HD to free up my PC hard disc and all went well until I re-opened iTunes and it is a blank new account!
    I also don't can't access anything from the recycle bin as when I copied the iTunes file to the recycle bin it said it was too large to copy over so made me effectively empty as I copied over as it was so big.
    Any help gratefully recieved or where I can get some, I am going round in circles. I also don't know which itunes operating system I have, it is around 3 years old.

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • I have an old version Adobe Creative Suite 3 Design Premium. I uninstalled it from my old computer and was trying to install it on my new computer. It copied all the files but I cant open them and it doesn't ask me for my registration info, which I have.

    I have an old version Adobe Creative Suite 3 Design Premium. I uninstalled it from my old computer and was trying to install it on my new computer. It copied all the files but I cant open them and it doesn't ask me for my registration info, which I have.  What shall I do to get Adobe up and running?

    when you were install your cs3 you should have been prompted for you serial number.  were you?
    if not, you probably didn't properly install cs3.  copying/migrating/moving etc is problematic.
    if yes, did you see any error messages during installation?
    if yes, attach a screenshot of the error message.
    if not, check you install logs, Troubleshoot with install logs | CS5, CS5.5, CS6, CC

  • Allow help desk to manage open files on file server

    I am looking to delegate the ability to manage open files to our help desk users.  They are getting an increasing number of calls from users asking about files and who has them open, or to force close them..etc.
    The help desk users are not admins on our file server, therefore do not have access to RDP to the file server.  I was hoping they could do it from computer management RSAT tools on their local machine.  I just don't know how to allow them to do
    it.
    Thanks
    sb

    Hello,
    Since they are not able to RDP the FS then they should need to access files using shared folders.
    For that, you will need to share the root folder where your files are. Please give Full Control permission on it. Here, to manage their permissions, you can grant them what you want using NTFS permissions.
    Note that NTFS and Share permissions are combined and the user will be have the minimum of privileges when he access the folder as a share. For that, I recommended using FC permission on the shared folder to avoid additional management tasks.
    This
    posting is provided "AS IS" with no warranties or guarantees , and confers no rights.   
    Microsoft
    Student Partner 2010 / 2011
    Microsoft
    Certified Professional
    Microsoft
    Certified Systems Administrator: Security
    Microsoft
    Certified Systems Engineer: Security
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Applications Infrastructure, Configuration
    Microsoft
    Certified Technology Specialist: Windows 7, Configuring
    Microsoft
    Certified Technology Specialist: Designing and Providing Volume Licensing Solutions to Large Organizations
    Microsoft
    Certified IT Professional: Enterprise Administrator
    Microsoft Certified IT Professional: Server Administrator
    Microsoft Certified Trainer

  • Photoshop CS5 creates file and then doesn't allow me to open it.

    I created a file on Photoshop CS5, saved it, and now when I try to open it says: "Could not complete your request because the file is not compatible with this version of Photoshop." How can I open the file? How come the same program cannot open its own file? Can anybody help me with this? Thanks.

    That can happen in any version of Photoshop and it can be for one of at least two reasons:
    1.— The file was over 2 GB in size and was saved as a PSD rather than a PSB file; or
    2.— The file got corrupted.  This can happen when attempting to work across a network or with Norton Anti Virus (NAV) running on your computer. 
    Always work locally.  To open a file stored on a network volume, copy the CLOSED file in the Finder to your local hard drive first, then open the local file.  Once you are done working on the image, save the file on your local hard drive, close it and copy the CLOSED file back to the server.
    Sometimes, Illustrator or GraphicConverter can recover the flattened composite in a corrupted file if you're lucky, but the layers will be toast.
    If the file was indeed over 2 GB and saved as a PSD rather than a PSB, I know of no way to open it.
    Give us some more details of the history of the file and maybe someone else will have other ideas.
    Wo Tai Lao Le
    我太老了

  • Opening pdf in browser leaves copy of pdf file on desktop

    Guess I'm having a "bald moment" (never was blond).... Whenever I open a pdf file in a browser (Safari or Firefox) a copy of the pdf file is actually downloaded to my desktop. If I am updating my online bank accounts this leaves dozens of files cluttering the desktop that I have to later delete. I have not been able to figure out how to change this behavior. Any suggestions?
    thanks

    "How about browser preferences? are you using 10.4.8? that would mean over two years without updates."
    There's nothing I can find in the browser prefs that affects this behavior. I'm running 10.5.7 of OSX.
    "Are you using Acrobat? latest 9.1+? a browser plug-in? to view pdfs?"
    Firefox launches Acrobat to open pdfs. I have the latest version the Acrobat reader. Safari uses Preview.
    "I'm not surprised a file is saved to disk. But does the browser delete temp files on quit or closing?"
    Actually, I am quite surprised that a copy of a pdf opened via a browser is left lying around. This is bad behavior.
    There is no temp file. Immediately upon clicking the url and the pdf file opening, there is a copy of the file on the desktop.
    "Other things to try: backup your system (clone, so it is bootable) and repair the drive and permissions with SuperDuper and Disk Warrior. Just to be sure you have backup, and that it is working properly."
    I don't really get the fixation on these forums with repairing permissions. It is unlikely to fix anything other that an app that will not run or that cannot access one of its supporting files. I've used Macs since they came into existence and have worked with UNIX almost as long. I have NEVER seen a problem fixed by repairing permissions and have never seen permissions actually repaired except after a software install. And that is a symptom of a poorly designed installer. Sorry to rant.
    Thanks for the reply.

  • Creating pdf files from word document and allow copying of content

    I generate word documents and then save them in PDF format before sending out to clients.  Sometimes these documents contain quite a lot of data in table format and I want my clients to be able to copy the data from the tables and be able to paste it into excel.  How do I save as PDF and still allow copying of content?
    Thanks

    Open such a PDF in Adobe Reader: File | Properties | tab Security.  It will tell you if copying is allowed or not.
    I don't know if you can change these security options from Word; you'll have to ask Microsoft.  To change them after the PDF was created, you will need Acrobat.

Maybe you are looking for