Learning Documentation Community Open Exchange Ideas Portal Global Masters Certification Partner Directory Startup Hub
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
  • Profile page
  • Posts (313)
  • Replies (3,520)
  • Mentions (372)
  • Official certification & Credly badges (4)
  • Global Masters badges (90)
  • Followers (49)
  • Following (0)
AllAccepted answers
    go to post
Eduard Lebedyuk · Mar 17, 2017

Do you mean that you need to translate the data, rather than the metadata?

0 0 https://community.intersystems.com/post/multilingual-support-csp-application?page=154#comment-23521
    go to post
Eduard Lebedyuk · Mar 16, 2017

Check  ..Adapter.URL_"users/ping.json" - it does not seem to answer (you're getting timeout error).

0 0 https://community.intersystems.com/post/cant-get-rest-operation-work?page=154#comment-23331
    go to post
Eduard Lebedyuk · Mar 14, 2017

I use this wrapper.

0 0 https://community.intersystems.com/post/how-get-result-zf-1-commmand-variable?page=154#comment-91626
    go to post
Eduard Lebedyuk · Mar 12, 2017

Here's an article on how to write your own zeppelin interpriner.

0 0 https://community.intersystems.com/post/using-intersystems-cach%C3%A9-and-apache-zeppelin?page=154#comment-23076
    go to post
Eduard Lebedyuk · Mar 10, 2017

$$$NL

2 0 https://community.intersystems.com/post/how-create-java-new-line-character-cos?page=154#comment-91566
    go to post
Eduard Lebedyuk · Mar 10, 2017

You can define class storage on ppgs. Can't do that on % variables.

Any kind of implicit kill does not affect ppgs but does affect % variables.

They only case where I use % variables is if I really need some global object (java gateway and CSP global vars). Otherwise I use ppgs.

1 0 https://community.intersystems.com/post/process-private-global-versus-percent-variable?page=154#comment-91561
    go to post
Eduard Lebedyuk · Mar 10, 2017

First install Caché as usual, after that install Nginx.

Docs for Windows and Linux.

0 0 https://community.intersystems.com/post/install-cach%C3%A9-2015-nginx?page=154#comment-91546
    go to post
Eduard Lebedyuk · Mar 10, 2017

You need to configure any external web server for Windows or Linux.

After that you need to add https to this web server.

0 0 https://community.intersystems.com/post/how-change-redirect-url-oauth2-implementation?page=154#comment-23026
    go to post
Eduard Lebedyuk · Mar 9, 2017

Please elaborate. What do you want to achieve?

0 0 https://community.intersystems.com/post/how-convert-perse-unicode-unicode-conversion?page=154#comment-23011
    go to post
Eduard Lebedyuk · Mar 9, 2017

That depends on os/webserver you use.

0 0 https://community.intersystems.com/post/how-change-redirect-url-oauth2-implementation?page=154#comment-23001
    go to post
Eduard Lebedyuk · Mar 9, 2017

You need to configure https in your web server.

0 0 https://community.intersystems.com/post/how-change-redirect-url-oauth2-implementation?page=154#comment-91471
    go to post
Eduard Lebedyuk · Mar 8, 2017

%request.Content is a stream with all JSON payload.

If you want to process HTTP requests, you can use REST API.

0 0 https://community.intersystems.com/post/http-request-payload?page=154#comment-91461
    go to post
Eduard Lebedyuk · Mar 8, 2017

It's called topics. Tag is a git pointer to a commit (usually to mark release point).

0 0 https://community.intersystems.com/post/intersystems-github-topics?page=154#comment-22981
    go to post
Eduard Lebedyuk · Mar 7, 2017

OAuth tutorial. You can:

  • Use a Caché web application as a client
  • Use a Caché web application as a resource server
  • Use a Caché instance as an authorization server

Documentation.

2 0 https://community.intersystems.com/post/difference-between-client-and-authserver-instance?page=154#comment-91431
    go to post
Eduard Lebedyuk · Mar 3, 2017
  1. Try setting RenderTimeOut and PrintTimeOut properties for the report.
  2. Check logfile (you can determine directory in which it gets created by instantiating the report and calling GetRootDir method, but usually it's a value of the ^%SYS("TempDir") global, unless you specify ReportDir property or parameter).
0 0 https://community.intersystems.com/post/zen-report-0?page=154#comment-91346
    go to post
Eduard Lebedyuk · Mar 3, 2017

MDX2JSON api provides postman collection and environment. You can use it as an example.

Here's a screenshot of POST request:

0 0 https://community.intersystems.com/post/how-pass-json-cache-rest-services-using-postman?page=154#comment-91341
    go to post
Eduard Lebedyuk · Mar 3, 2017

To add, names of REST arguments in URL should correspond and be in the same order, as method arguments.

Here's a Caché ObjectScript style guidelines.

1 0 https://community.intersystems.com/post/please-review-code-and-give-me-some-suggestion-improve-coding-standard?page=154#comment-91326
    go to post
Eduard Lebedyuk · Mar 3, 2017

Is there a sample of using callback somewhere?

0 0 https://community.intersystems.com/post/debugging-xsl-transformations-atelier-using-iscevaluate-callback-function-advice-needed?page=154#comment-22876
    go to post
Eduard Lebedyuk · Mar 3, 2017

When encountering errors with XSLT I usually try to execute it here to check that it is valid and produces correct result.

As you're trying to use XSLT2 package, have you tried XSLT package?

Have you tried XSLT without callback?

0 0 https://community.intersystems.com/post/debugging-xsl-transformations-atelier-using-iscevaluate-callback-function-advice-needed?page=154#comment-91321
    go to post
Eduard Lebedyuk · Mar 3, 2017

You can mark correct answer by pressing a checkmark left of the answer.

1 0 https://community.intersystems.com/post/requestget-ignores-characters-base64-parameter-solved?page=154#comment-22866
  • first
  • ‹ previous
  • …
  • 153
  • 154
  • 155
  • 156
  • 157
  • …
  • next ›
  • last
Eduard Lebedyuk
@Eduard.Lebedyuk
Senior Cloud Architect at InterSystems
MOD
Follow
Open Exchange profile

User statistics

Posts
313
Replies
3.5K
Likes
2.3K
Applications
39
Badges
90
Followers
49
People reached
326K
Accepted answers
787
  • 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