I haven't used OFS.POST.MESSAGE. Have you tried OFS.GLOBUS.MANAGER(OFS.MESSAGE, OFS.SOURCE.ID)? That's what I use, and it works for me. In any case, the OFS.POST.MESSAGE gives any error message? have you checked the value of Y.OFS.REC after the call?
2010/2/15 T24 Technical Developer <[email protected]> > 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<http://DEBIT.CPT.BT/I/PROCESS,USER.OFS/%0A123456,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 [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > -- 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 [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
