You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to placing the issue, please check following:(fill out each checkbox with an X once done)
[X ] I have understood that answers are voluntary and community-driven, and not commercial support.
[X ] I have verified that my issue has not been already answered in the past. I also checked previous issues.
Describe the bug
A job with interval set to every* cannot be updated using the powershell bConnect Module. The function "Edit-bConnectJob" will return "Invoke-bConnectPatch : IntervalType 'Every1stOfMonth' must contain all weekdays." although the Job object contains all weekdays.
To Reproduce
Steps to reproduce the behavior:
Get a Job with interval set to "Every1stOfMonth"
Edit a property, e.g. the priority by executing "$job.WindowsProperties.Priority = 250"
Invoke the update by executing "Edit-bConnectJob -Job $job -IgnoreAssignments:$true"
Receive the above mentioned error.
Expected behavior
The Job should be updated.
System information
Question
Answer
My operating system
Win10
baramundi Server Version
2020R2U1
PS-bConnect Version
20.1.0.5
Additional context
We checked that the Powershell Job Object contains a list of all weekdays.
The text was updated successfully, but these errors were encountered:
Prior to placing the issue, please check following: (fill out each checkbox with an
X
once done)Describe the bug
A job with interval set to every* cannot be updated using the powershell bConnect Module. The function "Edit-bConnectJob" will return "Invoke-bConnectPatch : IntervalType 'Every1stOfMonth' must contain all weekdays." although the Job object contains all weekdays.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Job should be updated.
System information
Additional context
We checked that the Powershell Job Object contains a list of all weekdays.
The text was updated successfully, but these errors were encountered: