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

OFS.BULK.MANAGER

  • AMMAR.FAIDI
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 10 months ago #6306 by AMMAR.FAIDI
OFS.BULK.MANAGER was created by AMMAR.FAIDI
hi all
who has an example of how can i use OFS.BULK.MANAGER
thnx

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

More
10 years 10 months ago - 10 years 10 months ago #15297 by Stefanova
Replied by Stefanova on topic OFS.BULK.MANAGER
hi
I need also of some example. Can you obtain some?
I will accept with thanks :)
Last edit: 10 years 10 months ago by Stefanova.

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

More
10 years 10 months ago #15301 by jpb
Replied by jpb on topic OFS.BULK.MANAGER
OFS.BULK.MANAGER is normally used by tSS, to use it yourself be aware that all passed OFS messages are processed in one transaction.

CALL OFS.BULK.MANAGER(REQ,RES,CMT)
REQ - one or many OFS messages delimited by FM or by tags
RES - the corresponding replies delimited by tags
CMT - 0 or 1 wether a commit occured

The calling routine must make use of I_GTS.COMMON and populate at least OFS$SOURCE.ID and OFS$SOURCE.REC.
The following user(s) said Thank You: Mark-Oladele

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

  • Valleyman1
  • Visitor
  • Visitor
10 years 10 months ago #15362 by Valleyman1
Replied by Valleyman1 on topic OFS.BULK.MANAGER
OFS.REC := ",BUY.RATE:1:1=":BUY
OFS.REC := ",SELL.RATE:1:1=":SELL
OFS.REC := ",BUY.RATE:2:1=":BUY
OFS.REC := ",SELL.RATE:2:1=":SELL
OFS.MSG.ID = "GENERIC.OFS.PROCESS"
OPTIONS = ""
SFG.RES.MSG = ''
SFG.TXN.COM = ''
CALL OFS.CALL.BULK.MANAGER('GENERIC.OFS.PROCESS',OFS.REC,SFG.RES.MSG,SFG.TXN.COM)

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

More
8 years 11 months ago #18514 by Gabriel_ACE
Replied by Gabriel_ACE on topic OFS.BULK.MANAGER
HI!

IF I have many messages the OFS.CALL.BULK.MANAGER my process wait until all messages are executed?

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

Time to create page: 0.084 seconds