Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • TREP APIs /
avatar image
Question by nicolas.roux · Dec 09, 2016 at 05:07 AM · trepADHnipnon interactive publish

NIP publishing on 2 ADH without multicast

I'm working on a NIP which needs to publishes on my TREP infrastructure. Here's my need:

  • One NIP
  • Two ADH
  • I can't use multicast on the server which hosts the NIP
  • I need a fault tolerant solution on the TREP side

Here's what I'm doing currently:

And here’s my test scenario:

  1. I start the ADH pair:
    hot standby : ADH1 active / ADH2 standby
    cache resiliency : True
    cache percistency : True
  2. I start the NIP
  3. When the NIP starts, it connects to the first server of its list: ADH1
  4. My NIP publishes a couple of updates on InstrumentA
  5. I shutdown the NIP
  6. I kill ADH1
  7. If I dump the cache of ADH2, there’s no trace of InstrumentA <= this is a problem

Another scenario:

  1. I start the ADH pair (same configuration)
  2. I start the NIP
  3. When the NIP starts, it connects to ADH1
  4. My NIP publishes a couple of updates on InstrumentA
  5. I kill the ADH1. (ADH2 is now active)
  6. The NIP connects to ADH2
  7. I restart the ADH1. (ADH2 is still active, so ADH1 is standby)
  8. I kill the NIP
  9. I start the NIP

The NIP connects to the first server of its list: ADH1 (which is standby) <= this is another problem…

Am I doing something wrong?
Is there something I should do on my NIP in order to post simultaneously (via RSSL, because I can't use multicat) on both ADH?

People who like this

0 Show 1
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
nicolas.roux · Dec 09, 2016 at 05:16 AM 0
Share

(sorry, I posted my question in the "answer"... I'm still new with the forum and I don't see how to edit my question)

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by warat.boonyanit · Dec 09, 2016 at 06:11 AM

Hi @nicolas.roux

I am not sure which TREP API you are using but I assume it is RFA.

If you want RFA to connect to both ADH, you have to use connectionList.

\Sessions\SessionOMMNIProv\connectionList = "Connection_RSSL_NIPROV,Connection_RSSL_NIPROV2"


\Connections\Connection_RSSL_NIPROV\connectionType		= "RSSL_NIPROV"
\Connections\Connection_RSSL_NIPROV\rsslPort 			= "14003"
\Connections\Connection_RSSL_NIPROV\hostName			= "192.168.27.30"

\Connections\Connection_RSSL_NIPROV2\connectionType		= "RSSL_NIPROV"
\Connections\Connection_RSSL_NIPROV2\rsslPort 			= "14003"
\Connections\Connection_RSSL_NIPROV2\hostName			= "192.168.27.60"

With this configuration, RFA should connect and publish to both ADHs.

Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

avatar image
nicolas.roux · Dec 23, 2016 at 06:23 AM 0
Share

Thanks a lot Warat, it's working perfectly fine!

I just had to modify the Reuters example (ommprovnimdi /

LoginClient.java) in order to always call processLogin(true) as it's explained in the code comments:

// If there is more than one Connection, then this could would 
// need to be changed to always call processLogin(true) when the
// re is a refresh. In general, if applications wish to use two
// Connections, it is recommended that they use two Sessions. // (...) // if (!_loggedIn)
//{
_loggedIn = true;
_mainApp.processLogin(true);
//}
}

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
10 People are following this question.

Related Questions

Two NIPs publishing on the same service (ADH cache)

NIP Publishing with two ADH servers using Elektron Java SDK

Market Price Response Status

[TREP] pendingToSrcAppTimeout equivalent in seconds

Publishing using NIP ETA library (F10: Not In Cache error when consuming)

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges