File as Read Only

Hello,
When I am opening any file (DTR -> Edit ->) in NWDS, it' gets opened as Read only. I am unable to make any changes in it. Can anyone help?
Regards,
Shaun

Hi Pavan,
Yes. I have done this.
We download code from Development server to our local systems. NOw we have observed that on any system if we download the code, files becomes read-only. What can be the problem? It's definetly not a local system problem.
Regards,
Shaun

Similar Messages

  • MS Word: This file is read-only. To save a copy, click OK, and give the document a new name in the save dialog box.

    This is not a question. I believe I've found a new issue and the fix for it.
    The situation:
    A brand new iMac 27" running Yosemite 10.10.1
    MacMini server running 10.8.5 server.
    The issue:
    Client on iMac trying to work on MS Word documents stored on server was requiring him to save the documents to his desktop and then copy them back to the folder on the server. The exact error message was, "This file is read-only. To save a copy, click OK, and give the document a new name in the save dialog box."
    The issue is unique to this computer in an office of 10 client computers and three servers.
    Attempted fixes:
    Verified that the ".Temporaryitems" folder existed and the permissions were set properly.
    Repaired permissions on the client and the network share.
    Definitive fix:
    By default, Yosemite 10.10.1 uses SMB for connecting file shares. When I overrode the default and switched to AFP protocol, the issue went away.
    I hope this helps someone else.
    Rob

    That was it. What an operating system. It is very helpful to view files you are looking for. But if you have preview on you cannot save files.

  • Issue regarding open word file and read only mode using c# & MS-word interop

    i am programmatically open a word file for search and highlight keyword. my routine is working fine. the problem is when i am opening the file programmatically then a dialog come and ask me to open file in read only mode. the dialog look like below one
    actually i do not want to open the file in read only mode because people can open and like to change and save. so guide me what i can do to not to open the file in read only mode.
    here is my full code. just have a look and tell me what is wrong in my code or tell me any trick as a result i can open the file not in read only mode. here is my code.
    private void button1_Click(object sender, EventArgs e)
                object fileName = "";
                string filePath = "";
                string strSaveasPath = "";
                DialogResult result = openFileDialog1.ShowDialog();
                if (result == DialogResult.OK)
                    fileName = openFileDialog1.FileName;
                    //strSaveasPath = Path.GetDirectoryName(path.ToString());
                //fileName = "Z:\\C0000000003.doc";
                List<string> _list = new List<string>();
                _list.Add("tridip");
                _list.Add("arijit");
                //object fileName = "D:\\CVArchievePath\\C0000000001.doc";
                object textToFind = "test";
                object readOnly = false;
                Word.Application word = new Word.Application();
                Word.Document doc = new Word.Document();
                object missing = Type.Missing;
                try
                    doc = word.Documents.Open(ref fileName, ref missing, ref readOnly,
                                              ref missing,
    ref missing, ref missing,
                                              ref missing,
    ref missing, ref missing,
                                              ref missing,
    ref missing, ref missing,
                                              ref missing,
    ref missing, ref missing,
                                              ref missing);
                    doc.Activate();
                    object matchPhrase = false;
                    object matchCase = false;
                    object matchPrefix = false;
                    object matchSuffix = false;
                    object matchWholeWord = false;
                    object matchWildcards = false;
                    object matchSoundsLike = false;
                    object matchAllWordForms = false;
                    object matchByte = false;
                    object ignoreSpace = false;
                    object ignorePunct = false;
                    object highlightedColor = Word.WdColor.wdColorGreen;
                    object textColor = Word.WdColor.wdColorLightOrange;
                    object missingp = false;
                    Word.Range range = doc.Range();
                    foreach (string line in _list)
                        textToFind = line;
                        bool highlighted = range.Find.HitHighlight(ref textToFind,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing,
    ref missing);
                    System.Diagnostics.Process.Start(fileName.ToString());
                catch (Exception ex)
                    Console.WriteLine("Error : " + ex.Message);
                    //Console.ReadKey(true);
                finally
                    //doc.Close(missing, missing, missing);
                    if(doc!=null)
                        System.Runtime.InteropServices.Marshal.ReleaseComObject(doc);
                    if (word != null)
                        System.Runtime.InteropServices.Marshal.ReleaseComObject(word);
                    word = null;
                    doc = null;
                    GC.Collect();
                    GC.WaitForPendingFinalizers();

    I know it's a very old issue and I reached to this page looking for a solution. Finally, I have found a fix to this problem.
    The problem is that we create an instance of Word and do not close it correctly. This makes program believe that the file is already open and hence you're getting the respective message of file being locked by you.
    Set the visibility of your application to true and then when you close it both file and instance should close and you will not get the problem again.

  • I am not able to use Firefox with Sharepoint - I can only open a file in read-only mode and cannot checkout the document and edit.

    I would like to use Firefox with Sharepoint.
    However, I am only able to open a file in "read only" mode whch means I cannot edit the document and save it. I am also not able to "check-out" a document in Sharepoint and edit it at the same time.

    This may not work for everyone, but I solved this problem by clicking on the file name in sharepoint, not the document icon to the left of the name. This then brought up the various options, including checking out, editing, version history etc. It seems obvious but I have only just realised this!

  • Can't save power pivot report back to power pivot gallery...file is read only

    Hi eb
    I have developed an excel pivot report in a power pivot gallery (all in 2013).
    Next time i open that report from the power pivot gallery and attempt to save it again to the gallery
    I am blocked with a msg: we cant save http://........./powerpivot gallery/myPwerPvt.xslx  file is read only.
    To keep your changes you'll need to save the woorkbook with a new name or different location.
    Please help!
    TIA
    Rea

    Hi Rea,
    When you try to edit the PowerPivot workbook, are you open it as read-only mode? Please see the screenshot below:
    The "Read Only" mode will not be able to save any changes to the workbook you are loading.
    In addition, is it work for you while you save the PowerPivot workbook with a new name?
    Regards,
    Elvis Long
    TechNet Community Support

  • Opening the file in read only mode

    hi all,
    i am using
    i want to open any type of files in read only mode using host command.so first i am setting the attribute to read only and then opening the file. But still the opened file is editable. i have written like below
    Host( 'cmd /c  attrib +r "\test_folder\testing\PURCHASE_ORDER\'||:PO_FILE_NAME||'"',NO_SCREEN);
    Host( 'cmd /c "\test_folder\testing\PURCHASE_ORDER\'||:PO_FILE_NAME||'"',NO_SCREEN);is this is the way to open the file in readonly mode?
    Along with the above the files which i opened with the help of above said code those files i am not able to delete also.(i have to delete the selected file)
    i thing when i am setting the attribute something is going for a mess!
    Please help.
    Thanks..
    Edited by: GD on Jun 23, 2011 2:25 AM

    hi,
    Read only means you cannot mofiy the file. This also includes that you cannot delete a readonly-file yes,
    what i am doing is i have three button in my layout 'save','view' and 'delete'.
    1.so when user press 'save' button after selecting the file then the file gets saved into the specified.
    2. when user press 'view' button the file has to open in read only mode.
    for this i have written above mentioned code(but still i am able to edit the file)
    3.when user press 'delete' button the file has to be deleted from the specified location.
    so my problem is after setting file to read only mode, i am able to edit but i am not able to delete it.
    What i am using to set the file to read only mode is right?
    Please help.
    Thanks..

  • VBA Code to save my excel 2013 file as Read Only (or Non Editable) ...

    Hi,
    ActiveWorkbook.SaveAs SFilePath & udds & ".xlsm", xlWorkbookNormal
    SetAttr SFilePath & udds & ".xlsm", vbReadOnly
    Application.DisplayAlerts = True
    I have used the above code to make my file readonly ...however it still allows to make changes to the file and sometimes the file does not get open and throws an error " Excel cannot open the file ".xlsm" because the file format or file extension
    is not valid......."
    Could you please help me this
    Regards, Hitesh

    Hi,
    ActiveWorkbook.SaveAs SFilePath & udds & ".xlsm", xlWorkbookNormal
    SetAttr SFilePath & udds & ".xlsm", vbReadOnly
    Application.DisplayAlerts = True
    I have used the above code to make my file readonly ...however it still allows to make changes to the file and sometimes the file does not get open and throws an error " Excel cannot open the file ".xlsm" because the file format or file extension
    is not valid......."
    Could you please help me this
    Regards, Hitesh
    Saving the file as read-only does not mean you cannot make changes, it merely means it is recommended that you open this file as read-only. Also using 'xlWorkbookNormal' is incorrect since this is basically the macro-free xml format. Use the 'xlOpenXMLWorkbookMacroEnabled'
    instead. Now as far as not allowing the user to make changes you will need to protect each worksheet, as well as protect the workbook. So something like
    Sub ProtectWorkbook()
    ThisWorkbook.Protect Structure:=True, Password:="test123"
    Dim sh As Worksheet
    For Each sh In ThisWorkbook.Worksheets
    sh.Protect Password:="Test1234"
    Next sh
    End Sub

  • Acrobat XI states file is read-only when trying to save

    For the last couple of weeks I have had this issue . . . when saving to our shared drive, Acrobat XI states file is read-only (pop-up below) and I must save as a different name or in a different folder.
    I must then save the file to a different folder or drive. No other Adobe product has this issue and it only occurs on our shared drive. IT states I have full permissions for the folder.
    Anybody else have this issue?

    I'm glad it was that easy, frankly! :-)
    Glad it solved the problem for you!
    Have a great day,
    Sara

  • Problems with file permissions (read only) from Migration Assistant

    So, I just got a new computer (Mac Pro / Leopard) and I used the Migration Assistant to bring in all of my information from my old Powerbook running Tiger. Once that was done I had two accounts: my old admin account (with all of my settings) and my new admin account (the default). I deleted the new admin account because I had no intent to use it any longer, and planned to continue using the old one.
    But since then, I have been having some permissions issues. Pretty much all of my files are Read Only, so I have to set the permissions on them one-by-one as I need to write them. This also prevented me from doing the 10.5.2 update in Software Update (I was able to get it manually from apple.com.
    I need to know if there's any way to fix this. I tried restoring from the discs, but that didn't affect anything. I've tried repairing permissions, and while that may have helped with some system folders, it doesn't help with the rest of the hundreds of files that I'm sure I'll need to "unlock" in the future.
    Please help!

    Repairing permissions won't fix this. Repair permissions can only work on system files and other files which have a bill of materials (BOM) receipt in /Library/Receipts.
    You need to change the ownership of the files. This is very easy to do with terminal if you know what you're doing:
    sudo chown -R username:staff
    where username is your short username (e.g. mine is blloyd).

  • Error when opening table container file keydb read only

    Hi Guys,
    We are installing solution manager 4.0 on windows/sql but we are getting following error and couldnt continue the installation
    FKD-00070  Error when opening table container file C:\PROGRA1\SAPINS1\SOLMAN\SYSTEM\MSS\CENTRAL\AS\keydb.xml for writing. Possible reason: "read-only"
    ERROR 2008-06-04 20:10:56.843
    FKD-00049  XML - Parser error: error: no DTD specified, can't validate in line 1, 1
    in file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\keydb.xml.
    Please help
    Regards,
    Santosh

    Further info
    keydb.xml is empty and the directory has got write access for everyone
    regards
    Edited by: Santosh Keerti on Jun 4, 2008 1:29 PM

  • File locked/Read-Only issue in OES2LINUX

    We have observed that when the novell connection is idle for some time, then it is creating a second connection upon wakeup. Whatever the opened files in the idle connection are getting read-only.
    How to activate the idle connection and prevent creating a second connection? we hope by activating the idle connection, read-only problem can be solved.

    Dear Mr.Willem,
    Thanks for ur reply.
    Client OS: Windows 7 Proff sp1,Novell Client : Novell Client 2 SP1 for Windows 7 (IR5), but this problem is there with all the versions of client.
    We have already tried disabling novell client caching and energy saving. Still the problem is not solved.
    I've just changed the value of OPLOCK_SUPPORT_LEVEL to '0' on server. I'll get back to u on this soon.
    Rgds,
    Ahleia
    Originally Posted by magic31
    Hi,
    Which OS is the client running (version and patchlevel) and which Novell client version?
    Two generic things that come to mind:
    1) Make sure you have oplocks disabled on the server and also have disabled Novell client caching on the workstation.
    2) If this is a fixed workstation, disable energy saving on the network card to see if that helps
    Cheers,
    Willem

  • Can not change files from "Read Only" In Windows 8.1

    I am the only Administrator on my computer, there are no other accounts. Some how all my files now have the read only attribute and I can not change it. It gives me the option to change it and I do and it looks like it got rid of it; but as soon as I close
    out of the properties window and go back into the read only attribute is still there.
    The read only attribute doesn't even act like itself because I can still edit the files that are in the selected read only folder. But it doesn't let me change the folder group options.
    None but one of these folders are customized so it is not a problem that can be resolved by the other threads I have read.
    Even new files I create have the read only attribute, please help, this is really annoying.

    Hi,
    For this problem, please refer to the KB below to repair the problem for test firstly, If no use, please feel free let us know.
    You cannot view or change the Read-only or the System attributes of folders in Windows Server 2003, in Windows XP, in Windows Vista or in Windows 7:
    http://support.microsoft.com/?kbid=326549
    Note: This article also applys to Windows 8.
    Roger Lu
    TechNet Community Support

  • When trying to save a file under Excel 2008, ver 12.3.3, with extension .xlsx or .xlx, I am told it can't be saved because it is "read only." How do I change the file from read only?

    When I try to save a file using Excel 2008, ver 12.3.3, with extension either .xlsx or .xls, I get a message saying it cannot be saved because it is "read only." How do I change it from read only? (And how did it ever get to be read only?)

    Save the file as a new name. Close and Open the new file.
    Most likely when a file transfer happens, Office makes the file 'Read Only'.
    If you have two opened files with the same name, the last opened file will be 'Read Only'.

  • Files are read only to administrator

    I installed X-Plane on my iMac (I am new to Mac) and I found that the X-Plane folders are all Read Only, with no padlock or option to amend the Permissions.
    In order to be able to add new options to X-Plane I need to be able to create a new sub folder within X-Plane. I cannot find a way to do that. I am the administrator of this computer.
    Can anyone help?

    Forget this.
    I have been staring at the screen for too long and was looking at a DVD and not the iMac file.

  • Open MS word file in read only mode

    Hi All,
    Is there any function module or method to open an MS word file (which is not read only ) in read only mode.
    User should only be able to see the document ,he should not be able to make any changes.
    Regards,
    Mukul Sharma.

    Hi,
    Where is the document stored? In a content server? In BDS? In a directory?
    Regards,
    bert

Maybe you are looking for

  • How to Read Idoc - Segment fields values and status messages

    Hi,   I am having one requirement as i want to read the segments along with the field values and also i want to read all the status messages. first i read the idoc data from EDIDS and segments data from EDID4 and the staus messges from T100. but stil

  • Update from multiple tables

    Hi friends, need help with the following I need to convert the following SQL Server query to Oracle Pl/sql UPDATE perf SET perf.value5 = tmp.storeCount FROM dplapro1..ix_spc_performance perf INNER JOIN dplapro1..ix_spc_planogram plano ON plano.dbkey

  • HT4009 I confirm my purchase and is then purchase cannot be completed Check apple/iTunes/support

    I confirm my purchase and is then purchase cannot be completed Check apple/iTunes/support

  • Masks in PSE 4.0

    I am trying to add a cloudy sky to a picture and following the instructions on the Digital Photo CD Layers and Selections. I cannot find however the adjustment layer icon although I can achieve a red overlay with the magic brush selection mask option

  • Delivery Cost non-inventory

    Dear Friends, Can you help me with a scenario where I need to have a Delivery Cost Condition type in my MM pricing procedure, which will not hit the inventory, but will be paid to the vendor. So no effect of that value during GR but will effect only