|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hi,
I'm attempting to push an SMS job which runs locally and produces a log file. I then want to copy that log file to a network share. I want the job to run when nobody is logged on. From what I've ready this isn't possible since the job will always run as SYSTEM which of course doesn't have access to the network. Does anyone know of a way to do this without embedding credentials in the job? My clients are using the SMS advanced client and SMS 2003. Thanks |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
You could grant rights to "domain computers" to that share, and NTFS rights
as well. -- Standardize. Simplify. Automate. "MojoMatt" wrote: > Hi, > > I'm attempting to push an SMS job which runs locally and produces a log > file. I then want to copy that log file to a network share. I want the job > to run when nobody is logged on. From what I've ready this isn't possible > since the job will always run as SYSTEM which of course doesn't have access > to the network. Does anyone know of a way to do this without embedding > credentials in the job? My clients are using the SMS advanced client and SMS > 2003. Thanks |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
Thanks Sherry - that suggestion worked perfectly!
"Sherry Kissinger [MVP-SMS]" wrote: > You could grant rights to "domain computers" to that share, and NTFS rights > as well. > -- > Standardize. Simplify. Automate. > > > "MojoMatt" wrote: > > > Hi, > > > > I'm attempting to push an SMS job which runs locally and produces a log > > file. I then want to copy that log file to a network share. I want the job > > to run when nobody is logged on. From what I've ready this isn't possible > > since the job will always run as SYSTEM which of course doesn't have access > > to the network. Does anyone know of a way to do this without embedding > > credentials in the job? My clients are using the SMS advanced client and SMS > > 2003. Thanks |
|