×
Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…
Uploading to T24 via Mainline ROUTINE and OFS text
- dfixx
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 73
- Thank you received: 0
13 years 2 months ago #8818
by dfixx
Uploading to T24 via Mainline ROUTINE and OFS text was created by dfixx
Dear All,
I am trying to raise multiple funds transfer transaction entries (upload) with Ofs.source id embedded a mainline routine. But I need help on how to go about the routine.
Kindly assist in sharing a sample routine to use.
Regards
Temi
email: This email address is being protected from spambots. You need JavaScript enabled to view it.
Win2k8 64bit
R08 jbase5
I am trying to raise multiple funds transfer transaction entries (upload) with Ofs.source id embedded a mainline routine. But I need help on how to go about the routine.
Kindly assist in sharing a sample routine to use.
Regards
Temi
email: This email address is being protected from spambots. You need JavaScript enabled to view it.
Win2k8 64bit
R08 jbase5
Please Log in or Create an account to join the conversation.
- praveenb.chennai
- Offline
- Senior Member
Less
More
- Posts: 57
- Thank you received: 4
13 years 2 months ago #8870
by praveenb.chennai
Replied by praveenb.chennai on topic Re: Uploading to T24 via Mainline ROUTINE and OFS text
Hi Temi,
You can try using OFS.GLOBUS.MANAGER with the below sample routine.
SUBROUTINE OGM
$INSERT I_COMMON
$INSERT I_EQUATE
Y.OFS.REC=”ACCOUNT,TRG/I/PROCESS,OFSUSER,123456,,MNEMONIC=TRG,CATEGORY=1001,CUSTOMER=100069,
CURRENCY=USD
OFS.SOURCE.ID = "TRG" ; *Needs to have SOURCE.TYPE set to GLOBUS
CALL OFS.GLOBUS.MANAGER(OFS.SOURCE.ID,Y.OFS.REC)
RETURN
END
You can try using OFS.GLOBUS.MANAGER with the below sample routine.
SUBROUTINE OGM
$INSERT I_COMMON
$INSERT I_EQUATE
Y.OFS.REC=”ACCOUNT,TRG/I/PROCESS,OFSUSER,123456,,MNEMONIC=TRG,CATEGORY=1001,CUSTOMER=100069,
CURRENCY=USD
OFS.SOURCE.ID = "TRG" ; *Needs to have SOURCE.TYPE set to GLOBUS
CALL OFS.GLOBUS.MANAGER(OFS.SOURCE.ID,Y.OFS.REC)
RETURN
END
The following user(s) said Thank You: dfixx
Please Log in or Create an account to join the conversation.
- saahmad
- Offline
- Premium Member
Less
More
- Posts: 145
- Thank you received: 9
13 years 2 months ago #8899
by saahmad
Replied by saahmad on topic Re: Uploading to T24 via Mainline ROUTINE and OFS text
I think if there are multiple messages you will need to run this routine not as a mainline but as a service. Only then will T24 process bulk messages.
Please Log in or Create an account to join the conversation.
- dfixx
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 73
- Thank you received: 0
13 years 1 month ago #9030
by dfixx
Replied by dfixx on topic Re: Uploading to T24 via Mainline ROUTINE and OFS text
Thank you Saahmad, please could you provide detailed explanation on how to set up what you propose.
Thank you
Temi
This email address is being protected from spambots. You need JavaScript enabled to view it.
Thank you
Temi
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
- saahmad
- Offline
- Premium Member
Less
More
- Posts: 145
- Thank you received: 9
13 years 1 month ago #9051
by saahmad
Replied by saahmad on topic Re: Uploading to T24 via Mainline ROUTINE and OFS text
It is simple please run your mainline as a service through BATCH and TSA.SERVICE applications please refer to your on site sys admins and implementors for further assistance
Please Log in or Create an account to join the conversation.
- tkhan04
- Visitor
13 years 1 month ago #9075
by tkhan04
Replied by tkhan04 on topic Re: Uploading to T24 via Mainline ROUTINE and OFS text
Decision of making a Mainline routine and Batch will depends upon requirement. A mainline routine will be executed by logging into the classic mode and a service can be executed through a jshell prompt. Both processes will populate OFS message queue. Through Mainline it is not possible to increase the number of agents in order to enhance the performance. However in case of service it is possible. while creating OFS messages keep one thing in mind that if you want to post the FT entries in different companies then you must pass company parameter in the OFS message. so that FT should be passed in appropriate company books.
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds