go to post Eduard Lebedyuk · Jan 29, 2024 p is ok, quit is ok. Things like: ClassMethod ToKeyPad(phrase = {some code to do preprocessing}) As %String { Return phrase }ObjectScriptObjectScript are not okay.
go to post Eduard Lebedyuk · Dec 29, 2023 The most secure approach is to use Privileged Routine Application.
go to post Eduard Lebedyuk · Dec 21, 2023 You can try just SQLPROJECTION = "table/column" but I highly recommend testing it first.
go to post Eduard Lebedyuk · Dec 21, 2023 If there's no data yet, project it as a table: Property CodeTable As list Of Sample.CodeTable(SQLPROJECTION = "table/column", STORAGEDEFAULT = "array");ObjectScriptObjectScript
go to post Eduard Lebedyuk · Dec 19, 2023 You can set it programmatically: set package = ##class(%PackageDefinition).%OpenId("User",,.sc) zw package package=2@%Library.PackageDefinition ; <OREF> +----------------- general information --------------- | oref value: 2 | class name: %Library.PackageDefinition | %%OID: $lb("User","%Library.PackageDefinition") | reference count: 2 +----------------- attribute values ------------------ | %Concurrency = 1 <Set> | ClientName = "" | Description = "" | GlobalPrefix = "" | Name = "User" | OwnerName = "" | RtnPrefix = "" | SQLName = "" +----------------- swizzled references --------------- | i%list = "" <Set> | r%list = "" <Set> +-----------------------------------------------------ObjectScriptObjectScript
go to post Eduard Lebedyuk · Dec 18, 2023 Thank you! Just never seen force to be completed under 2 seconds.
go to post Eduard Lebedyuk · Dec 18, 2023 Is it possible to trigger fast shutdown without stopping the OS?
go to post Eduard Lebedyuk · Dec 15, 2023 XSLT unless we are talking about a very large files to be processed very quickly in which case SAX parser might be worth a consideration.
go to post Eduard Lebedyuk · Dec 15, 2023 Can you show an example of source ASTM file and a resulting HL7 you want to get, please?
go to post Eduard Lebedyuk · Dec 12, 2023 Are you getting Ens.StreamContainer? It would be OriginalFilename property in that case.
go to post Eduard Lebedyuk · Dec 11, 2023 I would try a password with just a-z, A-Z, 0-9, !#$%^&*()[]{}. Maybe there's some issue with wide characters?
go to post Eduard Lebedyuk · Dec 11, 2023 You need a restart following this rename. Also try to replace cgateu.so with cgateur64.so.
go to post Eduard Lebedyuk · Dec 11, 2023 Any chance user has multibyte unicode characters in the password?
go to post Eduard Lebedyuk · Dec 8, 2023 Nice! What performance hit are we talking about? No way this level of detail is free.
go to post Eduard Lebedyuk · Dec 8, 2023 %ALL namespace is another way to share routines/classes globally but without the need to modify CACHELIB/IRISLIB.
go to post
Sure, check %JSON.Adaptor.
go to post
p
is ok,quit
is ok.Things like:
ClassMethod ToKeyPad(phrase = {some code to do preprocessing}) As %String { Return phrase }
are not okay.
go to post
We're back for round 2.
go to post
LK-99 debacle was the most engaging one.
go to post
The most secure approach is to use Privileged Routine Application.
go to post
You can try just
SQLPROJECTION = "table/column"
but I highly recommend testing it first.go to post
If there's no data yet, project it as a table:
Property CodeTable As list Of Sample.CodeTable(SQLPROJECTION = "table/column", STORAGEDEFAULT = "array");
go to post
Looks like I'm a golfer this year.
go to post
You can set it programmatically:
set package = ##class(%PackageDefinition).%OpenId("User",,.sc) zw package package=2@%Library.PackageDefinition ; <OREF> +----------------- general information --------------- | oref value: 2 | class name: %Library.PackageDefinition | %%OID: $lb("User","%Library.PackageDefinition") | reference count: 2 +----------------- attribute values ------------------ | %Concurrency = 1 <Set> | ClientName = "" | Description = "" | GlobalPrefix = "" | Name = "User" | OwnerName = "" | RtnPrefix = "" | SQLName = "" +----------------- swizzled references --------------- | i%list = "" <Set> | r%list = "" <Set> +-----------------------------------------------------
go to post
Thank you!
Just never seen force to be completed under 2 seconds.
go to post
Is it possible to trigger fast shutdown without stopping the OS?
go to post
XSLT unless we are talking about a very large files to be processed very quickly in which case SAX parser might be worth a consideration.
go to post
Can you show an example of source ASTM file and a resulting HL7 you want to get, please?
go to post
Are you getting Ens.StreamContainer?
It would be OriginalFilename property in that case.
go to post
I would try a password with just a-z, A-Z, 0-9, !#$%^&*()[]{}. Maybe there's some issue with wide characters?
go to post
You need a restart following this rename. Also try to replace
cgateu.so
withcgateur64.so
.go to post
Any chance user has multibyte unicode characters in the password?
go to post
Users should not add new %SYS classes though.
go to post
Nice! What performance hit are we talking about? No way this level of detail is free.
go to post
%ALL namespace is another way to share routines/classes globally but without the need to modify CACHELIB/IRISLIB.