Reutets RFA login

I'm trying to login with my java client to Reutets RFA
I'm using ReutersRFA library used: 7.6.0.L1.all.rrg
When I'm getting OMMMsg it has the values :
MsgType:6
StreamState:1
DataState:2
instead of my expectations to get :
MsgType:7
StreamState:1
DataState:1
So I can not login
What could be the reason for that ?
This is the log :
65 DEBUG .ReutersRFA Build session using namespace: _ and session name: equity main 2025-04-07 10:45:04,297+0200
66 DEBUG .ReutersRFA AppId found is 0. Retry attempt::1 main 2025-04-07 10:45:04,298+0200
67 DEBUG .ReutersRFA Thread going to sleep main 2025-04-07 10:45:04,298+0200
68 DEBUG .ReutersRFA Thread awake after sleep main 2025-04-07 10:45:04,798+0200
69 DEBUG .ReutersRFA AppId found is 0. Retry attempt::2 main 2025-04-07 10:45:04,799+0200
70 DEBUG .ReutersRFA Thread going to sleep main 2025-04-07 10:45:04,799+0200
71 DEBUG .ReutersRFA Thread awake after sleep main 2025-04-07 10:45:05,299+0200
72 DEBUG .ReutersRFA AppId found is 0. Retry attempt::3 main 2025-04-07 10:45:05,300+0200
73 DEBUG .ReutersRFA Thread going to sleep main 2025-04-07 10:45:05,300+0200
74 DEBUG .ReutersRFA Thread awake after sleep main 2025-04-07 10:45:05,800+0200
75 DEBUG .ReutersRFA AppId found is 0. Retry attempt::4 main 2025-04-07 10:45:05,800+0200
76 DEBUG .ReutersRFA Thread going to sleep main 2025-04-07 10:45:05,801+0200
77 DEBUG .ReutersRFA Thread awake after sleep main 2025-04-07 10:45:06,301+0200
78 WARN .ReutersRFA After 5 attempts appId found is 0. main 2025-04-07 10:45:06,301+0200
79 DEBUG .ReutersRFA registering client. SubscriberName = EQ_ETO_ReutersRFA, client = com.c... main 2025-04-07 10:45:06,301+0200
80 DEBUG .ReutersRFA subscriber = null main 2025-04-07 10:45:06,303+0200
81 DEBUG .ReutersRFA eventQueue = null main 2025-04-07 10:45:06,304+0200
82 DEBUG .ReutersRFA Acquiring session for name _::equity without using an identity ... main 2025-04-07 10:45:06,308+0200
83 INFO .ReutersRFA Version of the ReutersRFA library used: 7.6.0.L1.all.rrg main 2025-04-07 10:45:06,338+0200
84 DEBUG .ReutersRFA Return session com.reuters.rfa.internal.session.SessionImpl@4e7b89b6 main 2025-04-07 10:45:06,338+0200
85 DEBUG .ReutersRFA session = com.reuters.rfa.internal.session.SessionImpl@4e7b89b6 main 2025-04-07 10:45:06,338+0200
86 DEBUG .ReutersRFA subscriber = com.reuters.rfa.internal.session.ommc.OMMConsumerImpl@796... main 2025-04-07 10:45:06,356+0200
87 DEBUG .RFADispatchingThread Starting Dispatching thread Thread-7 2025-04-07 10:45:06,357+0200
88 DEBUG .RFADispatchingThread Getting market data events... Thread-7 2025-04-07 10:45:06,358+0200
89 DEBUG .ReutersRFA RFAFeedHandler.sendLoginRequest(): Sending login request, user name=Ca... main 2025-04-07 10:45:06,491+0200
90 DEBUG .ReutersRFA 2calling registerClient thread (2 with id=com..tk.marketdata.De... main 2025-04-07 10:45:06,494+0200
91 DEBUG .ReutersRFAEventItem 1Received Login Response... Thread-7 2025-04-07 10:45:06,507+0200
92 DEBUG .ReutersRFAEventItem 1respMsg.getMsgType() = 6 Thread-7 2025-04-07 10:45:06,509+0200
93 DEBUG .ReutersRFAEventItem 1respMsg.getState().getStreamState() = 1 Thread-7 2025-04-07 10:45:06,509+0200
94 DEBUG .ReutersRFAEventItem 1OMMState.Stream.OPEN = 1 Thread-7 2025-04-07 10:45:06,509+0200
95 DEBUG .ReutersRFAEventItem 1respMsg.getState().getDataState() = 2 Thread-7 2025-04-07 10:45:06,510+0200
96 DEBUG .ReutersRFAEventItem 1OMMState.Data.OK = 1 Thread-7 2025-04-07 10:45:06,510+0200
97 DEBUG .ReutersRFAEventItem ***6 Thread-7 2025-04-07 10:45:06,510+0200
98 DEBUG .ReutersRFAEventItem ***1 Thread-7 2025-04-07 10:45:06,510+0200
99 DEBUG .ReutersRFAEventItem ***2 Thread-7 2025-04-07 10:45:06,510+0200
100 DEBUG .ReutersRFAEventItem 1LoginClientImpl::Received Login Response - MsgType.REFRESH_RESP Thread-7 2025-04-07 10:45:06,512+0200
101 DEBUG .ReutersRFAEventItemDetails MESSAGE Thread-7 2025-04-07 10:45:06,513+0200
102 DEBUG .ReutersRFAEventItemDetails Msg Type: MsgType.REFRESH_RESP Thread-7 2025-04-07 10:45:06,514+0200
103 DEBUG .ReutersRFAEventItemDetails Msg Model Type: LOGIN Thread-7 2025-04-07 10:45:06,515+0200
104 DEBUG .ReutersRFAEventItemDetails Indication Flags: REFRESH_COMPLETE Thread-7 2025-04-07 10:45:06,515+0200
105 DEBUG .ReutersRFAEventItemDetails Hint Flags: HAS_ATTRIB_INFO | HAS_ITEM_GROUP | HAS_RESP_TYPE_NUM | HA... Thread-7 2025-04-07 10:45:06,515+0200
106 DEBUG .ReutersRFAEventItemDetails State: OPEN, SUSPECT, NONE, "All connections pending" Thread-7 2025-04-07 10:45:06,517+0200
107 DEBUG .ReutersRFAEventItemDetails Group: 0000 Thread-7 2025-04-07 10:45:06,518+0200
108 DEBUG .ReutersRFAEventItemDetails RespTypeNum: 0 Thread-7 2025-04-07 10:45:06,518+0200
109 DEBUG .ReutersRFAEventItemDetails (RespType.SOLICITED) Thread-7 2025-04-07 10:45:06,518+0200
110 DEBUG .ReutersRFAEventItemDetails AttribInfo Thread-7 2025-04-07 10:45:06,518+0200
111 DEBUG .ReutersRFAEventItemDetails Name: _Test_EQ Thread-7 2025-04-07 10:45:06,518+0200
112 DEBUG .ReutersRFAEventItemDetails NameType: 1 (USER_NAME) Thread-7 2025-04-07 10:45:06,519+0200
113 DEBUG .ReutersRFAEventItemDetails Attrib Thread-7 2025-04-07 10:45:06,519+0200
114 DEBUG .ReutersRFAEventItemDetails ELEMENT_LIST Thread-7 2025-04-07 10:45:06,520+0200
115 DEBUG .ReutersRFAEventItemDetails ELEMENT_ENTRY AllowSuspectData: Thread-7 2025-04-07 10:45:06,520+0200
116 DEBUG .ReutersRFAEventItemDetails 4, 1 Thread-7 2025-04-07 10:45:06,520+0200
117 DEBUG .ReutersRFAEventItemDetails ELEMENT_ENTRY SingleOpen: Thread-7 2025-04-07 10:45:06,520+0200
118 DEBUG .ReutersRFAEventItemDetails 4, 1 Thread-7 2025-04-07 10:45:06,520+0200
119 DEBUG .ReutersRFAEventItemDetails ELEMENT_ENTRY SupportBatchRequests: Thread-7 2025-04-07 10:45:06,520+0200
120 DEBUG .ReutersRFAEventItemDetails 4, 7 Thread-7 2025-04-07 10:45:06,520+0200
121 DEBUG .ReutersRFAEventItemDetails ELEMENT_ENTRY SupportOptimizedPauseResume: Thread-7 2025-04-07 10:45:06,520+0200
122 DEBUG .ReutersRFAEventItemDetails 4, 1 Thread-7 2025-04-07 10:45:06,521+0200
123 DEBUG .ReutersRFAEventItemDetails ELEMENT_ENTRY SupportPauseResume: Thread-7 2025-04-07 10:45:06,521+0200
124 DEBUG .ReutersRFAEventItemDetails 4, 1 Thread-7 2025-04-07 10:45:06,521+0200
125 DEBUG .ReutersRFAEventItemDetails ELEMENT_ENTRY SupportViewRequests: Thread-7 2025-04-07 10:45:06,521+0200
126 DEBUG .ReutersRFAEventItemDetails 4, 1 Thread-7 2025-04-07 10:45:06,521+0200
127 DEBUG .ReutersRFAEventItemDetails ELEMENT_ENTRY SupportEnhancedSymbolList: Thread-7 2025-04-07 10:45:06,521+0200
128 DEBUG .ReutersRFAEventItemDetails 4, 1 Thread-7 2025-04-07 10:45:06,521+0200
129 DEBUG .ReutersRFAEventItemDetails ELEMENT_ENTRY SupportOMMPost: Thread-7 2025-04-07 10:45:06,521+0200
130 DEBUG .ReutersRFAEventItemDetails 4, 1 Thread-7 2025-04-07 10:45:06,521+0200
131 DEBUG .ReutersRFAEventItemDetails Payload: None Thread-7 2025-04-07 10:45:06,521+0200
Answers
-
Thank you for reaching out to us.
The MsgType: 6 is a refresh response and the MsgType:7 is a status response. We need to check the status text for the reason.
You may need to enable the the ipcTraceFlags configuration to verify what the problem is.
0 -
0
-
Hello Jirapongse ,
Here is the log file
Thank you
0 -
I checked the log file and found that the login stream was opened properly.
MESSAGE
Msg Type: MsgType.REFRESH_RESP
Msg Model Type: LOGIN
Indication Flags: REFRESH_COMPLETE | CLEAR_CACHE
Hint Flags: HAS_ATTRIB_INFO | HAS_ITEM_GROUP | HAS_RESP_TYPE_NUM | HAS_STATE
Stream Id: 1
State: OPEN, OK, NONE, "Login accepted by host trep01.eb.lan.at."
Group: 0000
RespTypeNum: 0(REFRESH_SOLICITED)
AttribInfo
Name: Calypso
NameType: 1 (USER_NAME)
Attrib
ELEMENT_LIST
ELEMENT_ENTRY AllowSuspectData: 1
ELEMENT_ENTRY ApplicationId: 256
ELEMENT_ENTRY ApplicationName: ADS
ELEMENT_ENTRY Position: 10.241.34.40
ELEMENT_ENTRY ProvidePermissionExpressions: 1
ELEMENT_ENTRY ProvidePermissionProfile: 0
ELEMENT_ENTRY SingleOpen: 1
ELEMENT_ENTRY SupportEnhancedSymbolList: 1
ELEMENT_ENTRY SupportOMMPost: 1
ELEMENT_ENTRY SupportPauseResume: 0
ELEMENT_ENTRY SupportStandby: 0
ELEMENT_ENTRY SupportBatchRequests: 7
ELEMENT_ENTRY SupportViewRequests: 1
ELEMENT_ENTRY SupportOptimizedPauseResume: 0
Payload: NonePlease confirm that this is a log file when the problem occurred.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 690 Datastream
- 1.5K DSS
- 629 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 560 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 25 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 281 Open PermID
- 46 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 724 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