go to post Neerav Verma · Nov 4, 2019 When you start IRIS, are you not able to go the management portal?
go to post Neerav Verma · Nov 4, 2019 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 Neerav Verma · Oct 22, 2019 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 exmy bpl takes x ,y as request propertiescalls an op to sum them and return the result in responsestores the result in zpasses 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 Neerav Verma · Oct 20, 2019 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 Neerav Verma · Aug 30, 2019 HeyHave 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 Neerav Verma · Aug 27, 2019 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 Neerav Verma · Aug 2, 2019 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 Neerav Verma · Jul 28, 2019 And if just want to delete. it can be done from Studio as wellIts in the "Other" section
go to post Neerav Verma · Jul 21, 2019 Am I reading it wrong? Dont see port number anywhre2 - 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 Neerav Verma · Jul 19, 2019 Json parsers are parsing it. However I haven't tried to run it by code to see if it works.
go to post Neerav Verma · Jul 17, 2019 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 Neerav Verma · Jul 17, 2019 Link you have given and the json you have pasted are totally differentIf you can put the right json or point to the right rest, should be able to help you out
go to post Neerav Verma · Jul 17, 2019 JSONStreamToObect should do it.If you can just paste the exact json, I can write it for you. No biggyYou can use this site to verify if json is correcthttp://jsonviewer.stack.hu/
go to post Neerav Verma · Jul 17, 2019 Really nice guys. I do not have a use for it now, but definitely a really good one
go to post Neerav Verma · Jun 17, 2019 This does makes an excel and also attaches. But it doens't open in email