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

Post OFS from Auth Routine R10 Browser

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 4 months ago #18614 by Nash21979
Post OFS from Auth Routine R10 Browser was created by Nash21979
Hi guys,
I'm trying to post an OFS Message from a Auth Routine in R10 (Browser).
the routine runs fine when I run it from the jsh, but doesn't not work when ran from T24.
Can you please give me some guidance about how to do it? If it's not possible at authorization time, how can we do it during COB?

below the relevant part of my code.
Thanks i advance.

SUBROUTINE MM.CONF.RTN
$INSERT I_COMMON
$INSERT I_EQUATE
$INSERT I_F.MM.MONEY.MARKET
$INSERT I_F.OFS.SOURCE

GOSUB
...
GOSUB POST.OFS.MSG

INITIALISE:
...
...
...
POST.OFS.MSG:
OFS.MSG.ID = ''
CALL OFS.POST.MESSAGE(Y.OFS.MSG, OFS.MSG.ID, 'TEST', '')
CALL JOURNAL.UPDATE(SYSTEM(40))
RETURN

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

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
8 years 3 months ago #18625 by jpb
Replied by jpb on topic Post OFS from Auth Routine R10 Browser
JOURNAL.UPDATE in a Auth Routine ?

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

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 3 months ago #18630 by Nash21979
Replied by Nash21979 on topic Post OFS from Auth Routine R10 Browser
Yep

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

Time to create page: 0.102 seconds