As mentioned in http://technet.microsoft.com/en-us/library/dd261866.aspx a machine that supports GPMC has to be in the domain in which SCMDM 2008 server is installed. To support Windows Mobile 6.x devices on EMM, Group Policy service must be installed.
Important: This service has to be installed on the machine that supports group policy management. This machine should be accessible to SCMDM 2008 machine. It need not have a public IP and can remain with in the corporate domain.
The Installation file can be downloaded from the developer portal.
Install InstallerGPMCMDM.msi
on the machine as per below section:
Service Configuration: This section defines the parameters for GP service with which it will be started.
Kony Server Configuration:
This section defines the credentials of Kony Server User that is used to generate the HashKey to validate the requests.
Config.xml file
. Install it in the machine and start the service.config.xml
and generate the hash key at its end. Once hash key is generated by MDM service, it matches it with hash key received in request. That is the process of authentication under the hood"Config.xm
l" file is found with a layout similar to:-<Config>
<UserName>KonyServerUser</UserName>
<Password>Password</Password>
<ServiceUserName>KH1446</ServiceUserName>
<ServicePassword>Password#123</ServicePassword>
<QueueSize>200</QueueSize>
<Logging>true</Logging>
<MDMInstance>mdm1</MDMInstance>
<MDMServerUrl>https://*:8878/</MDMServerUrl>
<PolicyServerUrl>http://gpmc.pftest.local:8883/</PolicyServerUrl>
<PolicyServerCallbackUrl>http://winmdm.pftest.local:8585/</PolicyServerCallbackUrl>
</Config>
Explanation for the configuration parameters values:
Open the windows logs and check for any errors. If no errors, the service will start listening incoming connections on PolicyServerUrl. If any error is found, the service will not work as desired. It may even stop.
Note: Ensure that the port given is proper and also the DNS/IP is accessible in the domain.
Important: If Config.xml
needs to be changed for any reason, before making the changes, stop the service using stopService.ps1. Make the changes and use restartService.ps1 to restart the service.
Config.xml
files in installation path. Note this URL and use it in Kony MDM Console.To bind a port with a SSL certificate for secure communication (https):
For windows 2003 download "Windows 2003 SP1 Support Tools" from this page.
These tools contain a tool called "httpcfg.exe
" which allows to bind a port with a SSL Certificate. Information about this tool is mentioned on this page.
For newer OS "httpcfg.exe
" is obsolete and replaced with "netsh.exe
" as given on this page.
Copyright © 2018 Kony, Inc. All rights reserved. |