Question Matjaz Murko · Jan 7 xDBC error Hi. How can I prevent the error: 2024-12-27 08:05:46 [SQLCODE: <-400>:<Fatal error occurred>] [Error: <<READ>XDCall+9^%SYS.DBSRV>] [Location: <$system.IO server loop>] [Client info: <Username: Operator, Node Name: PM_MIP_SRD01, IP Address: 10.40.1.108, Executable Name: Operative.dll, Internal Function: KÂ>] [%protocol: <65>] $Id: //iris/2023.2.0/kernel/common/src/sysio.c#2 $ 3514 121 It seems that this error occours when connection on PDA is lost and established again. Tnx. Regards,Matjaž #InterSystems IRIS 0 2 0 49
Question Matjaz Murko · Jan 29, 2024 Native SDK for .NET - MAXSTRING Hi. How can I pass a large string to classmethod params (e.g. large pictures) without getting MAXSTRING error? Regards,Matjaž #.NET #InterSystems IRIS 0 3 0 142
Question Matjaz Murko · Nov 26, 2023 Repeat production process every minute Hi. I would like to exchange data with external system every one minute or even more frequent. So I need to trigger production process/operation every minute. How can I do it? #InterSystems IRIS 0 7 0 246
Question Matjaz Murko · Nov 1, 2023 VS Code - debugging doesn't work Hi. After upgrading to IRIS 2023.2 and using IIS (configurated by upgrade), VS Code debugging doesn't work any more. If I use private web server, it works fine. Any suggestions? Regards,Matjaž. #InterSystems IRIS 0 2 0 297
Question Matjaz Murko · Nov 1, 2023 Documentation link does not work Hi. After upgrading to IRIS 2023.2 documentation link doesn't work. Any suggestions? Regards,Matjaž. #InterSystems IRIS 0 9 0 320
Question Matjaz Murko · Jul 18, 2023 Validate JSON string Hi. Is there any function to validate JSON string returning status? Regards,Matjaž #JSON #Key Question #InterSystems IRIS 0 13 0 677
Question Matjaz Murko · Apr 1, 2023 NOT %INLIST Hi. I have a query: SELECT '['||Material->Sifra||'] '||Material->Opis AS Material, SUM(MasaBlago) AS MasaBlago FROM Tehtanje.Dokument WHERE DatumDokumenta BETWEEN '01/01/2023' AND '04/01/2023' AND (Material->Sifra %INLIST $LISTFROMSTRING('5,7',',')) GROUP BY Material ORDER BY %EXACT Material The query returns all rows where Material->Sifra is 5 or 7. That's OK. If I want to get all rows where Material->Sifra is NOT 5 or 7 I use query: #SQL #InterSystems IRIS 0 2 0 300
Question Matjaz Murko · Jul 23, 2022 %JSON.Adaptor and relationship property Hi. Why are relationship properties not included in %JSONExportToString() method even they have cardinality one or parent? Regards,Matjaž #InterSystems IRIS 0 3 0 266
Question Matjaz Murko · Jul 4, 2022 %JSONImport & TimeStamp Hi. Why is %TimeStamp property not correctly imported with %JSONImport method - it doesn't take into account the time zone? Regards,Matjaž #InterSystems IRIS 0 5 0 425
Question Matjaz Murko · Apr 30, 2022 SQL JSON_OBJECT Hi. I'm trying to serialize property of type %TimeStamp in SQL statement with JSON_OBJECT, but I get a raw string instead of JSON DateTime format string. %JSONExport method on the same object works fine. Any ideas? Regards,Matjaž #InterSystems IRIS 0 3 0 257
Question Matjaz Murko · Apr 29, 2022 %JSON.Adaptor Hi. Is it possible to set in XData mappings (or any other way) to serialize the property value as display value rather than value it self? Regards,Matjaž #InterSystems IRIS 0 5 0 364
Question Matjaz Murko · Oct 29, 2021 IRIS Native .Net Client raise event Hi.Is it possible to trigger an event on .NET client (C#) from IRIS process? I'm using IRIS Native client to connect to IRIS server. Regards,Matjaž #InterSystems IRIS 0 4 0 196
Question Matjaz Murko · Sep 29, 2021 Locking / unlocking Hi. What is the best/right way to unlock the object in ObjectScript after the lock was acquired by %OpenId class method? Setting the opened object to null (Set object="") doesn't release the lock. Regards, Matjaž #InterSystems IRIS 0 19 0 724
Question Matjaz Murko · Aug 13, 2021 JDBC on Android Hi. Does anyone have experience with JDBC connection from Android to IRIS? Regards, Matjaž #InterSystems IRIS 0 4 0 202
Question Matjaz Murko · Jul 10, 2021 JSONExport Hi. How can I deserialize in C# JSON string created with %JSONExport - exported class includes property of type array of %String? Which type of property should I use in C# class to deserialize it properly (List<> doesn't work)? Regards, Matjaž #InterSystems IRIS 0 5 0 341
Question Matjaz Murko · Jul 3, 2021 Object of %SerialObject class to List Hi. Is it possible to convert the object of type %SerialObject to $List form? I'm using embedded class in unique index and I want to use autogenerated method Open to access the object - parameter should be in $List form... Tnx. Regards, Matjaž #InterSystems IRIS 0 9 0 366
Question Matjaz Murko · Jun 24, 2021 Production SAP Hi. Is there any example how to implement Production to exchange data with SAP repeatly? Regards, Matjaž #Business Operation #InterSystems IRIS 0 3 0 312
Question Matjaz Murko · Feb 3, 2021 Date/Time add hours Hi. How can I add/substract hours from $Horolog in ObjectScript and the date part of $H is also affected? Regards, Matjaž #InterSystems IRIS 0 5 1 1.2K