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 (28)
  • Replies (55)
  • Mentions (106)
  • Official certification & Credly badges (0)
  • Global Masters badges (41)
  • Followers (5)
  • Following (2)
AllAccepted answers
    go to post
Sergey Mikhailenko · Oct 12, 2020

Thank you all for your help and support.

2 0 https://community.intersystems.com/post/intersystems-full-stack-contest-winners?page=2#comment-135211
    go to post
Sergey Mikhailenko · Sep 30, 2020

Hi, Bob
It may be easier to make an analogue of ^% G ?
Something like this:
```
ClassMethod 
AlterG(gn = "", Output rep) As %Status
{
   OPEN 2:$job USE 2
 zwrite @gn ;
 CLOSE 2
 set i="",rep=""
 for { set i=$order(^SPOOL($job,i),1,s) quit:i=""
  set rep=rep_s
 }
 KILL ^SPOOL($job)
}

0 0 https://community.intersystems.com/post/cache-d-g-program-how-would-i-send-it-name-global?page=2#comment-134366
    go to post
Sergey Mikhailenko · Sep 28, 2020

Hi, Evgeny
I would add a question to your poll: Do you allow the return of a value other than Status in your functions. If so, in what cases. Then I think the survey would have been not so clear.

0 0 https://community.intersystems.com/post/status-usage-objectscript?page=2#comment-134196
    go to post
Sergey Mikhailenko · Sep 25, 2020

Thanks Eugene, I am using this section

0 0 https://community.intersystems.com/post/how-do-you-store-then-find-and-insert-example-functions-and-methods-your-programs?page=2#comment-134071
    go to post
Sergey Mikhailenko · Sep 25, 2020

But what about when you have a development team and you need to share and update repo fragments?

0 0 https://community.intersystems.com/post/how-do-you-store-then-find-and-insert-example-functions-and-methods-your-programs?page=2#comment-134051
    go to post
Sergey Mikhailenko · Sep 25, 2020

Thank you Dmitry.
I have not read this article. I'll take note

0 0 https://community.intersystems.com/post/how-do-you-store-then-find-and-insert-example-functions-and-methods-your-programs?page=2#comment-134041
    go to post
Sergey Mikhailenko · Jun 3, 2020

Hi Katherine.
I agree with you, and the problem of minimizing processes launched from root, my module will not solve

0 0 https://community.intersystems.com/post/increasing-security-intersystems-iris-dbms?page=2#comment-124726
    go to post
Sergey Mikhailenko · Jun 1, 2020

Hi Evgeny.
If the separator in the file is a semicolon, then import does not occur and the class is not generated.
https://github.com/evshvarov/csvgen/issues/2

0 0 https://community.intersystems.com/post/import-csv-programmatically-file-or-url-using-csvgen?page=2#comment-124361
    go to post
Sergey Mikhailenko · Mar 27, 2020

You can store user pages in your favorites, with this command
Set tSC=##class(%SYS.Portal.Users).%AddFavorite("AppTools","/ apptools/App.LogInfo.cls")

1 0 https://community.intersystems.com/post/management-portal-how-view-globals-opposite-order?page=2#comment-118621
    go to post
Sergey Mikhailenko · Mar 27, 2020

Tested on Ensemle 2016.1 and higher.
And in the file  https://github.com/SergeyMi37/cache-iris-app-tools/blob/master/src/xml/apptools.xml
you need to replace
<Export generator = "IRIS" version = "26" with
<Export generator = "Cache" version = "26" 

Thanks for the error found.

0 0 https://community.intersystems.com/post/management-portal-how-view-globals-opposite-order?page=2#comment-118606
    go to post
Sergey Mikhailenko · Mar 27, 2020

Yes, this is implemented in my decision, since I also really need to watch the end of the aray

0 0 https://community.intersystems.com/post/management-portal-how-view-globals-opposite-order?page=2#comment-118586
    go to post
Sergey Mikhailenko · Jun 20, 2019

If the developer does not have access to SMP, but has access to %SYS through the studio, then he can programmatically create a web application.

1 0 https://community.intersystems.com/post/studio-how-open-and-edit-file-saved-server?page=2#comment-70171
    go to post
Sergey Mikhailenko · Jun 20, 2019

Hello,
  in Studio in the Output panel you can execute COS commands.
Copy the file you need to the CSP directory. For example for Windows:
 

 write $zf(-1,"copy g:\readme.txt c:\InterSystems\IRIS\CSP\aaa\readme2.txt")

After editing, copy it back.

Or another way, create a new application with the file storage you need.

1 0 https://community.intersystems.com/post/studio-how-open-and-edit-file-saved-server?page=2#comment-110316
    go to post
Sergey Mikhailenko · Dec 19, 2018

Thanks! 

0 0 https://community.intersystems.com/post/recommendations-installing-intersystems-cach%C3%A9-dbms-production-environment?page=2#comment-61216
    go to post
Sergey Mikhailenko · Jan 11, 2018

Hi Michael,

  • \r 
tab

 

This is probably a typo.
 Great article, thank you

1 0 https://community.intersystems.com/post/using-regular-expressions-cach%C3%A9?page=2#comment-42381
  • first
  • ‹ previous
  • 1
  • 2
  • 3
Sergey Mikhailenko
@MikhailenkoSergey
Follow
Open Exchange profile

User statistics

Posts
28
Replies
55
Likes
128
Applications
30
Badges
41
Followers
5
People reached
12.4K
Accepted answers
4
  • 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