Summary | Getting back invalid ActiveSync response upon Provision request |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | john.bieling (at) gmx (dot) de |
Created | 11/03/2017 (2802 days ago) |
Due | |
Updated | 11/19/2017 (2786 days ago) |
Assigned | |
Resolved | 11/13/2017 (2792 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Thanks for your time
John
provisioning, if I get back such a response.
If I am allowed to ask here: Should the client disable provisioning
altogether (and never ask for a policy key again) or should it
continue to ask for a policy key on each request and skip if none is
returned?
provide a policy for each. Now if at some later time he DOES provide
one for a specific device, the client will never catch it, because
it has disabled provision.
What is the correct way to handle this?
key must be reset. This is doable via the admin interface.
response? I fail to find a proper answer in the active sync
documentation...
I would be happy to discuss this with you more, but NOT by polluting a
bug report ticket. PLEASE use the mailing list as requested previously.
provisioning, if I get back such a response.
If I am allowed to ask here: Should the client disable provisioning
altogether (and never ask for a policy key again) or should it
continue to ask for a policy key on each request and skip if none is
returned?
This is why I ask: Horde sends "provision" with its OPTION response,
so the administrator does want to provision the devices,but does not
provide a policy for each. Now if at some later time he DOES provide
one for a specific device, the client will never catch it, because it
has disabled provision.
What is the correct way to handle this? What do you as the developer
have in mind, when you send that response? I fail to find a proper
answer in the active sync documentation...
Thanks for your time
John
configuration.
This is a support question, not a bug report.
Please use the mailing lists to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
State ⇒ Not A Bug
configuration.
This is a support question, not a bug report.
Please use the mailing lists to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Getting back invalid ActiveSync response upon Provision request
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
horde is not valid.
This is what I send (EAS v14.0):
<Provision xmlns='Provision'>
<Policies>
<Policy>
<PolicyType>MS-EAS-Provisioning-WBXML</PolicyType>
</Policy>
</Policies>
</Provision>
This is what I get back:
<Provision xmlns='Provision'>
<Status>1</Status>
<Policies>
<Policy>
<Status>2</Status>
</Policy>
</Policies>
</Provision>
So provision is supposed to have succeeded (status 1), but there is no
policykey returned (which is required). What am I supposed to do? Fail
or just use "0" as policykey?
Thanks for your help
John