go to post John Murray · Apr 24, 2017 I expect it gets hit whenever an HTTP client accesses that URL.I expect it will consume a license in the normal way.Can you use web server logs to find out where the HTTP requests are coming from?Also, is this a duplicate of a previous question from you?
go to post John Murray · Apr 24, 2017 Is the GetPatientInfo method of your com.siemens.med.hs.Country.WebServices.pats.ClassPatientServices class responding with that message?
go to post John Murray · Apr 21, 2017 That doc section refers to inbound interfaces, but the OP seemed to be talking about outbound ones.
go to post John Murray · Apr 21, 2017 Mike, the facility already exists for the original poster to accept an answer by clicking the checkmark alongside the answer. My suggestion here is that doing this should also make the question's icon appear different.
go to post John Murray · Apr 21, 2017 Sue, assuming the above answer is satisfactory please click the checkmark alongside it,so your question no longer lists as unanswered, and so @Zhong.Li gets the credit.
go to post John Murray · Apr 21, 2017 As you're asking about an outbound connection, I'm not clear what you mean by making HealthShare "use the virtual IP address" of your 2-server Windows cluster. Please explain.
go to post John Murray · Apr 20, 2017 See also this post about a circumstance in which your system will not be assigning unique and secret keys.
go to post John Murray · Apr 13, 2017 Maybe adding the /recursive=1 qualifier will give you what you want. If so, please click the checkmark to accept this answer.SAMPLES>d $system.OBJ.Export("Cinema.Film.cls","c:\s\exp1.xml") Exporting to XML started on 04/13/2017 09:49:36Exporting class: Cinema.FilmExport finished successfully. SAMPLES>d $system.OBJ.Export("Cinema.Film.cls","c:\s\exp2.xml","/recursive=1") Exporting to XML started on 04/13/2017 09:49:39Exporting class: Cinema.DurationExporting class: Cinema.FilmExporting class: Cinema.FilmCategoryExport finished successfully. SAMPLES>
go to post John Murray · Apr 12, 2017 Excellent discussion starter Sean. But does your third sentence need a little debugging? You wrote (my highlighting):It's not because I don't dislike them...
go to post John Murray · Apr 12, 2017 Eduard, that only restricts access to the CSP Web Gateway Management pages. It has no effect on who can use the web applications that can be reached through this instance of the CSP Web Gateway.
go to post John Murray · Apr 12, 2017 Maybe define an extra Web Application in Portal for your REST/SOAP services to be available on. Choose whatever path suits you, making it one that doesn't overlap with one that Management Portal uses.
go to post John Murray · Apr 11, 2017 Please help me understand why it is important to you that the debugging goes through the code in A's INT routine rather than the equivalent code in B's INT routine.
go to post John Murray · Apr 11, 2017 I guess you could override the Abs method in your B class and make the override code simply call the superclass's method using ##super.Documentation of ##super is here.
go to post John Murray · Apr 11, 2017 Please try this:C:\InterSystems\Ensemble\bin>ccontrol console ENSEMBLE
go to post John Murray · Apr 11, 2017 Launch an admin-level command window, then run csession.exe in the bin directory of your Caché install, giving your instance name as the argument, e.g.If this works for you please click the checkmark alongside the answer.
go to post John Murray · Apr 10, 2017 Thanks. If you make this an Answer rather than a Comment then I can mark it accepted.