× 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 #6315 by AMMAR.FAIDI
OFS.BULK.MANAGER was created by AMMAR.FAIDI
does any one has an example of a routine that calls the OFS.BULK.MANAGER

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

More
13 years 10 months ago #6322 by Zeek
Replied by Zeek on topic Re: OFS.BULK.MANAGER
I'm not sure if you can call it using a subroutine,

OFS.BULK.MANAGER is used by tSS as follow:

tSS -> OFS.BULK.MANAGER -> OFS.PROCESS.MANAGER -> OFS.SESSION.MANAGER -> OFS.REQUEST.MNAGER ->T24 DB

Regards.

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

More
13 years 10 months ago #6330 by rolandfeghaly
Replied by rolandfeghaly on topic Re: OFS.BULK.MANAGER
why u want to use OFS.BULK.MANAGER ?

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

  • AMMAR.FAIDI
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 10 months ago #6332 by AMMAR.FAIDI
Replied by AMMAR.FAIDI on topic Re: OFS.BULK.MANAGER
thanks for your reply

but what i want is how to execute the OFS.BULK.MESSAGE from a subroutine and the purpose is to upload bulk of transaction to the system

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

  • concern
  • concern's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • R20 | TAFJ | ORACLE
More
13 years 10 months ago #6336 by concern
Replied by concern on topic Re: OFS.BULK.MANAGER
Would you mind explaining what you mean by "bulk" transactions???? A little more info will result in better responses....

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

  • AMMAR.FAIDI
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 9 months ago #6343 by AMMAR.FAIDI
Replied by AMMAR.FAIDI on topic Re: OFS.BULK.MANAGER
hi
i mean by bulk transactions a lot of transactions like salaries or other things

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

More
13 years 9 months ago #6349 by Zeek
Replied by Zeek on topic Re: OFS.BULK.MANAGER
Why don't you use OFS.GLOBUS.MANAGER or OFS.POST.MESSAGE or implements a PHANTOM or use
callJ->TCClient -> TCServer.

Regards.

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

  • concern
  • concern's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • R20 | TAFJ | ORACLE
More
13 years 9 months ago #6419 by concern
Replied by concern on topic Re: OFS.BULK.MANAGER
please NEVER use a phantom to post transactions on T24.... use services...

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

More
13 years 7 months ago #7209 by jpb
Replied by jpb on topic Re: OFS.BULK.MANAGER
Dear Ammar,

the only use of OFS.BULK.MANAGER I know is in tSS program.
The call is with 3 parameters, first two same format as to OFS.PROCESS.MANAGER, third a dummy "".

Regards,
jpb

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

More
13 years 1 month ago #9071 by tjondro.utomo
Replied by tjondro.utomo on topic Re: OFS.BULK.MANAGER
I think got same question with Ammar.

I have multiple OFS request, let say opening new ACCOUNT for new CUSTOMER should be generated OFS request twice to T24.
It's mean, how to make that request only once ? It's mean, can we use OFS.BULK.MANAGER to handle single request for both creating CUSTOMER and ACCOUNT also ?
Coz I have been heared that T24 got product call AA using OBM handle similar of request to generate multiple record in same transaction boundary.

Sory if not clear...

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

More
13 years 1 month ago #9074 by jpb
Replied by jpb on topic Re: OFS.BULK.MANAGER
You should use OFS.POST.MESSAGE, have a look at UserGuide OFS - Using OFS from API Code.

--> The local API calls OFS.POST.MESSAGE, passing the OFS.SOURCE record to use and one or many OFS messages (delimited by a value mark - VM).

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

Time to create page: 0.096 seconds