Project

General

Profile

Bug #9758

Updated by Arshana Atapattu over 1 year ago

When clicking "Sync Devices" in ABM Devices gives an unclear error message as "There was a problem Error occurred while trying to sync ABM devices". 

 This should be a warning saying the iOS configs are not properly    filled or saved. 

 Backend error when click on sync button: 
 [2023-06-01 22:04:49,779] ERROR - DEPServiceImpl Error occurred while retrieving iOS DEP configuration from registry. 
 io.entgra.device.mgt.core.device.mgt.common.exceptions.DeviceManagementException: iOS DEP configuration is not saved. 
	 at io.entgra.proprietary.uem.platform.ios.dep.utils.TokenUtils.retrieveDEPConfiguration(TokenUtils.java:60) ~[io.entgra.proprietary.uem.platform.ios.dep_5.0.26.2-SNAPSHOT.jar:?] 
	 at io.entgra.proprietary.uem.platform.ios.dep.utils.EndpointUtils.checkTokenExpiration(EndpointUtils.java:342) ~[io.entgra.proprietary.uem.platform.ios.dep_5.0.26.2-SNAPSHOT.jar:?] 
	 at io.entgra.proprietary.uem.platform.ios.api.services.impl.DEPServiceImpl.syncDevices(DEPServiceImpl.java:183) [classes/:?] 

Back