News:

We really need your input in this questionnaire

Main Menu

Run sheduled deployment

Started by saksham.adyso, October 10, 2024, 07:41:26 AM

Previous topic - Next topic

saksham.adyso

When the deployment is run as a scheduled task, the log writes:
2024.10.08 17:45:00.732 *D* [packages ] CreatePackageDeploymentTask: invalid package id 0
2024.10.08 17:45:00.732 *D* [packages ] ExecuteScheduledPackageDeployment: cannot create deployment task for package
  • (RCC = 36)
If I run the deployment manually, everything goes correctly and the package is installed. I tried both the package name as a parameter and its index.


Victor Kirhenshtein

Task handler Agent.DeployPackage expects parameter string as set of key=value entries separated by semicolons. Currently only one key is supported - "package". So if you have package with ID 123 then setting task parameter to
package=123
should do the trick.

Best regards,
Victor