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 (9)
  • Replies (54)
  • Mentions (0)
  • Official certification & Credly badges (0)
  • Global Masters badges (0)
  • Followers (0)
  • Following (0)
AllAccepted answers
    go to post
Michel Bruyère · Oct 1, 2021

Thank you for your answer.

But what I want to have as a result is: by giving a class name (..%ClassName()) or package name ($CLASSNAME()), the name of the portal category is provided to me.

How to know the ID?

0 0 https://community.intersystems.com/post/portals-category?page=1#comment-168486
    go to post
Michel Bruyère · Oct 1, 2021

Thank you for your answer.

But what I want to have as a result is: by giving a class name (..%ClassName()) or package name ($CLASSNAME()), the name of the portal category is provided to me.

How to know the ID?

0 0 https://community.intersystems.com/post/portals-category?page=1#comment-168491
    go to post
Michel Bruyère · Dec 17, 2019

OS/Shell specific wildcard characters such as * and ? for fetching files.
 

Is not possible!!!

0 0 https://community.intersystems.com/post/can-inbound-file-service-pick-file-based-all-wildcards-filespec-field?page=1#comment-80946
    go to post
Michel Bruyère · Dec 16, 2019

I don't think it's a CSV limit.

Device's limit : yes; CSV's limit : no.

0 0 https://community.intersystems.com/post/how-get-row-count-csv-using-objectscript?page=1#comment-113656
    go to post
Michel Bruyère · Dec 2, 2019

The glitch is related with the browser and probably also the Ensemble's version.

If I use another browser, I got :

If I read the HTML source, I can see my data. So, I have a solution. smiley

0 0 https://community.intersystems.com/post/streamcontainer?page=1#comment-80071
    go to post
Michel Bruyère · Dec 2, 2019

I like. wink

0 0 https://community.intersystems.com/post/streamcontainer?page=1#comment-80066
    go to post
Michel Bruyère · Nov 29, 2019

How to do the close ? I don't see any method for that.

Snippet of the code:

SET lineStream = ##class(%Stream.FileCharacter).%New()

...

SET streamCont=##class(Ens.StreamContainer).%New(lineStream)
$$$TOE(sc,..SendRequestSync(..TargetConfigName, streamCont))

0 0 https://community.intersystems.com/post/streamcontainer?page=1#comment-79886
    go to post
Michel Bruyère · Nov 29, 2019

In the process for example:

  • Prod environment: SET date = hl7.GetValueAt("MSH:DateTimeOfMessage.Time")
  • Dev environment: SET date = hl7.GetValueAt("MSH:DateTimeOfMessage.timeofanevent")
0 0 https://community.intersystems.com/post/streamcontainer?page=1#comment-79866
    go to post
Michel Bruyère · Nov 29, 2019

I modified the process to:
Class ??? Extends (Ens.BusinessProcess, %XML.Adaptor)

Unfortunately, it does not work. sad

0 0 https://community.intersystems.com/post/streamcontainer?page=1#comment-79846
    go to post
Michel Bruyère · Nov 27, 2019

Thanks.

0 0 https://community.intersystems.com/post/repeat-some-characters-n-times-objectscript?page=1#comment-79711
    go to post
Michel Bruyère · Nov 27, 2019

Tricky!

Thanks.

0 0 https://community.intersystems.com/post/repeat-some-characters-n-times-objectscript?page=1#comment-79706
    go to post
Michel Bruyère · Oct 3, 2019

Maybe a "stupid" answer

But 

You need perhaps to specify "/directorya/directoryb" without the slash.

I have checked where I am working with have around 10 ftp connections and all specifications without the slash.

0 0 https://community.intersystems.com/post/sftp-error-7511-sftp-error-4-sftp-error-80102004-operation-failed-80102004?page=1#comment-112341
    go to post
Michel Bruyère · Sep 30, 2019

I will use pRequest.CS from now. :-)

1 0 https://community.intersystems.com/post/pointers-creating-operation-file-message-type?page=1#comment-76151
    go to post
Michel Bruyère · Sep 30, 2019

1) $replace(pRequest.GetValueAt("MSH::MessageType.MessageType),"^","") instead of pRequest.GetValueAt("MSH::MessageType.MessageStructure",,tSC)

2) $e($zdt($h,8),1,8) instead of $tr($zdt($h,3),"-: ","")

0 0 https://community.intersystems.com/post/pointers-creating-operation-file-message-type?page=1#comment-76136
    go to post
Michel Bruyère · Sep 12, 2019

Case sensitive.

Where Ucase(FirstName||' '||LastName) Like '%PRAJA%'

0 0 https://community.intersystems.com/post/sql-concatenation-more-2-columns?page=1#comment-75321
    go to post
Michel Bruyère · Sep 12, 2019

SELECT TOP ALL FirstName||' '||LastName AS DisplayName, UserType, IsActive, RoleName, DOB FROM LISDB.ExternalUsers
Where FirstName||' '||LastName Like '%Praja%'

0 0 https://community.intersystems.com/post/sql-concatenation-more-2-columns?page=1#comment-111976
    go to post
Michel Bruyère · Sep 11, 2019

Like old good days. ;-)

1 0 https://community.intersystems.com/post/how-use-system-and-terminal-functions?page=1#comment-75191
    go to post
Michel Bruyère · Sep 10, 2019

I didn't notice that you have your "personal" schema category : ORUBeakerLAB

0 0 https://community.intersystems.com/post/filtering-messages-based-obx31-being-valued?page=1#comment-75156
    go to post
Michel Bruyère · Sep 10, 2019

Where is the "tval" variable defined?

0 0 https://community.intersystems.com/post/filtering-messages-based-obx31-being-valued?page=1#comment-111916
    go to post
Michel Bruyère · Sep 10, 2019

You forget that : PIDgrpgrp().

0 0 https://community.intersystems.com/post/filtering-messages-based-obx31-being-valued?page=1#comment-75111
  • first
  • ‹ previous
  • 1
  • 2
  • 3
  • next ›
  • last
Michel Bruyère
@Michel.Bruyère
CHR (Liège - Belgium/Belgique)
Follow
Open Exchange profile

User statistics

Posts
9
Replies
54
Likes
4
Applications
0
Badges
0
Followers
0
People reached
5.4K
Accepted answers
5
  • 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