Encontrar

Annonce
· Juin 6, 2024

[Global Summit 2024] Tech Exchange and Learning opportunities

Hi Developers,

We'd like to highlight some key information about the Tech Exchange zone at Global Summit 2024. This year, you can see and add every demo, roundtable, or discussion to your schedule, ensuring you don't miss a thing!

Here's what to explore at Tech Exchange: 

  • Request a 1-on-1 meeting with InterSystems product experts and developers
  • Startup Showcase
  • Partner Pavilion
  • Developer Community booth
  • Learning Services booth
  • FHIR booth
  • Supply Chain booth 
  • UX booth
  • Vector Search, GenAI discussion table. Available for spontaneous connections with others interested in this topic
  • more than 40 tech demos!

Learning opportunities in Tech Exchange room: 

  • Talk one-on-one about a topic of your choice with one of our talented technical trainers. Sessions are 45 minutes.
  • Live certification exams. All six of the exams in the certification catalog will be offered for free. Learn ot to register for an exam here 
  • Personal Training and Learning Plan Consultations    

What: Tech Exchange at Global Summit 2024
Where: Exhibit Hall B

If you are not coming in-person this year, we invite you to join us online - Listen online to the Keynote presentation on LinkedIn

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juin 6, 2024

API Response truncating?

I have an API that does not have all the data.  Like it is truncated. Magic number of characters seems to be 163,280

I do an <assign> 

context.RawBundle=##class(%DynamicObject).%FromJSON(context.FHIRResponse.Body)

The error does not happen when the response is < 163,280 chars.  And when < 163,280 chars, it is a complete FHIR Bundle.  Have anyone experienced this?  If so, what is the resolution?

2 Comments
Discussion (2)2
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juin 6, 2024

DateTime from yyyy-mm-dd hh:mm:ss.000 to ISO 8601 UTC

I receive a time stamp as  = 1988-08-18 00:00:00.000
I need this to be converted as - 1988-08-18T00:00:00+01:00

1 Comment
Discussion (1)2
Connectez-vous ou inscrivez-vous pour continuer
Article
· Juin 6, 2024 1m de lecture

How to perform specific actions when starting an InterSystems product

InterSystems FAQ rubric

If you want to run an OS executable file, command, or a program created within an InterSystems product when the InterSystems product starts, write the processing in the SYSTEM^%ZSTART routine. (The %ZSTART routine is created in the %SYS namespace).

Before you write any code in SYSTEM^%ZSTART, make sure that it works properly under all conditions.

If the ^%ZSTART routine is written incorrectly, or if it is written correctly but the command does not return a response or an error occurs during processing, InterSystems products may not be able to start.

For more information, please refer to the following document.

About writing %ZSTART and %ZSTOP routines [IRIS]
About writing %ZSTART and %ZSTOP routines

1 Comment
Discussion (1)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juin 6, 2024

Terminal in error state after runny buggy code is apparently unusable afterwards

Hi

I have a question about terminal, when I run a class from it that contains an error I get a report of error as I would expect, and then an apparently random three letter code is appended to the namespace name in the prompt, as shown below.

GMMHTIE>do ##class(temp.Nothing).What()
 
 w !, tParisAnswer
      ^
<UNDEFINED>zWhat+23^temp.Nothing.1 *tParisAnswer
GMMHTIE 2d1>

Then, when I try to enter a command I get an error

GMMHTIE 2d1>do ##class(temp.Nothing).What()
 
DO ##class(temp.Nothing).What()
^
<COMMAND>^temp.Nothing.1
GMMHTIE 2d1>

Whilst the terminal is in this state, it is apparently unusable, and I have to close it and start a new session.

How can exit this state?

4 Comments
Discussion (4)1
Connectez-vous ou inscrivez-vous pour continuer