Question Kurro Lopez · Sep 29, 2017 Export macro in "Export for production" Hi all,Acording to the post How to Export and Import Ensemble Components and Productions we can create a unique file to implement and deploy a production, but I'm not able to export and import macro file in the process.I've been looking for how to implement the macro file in this process but I haven't found anything.is it possible to export and deploy the macro file in the "Export from Production"? #Ensemble 1 7 0 569
Question Kurro Lopez · Sep 19, 2017 Create a task and call to a Business Process [SOLVED] Hi all,I wonder if is possible to create a task object and this task calls to a Business Process (or business operation)My attempt was: #Object Data Model #Ensemble 1 5 0 1.8K
Question Kurro Lopez · Aug 23, 2017 $Order and $Next in Cache Basic script Hi all,I need to create a routine to modifiy some values in a global.My first attempt was: #Globals #Object Data Model #Caché 1 3 0 494
Question Kurro Lopez · Jun 14, 2017 Change login Hi all,I wonder how to change the login email that I've in Comunity.According to My acount - Account setting, I can change it using the http://login.intersystems.com portal, however there is not any link or option to change it.Is there other way to change the email? Currently I'm using the work email and I want to change to personal email.Best regards #DC Feedback #Developer Community FAQ 1 10 0 559
Question Kurro Lopez · May 4, 2017 REST API method name Case insensitive Hi all,I've a RESP API service in a Business Service to server different methodsI've created the route with the name of the method, each one has been created in lowercase XData UrlMap [ XMLNamespace = "http://www.intersystems.com/urlmap" ] { <Routes> <Route Url="/user" Method="POST" Call="User"/> <Route Url="/emailactivation" Method="POST" Call="EmailActivation" /> <Route Url="/login" Method="POST" Call="Login"/> </Routes> } But only there is a response if the call is used in lowercase #REST API #Caché 1 2 0 1.1K
Article Kurro Lopez · Apr 26, 2017 2m read How to install and use TFS in Atelier Hi,This is a quick tutorial how to install and use TFS in Atelier. It is based on my self experience and some tricks that I 've noted.If you are used to using visual studio maybe you feel that is a bit slow and heavy, but you have the same TFS panel as you have in Visual Studio, so don't need any special "training" to use it #Beginner #Best Practices #Tools #Tutorial 12 3 2 1.3K
Question Kurro Lopez · Mar 6, 2017 Change Port for a WebApi Hi all,I've created a WebApi and I've deployed in our development environment. So we test calling http://localhost:57772/Client/login and it works.Now, I wondering how to change the port to call in pre production environment.I've changed the port in the business service object, but it is ignored. #Caché #Business Service 1 1 0 466
Question Kurro Lopez · Mar 3, 2017 %request.Get() ignores characters in Base64 parameter [SOLVED] Hi all,I have the following problem with a WebApi that I've developed in EBS.I have a GET method that reads the parameters and puts into a message to process. Class MyApp.BS.ServiceRestBase Extends (%CSP.REST, Ens.BusinessService) #REST API #Caché 1 2 0 404
Question Kurro Lopez · Jan 26, 2017 SOAP.OutboundAdapter HttpResponse doesn't handle large response [SOLVED] Hi all,Sorry to bother I have a Business Object with SOAP.OutboundAdapter and it gets the response from a WebApi. #Caché #Ensemble #Business Operation 1 6 0 567
Question Kurro Lopez · Jan 25, 2017 DT doesn't allow accents and spanish character Hi all,We have a big problem with spanish accent and special characters using Data Transformation (HL7 Messages).We have some DT to transform HL7 messages to other type (OUL^R22 To OML^O21) so it copys the PID segment to the new one, but if in the PatienName field has any special character, the transformation stops and it not continues with the transformation.This is the message #Ensemble #DTL #HL7 2 1 0 1.1K
Question Kurro Lopez · Jan 4, 2017 SFTP Unable to send FXP_OPEN error Hi all,I've a problem with EnsLib.FTP.OutboundAdapterI've configured this adapter using a SFTP connection, it has been working the first time but now its raising the following error message: #Ensemble #Business Operation #FTP 1 4 0 2.8K
Question Kurro Lopez · Dec 19, 2016 HL7 Section to JSON Hi all, I'm trying to convert a HL7 section to a XML or JSON string. We need to save the content of PID section into a SQL Column, therefore we need to convert it into a XML o JSON string is there any easy way to convert it? I've tried to convert it directly into a DTL, but all my attempts have been unsuccessful Best regards, Francisco Lopez #DTL #HL7 #JSON #XML #Caché 1 6 0 1.4K