S-1-1-0 Error when trying to delete folders on an NCP Server

Hello:
There are a couple of TIDS that point to this issue.
The TID that references Windows 7 says "reported to Engineering"
Problem:
On trying to delete folders on an NCP Server (does not matter if you are admin or any other user) from a WIn 7 Client you get an error message about needing permission from S-1-1-0 in order to make changes to this folder.
Seems to have been an issue with both XP and WIn 7 at one time but may have been resolved in XP.
S-1-1-0 is the MS SID associated with the group Everyone which prior to XPSP2 included "anonymous" users.
I am assuming that Win 7 follows the behaviour of post XP SP2 in not recognizing "anonymous" users as being members of Everyone thus the error message.
Does anyone have the correct technical explanation for this problem. ?
Renaming the folders allows you to delete them which makes me suspect that renaming alters a SID somewhere.

Originally Posted by jmarton
rdseepaul wrote:
Thank you, jmarton, for your response.
In our case we are using Client 2 SP2, so it looks like the "bugcat" came back.
In fiddlying with it we have found that renaming a folder and all its sub folders that you may want to delete allows you to do so.
> There are a couple of TIDS that point to this issue.
> The TID that references Windows 7 says "reported to Engineering"
> Problem:
> On trying to delete folders on an NCP Server (does not matter if you
> are admin or any other user) from a WIn 7 Client you get an error
> message about needing permission from S-1-1-0 in order to make changes
> to this folder.
> Seems to have been an issue with both XP and WIn 7 at one time but may
> have been resolved in XP.
> S-1-1-0 is the MS SID associated with the group Everyone which prior
> to XPSP2 included "anonymous" users.
> I am assuming that Win 7 follows the behaviour of post XP SP2 in not
> recognizing "anonymous" users as being members of Everyone thus the
> error message.
>
> Does anyone have the correct technical explanation for this problem. ?
There was a long standing problem with the Novell Client for Windows 7
that wouldn't allow you to delete files which were read-only. An
example would be some of the files located in a Windows roaming profile
stored in a user's home directly on an OES2 server. The XP client
would pop up a message asking if you wanted to do this, whereas on
Windows 7 you could get the error about needing permission. Deleting
from a command prompt worked ok.
Fixes have gone into the latest Novell Client which should address
this. Please make sure you are using Client 2 SP2.
We're your Novell--again. re: focus
Enhancement Requests: http://www.novell.com/rms

