I have a client with 2 power management cron jobs and the following error happens when I reimage the client:
------------------------------------------------------------------------------
--------------------------------PowerManagement-------------------------------
------------------------------------------------------------------------------
8/17/2016 9:26 AM Client-Info Client Version: 0.11.5
8/17/2016 9:26 AM Client-Info Client OS: Windows
8/17/2016 9:26 AM Client-Info Server Version: 1.3.0-RC-8
8/17/2016 9:26 AM Middleware::Response Success
8/17/2016 9:26 AM PowerManagement ERROR: Data conversion using the DataContract FOG.Modules.DataContracts.PowerManagement failed
8/17/2016 9:26 AM PowerManagement ERROR: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[FOG.Modules.PowerManagement.Task]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
Path 'tasks.1'.
I am not sure if this is a client and/or server issue.