
how-to block ads
|
|
Share Topic  |
 |
|
|
|
 funchordsHelloPremium,MVM join:2001-03-11 Yarmouth Port, MA kudos:5 | reply to tlarkins
Re: [XP] they see each other, but access denied Make sure the same username and password combination are valid in both computers. Both need to use the same sharing model. If one or both of the systems are XP Home, this OS can only use the Simple File Sharing model.
Access is denied is a definite message from the destination system ... something is not right with permissions. It means that your system asked under your credentials, the remote system said "no." In XP Pro, I think this means that the permissions on the Security tab are the permissions that are disallowing the access. You can turn on auditing to find out.
"You might not have permission to use this network resource" is less definite. It could be a local issue.
"logon failure, you have not been given permission to access this resource" ... I think this either means that your username and password do not exist on the destination system -- or, if you are using XP Pro, it means that your account or group does not appear on the Sharing tab. -- Robb Topolski http://www.funchords.com/ Hillsboro, Oregon USA Kindness is treating someone better than they deserve. | |  DunkePremium join:2000-09-30 Medford, OR | Check you event log for the error "Srv". If it's listed then this is the problem:
Details Product: Windows Operating System ID: 2011 Source: Srv Version: 5.2 Symbolic Name: EVENT_SRV_IRP_STACK_SIZE Message: The server's configuration parameter "irpstacksize" is too small for the server to use a local device. Please increase the value of this parameter.
Explanation The server is configured with too many file system filter drivers (for example, Quota and anti-virus) and/or too many devices, or the irpstacksize parameter is set to less than the default of 15 stack frames. The irpstacksize represents the number of kernel modules that can store information in the input/output (I/O) Request Packet (IRP). The IRP is used to track I/O requests in the kernel.
User Action The irpstacksize parameter can be increased by changing the registry value.
To change the registry value
Using Regedit, open the following registry key: HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters\IrpStackSize In the Value data box, type 15. The default size is 15 stack frames. Each stack frame is 50 bytes. If the value is less than 15, advanced users can safely set it back to 15. If 15 is too small, try increasing the number by increments of 5 until this event is no longer logged. Changing this registry key requires a restart of the Server service. | | |
|
|