Most of the commands sent to the device from MDM is returning Server session invalidated.
Some of these commands are Settings, Installed Application List, Security Info, Install Application etc…
The device gives the following error for setting command:>
> <key>Settings</key> > <array> > <dict> > <key>Item</key> > <string>Wallpaper</string> > <key>Status</key> > <string>Acknowledged</string> > </dict> > <dict> > <key>ErrorChain</key> > <array> > <dict> > <key>ErrorCode</key> > <integer>502</integer> > <key>ErrorDomain</key> > <string>Catalyst.error</string> > <key>LocalizedDescription</key> > <string>Server session invalidated.</string> > </dict> > </array> > <key>Item</key> > <string>Wallpaper</string> > <key>Status</key> > <string>Error</string> > </dict> > </array> > <key>Status</key> > <string>Acknowledged</string>
Have anyone encountered the same problem?