Hello LANDesk Community and administrators,
you already pointed me in the right direction a few times so I hope you can help me one more time.
Our devices should be deployed ready to go, this includes the gateway (CSA) certificate.
A scheduled package or manually execution of BrokerConfig.exe -r works flawlessly.
Even if you just open a command line and enter brokerconfig.exe -r it works.
Just the os deployment action seems to fail in every case.
You can find detailed information below.
Is there another simple method to supply a machine with the gateway certificate in os deployment?
Best Regards,
Timo Liedtke
PS: Hopefully that is the last problem I discover after upgrading to 9.6 SP 2.
===== Detailed Information =====
1 - Ecexute File in System Configuration | 2 - Distribute Software in System Configuration | 3 - Distribute Software in System Configuration |
---|---|---|
After installing the provisioning agent and reboot. | After installing the final agent and 120s wait, batchfile. | As last action after rebooting the device, batchfile. |
Target: %%programfiles(x86)%%\landesk\ldclient\brokerconfig.exe Parameter: -r Working directory: %%programfiles(x86)%%\landesk\ldclient | @echo off "%programfiles(x86)%\landesk\ldclient\brokerconfig.exe" -r exit /B %ERRORLEVEL% | @echo off "%programfiles(x86)%\landesk\ldclient\brokerconfig.exe" -r exit /B %ERRORLEVEL% |
BrokerConfig.log | BrokerConfig.log | BrokerConfig.log |
12:32:17 BrokerConfig Started with 1st param: no params | 13:23:03 BrokerConfig Started with 1st param: -r 13:23:03 PostCertificate() posting cert to host LANDESK04.bruchweg.local, proxy 13:23:03 PostCertificate() StartSession returned 0 13:23:03 PostCertificate() request returned 0 13:23:03 PostCertificate() Write returned 0 13:23:03 PostCertificate() Response returned 0, status of 202 13:28:03 GetCertificate() File did not appear after 300 seconds 13:41:00 BrokerConfig Started with 1st param: no params | 12:32:17 BrokerConfig Started with 1st param: no params |
sdclient_task.log | sdclient_task.log | |
[...] 13:28:04 Bat file output : C:\Program Files (x86)\LANDesk\LDClient\sdmcache\deploy\DSL\LDMS Gateway>call "get CSA Certificate.bat" 13:28:04 Installation result 8DB5002D 13:28:04 RunPackageInstall: stop on returncode=8db5002d of package=Get CSA Certificate 13:28:04 processing of package is complete, result -1917517779 (0x8db5002d - code 45) | [...] 12:07:02 Bat file output : 12:07:02 Installation result 8DB50142 12:07:02 RunPackageInstall: stop on returncode=8db50142 of package=Get CSA Certificate 12:07:02 processing of package is complete, result -1917517502 (0x8db50142 - code 322) |
Error code 45 seems not to be present in Windows (see System Error Codes (0-499) (Windows) ) or in LANDesk error codes list.
8DB5002D seems not to be known either and surpisingly even the all knowing Google failed me this time.
Maybe somebody here knows about this error code?
Error code 322 is misleading I guess since it states ERROR_DEVICE_NO_RESOURCES (The target device has insufficient resources to complete the operation).
Only thing I can think of is that LANDesk is busy with the deployment and can not take the certificate request at this time.
However I doubt that directly as first action after a reboot.
Please find the log files attached.
Note that server and network names are changed.