I'm trying to push a bat file through software distribution which imports a Reg key. I'm running into this error and can't quite figure it out. I am including a portion of the log file output. If I go into the sdmcache folder and run the bat file manually, the Reg key is successfully imported.
Here is a portion of the log file:
Wed, 08 Jul 2015 10:04:43 Core name 'mycoreservername' obtained from active task list
Wed, 08 Jul 2015 10:04:43 Sending task status, cmd line -coreandip=mycoreservername-taskid=357 -retcode=229392258 -pkgid=82
Wed, 08 Jul 2015 10:04:43 ExpandEnvironmentVariables Result:
Wed, 08 Jul 2015 10:04:43 Batch file Client Thread
Wed, 08 Jul 2015 10:04:43 PackagePath: [\\mycoreservername\packages\bat\Lynctaskbar.bat]
Wed, 08 Jul 2015 10:04:58
Wed, 08 Jul 2015 10:04:58 Bat file output : C:\Program Files (x86)\LANDesk\LDClient\sdmcache\packages\bat>call "Lynctaskbar.bat" C:\Program Files (x86)\LANDesk\LDClient\sdmcache\packages\bat>reg.exe import "\\mycoreservername\Packages\registry_keys\lync_minimizetaskbar.reg" C:\Program Files (x86)\LANDesk\LDClient\sdmcache\packages\bat>"C:\Program Files (x86)\LANDesk\LDClient\sdistbat.exe" /setbatchstatus=1
Wed, 08 Jul 2015 10:04:58 Installation result 8DB50001
Wed, 08 Jul 2015 10:04:58 RunPackageInstall: stop on returncode=8db50001 of package=Lync_minimizetaskbar
Wed, 08 Jul 2015 10:04:58 processing of package is complete, result -1917517823 (0x8db50001 - code 1)
Does anyone have a clue about these error codes?