User bio
404 bio not found
Member since Dec 9, 2015
Posts:
Replies:
Why does this not work for me (Caché 2016.2.2)?
{
SET filename="/ps/pctran/Temp/ETIM.json"
SET stream = ##class(%Stream.TmpCharacter).%New()
SET filestream = ##class(%Stream.FileCharacter).%New()
SET sc = filestream.LinkToFile(filestream)
do pObject.%ToJSON(stream)
DO filestream.CopyFrom(stream)
DO filestream.%Save()
}
I get an <STORE> error
What ist the problem?
Certifications & Credly badges:
Markus has no Certifications & Credly badges yet.
Global Masters badges:
Markus has no Global Masters badges yet.
Followers:
Markus has no followers yet.
Following:
Markus has not followed anybody yet.
Eduard could you poste an example for the callout?