Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
New post
  • Profile page
  • Posts (16)
  • Replies (254)
  • Mentions (3)
  • Official certification & Credly badges (0)
  • Global Masters badges (37)
  • Following (0)
  • Followers (6)
AllAccepted answers
    go to post
Fabian Haupt · Nov 23, 2017

Not sure where you looked in the documentation, but if you take a look here:
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...

The CSP by location example hints you at CSP On. Alternatively you could also configure a wildcard mapping (a couple of paragraphs down)...

0 0 https://community.intersystems.com/post/configuring-csprest-ssl-connections?page=5#comment-39496
    go to post
Fabian Haupt · Nov 23, 2017

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.

0 0 https://community.intersystems.com/post/configuring-csprest-ssl-connections?page=5#comment-39486
    go to post
Fabian Haupt · Oct 17, 2017

Thanks!
Here's a resource I use to reference quite often: http://kunststube.net/encoding/

1 0 https://community.intersystems.com/post/what-you-could-miss-about-unicode-and-how-it-stored-cach%C3%A9?page=5#comment-37381
    go to post
Fabian Haupt · Oct 16, 2017

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?

1 0 https://community.intersystems.com/post/net-http-request-and-http-response?page=5#comment-37336
    go to post
Fabian Haupt · Oct 16, 2017

Use ##class(%PopulateUtils).StringMin(minlen,maxlen)

http://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls?P...

1 0 https://community.intersystems.com/post/how-generate-random-string-fixed-length-cache?page=5#comment-98691
    go to post
Fabian Haupt · Sep 25, 2017

Probably because it's a comment and not a full answer?

0 0 https://community.intersystems.com/post/why-atelier-11s-compare-servers-copy-option-not-available-document-context-menu?page=5#comment-35961
    go to post
Fabian Haupt · Sep 20, 2017

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

1 0 https://community.intersystems.com/post/how-can-i-use-task-manager-start-routine-upon-startup?page=5#comment-35811
    go to post
Fabian Haupt · Sep 20, 2017

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

0 0 https://community.intersystems.com/post/convert-timestamp-string-utc-time?page=5#comment-35741
    go to post
Fabian Haupt · Sep 11, 2017

solved as per Rusian's last comment. 

0 0 https://community.intersystems.com/post/datacombo-parameters-and-editable-property?page=5#comment-97771
    go to post
Fabian Haupt · Sep 11, 2017

%ZSTART hooks allow you to reliably execute code after startup

2 0 https://community.intersystems.com/post/how-can-i-use-task-manager-start-routine-upon-startup?page=5#comment-97766
    go to post
Fabian Haupt · Sep 6, 2017

Two questions:
* why are you restarting your servers all the time?!
* have you considered using %ZSTART for that? (http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...)

1 0 https://community.intersystems.com/post/how-can-i-use-task-manager-start-routine-upon-startup?page=5#comment-34791
    go to post
Fabian Haupt · Aug 29, 2017

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. 

2 0 https://community.intersystems.com/post/pbuttons-wdphase-phase-write-daemon-8-databases-are-being-updated-what-does-it-mean?page=5#comment-34076
    go to post
Fabian Haupt · Aug 28, 2017

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

0 0 https://community.intersystems.com/post/dictionarystoragesqlmapdefinition?page=5#comment-33936
    go to post
Fabian Haupt · Aug 23, 2017

Why do want to use basic for that?

0 0 https://community.intersystems.com/post/order-and-next-cache-basic-script?page=5#comment-33671
    go to post
Fabian Haupt · Aug 23, 2017

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

0 0 https://community.intersystems.com/post/escape-comma-datacombo-columnheaders-value?page=5#comment-33666
    go to post
Fabian Haupt · Aug 22, 2017

right here, if you haven't found it yet: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2...

0 0 https://community.intersystems.com/post/atelier-installation-problems?page=5#comment-33586
    go to post
Fabian Haupt · Aug 22, 2017

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.

0 0 https://community.intersystems.com/post/escape-comma-datacombo-columnheaders-value?page=5#comment-33571
    go to post
Fabian Haupt · Aug 21, 2017

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

2 0 https://community.intersystems.com/post/nodejs-create-basic-web-app-react-part-3?page=5#comment-33431
    go to post
Fabian Haupt · Aug 18, 2017

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. 

0 0 https://community.intersystems.com/post/estimation-techniques-intersystems?page=5#comment-97176
    go to post
Fabian Haupt · Aug 18, 2017

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). 

0 0 https://community.intersystems.com/post/pdfs-and-reading-them?page=5#comment-97171
  • first
  • ‹ previous
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • next ›
  • last
Fabian Haupt
@Fabian.Haupt8993
Follow
Open Exchange profile

User statistics

Posts
16
Replies
254
Likes
243
Applications
3
Badges
37
Followers
6
People reached
30.7K
Accepted answers
68
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up