Strange read-only status upon opening a document

I have a MS Excel spreadsheet on the network. No one has it opened. Despite that when a person, who has all the rights for this file is trying to open it using Star Office 8 calc, it gets opened as read-only.
What could cause that?
Thank you,
Mike

I've seen that before on Windows machines accessing SMB shares. Haven't found the root cause yet, but a reboot of the Windows box always seems to make the problem go away for awhile...

Similar Messages

  • How to disable the 'Read Only' notification on an Access document when it is opened from within a document library (SP 2010)

    Hello, 
    OK, so I am currently having issues with opening MS Access documents from SP 2010. I have taken an existing database and uploaded it into a document library. Now, when I open this document I get the prompt to open it in either 'Read Only' or 'Edit'. 
    When I select 'Read Only' I can view the document, however I get the 'Read Only - Save As' notification when the document opens up. I have configured the document both from the source (on the original file) and from within SP to disable notifications - (from
    within the Trusted Options selection) 
    Deleted the document and uploaded it again, and the 'yellow bar' notification is still appearing. 
    I want to disable the 'Save As' function, or even hide this when the document is opened. Is this at all possible?? 

    Hi Terry,
    According to your description, my understanding is that you don’t want the yollow bar notification to display when you open Access documents.
    This issue seems to be about the client application. Please compare the followings with the things that you did:
     1.Open the documents
     2.Click File->Options->Trust Center->Trust Center Settings
     3.Click Protected View, unselect ‘Enable Protected View for originating from the Internet’
     4.Click Message Bar, select ‘Never show information about blocked content’
     5.Click Macro Settings, select ‘Disable all macros without notification’
    In addition, as this issue is about Office, I commend you create a new thread in Office forum, more experts will assist you with this issue.
    Office forum:
    http://social.technet.microsoft.com/Forums/en-US/home?category=officeitpro
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How do I get the export value of a combox upon opening a document?

    I can't find a way to access the currently selected export value from a combobox upon opening a PDF document (without a keystroke event), so I'm using a very ugly trick (I have a function with a switch statement that returns a value that matches the export value, based on the current combo face value.
    Isn't there a way to retrieve the export value of a combo box upon opening a document?
    Thanks!
    Fred

    The following code segment is for the change event of a comboBox.
    Whenever a selection is made I want to populate a Form Field with the face value of the comboBox.
    This isn't working - and I can't determine why -
    it appears that I am not dereferencing the text properly - but this is my best effort based on my knowledge.
    Can anyone help with this ?
    Thanks
    var 
    combo1 = topmostSubform.Page1.DropDownList1.Text;
    var Deflt = 1;
    switch
    (combo1){
    case 
    "Education":
    CurrentValue1.rawValue
    = topmostSubform.Page1.DropDownList1.Text;
    break 
    case 
    "Demographics":
    CurrentValue1.rawValue
    = topmostSubform.Page1.DropDownList1.Text;
    break 
    case 
    "Licenses":
    CurrentValue1.rawValue
    = topmostSubform.Page1.DropDownList1.Text;
    break 
    case 
    "Certifications":
    CurrentValue1.rawValue
    = topmostSubform.Page1.DropDownList1.Text;
    break 
    case 
    "Business Information":
    CurrentValue1.rawValue
    = topmostSubform.Page1.DropDownList1.Text;
    break; 
    case
    "Disclosure Questions":
    CurrentValue1.rawValue
    = topmostSubform.Page1.DropDownList1.Text;
    break 
    default:
    Deflt = 0;}

  • Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only. However opening a CSS file does not prompt that it is alr

    Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only.
    However opening a CSS file does not prompt that it is already open on or from any machine which is causing code edits to be lost.
    What we found from out testing:
    - The file can be saved from one user to the server and WILL NOT PROMPT on other machines until the saving machine has the Dreamweaver program closed completely
    - The file can be closed and  Dreamweaver minimised to the launch bar but it still will not register on other machines that it has been changed.
    - Also, until the  Dreamweaver program is closed on the machines, it will continue to open it's saved version of the file. 
    Example Scenario:
    - User 1 opens test.css (which is 2000 lines) and adds some code to the end of the file to bring it up to 2500 lines
    - Meanwhile User 2 opens test.css as well (opens as 2000 lines as User 1’s edits have not yet been saved) and adds in code to bring it to 2300 lines
    - User 1 saves his file and closes it - but  Dreamweaver is still open.
    - User 2 also saves his file and leaves  Dreamweaver  open.
    - The server will report the size and last edit of the file the same as User 2 as he was the last person to save it (and if you open from the Win7 Machine it will show as User 2’s 2300 line version)
    - If User 1 then open's the file again (from either the 'recent' in Dreamweaver OR clicking on the file directly in Finder...which version opens.... The version that User 1 saved! Not the true version on the server, but the version that User 1 edited and saved with 2500 lines in it.
    - Same for User 2, he will open 'his' version with 2300 lines in.
    Other information:
    - Files are opened directly from the server
    - Sometimes the users will save incrementally and re-open
    - Most of the time users will save incrementally and keep the files open
    - The users will never not save incrementally and just save when closing the file once finished
    - The users are usually working on the files all day
    - It is always the bottom lines of code that are lost. It could be a case of the two versions being mixed up and cutting off the newly added lines based on the line count (possibly).
    It is as if Dreamweaver is holding a cache of the version locally and then only properly looking back to the server when it has been completely closed. It is very difficult to see how the server is causing such an impact on these files, there are very few logs which are giving any indication to the root cause of the problems.
    Anyone know if this is a known issue?
    Is there a way that there can be a featured implemented on the server that doesn't allow another user to open a file if it is already open on another machine?
    Thanks

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • Adobe Reader XI I cannot open pdf documents, change or delete the program

    Hi, After installing Reader XI I cannot open pdf documents, change or delete the program! please help

    ilana.
    Sorry you are having issues with the forum. I wasn't asking you for your information. You may be subscribed to all of the threads if you got this.
    I would suggest going to the "forum comments" forum and seeking help there.
    It's here ---> Forum comments

  • Does anyone know how to remove read only status from html document header

    Greetings, I am trying to insert a slideshow widget inot a dreamweaver site using a dynamic web template (DWT). I get the error message unable to insert because header is read only. Any ideas of how to fix this?

    People hate it when I do this, but I'm going to get on my soap box again.
    If you are not an expert or at least highly proficient at modifying XHTML and CSS code, you should NOT be working with DWT files. Until you FULLY understand how to edit and modify nested, editable, parent and child regions, you will have nothing but trouble working with DWTs.
    I've been writing CSS, HTML and XHTML for seven years and I don't mess with DWTs because I'll admit I'm a control freak and I can't stand having any part of a web page locked up by another file.
    Use the pre-designed pages in DW, or download a layout from one of the many sites that have them, but until you are an expert at codework, stay away from templates (dwt). You'll save yourself a lot of headaches.

  • Read-only Collaborator can edit Contract Document properties

    We have a master agreement with a read-only collaborator. The security profile for this collaborator role is identical to the stock "Document Reviewer" profile, i.e. only View is set.
    However this supposedly read-only collaborator is able to edit Contract Document properties. They click on the Contract Documents tab, then drill into a Contract Document, and then click on the Edit button. From there, they have the ability to change fields such as Name, Descrpition, Effective Date, etc. They cannot change or delete the actual file attachment itself.
    Is this an issue with CLM, or is there some security setting we are missing somewhere? Please tell me this is not working as designed ..
    thanks.

    Hi Terry,
    According to your description, my understanding is that you don’t want the yollow bar notification to display when you open Access documents.
    This issue seems to be about the client application. Please compare the followings with the things that you did:
     1.Open the documents
     2.Click File->Options->Trust Center->Trust Center Settings
     3.Click Protected View, unselect ‘Enable Protected View for originating from the Internet’
     4.Click Message Bar, select ‘Never show information about blocked content’
     5.Click Macro Settings, select ‘Disable all macros without notification’
    In addition, as this issue is about Office, I commend you create a new thread in Office forum, more experts will assist you with this issue.
    Office forum:
    http://social.technet.microsoft.com/Forums/en-US/home?category=officeitpro
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to change read-only status in excel

    I've got an Excel file on my desktop that I've tinkered with for months.  All of a sudden when I go back to reopen it, the message says, "The file may be read-only, or you may be trying to access a read-only location.  Or, the server the document is stored on may not be responding."  The choices are either "cancel," or "retry."  Both avail nothing.
    What the heck is going on?  I can't even open it in order to  "toy" with it in Excel settings, Preferences, etc etc !
    Your help is most appreciated.

    I've got an Excel file on my desktop that I've tinkered with for months.  All of a sudden when I go back to reopen it, the message says, "The file may be read-only, or you may be trying to access a read-only location.  Or, the server the document is stored on may not be responding."  The choices are either "cancel," or "retry."  Both avail nothing.
    What the heck is going on?  I can't even open it in order to  "toy" with it in Excel settings, Preferences, etc etc !
    Your help is most appreciated.

  • Make a read-only text field open by using button and javascript

    Hello
    I have a form with text fields that I will pre-populate with data. The text fields will be read-only by default. I want to make it so that when a user wants to make edits, he will need to click on a button and in turn, the text field's background will turn gray and he can make edits to the text field. I can already make the background turn gray but I cannot make the text field open.
    This is the code that will run after the button is clicked:
    color.ltGray = new Array("G", 0.75);
    this.getField('TestField').fillColor = color.ltGray;
    this.getField('TestField').access = "open";
    The text field's background turns gray but it is still read-only. Any ideas?
    Thanks in advance!

    Here's the online version of the Acrobat JavaSript documentation: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/js/html/wwhel p.htm?href=JavaScript_SectionPage.70.1.html&accessible=true
    It's also available as a PDF in the Acrobat SDK.
    Regarding your other question about adding a PDF to another, do you want to add it as an attachment, or add the pages from one PDF to another?

  • ABAP-Interactive forms : Read-Only buttons upon runtime

    Hello,
    I'm fairly new at this and probably for a good reason I can't find any information pertaining to this issue.
    Using the embeded Adobe Lifecycle Designer within SAP using transaction SFP, I go to the layout tab and create a button.  On this button a make a simple script that changes the caption.
    On the PDF preview I can see that this works, though when I run the program using SE38 the button seems to be read-only and the cursor does not change nor is there any event that is triggered upon clicking.
    From what I read this is a dynamic form since there are other tables created dynamically and filled with data upon runtime.  I don't believe WebDynpro is involved considering I'm running it from the backend and the ABAP functions forward the parameters directly to this program.
    Would anybody be able to tell me why the buttons are read-only at runtime and not in 'PDF Preview'?
    Thanks a bunch,
    Scott

    Hi Sanda,
    I set DYNAMIC to 'X' and when the form is generated the buttons are still deactivated.
    Although, when I also set the FILLABLE parameter to 'N' a warning message appears telling the user that the form cannot be saved and then the buttons are clickable (and button event scripts are working).
    A problem here is that the form needs to be saved, is there a nice way to disable this error and allow the user to save the PDF?
    I also noticed another issue; Upon form load some tables are populated, depending on what certain data is, some images are changed via JavaScript.  With these current parameters this script seems to not be working.  The data has not changed and if I turn off the dynamic/fillable parameters, the script works again, any ideas?
    Thanks!  I'm almost there!
    Scott Renaud

  • How do you set Mail to mark a message as "read" only when you open it

    I'm using Apple Mail. Works great, but I have one big issue I can't figure out. I want my messages to be marked as read ONLY if I double click or actually physically open the message....not when I click it once with the mouse or if it gets selected in the inbox message pane. The way it's set up, all my mail is read the minute I click on it. This is extremely annoying and I can't find anywhere where you can set this preference. HELP.
    does this make sense to anybody??
    OSX Tiger 10.4.7

    The OP's question makes sense and Scott's comment is correct. You can have Mail setup so that there is the list of folders on the left, the list of emails in that folder in the top right hand side and the selected message in the pane below that on the lower right hand side. In that case clicking on a message in the list of messages will display it below and Mail will deem you to have read it. On the other hand if you drag down the divider and get rid of the pane in which the message displays then selecting it does not mark it read. Double-clicking it should bring it up in a new window and cause the message to be marked read.
    Basically Mail marks the message read when it has displayed (some of) the message in some place (ie a separate window or the lower right hand side pane) where you could have read it
    Michael

  • Quotation Using BAPI .. Status is open in Document flow

    Hi..
    I created Inquiry .. quotation using BAPI (inquiry/quotation)Create_from_Data2 .... ie
    BAPI_QUOTATION_CREATEFROMDATA2 & BAPI_INQUIRY_CREATEFROMDATA2
    ..  But in Document flow created  inquiry and quotation status is open... Why this is happening?
    Thanks..
    ..Ashish

    yes... Actually if we go to change inquiry/quotation ... if i check whether document is complete .... then it shows document is complete ....
    ..Ashish

  • Acrobat reader instantly crashes after opening a document on my Macbook pro

    The Acrobat reader quits after opening a document and issues an error report.

    What's the error report say?

  • How can I change the read-only status of my external HDD?

    I recently erased my Macbook's HD because it was insufferably slow.  I reinstalled OS X 10.6.1 and all is well!  Computer's fast and everything works like it should.  Except that my external hard drive (2TB Seagate FreeAgent GoFlex Desk) is now read-only to me.  It used to be readable and writable when plugged into any computer.  Then something changed, and it only worked with my laptop (not anyone else's).  When I reformatted and reinstalled OS X, I chose the same user name as I had before the reinstall, because I was semi-worried that this might happen.  My computer troubles were so frustrating, however, that I just took the leap.  Now here I am with 620GB of data that I cannot delete, and another 1.38TB of empty space I cannot use.
    Any ideas?  Also, I apologize if this is in the wrong place.  This is my first post on the Apple boards.
    - Diesel

    See if this fixes things:
    Fix Permissions for a Locked Drive
    Open Terminal in the Utilities folder. Paste the following at the prompt. Press RETURN after each. The first command will prompt for you to enter your admin password. It will not be echoed to the screen. After entering your password press RETURN again.
    sudo chflags 0 /volumes/*
    sudo chmod a+rx /volumes/*
    killall finder
    An alternative is to download BatChmod and use it to fix the permissions.

  • Cant change the read only status of certain folders on my FAT32 external HD

    Help someone please.
    I have this external hard drive that has all of my music files on it. I was using it with my pc before but am making the difficult transition into mac land now. well over the last few months really. its not proving to be as easy as the marketing would have you believe. So anyway, i removed all the music temporarily from the drive (put it onto the pc's hard drive and a couple dvds), so that my macbook pro could reformat the external drive to FAT32 (which I hear works for both pc and mac). Then I put the music back on the external. and brought into my mac itunes library. then i noticed i couldn't add artwork to SOME of the files. it said "album artwork not modifiable". The external drive's info screen says permission is read and write. SOME of the folders are read and write, but SOME are locked to read only. When I look at the info of the folders and click on the locked box it won't unlock. I've attached the drive to a pc as well and tried to change permissions there but the pc saw all the files as read only. i can drag the folders off the external onto my mac desktop and unlock them there, but i can't even replace the locked files on the external with new the unlocked ones, because of course they are locked and can't be overwritten or thrown away. I've run repair disk permission on my mac's hard drive, I can't run it on the external (disk utility won't give me that option for the external). I've read a ton of discussions and threads and nothing seems to work or to match my unique problem.
    Can someone please help me unlock my read only folders on my FAT32 external?

    You are not alone...
    http://discussions.apple.com/thread.jspa?threadID=1433620

Maybe you are looking for

  • A message from Creative to the Sound Blaster forum participa

    We have read the strong feedback about Creative's forum post regarding driver development by Daniel_k and other outside parties. Creative's message posted on our behalf by our Company spokesperson tried to address our concern about the improper distr

  • Event alert is not working in HRMS

    Dear All, I have created an event alert for New Joinee. I am joining two table PER_PEOPLE_F & Per_assignment_f. I need alert to fine after insert but it is not firing it is firing if i will click on Update button in Define alert form Can anybody help

  • Mulitple language in Long text

    HI all, Is it possible to mainitan multiple languages in long text? I have a message maintained in SE91 transaction in English and i have used translation for this message into French. I also want to maintain long text for this. It is allowing me to

  • Should we use LOGGING or NOLOGGING for table, lob segment, and indexes?

    We have some DML performance issue on cf contention over the tables that also include LOB segments. In this case, should we define LOGGING on tables, lob segments, and/or INDEXES? Based on the metalink note < Performance Degradation as a Result of 'e

  • Print option error

    Hi dude am facing some issues while using print option in flex 4.5 for android tablet. This is the error am getting if u know pls help me. Thanks. Main Thread (Suspended: Error: Error #2055: The print job could not be started.) Error$/throwError [no