Hi All,
We have a situation where the Location Service is not working in one of the production instances ( we use Android+ devices ). We do observe the below error in the Management Service logs every time we click "Location" on a device . We have another instance where the location tracking works perfectly. tried to check both the instances for any difference, but no luck so far.
Any direction on where to look for or what could be the issue would be highly appreciated.
*************************************
[2019-12-10 17:29:52.638] ERROR [MapsCredentialController.GetMapsKey] [8ca3dd37-9036-4411-9bf8-6244307c0ee6] (185):
**************************
* Exception: Bad Data.
*
**************************
[CryptographicException: Bad Data.
]
at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone)
at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
at System.Security.Cryptography.CryptoStream.FlushFinalBlock()
at System.Security.Cryptography.CryptoStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
**************************************