Re: Software Distributions failing at remote site with protected DP on



Alright, this is what I have found. I enabled auditing on the folder and an failure is logged : Object Access Event ID 560 : ReadData.
I added Domain Computers to share permissions and folder securtiy (Read / Execute) of the package share \\server\smspkge$
Deleted and resent the package to the DP
All with the same results.

I did see 1 successful run. This advertisement was set to download and run. I set 1 of the failing programs to download and run and it was successful. It was set to run program from distribution point.

This is a simple executable and nothing more.

Is there a policy maybe that prevents execution on a Domain controller?


JohnV wrote:
Yes, that would appear to be the problem. As advanced security is being used, the local system account does not appear to have access to the DP while these very same clients do have access to other DP's . The problem appears to be in with the Domain Controller security. I can map a drive to the share under my context from said system but simulating access from a machine account would be another matter. I'll try under the context of a reqular user.

Garth wrote:
Typically 0x00000005 is access denied. So have you taken a look at why the client can't access the server/share/files/etc. ?



"JohnV" <JohnV@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:E1769C57-1F49-4CE8-9519-6A7F30AE14EE@xxxxxxxxxxxxxxxx
I have 1 remote site to which all advertisements are failing with the
following error.
This is a remote site with a protected distribution point.
The one thing that is unique about this DP is that it resides on a domain
controller.
These advertisements run without a problem on all other DP's. I have
uninstalled and reinstalled the DP.
I am running Advanced Security SMS 2003 R2 with extended schema.

IsNetResourceAccessible failed with error code 0x00000005
EnterRsRuningState failed to run script Myexectuable.EXE /S 0x80008107
Non fatal execution error 0x80008107 encountered for program Automated

Any ideas would be appreciated.


.



Relevant Pages

  • Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support
    ... properly separating the user execution context from the kernel execution ... What about TLS related kernel ...
    (Linux-Kernel)
  • Re: urlMappings interaction with web.config hierarchy
    ... Luke Dalessandro wrote: ... Presumably I either need a way to manually load configuration files before the Rewrite happens, or I need a way to execute a .aspx class as if it were located at a different location. ... that's not the currently execution directory, use the GetSection(string, ... the context url, I'm just doing a directory search. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Do people still use the .inc extension?
    ... To be safe, you can add some checks, I personnaly apply the one used in phpBB: ... in the php includes. ... if your file does some code depending on a context, which context doesn't exist if you call that file directly, yes. ... Actually, the execution of the code would be quite predictable, and, if properly coded, should fail anyway if a required variable, etc. is missing. ...
    (comp.lang.php)
  • Re: threads vs. processes
    ... > in heap is also in stack and also is context. ... They're abstractions of different things. ... > DS> vehicles and you should create as many as you actually need execution ...
    (comp.unix.programmer)
  • Re: thread versus task
    ... A process is a program in execution, meaning some code has been loaded in memory, and is intended to be interpreted by the computer as a set of instructions. ... This is called a "context switch," where the "context" includes the current instruction pointer and other register values. ... Some operating systems, like Windows, use "process" to mean the entity represented by some heavyweight internal data structure; threads through the same program are specifically not considered separate processes. ...
    (comp.lang.java.programmer)