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 (313)
  • Replies (3,504)
  • Mentions (365)
  • Official certification & Credly badges (4)
  • Global Masters badges (90)
  • Followers (50)
  • Following (0)
AllAccepted answers
    go to post
Eduard Lebedyuk · May 10, 2018

You can use zwrite to display object contents to a terminal:

set msg = ##class(class).%OpenId(Id)
zwrite msg
set obj = msg.GetAt(1)
zwrite obj
0 0 https://community.intersystems.com/post/terminal-syntax-how-see-contents-message?page=119#comment-103126
    go to post
Eduard Lebedyuk · May 10, 2018

So I gather that you HAVE to pass in a list of IDS to export

Yes.

0 0 https://community.intersystems.com/post/how-move-defined-tasks-one-instance-cache-another?page=119#comment-49716
    go to post
Eduard Lebedyuk · May 10, 2018

The problem with write *-3 is that it is currently added to a system code. I'm searching for a better solution.

0 0 https://community.intersystems.com/post/redirect-longer-3972-characters-truncated?page=119#comment-49666
    go to post
Eduard Lebedyuk · May 9, 2018

Can you post XML file you're trying to import?

Looks like it's empty.

0 0 https://community.intersystems.com/post/how-move-defined-tasks-one-instance-cache-another?page=119#comment-49641
    go to post
Eduard Lebedyuk · May 9, 2018

It's on Cache side as adding

Write *-3

fixes the problem.

2 0 https://community.intersystems.com/post/redirect-longer-3972-characters-truncated?page=119#comment-49636
    go to post
Eduard Lebedyuk · May 9, 2018

What error are you getting  from Import method?

0 0 https://community.intersystems.com/post/how-move-defined-tasks-one-instance-cache-another?page=119#comment-49621
    go to post
Eduard Lebedyuk · May 9, 2018

#2 limit yourself to 2048 char.

Nowadays it's fine. Most browsers work with long URLs.

So is your redirect just URL or  URL?urplarams=...... 

It's  URL?urplarams=...... 

One parameter is 5000+ symbols long.

0 0 https://community.intersystems.com/post/redirect-longer-3972-characters-truncated?page=119#comment-49616
    go to post
Eduard Lebedyuk · May 9, 2018

I think that using ExportTasks and ImportTasks methods of %SYS.TaskSuper class as proposed by @Sean Connelly and @John Murray would be a better solution as:

  • It would not override system tasks
  • It would produce readable XML
0 0 https://community.intersystems.com/post/how-move-defined-tasks-one-instance-cache-another?page=119#comment-49591
    go to post
Eduard Lebedyuk · May 9, 2018

MONEXT is an include file, you can see it in %SYS namespace.

You can map it to your namespace (in SMP - Namespaces - Routine mappings).

1 0 https://community.intersystems.com/post/stuck-package-mapping-problem?page=119#comment-103106
    go to post
Eduard Lebedyuk · May 9, 2018

ServerSideRedirect  doesn't work in that context (OAuth authentication) unfortunately.

I also tried setting LOCATION header directly (via SetHeader method) - in that case I get the same truncated output.

0 0 https://community.intersystems.com/post/redirect-longer-3972-characters-truncated?page=119#comment-49571
    go to post
Eduard Lebedyuk · May 9, 2018

You can export/import  ^SYS("Task","TaskD") global directly, which contains task definitions data.

Some properties are computed (i.e. LastFinished), and could probably cause this error.

Try to export/import minimal set of columns.

Alternative approach would be writing code to generate tasks.

0 0 https://community.intersystems.com/post/how-move-defined-tasks-one-instance-cache-another?page=119#comment-103101
    go to post
Eduard Lebedyuk · Apr 27, 2018

export portal settings

What settings exactly?

Most  settings like users, web applications, etc. could be recreated via %Installer (en article, ru article).

You can also use Version Control and Continuous Delivery to automate movement between different servers (en articles: 1, 2, 3, 4, 5, 6, ru article covers parts 1 to 4)

0 0 https://community.intersystems.com/post/backup-application?page=119#comment-102886
    go to post
Eduard Lebedyuk · Apr 27, 2018

Please post relevant piece of BPL xml definition.

0 0 https://community.intersystems.com/post/keep-getting-method-does-not-exist?page=119#comment-48971
    go to post
Eduard Lebedyuk · Apr 26, 2018

Should they have access?

The best solution here is restricting access.

InterSystems security model allows for a customizable access management.

Application building/testing/deployment tasks could be fully automated and so not require human intervention at all.

1 0 https://community.intersystems.com/post/customizing-management-portal-header?page=119#comment-102846
    go to post
Eduard Lebedyuk · Apr 24, 2018

Got it. Thanks.

0 0 https://community.intersystems.com/post/class-vs-routine-objectscript-what-do-you-use-and-why?page=119#comment-48656
    go to post
Eduard Lebedyuk · Apr 24, 2018

Why would it?

0 0 https://community.intersystems.com/post/class-vs-routine-objectscript-what-do-you-use-and-why?page=119#comment-48646
    go to post
Eduard Lebedyuk · Apr 23, 2018

Do what?

0 0 https://community.intersystems.com/post/class-vs-routine-objectscript-what-do-you-use-and-why?page=119#comment-48491
    go to post
Eduard Lebedyuk · Apr 22, 2018

Classes only.

Each method, that could be called from a terminal is documented with a sample call.

3 0 https://community.intersystems.com/post/class-vs-routine-objectscript-what-do-you-use-and-why?page=119#comment-48441
    go to post
Eduard Lebedyuk · Apr 22, 2018

Try

chrome --headless --disable-gpu --print-to-pdf https://www.google.com/

Referenced article also shows several examples.

Chrome could be called with $zf(-1) function.

0 0 https://community.intersystems.com/post/print-pdf-content-html-images-cachecspzenjavascript?page=119#comment-48436
    go to post
Eduard Lebedyuk · Apr 20, 2018

You can draw ZEN with PDF into a new PDF using headless chrome browser (server-side) and send this new PDF to client for printing.

2 0 https://community.intersystems.com/post/print-pdf-content-html-images-cachecspzenjavascript?page=119#comment-102791
  • first
  • ‹ previous
  • …
  • 118
  • 119
  • 120
  • 121
  • 122
  • …
  • 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.2K
Applications
39
Badges
90
Followers
50
People reached
316.3K
Accepted answers
786
  • 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