I agree Business Service is a standard approach and that's what I would have used too when needed.
And as you pointed it shows a request going from Service and it works if we call it from CSP , ZEN etc
What I am trying to achieve is an exact functionality from custom bpl code as we do from a graphic bpl. Lets say for ex my bpl takes x ,y as request properties calls an op to sum them and return the result in response stores the result in z passes the z to a second op to send to some system.
Now in a graphic bpl this is straight forward 2 step work, I just wanted to know how to do it in custom code.
The exact traces etc as we would see via graphic bpl.
Am I reading it wrong? Dont see port number anywhre
2 - Namespace name. For example, %SYS>. The current namespace name is contained in the $NAMESPACE special variable. It can be an explicit namespace name or an implied namespace name.
3 - Config name. The name of your system installation. For example, IRIS2>. This is the same for all of your terminal processes
go to post
When you start IRIS, are you not able to go the management portal?
go to post
It has to be your hardware resources
The portal does not connects to your code or outer world so its all internal. We used to have the same issue and it ended up just being a slow system.
To verify you can install a fresh version with nothing on it. Just plain installation and check.
go to post
Have you looked into ens.queues
go to post
Hey Marc,
I agree Business Service is a standard approach and that's what I would have used too when needed.
And as you pointed it shows a request going from Service and it works if we call it from CSP , ZEN etc
What I am trying to achieve is an exact functionality from custom bpl code as we do from a graphic bpl.
Lets say for ex
my bpl takes x ,y as request properties
calls an op to sum them and return the result in response
stores the result in z
passes the z to a second op to send to some system.
Now in a graphic bpl this is straight forward 2 step work, I just wanted to know how to do it in custom code.
The exact traces etc as we would see via graphic bpl.
go to post
Yes but I do not want to make all calls via Business Service.
How we do in graphic bpls , as many calls as we want . Thats what I want to achieve
go to post
It doesn't seem to work on 2019.0
go to post
Hey
Have you tried the getSegmentCount method?
You can pass me the file if you wish, can set up a simple code for you
go to post
I use Json when I can. You can send a full book in one message if you wish to without creating a cluster
go to post
Also if you do not do a Return, multiple rules will be executed unless none is met or some rule does a return.
go to post
And if just want to delete. it can be done from Studio as well
Its in the "Other" section
go to post
A lovely and very enriching discussion
go to post
Pls provide your emailid.
go to post
Am I reading it wrong? Dont see port number anywhre
2 - Namespace name. For example, %SYS>. The current namespace name is contained in the $NAMESPACE special variable. It can be an explicit namespace name or an implied namespace name.
3 - Config name. The name of your system installation. For example, IRIS2>. This is the same for all of your terminal processes
go to post
Json parsers are parsing it.
However I haven't tried to run it by code to see if it works.
go to post
No, it is JSON . Just one simple missing bracket. Here is the correct json for the same
{
error:[
{ txt1:'error msg1'},
{ txt2:'error msg2'},
],
error2:[
{ txt1:'error msg1'},
{ txt2:'error msg2'},
]
}
go to post
Also disable win firewall once you do resolve licence issue
go to post
Link you have given and the json you have pasted are totally different
If you can put the right json or point to the right rest, should be able to help you out
go to post
JSONStreamToObect should do it.
If you can just paste the exact json, I can write it for you. No biggy
You can use this site to verify if json is correct
http://jsonviewer.stack.hu/
go to post
Really nice guys.
I do not have a use for it now, but definitely a really good one
go to post
This does makes an excel and also attaches. But it doens't open in email