×
Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…
tcclient OFS IN.MSG.RTN........
- abbasi
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 90
- Thank you received: 0
12 years 9 months ago #10201
by abbasi
tcclient OFS IN.MSG.RTN........ was created by abbasi
Dear All,
Could any one resolve my problem. I m using Model Bank R6 on windows environment.
I am connecting and successfully using tcclient and post multiple OFS message inquires, FT etc,
but I am attaching my routine in OFS.SOURCE IN.MSG.RTN (code is given below) to modify/formate my OFS message I am getting error OFSERROR_PROCESS.
Code :
SUBROUTINE T24.TEST(OFS.MESSAGE)
$INSERT I_COMMON
$INSERT I_EQUATE
OPERATOR='AUTHOR'
RETURN
END
How I can resolve my error anyone guide me.
Best Regards,
Abbasi
Could any one resolve my problem. I m using Model Bank R6 on windows environment.
I am connecting and successfully using tcclient and post multiple OFS message inquires, FT etc,
but I am attaching my routine in OFS.SOURCE IN.MSG.RTN (code is given below) to modify/formate my OFS message I am getting error OFSERROR_PROCESS.
Code :
SUBROUTINE T24.TEST(OFS.MESSAGE)
$INSERT I_COMMON
$INSERT I_EQUATE
OPERATOR='AUTHOR'
RETURN
END
How I can resolve my error anyone guide me.
Best Regards,
Abbasi
Please Log in or Create an account to join the conversation.
- VigneshGautam
- Visitor
12 years 9 months ago #10204
by VigneshGautam
Replied by VigneshGautam on topic Re: tcclient OFS IN.MSG.RTN........
Do you have OFS.REQUEST.DETAIL logs for the OFS.SOURCE setup?What is the type of OFS.SOURCE you have?BATCH,TELNET,ONLINE or SESSION?
Please Log in or Create an account to join the conversation.
- abbasi
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 90
- Thank you received: 0
12 years 9 months ago #10206
by abbasi
Replied by abbasi on topic Re: tcclient OFS IN.MSG.RTN........
Thanks for your reply Gautam, I dont understand purpose of OFS.REQUEST.DETAIL kindly provide little bit detail for this and my OFS.SOURCE type is TELNET.
Actually I am connecting T24 from Java through tcclient api. without IN.MSG.RTN my OFS message pass successfully and no error return on my client application. but when I will enter above simple routine it will give error. OFSERROR_PROCESS.
I am also test tSS MYOFS and run some FT transaction on jshell prompt my IN.MSG.RTN working fine but from java tcclient it will return OFSERROR_PROCESS.
Hope you will understand and guide me.
Regards,
Abbasi
Actually I am connecting T24 from Java through tcclient api. without IN.MSG.RTN my OFS message pass successfully and no error return on my client application. but when I will enter above simple routine it will give error. OFSERROR_PROCESS.
I am also test tSS MYOFS and run some FT transaction on jshell prompt my IN.MSG.RTN working fine but from java tcclient it will return OFSERROR_PROCESS.
Hope you will understand and guide me.
Regards,
Abbasi
Please Log in or Create an account to join the conversation.
- saahmad
- Offline
- Premium Member
Less
More
- Posts: 145
- Thank you received: 9
12 years 9 months ago #10318
by saahmad
Replied by saahmad on topic Re: tcclient OFS IN.MSG.RTN........
Hello Abbasi
I think we had a chat first of all when you use in.rtn
As I have told you earlier that i have not worked with in rtn but what i can gather is you have a variable ACTUAL.REQUEST that has some text which you should monitor
But that is all i know right now I think you can do debug and test it
I think we had a chat first of all when you use in.rtn
As I have told you earlier that i have not worked with in rtn but what i can gather is you have a variable ACTUAL.REQUEST that has some text which you should monitor
But that is all i know right now I think you can do debug and test it
Please Log in or Create an account to join the conversation.
- Akhtar
- Offline
- Junior Member
Less
More
- Posts: 28
- Thank you received: 0
12 years 6 months ago #11287
by Akhtar
Replied by Akhtar on topic Re: tcclient OFS IN.MSG.RTN........
Hi,
Can you please check the helptext for IN.MSG.RTN ? So far I remember at the point this routine is called, no common variables are available. This might create problem in assigning some value in OPERATOR variable.
Can you please check the helptext for IN.MSG.RTN ? So far I remember at the point this routine is called, no common variables are available. This might create problem in assigning some value in OPERATOR variable.
Please Log in or Create an account to join the conversation.
- sri
- Visitor
12 years 6 months ago #11312
by sri
Replied by sri on topic Re: tcclient OFS IN.MSG.RTN........
Hi,
IN.MSG.RTN is generally used to change the incoming OFS Message before it hits T24 , so common variables will not be loaded at that level, whatever the changes related to OPERATOR u can make it in OUT.MSG.RTN
Regards,
Srinivas.
IN.MSG.RTN is generally used to change the incoming OFS Message before it hits T24 , so common variables will not be loaded at that level, whatever the changes related to OPERATOR u can make it in OUT.MSG.RTN
Regards,
Srinivas.
Please Log in or Create an account to join the conversation.
Time to create page: 0.085 seconds