Question Rob Schoenmakers · May 10, 2023 How to put a stream into a HS.SDA3.Container? Please help, I'm using a SearchAndFetchRequest to retrieve a full SDA3 Container from the ACCESS gateway. The response is presented in the pResponse.SearchAndFetchGeneralResult.XMLData property. This property is of type string. I want to put the data from this property in a HS.SDA3.Container and then use this container is a dtl for translation purposes. My current data in the XMLData property is too large to fit in a string. Therefore I'm searching for a way to convert te data to a stream and that import the stream into my Container... #HealthShare 0 2 1 331
Question Rob Schoenmakers · Dec 21, 2022 In what .log file are my alerts saved? Hello everybody, In the documentation I read the following: Alerts are messages generated by production components. InterSystems IRIS automatically writes the alerts to a log file and sends then to the production component named Ens.Alert. If your production does not have a component named Ens.Alert, then InterSystems IRIS writes alerts to the log file but does not send them to any component. The component named Ens.Alert can be of any class. The most frequently used classes for Ens.Alert are: #Error Handling #Monitoring #InterSystems IRIS 0 3 1 272
Question Rob Schoenmakers · Dec 6, 2022 Intellisense and code completion in VS code objectscript When I'm writing code in Intersystems Studio code completion is different than in VS Code. It would be greate if VS Code would react the same way on code completion .. This happens is studio When I do this in VS Code it doesn't show the object but it shows ?? all possible items ?? #Code Snippet #Coding Guidelines #Key Question #VSCode 1 7 1 699
Question Rob Schoenmakers · Dec 6, 2022 How to delete system tasks? How do I delete these system tasks that are obsolete.. The task in the attached image has no possibility to delete... #Management Portal #System Administration #InterSystems IRIS 0 4 0 353
Question Rob Schoenmakers · Nov 30, 2022 Clear SDA field Perhaps this is an issue that has long been discussed somewhere. I have searched for it but still could not find the solution anywhere. In our environment, we send a container of SDA objects to UCR from HealthConnect. To populate the container we do a SQL query on a source system and then populate the appropriate SDA objects. Sometimes it happens that I want to do an update of a field and I want to empty the corresponding SDA field. In other words, send an empty string. The Alert.toTime field of the object in question is filled with the date '2022-11-29Z13:00:00'. #ObjectScript #InterSystems IRIS 0 2 2 283