Question water huang · Sep 1, 2024 how to kill %SYSTEM.WorkMgr process i use %SYSTEM.WorkMgr to handle data by multicompile=1,but i find that,after WaitForComplete,the processes created by %SYSTEM.WorkMgr are still stand by, #Caché #Ensemble 0 4 0 209
Question water huang · Jul 15, 2024 how to get CpuID and diskid I want to generater a license for my code,but i don`t how to get CpuID and diskid in iris,someone know? #Encryption #Ensemble #InterSystems IRIS for Health 0 1 0 119
Question water huang · Mar 3, 2024 base64 data to pdf hi there , when i convert a pdf to base64 data, and then restore the data to pdf,i find that ,i must read the same as length of base64 data every time convert ,or i can't get the right pdf. the code is: #Ensemble 1 3 0 312
Question water huang · Jan 15, 2024 parse XML to object hi there,when i use %XML.Reader parse XML to object,if the element value is null,the data in the table is $c(0),how avoid this? my class file like this: #XML #Ensemble 0 3 0 227
Question water huang · Dec 5, 2023 use %XML.Reader to parse XML to object hi there,when object export to xml,i know that,it will call propertynameLogicalToXSD method,but i can`t find out that use %XML.Reader to parse XML to object witch method will be called before , simple code like this: Class Samples.NewClass2 Extends (%Persistent,, %XML.Adaptor){Property OPDT As %Library.DateTime;} my xml is #XML #Ensemble 0 4 0 379
Question water huang · Nov 30, 2023 property of %Library.DateTime export to xml I create a class, property OPDT as %Library.DateTime,the class extends %XML.Adaptor,after run " d obj.XMLExportToString(.xml)" OPDT`s value is 2023-11-28T13:57:26,but what i need is 2023-11-28 13:57:26,so is there any solution? #XML #Ensemble 0 8 0 325
Question water huang · Apr 23, 2023 i meet a problem when use %SQLGatewayConnection i use %SQLGatewayConnection to insert data to mysql from xml,when if the value`s ascii of any field in the sql equal to 57659 , #ODBC #SQL #Ensemble 0 1 0 239
Question water huang · Apr 6, 2023 how to quickly move data to oracle hi,I meet a problem,i want to move huge data from ensemble to oracle.it`s about 3years business data.i have tried some case! 1. EnsLib.SQL.OutboundAdapter i parse the data one by one,and translate it into inser or update sql statement then write to Oracle,it·s most slowly,and take more disk space。 2.save the data to a new table,and then use dbeaver transport data to oracle。 3.user linktable. save object as insert,but,i can·t user %openid method. #Data Import and Export #Caché #Ensemble 0 1 0 310
Question water huang · Jan 23, 2021 how to parse a xml with xmlns and xsi:type attribute <?xml version="1.0" encoding="UTF-8"?> <ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:mif="urn:hl7-org:v3/mif" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3 ../sdschemas/SDA.xsd" classCode="DOCCLIN" moodCode="EVN"> <observation> <value xsi:type="ST">xxxx</value> </observation> </ClinicalDocument> #XML #Ensemble 0 4 0 2.9K
Question water huang · Nov 24, 2020 how to call a dll file's method use $zf function ? i have looked for $zf function,it says $zf(-6) will work,but it doesn't work out actually,anybody can give me a dll file which will work with $zf,if you should show me the way making the dll that is best!thanks! #.NET #Ensemble 0 7 0 502