go to post Jenna Poindexter · Nov 30, 2020 At a high level you can find the feature differences between Cache, Ensemble and IRIS here: https://www.intersystems.com/wp-content/uploads/2019/05/InterSystems_IRI...
go to post Jenna Poindexter · Jun 3, 2020 Robert Obviously the class keywords and source could diverge and become incompatible. That said, take a look at the header in the export file. Should be as simple as changing IRIS to cache
go to post Jenna Poindexter · Apr 15, 2020 Hi Yakov First, I wouldn't implement this kind of logic in a business service. I would have a business service that immediately passes a message to a business operation and then perform these functions there (or possibly in business operations). Services should not be long-running which building and querying a staging table seems like it might take some time.
go to post Jenna Poindexter · Mar 26, 2020 I think I may have it. Basically I. Base64.encoding the file on the client side and will need to decide it on the server. I need to do a little more testing and debugging in the morning and will post the solution.
go to post Jenna Poindexter · Dec 21, 2019 Ben Check %SYSTEM.INetInfo. I think it probably contains a method to serve your purpose
go to post Jenna Poindexter · Dec 11, 2019 Hi- Even in a http POST, url variables are found in %request.Data. The content stream will contain the body of your post.
go to post Jenna Poindexter · Nov 23, 2019 I'm not really familiar with this service but it looks like there's a format problem with some content field. Maybe Telephone
go to post Jenna Poindexter · Nov 14, 2019 Task manager seems very appropriate here. VA is doing some of this with their productions. Auto disabling services after one execution.
go to post Jenna Poindexter · Nov 14, 2019 If you want to q global search and replace you can use the %RCHANGE utility from a terminal session.
go to post Jenna Poindexter · Nov 12, 2019 I'm going to allow someone more familiar with Docker answer this. It's clearly a permissions issue biut is it a issue inside or outside the container? I don't know