mdm

SQL combine multiple identifiers to create a group id for duplicate records

放肆的年华 提交于 2019-12-03 17:33:47
I'm working on a problem in Oracle that I'm struggling to solve 'elegantly'. I have a data extract with three different identifiers: A, B, C Each identifier may appear in more than one row, and each row may have one or more of these three identifiers (i.e the column is populated or null). I want to be able to group all records that have any combination of either A, B or C in common and assign them the same group id. Extract table showing what the eventual groups should be: Rownum | A | B | C | End group 1 p NULL NULL 1 2 p r NULL 1 3 q NULL NULL 2 4 NULL r NULL 1 5 NULL NULL s 2 6 q NULL s 2

Data transfer between application outside profile and inside profile in Android Lollipop

断了今生、忘了曾经 提交于 2019-12-03 16:48:42
Question related to Android for Work . My application was a device Admin privileged app and now I have modified the code which creates a managed work profile and sets itself as the profile owner. The question is, if I upgrade my application, it becomes a profile owner from device admin. Now there will be two copies of my application, one outside the profile and one inside (badged version). Is there a way if I need to transfer some data from the personal space app to the work profile app (badged version)? Lorenz Riedler The DevicePolicyManager class implements a the addCrossProfileIntentFilter

转:基于IOS上MDM技术相关资料整理及汇总

天涯浪子 提交于 2019-12-03 16:39:13
一、MDM相关知识: MDM (Mobile Device Management ),即移动设备管理。在21世纪的今天,数据是企业宝贵的资产,安全问题更是重中之重,在移动互联网时代,员工个人的设备接入企业网络并查看、收发企业数 据已十分普遍,在管理企业移动设备的同时,MDM还能提供全方位安全体系防护,同时在移动设备、移动APP、移动文档三方面进行管理和防护。 二、基于IOS上MDM技术相关资料整理及汇总: 1、理解apple官网提供的相关MDM的开发帮助文档 原文地址: http://www.mbaike.net/ios/1552.html 阶段目标:理解IOS上MDM的原理和工作流程。 2、申请IOS开发MDM需要的https(SSL)证书和密钥 原文地址: http://www.mbaike.net/ios/1554.html 阶段目标:完成https证书申请及流程,为后面部署服务器环境做准备。 3、部署https(SSL)服务器环境 原文地址: http://www.mbaike.net/ios/1556.html 阶段目标:完成https环境的部署和测试,为后面的MDM的测试座准备; 4、MDM推送证书的生成及java-apns组件的测试代码编写 原文地址: http://www.mbaike.net/ios/1558.html 阶段目标

mobileconfig file with mdm payload, is invalid profile

柔情痞子 提交于 2019-12-03 15:07:47
I'm trying to install .mobileconfig file that was created through IPCU. but when I click on an attached .mobileconfig file in mail. It occured error message as "invalid profile". what is problem ? if the certificate is problem, please let us know how to make. Below is the procedure I created the certificate. in keychain, After navigate Keychain Access/Certifiate Assistant/Certificate generate, I have generated Certificate. and exported .p12 file .p12 file is used to Credentials setting in IPCU You could be having any number of problems, but the one I've seen most often is that you're trying to

MDM OTA: Last profile in iDevice enrollment

橙三吉。 提交于 2019-12-03 14:15:35
问题 I meet a problem when install last profile on device, the console complains: Underlying error: MDM com.company.com.mdm5: The MDM payload com.company.com.mdm5 contains an invalid topic. I think mybe I input the wrong topic value, I tried following value, but all failed. 1. the UID of Developer cert's Subject. 2. the "application-identifier" value in my .mobileprovision file Any suggestions? Thanks in advance. The SCEP cert was successfully issued from the device, my profile is generated by

iOS8 - distributing Enterprise app via itms / MDM

爷,独闯天下 提交于 2019-12-03 10:22:34
问题 In IOS6 and 7 we have been successfully distributing an iPad enterprise app using the itms method via a page on our client's website. This was simple and reliable for the client. In iOS8 (as others have noted) the documentation for itms distribution has disappeared, and the auto-generation of the manifest plist has disappeared in Xcode 6. itms download still works for us, with the downside that the current app is no longer backgrounded when an itms download starts. However, Apple are

MDM push certificate creation

烂漫一生 提交于 2019-12-03 10:17:56
问题 I'm interesting in creation of PushCertWebRequest (this is from apple documentation) I have found a lot of docs how to do this for 3rd party vendors like Air-watch and so on, but they skip last step where they are working with your .p12 certificate. I mean process when you should create PushCertWebRequest and upload it to https://identity.apple.com/pushcert So my question is how to create a Push Certificate Request plist. the example of this plist should be following (this is from apple doc)

Error when combining scep and mdm payloads - enrollment server did not provision valid identity certificate

浪尽此生 提交于 2019-12-03 08:07:52
I'm working on rolling my own MDM service, and I'm trying to combine the SCEP and MDM payloads as the MDM protocol document from Apple suggests. I created my own SCEP web service in C# .Net and I know that the device can get a valid certificate when I just send the SCEP payload. However when I also include an MDM payload that points to the SCEP payload's UUID via the IdentityCertificateUUID key, I get the following error, " The enrollment server did not provision a valid identity certificate. " This configuration is the one that is sent after the user chooses to install the initial enrollment

Documents for MDM Integration in iPhone

南笙酒味 提交于 2019-12-03 08:00:48
问题 Can any one help me out how to do MDM Integration in iPhone from client prespective without using APN. Because I want to do an enterprise application which need to list all the installed apps in iPhone and also should allow the user to delete some apps from current application. 回答1: You need to have an enterprise developer account to get the documents. If you can't get an enterprise account, you can't get the documents. Apple has only given the iOS MDM documents to a select few enterprise

Error using the “App Lock” configuration profile setting (aka “kiosk mode”) with an iPad/iOS6.0

旧巷老猫 提交于 2019-12-03 07:57:28
Background: Apple provides a "kiosk mode" for their iPads as part of iOS6 which locks the device into one application (even boots directly into the app too). Great for using iPads in retail/restaurants/etc. In order to use this, the device first has to be setup as a "Supervised" device using Apple Configurator. You then add a special entry to a configuration profile called "App Lock". I followed the recently-updated configuration profile document . Essentially, you just set the PayloadType as 'com.apple.app.lock' and add a property called 'Identifier' which is set to the value of your