Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The TOPIC ID is the UID or User ID of the certificate. This can be obtained using SSLShopper or by executing the following command:
openssl x509 -in MDM_Certificate.pem -text -noout

...

Why does the following error message appear in an iOS device when enrolling: “Profile Installation Failed. The server certificate for “https://xxxxxxxxxx/emm/profile” is invalid”?

Image Added

This is a common error that is displayed by the iOS device when there is an issue in installing the Profile. Please check and make sure that the following are correct:

...

By default, only the .apk for the Android agent is shipped with the EMM pack (in the <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/client_app/ directory). The iOS agent needs to be cloned from GitHub and thereafter the steps mentioned in the documentation need to be followed to be able to obtain the iOS agent app.

Troubleshooting related questions

Why does the following error message occur: "Message: JAXP00010001: The parser has encountered more than "64000" entity expansions in this document; this is the limit imposed by the JDK."?

This error occurs in JDK 1.7.0_45 as all XML readers share the same XMLSecurityManager and XMLLimitAnalyzer. When the total count of all readers hits the entity expansion limit, which is 64000 by default, the XMLLimitanalyzer's total counter is accumulated and the XMLInputFactory cannot create more readers. If you still want to use JDK 1.7.0_45, try restarting the server with a higher value assigned to the DentityExpansionLimit using one of the following methods.

For example:

  • Execute the following command
    ./<EMM_HOME>/bin/wso2server.sh -DentityExpansionLimit=1000000
     
  • Set the value of JAVA_OPTS in the <EMM_HOME>/bin/wso2server.sh file.
Info

Note that this bug has been fixed in JDK 1.7.0_51 onwards.

...

Insert excerpt
iOS Server Configurations
iOS Server Configurations
nopaneltrue

...