Similar Messages

  • What can be done to avoid getting the following error when trying to delete unused clips he operation could not be completed.  *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil

    what can be done to avoid getting the following error when trying to delete unused clips in Imovie 09 "the operation could not be completed.  *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil"  I use to get these type of error messages when trying to delete unsused clips from a large event 60 minutes or longer, but now I get this message when trying to reduce a 4 minute event.
    Also, does anyone know if there is a limit to the total amount of space that can be taken up by Projects in Imovie 09
    Thanks for any help

    Zachy,
    It goes something like this...
    Put your new drive in the enclosure. Use Disk Utility to format it, etc. I'd give it a slightly different name than the original. Let's say you have Old Disk and New Disk as your drive names. Use Carbon Copy Cloner to copy Old Disk to New Disk. Now you should have an exact copy, which you can test by rebooting and holding down the Option key. Choose New Disk from the list and let it boot, make sure all is well.
    Shut down and physically swap the drives. Take Old Disk and put it in the enclosure. Now your system has a new disk with a lot more space and you can reformat your old disk and just use it for large files or whatever.

  • Ora 12154 error when trying to add a database to VS Server Explorer

    Hi Everyone,
    I get the Ora 12154 error when trying to add a database to VS Server Explorer.
    How do I get around this problem.
    The database service is running and I can connect to the database with pl/sql.
    I can also tnsping the database and that is also ok.
    Looks like a problem with the odp.net software.
    I am running the 32 bit Oracle 11g on a Windows7 Home Premium 64 bit PC.
    I am new to this stuff so please help me step by step.
    Thanks.
    Emad

    Hi J. B.
    I have a question related to this. After you told me about the //host:1521/database alias I tried it in a VB 2008 program and it worked and returned data. At least I know that it can be used in a VB program without issues. I just now need to be able to add a connection with the Server Explorer.
    Anyway here is the VB coding I used. I'm new to this and still learning:
    Imports Oracle.DataAccess.Client ' Visual Basic ODP.NET Oracle managed provider
    Public Class Form1
    ' String to connect to the database.
    Dim strConnectionString As String = _
    "Data Source=//emad-pc:1521/emadeva;User ID=scott;Password=tiger;" '
    ' Associate the connection string with a connection object.
    Dim objOracleConnection As New OracleConnection(strConnectionString)
    ' SQL query for returning data rows.
    Dim strSqlQuery As String = _
    "Select dname, deptno " & _
    "From dept " & _
    "Where deptno = 10" '
    ' Command object to make this query work.
    Dim objOracleCommand As New OracleCommand(strSqlQuery, objOracleConnection)
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ' Identify what type of command is being used.
    objOracleCommand.CommandType = CommandType.Text
    Try
    objOracleConnection.Open()
    ' Set up a Data Reader and load it with data.
    Dim objOracleDataReader As OracleDataReader = _
    objOracleCommand.ExecuteReader()
    objOracleDataReader.Read()
    ' Convert the department number to a string.
    lblDepartmentNumberFromOracle.Text = _
    CStr(objOracleDataReader.Item("deptno"))
    Catch ex As Exception
    MessageBox.Show(ex.Message, "Error")
    End Try
    End Sub
    End Class
    I still want to thank you for the help you are providing.
    Truly,
    Emad

  • OVM 3: error when trying to delete a virtual machine

    Hi,
    I enclose below the error when trying to delete, using OVM MANAGER, a VM that has been wrongly created.
    Thanks for you help.
    Job Construction Phase
    begin()
    com.oracle.odof.exception.ObjectException: Caught during invoke method: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_2007E Find object name: (0}, class: interface com.oracle.ovm.mgr.api.virtual.VirtualMachine, returned null
    Wed Mar 21 14:42:20 CET 2012
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:151)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_2007E Find object name: (0}, class: interface com.oracle.ovm.mgr.api.virtual.VirtualMachine, returned null
    Wed Mar 21 14:42:20 CET 2012
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.deleteObject(OvmManagerImpl.java:393)
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.deleteObject(OvmManagerImpl.java:382)
    at com.oracle.ovm.mgr.api.system.FoundryDbImpl.deleteVirtualMachine(FoundryDbImpl.java:1302)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    ... 7 more
    Job Aborted from server, cleaning up client.

    HI,
    I had this - the recommended solution was to re-install the OVM manager.

  • Getting No checksum error when trying to delete uploaded file

    When trying to delete an uploaded file I get the following error :-
    No checksum was provided to show processing for a page that requires a checksum when one or more request, clear cache, or argument values are passed as parameters.
    I have a tabular report displaying the uploaded files with one of the columns showing a delete icon.
    When you select the delete icon it has Column Link details of the following
    Link Text : <img src="#APP_IMAGES#del.gif">
    Link Attribute : &APP_ID.
    Target: URL
    Url:
    javascript:confirmFileDelete(htmldb_delete_message,'f?p=&APP_ID.:11:&SESSION.:REMOVE_ID:&DEBUG.::P11_DELETE_ID:#FILE_ID#');
    The above was working till I turned on the Session State Protection.
    I believe I need to add a checksum to my url via the pl/sql package apex_util.prepare_url but can someone please show me how to do from my URL????
    Thanks in advance
    Keith

    Keith,
    Why not do the following then...
    I think confirmDeleteFile is a custom function correct? As the second parameter, just pass in the file ID. Then in the function use JavaScript to set the value of P11_DELETE_ID to the file ID. Then call doSubmit('REMOVE_ID');
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Error when trying to delete a vendor from SC

    Hi all,
    I am encountering a problem when trying to delete a vendor from a contract and assign preferred vendor.
    The messages are
    "Enter exactly one partner of type preferred vendor"
    "Partner data couldnot be determined".
    In BBP_PD, I find two entries in partner table with partner_fct = 39.
    I am also not able to delete one of this entry.
    Please suggest.
    Thanks
    Nandalal

    Hi Nandlal,
    Can you see the business partner nos correctly for the vendors you are trying to assign?
    Are these vendors assigned to pur org?
    DO you get all greens in BBP_BP_OM_INTEGRATE?
    BR
    Dinesh

  • Error when trying to delete a query from production

    Hi Experts,
    When i tried to delete a query from <b>production system</b> using RSZDELETE, I am getting an error message like " Query object 42BYOKUXDNZBZKMC2VHR5Z19H is blocked. Deletion has been cancelled."
    i went to E071 table using SE16,and found out the transports which contains this particular object.This transports have returned error code 8.
    Can anyone help me on deleting this object entry from these requests?
    <b>How will I delete this particular object entry from these transport requests?</b>
    Thanks alot
    Shobin

    Hi Venkat,
    Thanks alot for your quick reply.
    I tried that also. But even those transports are not successful.
    I would like to know <b>what is the standard procedure to delete objects from a transport request in production</b>.
    Already, I unlocked the transport request to Modifiable status.
    Thanks alot
    Shobin

  • Error when trying to set up OPC I/O server with LabView 2009

    Hi.I get an error when I try to set up OPC I/O server with LabView 2009 and the DSC module. If I open an empty project, right click ”My Computer”. Select new / I/O Server… and then OPC Client, the following error appears: Unable to browse OPC Server from the selected machine.Error -2147467262 occurred at GetOPCServerList.viPossible reason(s):LabVIEW: (Hex 0x80004002) No such interface supported.  I have tried to repair LabView, but with no luck. Any idea what it could be?

    The problems are not related to each otherOk then. Lets try getting this solved. Lemme dig......

  • Weird Error when trying to delete a flickr album

    http://bayimg.com/GAkNMAAcn
    I tried to delete a linked flickr album created through aperture but got this error. No reaction when I click either button, I forced a quit and then tried to delete it again but the same thing happened.
    What should I do to delete the album?

    That's not an error message that you've posted - that's a dialog box asking you to confirm your deletion request. (Potentially 'saving you from yourself'.)
    That aside, the issue is that you can't actually carry out the deletion. A stuck object like this is possibly a good reason to run some [Library First Aid|http://support.apple.com/kb/HT3805]...
    Or... Have you done any independent album management over at Flickr? If you have, that might have broken the connection between Flickr and Aperture leading to this issue.
    Or... Is your software (operating system and Aperture) fully patched?
    Hope something here helps.
    Regards,
    Gary

  • Error -1407 in Finder when trying to delete folders

    Anybody knows the meaning of error -1407 when I try to delete any folder from the second partition of my internal hard disk?
    I've never seen that error and finally decided to reboot. This fixed the problem but I'm increasingly unhappy about those weird errors that seem to be appearing more and more in Mac OS X these days.
    I also got the -8003 when trying to empty the trash, for no apparent reason. Anybody knows why I get this one?

    NemesysSoft wrote:
    Anybody knows the meaning of error -1407 when I try to delete any folder from the second partition of my internal hard disk?
    According to the "macerror" command, that's saying "Expected a folder, got a file".
    I also got the -8003 when trying to empty the trash, for no apparent reason.
    The "macerror" command chokes on that one.
    You may have some corruption of the disk management structures. I'd launch Disk Utility and run a "repair disk" on that second partition. If Disk Utility can't repair the damage, then you may need something like DiskWarrior:
    http://www.alsoft.com/
    I'd also run a "verify disk" on your boot volume. If that finds errors, either boot from another volume, then run a "repair disk" operation on it, or boot with a "shift" key held down to trigger the equivalent of a "repair disk" operation.

  • Error when trying to add and edit users in Server 4.0

    I am having a strange problem with my OS X Server 4.0 Users section. I try to add a local network user but it automatically adds as a local user. Also, when I try to edit the User account (add to a group), I get the error, "The operation could not be completed. com.apple.Server.Accounts Error 2." Can anyone help and tell me what this means? As well, I can not edit any of my local network users, as I get greyed out buttons everywhere. I am definitely logged in as an administrator and I'm pretty sure my DNS records are accurate.
    Edit- Fixed! Turns out I had 2 users using the same Full Name, one as a local user (admin) and one that is a local network user. I ended up using the local network user one!
    Message was edited by: xoxorockoutloud123

    Sorry I don't have an answer, but I have the same problem.
    I thought it might be because I'm connected to an Active Directory, but the problem seems more fundamental.

  • Error when trying to delete a work status option

    I am trying to delete one of our work states and I keep getting an error indicating the "operation has timed-out", has anyone seen this before?
    Thanks!

    Hi Amy,
    Whenever you try to delete a particular work state, it will delete all the work status related information from the database. This means that all the work status previously set for the transactional data will be lost. How many records do you have with teh work status set? You might be getting this error because there might be lot of records for whom the work status has been set.
    You might try to first take a bakup of all the work status related information from all the applications, then delete them. And then try to delete your work state.
    Hope this helps.

  • Script error when trying to delete group items

    Hello,
    I have the following part of my javascript:
    //loop to remove logos
    for (i=0; i<logoKeys.length; i++) {
    if (logosArray[logoKeys[i]] == false) changeLayer.groupItems.getByName(logoKeys[i]).remove();
    And I get the following error when any of the values are set to false:
    Line 64: if (logosArray[logoKeys[i]] == false) changeLayer.groupItems.getByName(logoKeys[i]).remove();
    an Illustrator error occurred: 1128353364 ('CANT')
    The script works fine when none of the values in logosArray are false, so it must be the part
    changeLayer.groupItems.getByName(logoKeys[i]).remove();
    that is giving me problems.
    I declare the values like this:
    var values = new Array();
    ..some declarations in here for first part of the array...
    values[6]=false;
    values[7]=true;
    values[8]=false;
    values[8]=false;
    values[10]=false;
    then later populate the logosArray:
    for (i=0; i<logoKeys.length; i++) {
    logosArray[logoKeys[i]] = values[offset];
    offset++;
    The interesting thing is if I change the population of logosArray to set all values implicitly to false, it also works fine:
    ie.
    for (i=0; i<logoKeys.length; i++) {
    logosArray[logoKeys[i]] = false;
    offset++;
    So it doesn't seem to like taking the values for logosArray from my values[] array. Any idea why? Any help is greatly appreciated. Thanks.

    Update:
    When I implicitly set the values of logosArray to "false" it only works every OTHER time I run the script. Is there any kind of cache or local memory dump I have to do on illustrator between running scripts?

  • Get error when trying to delete email

    Can't delete email? Get "unable to move message - the message could not be moved to the mailbox trash" error when I do. How can I resolve? Thanks! sidavis

    Here is an article from the apple support website that might help out.
    http://support.apple.com/kb/TS2475

  • Powershell Error when trying to delete a single document

    Hello,
    I am trying to delete a single file named test in my library named testtesttest and I am not able to do so with Powershell. Could someone assist?
    $web = get-spweb "http://Webapp/sites/knowledgebase/test3/"
    $list = $web.lists["testtesttest"]
    $item = $list.item | ?{$_.name -eq "test"}
    $item.delete()

    Name in a library includes the FileExtension as well. Also, the script should be something like below:
    $spAssgn = Start-SPAssignment;
    $web = Get-SPWeb "<URL>" -AssignmentCollection $spAssgn;
    $list = $web.Lists["testtesttest"];
    $item = $list.Items|?{$_.Name -eq "test.docx"};
    #Check if $item exists and is not null
    if($item){
    $list.GetItemById($item.ID).Delete();
    Stop-SPAssignment $spAssgn;
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

Maybe you are looking for

  • Two of my playlists have been lost.  How can i get them back?

    Two of the playlist that I created are lost and not showing up.  Can I retrieve them somehow and not re-create?  I wonder why only two of the 8 are missing?

  • Does anyone have a durable lightning cord?

    I have gone through about 10 lightning cables in the past year.  We have 4 iPhone 5, two nanos and two iPads.  Does anyone know of a reliable company for cables?  Apple's don't seem to last any longer than the cheapy ones I can buy online.  But I hat

  • How to delete a shape from Pages document

    Hi Created a document in Pages, added some shapes, saved document, now a few days later want to delete certain shapes from that document but cannot select shape to remove it. Read Pages Help, searched online but cannot find any information on how to

  • IPhone4 not visible to BT HomeHub2

    I am connected to the internet via BT HomeHub However in the hub setting this connection does not show up unlike my other iPhones. The unit was swapped over by Apple this week because of damage to previous phone. All the settings have been restored

  • N73 music library update error

    I have a problem when i try to update my music library. I have 168 new mp3 files in my digital folder. And when i try to update my music library, it say that "added tracks:0" and when i check it in all track menu it say there is no track. I can't pla