Search

Clear filter
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
Question
omer · Apr 11, 2024

Delete the reference MEMORY

So as asked, I am not talking about KILL - KILL as stated in the docs: This command removes the variable. If there are no further references to the object, this command also removes

Ross Oliphant

0 posts0 comments

Helen OBoyle

0 posts4 comments

So Ochi

0 posts1 comments
Question
Vikram Annadurai · Dec 18, 2019

Connecting Remote server(Cache) to Power BI

Oops!!!, I connected the Cache from Power BI using ODBC connection.

Jiayi Ooi

0 posts0 comments