I want generate an OFS message that amend the value of a LOCAL REF in
a FT application.
My code is:
...
Y.REF.BT = 'BT20100207'
CALL GET.LOC.REF("FUNDS.TRANSFER","REF.BT",POS.BT)
Y.OFS.REC = "FUNDS.TRANSFER,DEBIT.CPT.BT/I/PROCESS,USER.OFS/
123456,FT0900880GPX,LOCAL.REF:1:" : POS.BT : "=" :Y.REF.BT
CALL OFS.POST.MESSAGE(Y.OFS.REC, OFS.MSG.ID, Y.OFS.SOURCE.ID,
Y.OPTIONS)
with :
* FUNDS.TRANSFER,DEBIT.CPT.BT : my version OFS.
* REF.BT : my LOCAL REF in FUNDS.TRANSFER application.
* FT0900880GPX : ID of FT to amend by OFS.
* USER.OFS : Login of OFS user.
* 123456 : password of OFS user.
* Y.REF.BT : the value to be insert in the LOCAL REF.
My OFS message is generated and executed but the value of my LOCAL REF
is not changed.
Please help me : How I can amend LOCAL REF FIELD by OFS message ????
Try using OFS.GLOBUS.MANAGER()
OFS.MSG = 'YOUR MESSAGE'
OFS.SOURCE.ID = 'GENERIC.OFS.PROCESS'
OFS.MSG.ID = ''
OPTIONS = ''
CALL OFS.GLOBUS.MANAGER(OFS.SOURCE.ID,OFS.MSG)
Regards
IM
On Feb 15, 12:23 pm, T24 Technical Developer <sami.lou...@gmail.com>
wrote:
Regards
On Mon Feb 15th, 2010 1:23 PM EET T24 Technical Developer wrote:
>Hello
>
>I want generate an OFS message that amend the value of a LOCAL REF in
>a FT application.
>
>My code is:
>...
>Y.REF.BT = 'BT20100207'
>CALL GET.LOC.REF("FUNDS.TRANSFER","REF.BT",POS.BT)
>Y.OFS.REC = "FUNDS.TRANSFER,DEBIT.CPT.BT/I/PROCESS,USER.OFS/
>123456,FT0900880GPX,LOCAL.REF:1:" : POS.BT : "=" :Y.REF.BT
>CALL OFS.POST.MESSAGE(Y.OFS.REC, OFS.MSG.ID, Y.OFS.SOURCE.ID,
>Y.OPTIONS)
>
>
>with :
> * FUNDS.TRANSFER,DEBIT.CPT.BT : my version OFS.
> * REF.BT : my LOCAL REF in FUNDS.TRANSFER application.
> * FT0900880GPX : ID of FT to amend by OFS.
> * USER.OFS : Login of OFS user.
> * 123456 : password of OFS user.
> * Y.REF.BT : the value to be insert in the LOCAL REF.
>
>My OFS message is generated and executed but the value of my LOCAL REF
>is not changed.
>Please help me : How I can amend LOCAL REF FIELD by OFS message ????
>
>--
>Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines
>
>IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24
>
>To post, send email to jB...@googlegroups.com
>To unsubscribe, send email to jBASE-un...@googlegroups.com
>For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
Thx u very much for your help.
I have change my OFS message to : "FUNDS.TRANSFER,DEBIT.CPT.BT/I/
PROCESS,USER.OFS/123456,FT0900880GPX,LOCAL.REF:1::"= Y.REF.BT
and it's work now
thx u again !
--
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines
IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24
To post, send email to jB...@googlegroups.com
To unsubscribe, send email to jBASE-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en