I can not use "SUBINACL.exe /service". i dont know why.

I

ice

Hi.

I can not use "SUBINACL.exe /service". i dont know why.


os : win2000ser-sp4
environment : no Active Directory.



c:\>SUBINACL /SERVICE \\myComputerName\Messenger
/GRANT=myComputerName\MyUserName=F
Default Sam Server will be yjwon
Messenger : 1783 The stub received bad data.


JIN
 
T

Torgeir Bakken (MVP)

ice said:
I can not use "SUBINACL.exe /service". i dont know why.

os : win2000ser-sp4
environment : no Active Directory.

c:\>SUBINACL /SERVICE \\myComputerName\Messenger
/GRANT=myComputerName\MyUserName=F
Default Sam Server will be yjwon
Messenger : 1783 The stub received bad data.

Hi

As Steven wrote, it looks like the combination SP4 and SUBINACL has some
problems.

See if this one works better:

SETACL (freeware) at
http://setacl.sourceforge.net/

SetACL can set permissions on:

Local or remote directories
Local or remote files
Local or remote printers
Local or remote registry keys
Local or remote Win32 services
Local or remote network shares
 
C

Craig Williams

There is a Post-SP4 hotfix for services.exe. The problem lies there not in
subinacl.exe.
It is number KB827209, but you'll need to open a call to obtain it.
Pretty poor turn around time from MS on this, as I received it from them on
8/22 and I still can't get a hit on it in the public knowledgebase.
 
M

Matt Scarborough

On Tue, 14 Oct 2003 09:33:12 -0500, Craig Williams wrote
There is a Post-SP4 hotfix for services.exe. The problem lies there not in
subinacl.exe.
It is number KB827209, but you'll need to open a call to obtain it.
Pretty poor turn around time from MS on this, as I received it from them on
8/22 and I still can't get a hit on it in the public knowledgebase.

Is this it?

Error 1783 (RPC_X_BAD_STUB_DATA)" Error Message When You Use the
EnumDependentServices Function
http://support.microsoft.com/?kbid=822751

A similar problem exists with

QueryServiceConfig(
SC_HANDLE hService,
LPQUERY_SERVICE_CONFIG lpServiceConfig,
DWORD cbBufSize,

when cbBufSize is greater than 8192 bytes on Windows 2000 SP4 +0.

See
http://groups.google.com/groups?hl=en&lr=&[email protected]
http://groups.google.com/[email protected]
on that one.

Matt Scarborough 2003-10-19
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top