question

Upvotes
Accepted
7 1 1 7

Working principle of DACS OnDemand

Could you please explain working principle of DACS OnDemand? Where I can find any example of code how to work with DACS OnDemand?


Thanks in advance!

elektronrefinitiv-realtimeelektron-sdktrepDACS
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
25.3k 87 12 25

Hi @pavel.kropachev

DACS OnDemand can be licensed and enabled at the DACS server level.

From a programming perspective there is no difference in terms of using your RFA or Elektron APIs.

If, however, you are using OpenDACS to implement permission/entitlement checks etc, then by default any Subscription checks you perform will be with OnDemand being indicated. If you wish to make a subscription check without OnDemand then you can use OpenDacs v7.5 or higher which exposes an additional considerDOD parameter to disable OnDemand in the checkSubscription call.

For example code please download the relevant OpenDACS SDK (C++/Java/.NET) and refer to the examples e.g. dacsSubscribeClient

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

I'll check documentation and examples. Thanks!

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.