×
Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…
Need help on posting OFS message
- bagalkot
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 1
12 years 7 months ago #11175
by bagalkot
Need help on posting OFS message was created by bagalkot
Hi all,
I am using OFS.BULK.QUEUE.MANAGER to post OFS message without running OFS service, the OFS message posted in correct manner, but the record is in INAU status eventhough OFS message not having any ovverides. Can any one help me.
Thanks in adavance
pavadesh.
I am using OFS.BULK.QUEUE.MANAGER to post OFS message without running OFS service, the OFS message posted in correct manner, but the record is in INAU status eventhough OFS message not having any ovverides. Can any one help me.
Thanks in adavance
pavadesh.
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
12 years 7 months ago #11177
by jpb
Replied by jpb on topic Re: Need help on posting OFS message
What VERSION do you use in your OFS message, what value is set for NO.OF.AUTH for this VERSION ?
Please Log in or Create an account to join the conversation.
- bagalkot
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 1
12 years 7 months ago #11182
by bagalkot
Replied by bagalkot on topic Re: Need help on posting OFS message
i am using auto auth version for CUSTOMER.SECURITY (CUSTOMER.SECURITY,PLAN) and NO.OF.AUTH for this VERSION is 0(zero)
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
12 years 7 months ago #11185
by jpb
Replied by jpb on topic Re: Need help on posting OFS message
then check your message header, there are many parameters :
e.g.
CUSTOMER.SECURITY,PLAN/I/PROCESS/1/0,XXXXXX/PASSWD/XX0010001,123456,CUSTOMER.TYPE::=CUSTOMER,...
OFS.HEADER = ""
OFS.HEADER = APPLICATION:","
OFS.HEADER := VERSION:"/"
OFS.HEADER := FUNCTION:"/"
OFS.HEADER := PROCESS.TYPE:"/"
OFS.HEADER := GTS.MODE:"/"
OFS.HEADER := NO.OF.AUTH:"/"
OFS.HEADER := ACTION:","
OFS.HEADER := USER.NAME:"/"
OFS.HEADER := USER.PASSWORD:"/"
OFS.HEADER := COMPANY.ID:"/"
OFS.HEADER := ALIAS.NAME:"/"
OFS.HEADER := ALIAS.PASSWORD:"/"
OFS.HEADER := REPLACE.OPT:"/"
OFS.HEADER := SIM.MODE:"/"
OFS.HEADER := SIM.REFR:","
OFS.HEADER := TRANS.ID:"/"
e.g.
CUSTOMER.SECURITY,PLAN/I/PROCESS/1/0,XXXXXX/PASSWD/XX0010001,123456,CUSTOMER.TYPE::=CUSTOMER,...
Please Log in or Create an account to join the conversation.
- bagalkot
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 1
12 years 7 months ago #11193
by bagalkot
Replied by bagalkot on topic Re: Need help on posting OFS message
Hi JPB,
i am using below code to post OFS message
Y.OFS.BODY = 'CUSTOMER.TYPE::=':'CUSTOMER'
Y.OFS.HEADER = "CUSTOMER.SECURITY,PLAN.CAPL/I/PROCESS,/,":Y.CUS.ID
Y.OFS.MSG = Y.OFS.HEADER:',':Y.OFS.BODY;
Y.OFS.MSG.RES =''
CALL OFS.BULK.QUEUE.MANAGER('OFS','APPEND',Y.OFS.MSG,Y.OFS.MSG.RES)
let me know if did any mistakes.
Thanks.
i am using below code to post OFS message
Y.OFS.BODY = 'CUSTOMER.TYPE::=':'CUSTOMER'
Y.OFS.HEADER = "CUSTOMER.SECURITY,PLAN.CAPL/I/PROCESS,/,":Y.CUS.ID
Y.OFS.MSG = Y.OFS.HEADER:',':Y.OFS.BODY;
Y.OFS.MSG.RES =''
CALL OFS.BULK.QUEUE.MANAGER('OFS','APPEND',Y.OFS.MSG,Y.OFS.MSG.RES)
let me know if did any mistakes.
Thanks.
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
12 years 7 months ago #11199
by jpb
Replied by jpb on topic Re: Need help on posting OFS message
Try
Y.OFS.HEADER = "CUSTOMER.SECURITY,PLAN.CAPL/I/PROCESS/1/0,/,":Y.CUS.ID
Y.OFS.HEADER = "CUSTOMER.SECURITY,PLAN.CAPL/I/PROCESS/1/0,/,":Y.CUS.ID
Please Log in or Create an account to join the conversation.
- Azizfatkh
- Offline
- Junior Member
Less
More
- Posts: 35
- Thank you received: 0
12 years 7 months ago #11206
by Azizfatkh
Replied by Azizfatkh on topic Re: Need help on posting OFS message
your msg is fine.Check if version itself is INAU. try also this Y.OFS.HEADER = "CUSTOMER.SECURITY,PLAN.CAPL,,":Y.CUS.ID
Just try to input that value to particular id manually in that version...
futhermore check your log or post it
Just try to input that value to particular id manually in that version...
futhermore check your log or post it
Please Log in or Create an account to join the conversation.
- bagalkot
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 1
12 years 7 months ago #11209
by bagalkot
Replied by bagalkot on topic Re: Need help on posting OFS message
hi Azizfatkh,
Version is not in INAU status, and i tried inputting manually in that version record moved to Live status not to INAU status.
thanks
Version is not in INAU status, and i tried inputting manually in that version record moved to Live status not to INAU status.
thanks
Please Log in or Create an account to join the conversation.
- bagalkot
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 1
12 years 7 months ago #11237
by bagalkot
Replied by bagalkot on topic Re: Need help on posting OFS message
thanks a lot for valuable input JPB , Y.OFS.HEADER=CUSTOMER.SECURITY,PLAN.CAPL/I/PROCESS/1/0,/,":Y.CUS.ID is workin fine.
Please Log in or Create an account to join the conversation.
Time to create page: 0.086 seconds