51CTO 博客地址: https://blog.51cto.com/14669127
Azure培训视频地址: https://space.bilibili.com/2000820534
近期给客户提供Intune Pointmanagement的时候,遇到在注册 Apple 自动设备注册 (ADE ) 设备时收到错误“XPC_TYPE_ERROR连接无效”的问题,错误信息如下所示:
mobileassetd[83] <Notice>:
0x1a49aebc0 Client connection: XPC_TYPE_ERROR Connection invalid <error:
0x1a49aebc0> { count = 1, transaction: 0, voucher = 0x0, contents =
'XPCErrorDescription' => <string: 0x1a49aee18> { length = 18, contents
= 'Connection invalid' } }
iPhone mobileassetd[83] <Notice>: Client
connection invalid (Connection invalid); terminating connection
iPhone
com.apple.accessibility.AccessibilityUIServer(MobileAsset) [288]
<Notice>: [MobileAssetError:29] Unable to copy asset information from https://mesu.apple.com/assets/ for asset type
com.apple.MobileAsset.VoiceServices.CombinedVocalizerVoices
iPhone mobileassetd[83] <Notice>:
0x1a49aebc0 Client connection: XPC_TYPE_ERROR Connection invalid <error:
0x1a49aebc0> { count = 1, transaction: 0, voucher = 0x0, contents =
'XPCErrorDescription' => <string: 0x1a49aee18> { length = 18, contents
= 'Connection invalid' }
问题原因:经过与Microsoft Support确认是设备与 Apple ADE 服务之间存在连接问题。
解决方案:若要解决此问题,优先修复连接问题,或使用其他网络连接来注册设备,如果问题仍旧存在可以联系Microsoft Support获取帮助。
如果在注册过程中遇到任何同步问题,可以在 iOS/iPadOS 设备注册疑难解答中查看解决方法。
其他说明:
· 每个令牌的最大注册配置文件数:1,000
· 每个配置文件的最大自动设备注册设备数:200,000 (与每个令牌) 的最大设备数相同。
· 每个Intune帐户的最大自动设备注册令牌数:2,000
· 每个令牌的最大自动设备注册设备数:200,000
o 建议每个令牌不超过 200,000 台设备。 否则,你可能会遇到同步问题。 如果设备数超过 200,000,请将这些设备拆分到多个 ADE 令牌。
o Apple Business Manager 和 Apple School Manager 每分钟将大约 3,000 台设备同步到Intune。 我们建议你再次推迟从管理中心手动同步,直到所有设备经过足够的时间来完成同步, (设备总数/每分钟 3,000 台设备) 。
整理本文,希望对大家提供帮助。