xc3ss1v3 Posted December 10, 2013 Report post Posted December 10, 2013 Hey guys... I've got what I'm sure is something majorly small, yet is causing me a significant headache. I've set up a task sequence (which has been running properly) up until today (I think, at worst until the last couple days) which runs a password reset batch file based on a WMI query that polls the clients computer name... Essentially, if computer name = aaa then run according batch if not, it checks the next name in the list. The problem I'm suddenly running into is that once it finds the appropriate package containing the batch file, it tries to run the package, but errors out with a cannot find specified file error.... specific error from smsts.log... <![LOG[Failed to run the action: OTHERS. The system cannot find the file specified. (Error: 80070002; Source: Windows)]LOG]!><time="14:26:20.001+360" date="12-10-2013" component="TSManager" context="" type="3" thread="7836" file="instruction.cxx:3103"> I've checked the packages and all are pointing to the correct file share location. I've updated the distribution point. I've verified that other packages install without error. The networking side of our department has made some changes to ACL's but if something went wrong there, I would expect widespread issues with package or TS installation. Not just one in particular. Is there another log I can look at that might be more specific as to why it can't find a file when it appears that the file downloads properly when the TS runs? Any suggestions of troubleshooting steps to take? I'm about to beat my head into a wall on this one. Quote Share this post Link to post Share on other sites More sharing options...
Kazi Posted December 10, 2013 Report post Posted December 10, 2013 If ACL's have changed, I'd check that first. If you updated the distro point but you are getting the error that the system cannot find the file specified, it may be due to a permissions issue, especially if you had access to the file location in the past. Can you manually path out to the file location as the user ID you are using for SCCM deployments? Quote Share this post Link to post Share on other sites More sharing options...
xc3ss1v3 Posted December 10, 2013 Report post Posted December 10, 2013 If ACL's have changed, I'd check that first. If you updated the distro point but you are getting the error that the system cannot find the file specified, it may be due to a permissions issue, especially if you had access to the file location in the past. Can you manually path out to the file location as the user ID you are using for SCCM deployments? Thanks for the quick response... I want to say ACL's, but as I'm sure you know, networking guys don't like to take the blame for anything. I'd like to have more ammo than "this stopped working about the time you guys made changes." But, we'll see. As far as mapping directly... I can path directly from the distro point to the file location. I've also verified that the package folder exists on the distro point and that the files are showing the same update time as when I ran the update from the console. It's like something is going wrong once the client side runs. Quote Share this post Link to post Share on other sites More sharing options...
Kazi Posted December 11, 2013 Report post Posted December 11, 2013 Are you mapping as the user account you are using in SCCM to deploy the software packages? Just curious if that account has access to the file location? Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted December 16, 2013 Report post Posted December 16, 2013 Yes, make sure the network access account has permissions to the files. Pause the task sequence (guide here in the forum by Niall) before your failing step, press F8 when it's paused and then map the share as your NAA and try to run the bat file. Quote Share this post Link to post Share on other sites More sharing options...