× Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…

OFS.MESSAGE.QUEUE

More
10 years 1 week ago #16576 by rrmks
OFS.MESSAGE.QUEUE was created by rrmks
i am working in R11
I wrote a routine to post a FT transaction using OFS.POST.MESSAGE
after execution of routine OFS.MESSAGE.QUEUE not getting updated
I have given the type in OFS.SOURCE record as GLOBUS
any suggestions will be appreciated

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #16577 by kripesh
Replied by kripesh on topic OFS.MESSAGE.QUEUE
Post your Subroutine...

Have a great day !

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #16589 by rrmks
Replied by rrmks on topic OFS.MESSAGE.QUEUE
SUBROUTINE SAMPLE2

$INCLUDE T24.BP I_COMMON
$INCLUDE T24.BP I_EQUATE

Y.OFS.REC = "FUNDS.TRANSFER,TEST/I/PROCESS,AUTHOR/123123,,TRANSACTION.
TYPE::=AC,DEBIT.ACCT.NO::=15997,DEBIT.CURRENCY::=USD,DEBIT.AMOUNT::=100,
DEBIT.VALUE.DATE::=20141111,CREDIT.ACCT.NO::=15792"
OFS.MSG.ID = ''
OFS.SOURCE.ID = 'TEST'
OPTIONS = ''
CALL OFS.POST.MESSAGE(Y.OFS.REC,OFS.MSG.ID,OFS.SOURCE.ID,OPTIONS)
RETURN
END

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #16590 by kripesh
Replied by kripesh on topic OFS.MESSAGE.QUEUE
add the below line after the CALL OFS.POST.MESSAGE(Y.OFS.REC,OFS.MSG.ID,OFS.SOURCE.ID,OPTIONS)
CALL JOURNAL.UPDATE("")

Have a great day !

Please Log in or Create an account to join the conversation.

More
10 years 4 days ago #16601 by rrmks
Replied by rrmks on topic OFS.MESSAGE.QUEUE
Thanks for ur help !

After following ur advice OFS.MESSAGE.QUEUE got populated. After this, I ran the OFS.MESSAGE.SERVICE
OFS.RESPONSE.QUEUE got populated. I got FT @ID from the response queue and tried to view the record.
It says "record not found'
LIST-ITEM F.OFS.RESPONSE.QUEUE
171200000014453.00.1
001 1
002
003 FT11111DBD7L
CT FBNK.FUNDS.TRANSFER FT11111DBD7L
'FT11111DBD7L' record not found

Please Log in or Create an account to join the conversation.

More
10 years 4 days ago #16602 by kripesh
Replied by kripesh on topic OFS.MESSAGE.QUEUE
Check the OFS.REQUEST.DETAILS (ORD) file to see the error message. Incase you have not done this.. Open the OFS.SOURCE record and set the field MAINT.MSG.DETS to Y and then try to do the same process again...

Open the ORD file and check for the error.

Have a great day !
The following user(s) said Thank You: rrmks

Please Log in or Create an account to join the conversation.

More
10 years 4 days ago #16605 by rrmks
Replied by rrmks on topic OFS.MESSAGE.QUEUE
After changing OFS.SOURCE record as instructed

LIST-ITEM F.OFS.REQUEST.DETAIL

TEST111110591640650.00
001 FUNDS.TRANSFER
002 TEST
003 I
004 FT11111688DF
005 AUTHOR
006 GB0010001
007 11:17:30:275 17 NOV 2014
008
009 11:18:07:025 17 NOV 2014
010 PROCESSED
011 FUNDS.TRANSFER,TEST/I/PROCESS,AUTHOR/******,,TRANSACTION.TYPE::=AC,
DEBIT.ACCT.NO::=15997,DEBIT.CURRENCY::=USD,DEBIT.AMOUNT::=100,
DEBIT.VALUE.DATE::=20141111,CREDIT.ACCT.NO::=15792
012 FT11111688DF/TEST111110591640650.00/1
013
014
015

CT FBNK.FUNDS.TRANSFER FT11111688DF
'FT11111688DF' record not found

Please Log in or Create an account to join the conversation.

More
10 years 3 days ago #16606 by gm.saran
Replied by gm.saran on topic OFS.MESSAGE.QUEUE
Are you using a "Zero" authoriser version? If not check for that record in FT$NAU file.

Please Log in or Create an account to join the conversation.

More
10 years 3 days ago #16607 by rrmks
Replied by rrmks on topic OFS.MESSAGE.QUEUE
Many Thanks for your hep Kripesh !

After changing the OFS.SOURCE (Type = GLOBUS) and BATCH (Next Run Date to TODAY)
I tried the process again. It is working fine now. Issue has been resolved.

FT is now getting posted.

[P.S. Thanks for your update gm.saran. YES, it is a "zero" auth version]

Please Log in or Create an account to join the conversation.

Time to create page: 0.087 seconds