Search

Clear filter
Question
lee goq · Apr 16, 2019

How to recovery CBK files under different operating systems?

Note that this comes directly from that page of documentation:Note:This utility does not work for backup and journal files.
Announcement
Anastasia Dyubaylo · Dec 31, 2024

InterSystems Developer Ecosystem News, Q4 2024

October, November, December People and Companies to Know About 👨‍💻 Celebrating a Star of the Developer Community 👨‍💻 Celebrating a Journey
Question
omer · Jan 12

InterSystems Response Content-Length

Hello, In short, I am trying to get the Content-Length of my response, We have a CSP application, when we get a new request we begin to process it, throughout the app we WRITE to
Question
omer · Jan 14

INSERT OR UPDATE WITH A COUNTER

Hello, So i want to use the INSERT OR UPDATE command so i can update a COUNTER for a given name: INSERT OR UPDATE myTableSET name='Omer', counter = counter + 1; as you can
Question
omer · Jan 13

Intersystems Data Models and ACID

Hello! So my question is quite simple, Do the different data models of Intersystems all support the ACID properties?I assume that for the SQL data model implementation it does, But
Question
omer · Jan 15

Where and How can i see the Stream that contains the response back to the client of a CSP application

Hey, So the title pretty much describes the question:Where and How can i see the Stream that contains the response back to the client of a CSP application.When the request is being
Question
omer · Feb 11

What causes a broker RESPONSE to have Transfer-Encoding:chunked?

So the title says it all:What causes a broker RESPONSE to have Transfer-Encoding:chunked?sometimes the response seems to not have the "Transfer-Encoding:chunked" but sometimes it does
Question
omer · Feb 11

Change %Response.ContentLength

Hey everyone, Might be a stupid question, but i was trying to set the ContentLength of the %response object in my website.In different places (like the onPreHttp / onPostHttp etc) but
Question
omer · Sep 29, 2024

Run a routine that was created and compiled with %Routine library

I created and then compiled a routine using the %Routine library s routine = ##class(%Routine).%New(fileName_"."_extension)d routine.Write(parsedRule)//s status = routine.Save(
Question
omer · Jun 25, 2024

How can i see the request size in kilobytes/megabytes?

I need to be able to take the size of the request from a given %CSP.request however it seems the best the docs suggest is to get the length of characters in the request (using $order
Question
omer · Feb 13, 2024

Create a datatype that overrides the Set and Get

I want to create a datatype that Extends from String and in its set and get it will parse the string or do whatever - my GET works, my SET doesn't. A deeper explanation of what i am
Question
omer · Nov 24, 2024

Intersystems REGEX engine

I am working on a product that uses REGEX and matches it. The regex is tested both on the client-side (using the JavaScript REGEX engine) and both on the server-side.But I couldn't
Question
omer · Oct 1, 2024

Execute a routine with argument by name - Without using Xecute!

Hello everyone, so lets say i have the following: HelloQsay(arg) w arg Q and i am trying to execute it by its name such as: s a = "say^hello" *execute the name inside a*
Question
omer · Oct 28, 2024

Load and compile error

Hello, I am using the following: s status = $SYSTEM.OBJ.Load("myClassName," "c") and while trying to compile it i get an error that a property or method does not exist, more specifically
Question
omer · Oct 30, 2024

Running a routine by name in a non-conventional way?

So I know we can run routines using both XECUTE or @ However both of them run slower than just running the routine without it. (that is because as far as i understand, XECUTE command