OFS Response Structure
- MasterL
- Topic Author
- Visitor
I've noticed that T24 OFS response has 2 different structures:
a) FIELD.NAME=VALUE:MV:SV
b) FIELD.NAME:MV:SV=VALUE
To illustrate, the responses below are from an actual FT request which generated 2 responses (the accounts are under AA)
The FT response looks like this:
RECORD.STATUS=INAU:1:1,CURR.NO=1:1:1
The AA response looks like this:
RECORD.STATUS:1:1=INAU,CURR.NO:1:1=1
First, is there a setting or a parameter to standardise the response format?
Secondly, is there a way to anticipate which format the response will be in?
Thank you
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
P.S 1: If you're going to write the results on file and you will use multiple agents (>2). It is recommended to add a suffix of AGENT.NUMBER to write file per agent, then later on you merge the file on .SELECT file. This will prevent locking and can dramatically increase the speed.
P.S 2: When you're going to use the OFS on Version Routine Level, use ofs.addlocalRequest
Please Log in or Create an account to join the conversation.
- MasterL
- Topic Author
- Visitor
I think you misunderstood my question. I already know the response format for OFS. I am looking to find why there are 2 different formats (only one of the formats is referenced in Temenos docs) and if there is a way to anticipate or set which format to use.
It's a bit difficult to build an OFS response consumer when the response is coming in 2 different formats.
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Please Log in or Create an account to join the conversation.
- MasterL
- Topic Author
- Visitor
FieldName:MultiValueNumber:SubValueNumber=Content
FieldName=Content:MultiValueNumber:SubValueNumber
Kindly read my original post again.
Anyway. Never mind. I'll just write a consumer for both formats. If I find any pattern in which format is used I will update accordingly.
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Kindly read first the TEMENOS GUIDELINES which is available on TCSP Portal
Please Log in or Create an account to join the conversation.
- MasterL
- Topic Author
- Visitor
Please, I beg of you, read and understand my question. If you do not have an answer for the question, it's ok. I also don't know which is why I'm asking.
FYI I attached in my first response to you a screenshot from TCSP that shows the format where only the field value is on the right of the = sign, the field name and MV/SV positions are on the left of the = sign.
There are other instances where the field value and the MV and SV positions are on the right of the = sign.
That is all I'm asking in this post.
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
FYI you're attached picture was based related to response data. "FieldName=Content:MultiValueNumber:SubValueNumber" can you make an example screenshot from tcsp documentation?
This is the valid format as per TEMENOS User guide
Please Log in or Create an account to join the conversation.
- MasterL
- Topic Author
- Visitor
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Please Log in or Create an account to join the conversation.
- MasterL
- Topic Author
- Visitor
Can we then let the ones that might have an idea to respond? What I've learnt in my years working with T24 is that nobody knows everything. That's why we have forums as this to educate and update each other. It's ok not to have all answers.
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Hello,
I've noticed that T24 OFS response has 2 different structures:
a) FIELD.NAME=VALUE:MV:SV
b) FIELD.NAME:MV:SV=VALUE
To illustrate, the responses below are from an actual FT request which generated 2 responses (the accounts are under AA)
The FT response looks like this:RECORD.STATUS=INAU:1:1,CURR.NO=1:1:1
The AA response looks like this:RECORD.STATUS:1:1=INAU,CURR.NO:1:1=1
First, is there a setting or a parameter to standardise the response format?
Secondly, is there a way to anticipate which format the response will be in?
Thank you
I've checked on OFS.REQUEST.DETAILS Application an actual transaction on our LIVE environment, our MSG.OUT value contains below
"RECORD.STATUS:1:1=INAU,CURR.NO:1:1=1,INPUTTER:1:1=19438_OBANK__OFS_OBANK,DATE.TIME:1:1=2010021033,CO.CODE:1:1=HT0010088,DEPT.CODE:1:1=1000"
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Please Log in or Create an account to join the conversation.
- MasterL
- Topic Author
- Visitor
As I mentioned in the first post, there are some messages that come with the other format. Which is why I'm asking if there is a way to tell what drives which format T24 uses.
I've attached here an actual response but with bank and customer details redacted (obviously). You will notice there are two transactions in one due to the account affected being an AA account (under the AR module).
The first response contains the FT details and the second one contains the AAA details. They were initiated by the same FT request yet they have different response formats.
Don't dismiss the issue yet just because it doesn't happen to you.
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Thank you for taking the time to check.
As I mentioned in the first post, there are some messages that come with the other format. Which is why I'm asking if there is a way to tell what drives which format T24 uses.
I've attached here an actual response but with bank and customer details redacted (obviously). You will notice there are two transactions in one due to the account affected being an AA account (under the AR module).
The first response contains the FT details and the second one contains the AAA details. They were initiated by the same FT request yet they have different response formats.
Don't dismiss the issue yet just because it doesn't happen to you.
This is normal according to TCSP User guide. For further concern you can file an ISSUE on TCSP Portal, It is easy:)
Please Log in or Create an account to join the conversation.
- santiagolealb
- Offline
- New Member
- Posts: 2
- Thank you received: 0
When I send the OFS message CUSTOMER, SFL.FISICA.WS / I / PROCESS /1/0, USER / PASS ,, ACCOUNT.OFFICER :: = 1001, ... it will be saved the CUSTOMER with IHLD status
I need it to return the errors it finds at the time of performing the validations
Thank you for your help
Sorry for my English, I don't speak English very well
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Please Log in or Create an account to join the conversation.
- santiagolealb
- Offline
- New Member
- Posts: 2
- Thank you received: 0
I am using OFS in R17 but it is not validating the username and password that I sent in the OFS, for it to work I have to enter T24 through the browser and perform an operation, otherwise the Error message //-1/NO,Sorry, you don't have permissions to access this data, the OFS I send is :
SFL.WS.CUSTOMER,CAPT/I/PROCESS/,USER/PASSWORD,,DESCRIP.OPER::=ACTCUS, …
thank you
Please Log in or Create an account to join the conversation.
- woolog
- Offline
- New Member
- Posts: 1
- Thank you received: 0
There is no need to rely on luck to earn coins (Avacoins) in Avakin Life, there are many tricks that can help you get them for free.
Cottagecore has landed in Avakin! Get swept up in new stories and new looks that celebrate a soft life. Write your story in a dreamy new land, or find Nell and uncover the secrets of her past. Style it out in must-have cottagecore looks and explore fresh ways to be you!
Bugs that were causing issues for some players have been fixed.
KW:
LIFE SELECTOR Credits Generator No Survey 2021
LIFESELECTOR Hack Download
Free LIFESELECTOR Credits
LIFESELECTOR Hack Download 2021
LIFE SELECTOR Hack No Survey 2021
LIFE SELECTOR Credits Generator No Survey
LIFE SELECTOR Hack 2021
LIFE SELECTOR Free Credits No Survey
How To Get Free Credits For LIFESELECTOR
Please Log in or Create an account to join the conversation.