I’m trying to retrieve some streams form Mobile Server using the SDK but i receive the Error “Response error FeatureIsDisabled 24”.
I’ve tryed to enable or disable multiple features, including the “Push” options with no luck.
The complete error response is:
Response error FeatureIsDisabled 24 Complete response: <?xml version="1.0" encoding="utf-8"?>
<Communication xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ConnectionId>8ef1fbb3-2166-40fc-835a-672557e3d4fc</ConnectionId>
<Command SequenceId="5">
<Type>Response</Type>
<Name>RequestStream</Name>
<InputParams />
<OutputParams />
<Items />
<Result>Error</Result>
<ErrorCode>24</ErrorCode>
</Command>
</Communication>
Version of Mobile Server: 20.3a (72).
Also i triyed to recreated the problem using another installation with a different Mobile Versione 23.2a (34) but everything works good.
Any clue?