Fabian Haupt · Dec 13, 2017 go to post

seeing that that would be handled by the webserver, I don't see how there would need to be explicit support from ISC.

Fabian Haupt · Dec 12, 2017 go to post

If you're saying you'll fork things. How often are you going to update from the source repo? (i.e. you didn't fork the latest version of yape)

Fabian Haupt · Dec 11, 2017 go to post

Aside from the security concerns already raised (you should never direct accept user input), I feel the whole approach violates the statelessness of a REST architecture? Thoughts?

Fabian Haupt · Nov 29, 2017 go to post

Best guess:

your server responds to ICMP but HTTP.

Please clarify if you need more details.

Fabian Haupt · Nov 29, 2017 go to post

something like this would work:

s contains=($BITLOGIC(aa|bb)=aa)||($BITLOGIC(aa|bb)=bb)

You could also implement it with

w ($ZB(aa,bb,7)=bb)||($ZB(aa,bb,7)=aa)

Fabian Haupt · Nov 27, 2017 go to post

I don't think there's a quick answer for these questions. Please open a WRC issue and we can sort this out.

-Fab

Fabian Haupt · Nov 23, 2017 go to post

He's all set.

The mapping for apache had to be extended to include urls without extensions (see comments).

Fabian Haupt · Nov 23, 2017 go to post

first thing to check is if the mapping configured in your apache is actually forwarding your URL /csp/healthshare/fcoffice/rest/ping to the csp gateway. In this case a wild guess would be: your apache only maps *.csp*.cls.. but not an url like just ping.

Fabian Haupt · Oct 16, 2017 go to post

Could you clarify your questions a bit please? It's unclear what you mean by 'ping' (ping uses ICMP and not HTTP (which aren't even on the same protocol layer))? A http response object is what you get after sending a request with the request? Maybe you can post some of your code?

Fabian Haupt · Sep 20, 2017 go to post

There isn't . You could hack something that's just running every minute and checking if your code is running?

Fabian Haupt · Sep 20, 2017 go to post

Funny how you say 'unreadable' about a more compact layout, yet you are using short commands;)

Fabian Haupt · Aug 29, 2017 go to post

Did you mean to attach anything to this? 

Phase 8 means your databases are being updated. You want to look at more metrics to see what's going on. I.e. the disk write queue and write times would be a good first step to look at in this case. 

Fabian Haupt · Aug 28, 2017 go to post

What's your big picture problem you're trying to solve? There might be better ways to do that. 

Fabian Haupt · Aug 23, 2017 go to post

Some of us actually do;) (work at ISC). Feel free to open a WRC ticket and ask for an enhancement for this. Best, Fab

Fabian Haupt · Aug 22, 2017 go to post

Ultimately the columns are split out using $P(columnHeaders,",",n), so since there is no way to escape the, out of $P, there currently is no way to do that.

Fabian Haupt · Aug 21, 2017 go to post

Nice, thanks! :) Are you going to discuss the problems with the react license at some point?

Fabian Haupt · Aug 18, 2017 go to post

As Dan already explained, there isn't a way to say this in a generalized manner. Code, and especially Ensemble code, is highly specialized to each customer's needs.  You are actually in the best position to gauge the impact of adding a field to a class: how much code is touching the class? How much of the code is going to rely on your new fields? etc. 

Fabian Haupt · Aug 18, 2017 go to post

PDF is a binary format. It is quite ugly and you don't really have any control over what you are getting. The text could be in there as text, as vector image, or even as pixel image. So short of implementing full OCR in Caché, you'll not find a way to do this without using external tools (and even those are not 100% reliable).