go to post Neerav Verma · Apr 20, 2020 HI Guys, Can you please post the link of prevision session that you mentioned in this video. I am still not sure how we will use Kubernetes with IRIS . It be great if you can put some light on that too ? Thanks
go to post Neerav Verma · Feb 19, 2020 Yes, agreed. It is good for people to know so they can make their own decision. Did you think about my suggestion of breaking down the visual trace? Thanks
go to post Neerav Verma · Feb 19, 2020 Yes Marc. It logs fine as well and can see it in the visual trace too in the message header values.
go to post Neerav Verma · Feb 19, 2020 Looks really good. Are there any good videos for Intersystems API Mgmt Interystems Cloud Manager Machine Learning & NLP??
go to post Neerav Verma · Feb 19, 2020 Hi Henrique, Great work. Just few points as my 2 cents 1. I am assuming you are using the js.devexpress js files to build this. As much as I know, it comes with licencing. You should include that in your post / documentation so nobody gets in trouble without realizing they have been using a licensed library without paying. 2. Are you pulling the data via sql calls through csp ?? As Eduard said, why csp not rest. but with csp are you able to provide the login credentials and roles as needed to view this information as this is admin privilege. 3. Yes, breaking the visual trace is a big problem. We should be able to define break points. I give you example of my own integration. We get one edi. We sent to 3 operations. That do their thing. Then we call delegate rule which calls further 4 more processes, who internally call 3-4 more ops and processes. And this is just a start, it may become more complex as we have more requirements. If i am able to break it somehow, it will be awesome. Another option is to change my whole logic. somehow make a new session at some point on every send of delegate (Which I currently am not aware how to do) @Eduard Lebedyuk may know it. But as I said, a great work.
go to post Neerav Verma · Feb 19, 2020 Your account is not properly configured for CCR access. If this is unexpected, please contact InterSystems Support. - This is what I get.
go to post Neerav Verma · Feb 17, 2020 May be call WRC. I do not have a version here currently that supports soap and also don't have rights to do any configurations and also can't download community version else would have made a sample example and sent over.
go to post Neerav Verma · Feb 17, 2020 ReplyCode will take response only from one i think. Think of this situation 1. Read a EDI/HL7 File 2. Send to RoutingEngine 3. Router - Has ForceSyncSend as truea. Transform & Send - Op1b. Transform & Send - Op2c. Transform & Send - Op3 and so on. Should the ops throw an error or should we catch it in the op and send Status = 0 as response?Where do we handle the response in the routing engine as there is no place for that ? Ideally if either op1, op2 or op3 fails, it should not move forward.
go to post Neerav Verma · Feb 17, 2020 Pls add me on linkedin linkedin.com/in/vneerav I think you are getting confused between rules, routing rules and transformations or may be i am not able to understand your problem We can talk there and once you are set, can paste the solution here so the community members benefit as well. many thanks
go to post Neerav Verma · Feb 17, 2020 Hi Eduard, The query is not a problem as the same query runs fine when we run on sql browser via smp. There is one flow with two threads 1. Goes and calls a workflow operation , thus creating the workflow task response etc. 2. Hang (Delay in BPL) for few seconds and then calls the query with session. And this query gives null result. But same query with same parameters runs fine in sql browser. We are going to open the task request object with the id and persist its values for audit trail / historical data / reporting (it will be a mix of task request / response values + lot of others). As long as we get the TaskRequest ID we are good May be is there a simple example with just one flow, 2 sequences as explained above?
go to post Neerav Verma · Feb 13, 2020 In condition if you type Document. (Don't miss the period) It should show you list of all your request properties to choose from.
go to post Neerav Verma · Feb 12, 2020 On that note, I had one question. ForceSyncSend is true. Let's say I have 2 transform & send in one rule. If first transform is successful and sends to first target and that target returns a false in a response status property as 0 - Can we stop all next sends to not do anything depending on the response or should the first target throw an exception instead of sending 0 in a response property.
go to post Neerav Verma · Feb 12, 2020 Hi James, You must have seen the documentation of rules, they are not supposed to handle responses. They are only there to "ROUTE". Responses need to be handled in BP's
go to post Neerav Verma · Feb 12, 2020 Hey Jeffrey, In routing engine if you say Yes to - Force Sync Send this could be avoided, isn't it?
go to post Neerav Verma · Feb 12, 2020 From a sql inbound adapter, if you call a hl7 routing engine, it will get the request message you set it up in your service, but not hl7 which has DocType. As marc said ,you need to user the general routing engine and check for properties of your request class there.
go to post Neerav Verma · Feb 12, 2020 System Administration - Security - SSL/TLS Configurations. Have you made a configuration for your service?
go to post Neerav Verma · Feb 12, 2020 In the routing engine, you can transform and send one message to as many transformations and targets you want to.
go to post Neerav Verma · Feb 5, 2020 What a beautiful piece of work and I can see the amount of effort put into it. I read 25% of it and then lost track. Let me ask a few questions to understand where are we going with it. 1. Is it only AI specific or does it imply on our day to day implications as well. 2. Eg for time, we try to store UTC time so everything is generalized but is there any other dimension eg weight, currency, length which has such a standard which is universal for eg there is not UW (Universal Weight ) . We can't even say Universal Kilogram or Pound. Only with time all speak in hours and seconds but nothing else. so how do we solve it??