Results 1 to 10 of 10

Hybrid View

  1. #1
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    No, clients should not change anything when transitioning from in-process adapters to remote adapters, provided that the name of the adapter set and the data adapters remains unchanged.
    However, what you might consider adding is the management of the status item, which can be configured for each data adapter and is completely handled by the proxy adapter. It allows informing clients of any disconnections of the data adapters.

    <!--
    Optional.
    Specifies an item name to be managed by the Proxy Adapter for
    carrying information about the availability of the Remote Data Adapter.
    This item will only supply one field, named "status", whose value
    may only be one of the following:
    - "connecting" if no connection with a remote server has taken place yet;
    - "connected" if a connection with a remote server is currently in place;
    - "reconnecting" if a connection with a remote server has been lost.
    The item will support subscriptions in MERGE or RAW mode and requests
    for the snapshot will also be supported.

    Note that the chosen name should be such that no conflicts with the
    item names supplied by the Remote Data Adapter can be possible.
    Also note that the Metadata Adapter must be aware of this item when
    performing permission checks.
    Default: no item is added for carrying status information.
    -->
    <param name="status_item">remote_adapter_status</param>


    Regards,
    Giuseppe

  2. #2
    Thank you!

 

 

Similar Threads

  1. Replies: 7
    Last Post: February 3rd, 2017, 02:37 PM
  2. Replies: 2
    Last Post: April 28th, 2014, 02:23 PM
  3. Replies: 1
    Last Post: December 30th, 2013, 09:32 AM
  4. Replies: 1
    Last Post: March 15th, 2013, 09:20 AM
  5. Replies: 4
    Last Post: October 24th, 2011, 09:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 11:26 AM.