Encontrar

Question
· May 29, 2024

Is there a way to do an override of a %ALL Global Mapping?

Let's say I have an InterSystems IRIS instance with 6 Namespaces:

  • Foo1
  • Foo2
  • Foo3
  • Foo4
  • Foo5
  • Bar

And the number of Foo# namespaces can increase at any time for a number of reasons.  I need to ensure that they all have identical configuration globals stored in a DB called CONFIG, so I do the following in my configuration file:

[Map.%ALL] 
Global_SYS=%DEFAULTDB 
Global_SYS("CommonConfig")=CONFIG 
Global_SYS("CommonOtherSettings")=CONFIG 
Global_SourceControl=CONFIG 

This will ensure that all Namespace see the exact same settings when they reference ^SYS("CommonConfig") or ^SourceControl, etc.

Now...

... say that I need the "Bar" namespace to have unique ^SYS("CommonConfig")  values and so I need to explicitly map it to a BARCONFIG database.  Is there a way I can do this while maintaining my exiting %ALLl mappings?  Please note that this isn't hypothetical, and the existing %ALL mappings are already deployed production configurations, so reworking those is not an option.  I just need to figure out if there is an out of the box way to have my Bar namespace see different versions of these globals, or if I am going to have to write special logic to have Bar know it needs to look somewhere other than the standard configuration for its globals (which I really want to avoid since there are many, many places relying on these global locations)

Any advice and/or help would be most appreciated!! 

9 Comments
Discussion (9)3
Log in or sign up to continue
Announcement
· May 29, 2024

InterSystems Ideas News #13

Hi Developers!

Welcome to Issue #13 of the InterSystems Ideas news! We dedicate this news bulletin to recently posted ideas:

​​​​✓ Most popular new ideas

✓ Recently posted ideas marked for implementation by Community members

✓ New ideas related to topics like Vector Search, GenAI and ML

 

More than 50 new ideas have been posted since the last news bulletin. We have selected and focused on the 3 most interesting groups to avoid overloading you with information. You can find all new ideas on the Ideas Portal if you're curious.

 The first group consists of the most popular new ideas based on the number of votes.

 The second group of ideas includes recently posted ideas that have "Community Opportunity" status, which means that they can be implemented by Developer Community members. You can implement them to join the Ideas portal Hall of Fame.

Finally, here are the ideas that were submitted as a part of the Vector Search, GenAI and ML programming contest.

 

👏 Many thanks to the authors of all ideas👏


✨Create your ideas, support ideas you like by comments and votes! Don't forget to advertise your ideas to Developer Community members. 🙏

Discussion (0)1
Log in or sign up to continue
Question
· May 29, 2024

How to Remove Search Text Box in Filter Dropdown

Hi All,

I am working on SQL based KPI in IRIS BI. I want to remove below highlighted search text box in "auto" filter type.

We cannot use other type like only dropdown etc. Is there a way we can do this ? 

One way I can see is writing own control instead of using default control but I am not aware how to do this. I didn't find any sample code for this. 

Is there any sample code available for writing custom control which I can refer.

Please assist

 

1 Comment
Discussion (1)2
Log in or sign up to continue
Announcement
· May 28, 2024

[LinkedIn Live] Two Decades of Innovation in Learning and Development

Hi Community!

We're super excited to invite you to the LinkedIn Live event dedicated to online learning!

🌐 Two Decades of Innovation in Learning and Development 🌐

📅 Thursday, May 30, 10 am ET | 4 pm CEST

🗣 Presenters:


During this live event, you will get a taste of the inner workings of Learning Services and receive insights into how they complement customer support. Be ready to unpack:

✔️ How to build an online learning experience to support customers, users, and even prospects?
✔️ Lessons from bringing 100K+ users into digital learning.
✔️ What kinds of digital learning and curriculum work for customers?
✔️ How digital learning is a crucial part of the customer support experience?

Hope to see you in the live session!

>> Join here <<

1 Comment
Discussion (1)1
Log in or sign up to continue
Question
· May 28, 2024

FSLog not populating when trying to test HS.FHIRServer.Interop.HTTPOperation

I am attempting to make a FHIR call against the Epic Repository through Intersystems. I have setup a Service client per Create FHIR REST Client | InterSystems Developer Community | Business

but I have set it up using OAuth and HTTPS.

I have verified that the OAuth works by executing it manually via a Terminal to verify I get a response. Of course, when I do it is writing to the ISCLOG

I am trying to now test making the FHIR call by initiating the test of HS.FHIRServer.Interop.HTTPOperation, however I keep getting mixed results with first a 404 not found error, and now a 401 unauthorized error. 

I want to see the actual call that is being made, so the Documentation and the Community suggested turning on FSLogChannel...

However, I am not seeing the FSLog global be created.  Any idea why?

I want to make sure that the Epic Client ID, and User is properly being sent to verify that I can make calls to the Epic FHIR repository.

IRIS for UNIX (Red Hat Enterprise Linux 8 for x86-64) 2024.1 (Build 264_1U) Thu Apr 4 2024 14:54:11 EDT [HealthConnect:7.2.0-1.r1]

4 Comments
Discussion (4)1
Log in or sign up to continue