I started with the provisioning and unattend templates with the Deploying Windows 7 best known methods article. I had to do some tweaks to get it to actually deploy the image to my machine but now it deploys and labels the drives properly. Now however I am getting an error during the inject script section of the template. in the status it gives me the error [80001501H] The web service responded with an invalid call"
If I look at the inject script action in the provision history, I have the internal value result code of : -2147478271
If I look in the ldprovision log file from the client I get the following....
2013-06-18 21:32:57(1064-1024) ldProvision:********* Begin an action - Inject_script
2013-06-18 21:32:58(1064-1024) ldProvision:Do EnvironmentCheck
2013-06-18 21:32:58(1064-1024) ldProvision:Is WinPE Action=1, Is WinPe Environment=1
2013-06-18 21:32:58(1064-1024) ldProvision:Session Data: <variables/>
2013-06-18 21:32:58(1064-1024) ldProvision:Create process (x:\cba8\httpclient.exe) with args ( -f "X:\ldprovision\InjectScriptHandler.exe" http://myserver/LdLogon/Provisioning/windows/InjectScriptHandler.exe)
2013-06-18 21:32:58(1064-1024) ldProvision:Process exit code:0
2013-06-18 21:32:58(1064-1024) ldProvision:The file (X:\ldprovision\InjectScriptHandler.exe) was successfully downloaded
2013-06-18 21:32:58(1064-1024) ldProvision:Download handler ok.
2013-06-18 21:32:58(1064-1024) ldProvision:Launching action handler [InjectScriptHandler.exe] with parameters ["]
2013-06-18 21:32:58(1064-1024) ldProvision:handler launched.
2013-06-18 21:32:58(1064-1024) ldProvision:Reporting action status: 5 to core
2013-06-18 21:32:58(1064-1024) ldProvision:Call web service GetStatusString()
2013-06-18 21:32:58(1064-1024) ldProvision:Start TryallWebService Attempt:0.
2013-06-18 21:32:58(1064-1024) ldProvision:End TryallWebService Attempt:0. ExitCode:0
2013-06-18 21:32:58(1064-1024) ldProvision:StatusString = The Web service responded with an invalid call.
2013-06-18 21:32:58(1064-1024) ldProvision:Call web service SetActionStatus()
2013-06-18 21:32:58(1064-1024) ldProvision:Start TryallWebService Attempt:0.
2013-06-18 21:33:02(1064-1024) ldProvision:End TryallWebService Attempt:0. ExitCode:0
2013-06-18 21:33:02(1064-1024) ldProvision:End of action - Inject_script
2013-06-18 21:33:02(1064-1024) ldProvision:Last action failed
2013-06-18 21:33:02(1064-1024) ldProvision:********************************** End processing actions **********************************
The injectscripthandler.exe log is below..
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:CreateHeaderFile - X:\ldprovision\setupinstall.header.txt
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:CreateBodyFile - X:\ldprovision\setupinstall.body.txt
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:Args = -V -H"X:\ldprovision\setupinstall.header.txt" -o"X:\ldprovision\setupinstall.body.txt" -f"X:\ldprovision\setupinstall.result.xml" http:/myserver/landesk/managementsuite/core/ProvisioningWebService/WebService.asmx
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:going to call x:\cba8\httpclient.exe -V -H"X:\ldprovision\setupinstall.header.txt" -o"X:\ldprovision\setupinstall.body.txt" -f"X:\ldprovision\setupinstall.result.xml" http://myserver/landesk/managementsuite/core/ProvisioningWebService/WebService.asmx
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:start Try httpclient No=0.
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:end Try httpclient No=0.exitCode=0
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:Exit Code of InstallCallHTTPClient = 0
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:FindElement returned 0, value is false
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:invalid result
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:FindElement returned 0
2013-06-13 18:07:28(1072-1044) InjectScriptHandler.exe:An internal error has occurred with the management product.
I can navigate to the path where webservice.asmx is located and seems to be fine there at least from a different computer in a web browser, and I have the drive mapped where the unattend file is located.
Any advise on where to check would be greatly appreciated.. I can't tell if it is something in IIS, or if there is somewhere else I have a file missing... Any help would be appreciated.
Thanks
Chris