Search

Clear filter
Question
William Glover · Jun 26, 2023

Reasons for pResponse not being sent back to service from process

%Save() Set ^dbg($i(^dbg)) = $lb($h, sc, pResponse.%Id()) Then check ^dbg global, sc must be 1 and there should be an id. Try to open pResponse object from a terminal.
Article
John Murray · Aug 9, 2024

WebTerminal is broken on IRIS 2024.2

Here's how I did it: Create a new security resource %DB_WEBTERMINAL and set the WEBTERMINAL database to use this instead of %DB_%DEFAULT.
Article
Yuri Marx · Oct 22, 2020

2020 Intersystems IRIS Roadmap - blueprint analysis

Very easy to use, any DBA can be use it. The AutoML is a fantastic technology and will be used a lot.

#Caché

4.9K Posts32 Followers
Question
Vineeth Jagannathan · May 25, 2017

Can we pull .zip file using webservice call into ensemble and unzip it

%New() do s.LinkToFile("1.xml") do $System.OBJ.ExportToStream("dbg*.GBL", s) do s.%Save() kill kill ^dbg set s=##class(%Stream.FileBinaryGzip).
Article
Murray Oldfield · Feb 26, 2016

Provision a Caché application using Ansible - Part 1

[db1] etc etc etc TASK: [hs_server_common | Create default cache group] ************************* changed: [db1] TASK: [hs_server_common | Create default cache manager group
Question
Token Ibragimov · Apr 20, 2021

How to set in cache object script encoding to WINDOWS-1251

While creating DBF file , I get unreadeable symbols. For example ╠┼╥└╦╦╙╨├╬┬ How set encode to WINDOWS-1251 ?

#DTL

237 Posts7 Followers
Question
Sowrick Nandi · Nov 15, 2023

Issue with accesing Caché database tables with Azure Datafactory

/syb/>][Location: <ServerLoop - Query Fetch>][%msg: <Unexpected error occurred: <PROTECT>%0AmBk1^%sqlcq.SYA.cls691.1 ^SB700(""),/database/db4/syb/>] Can anyone
Article
Roger Merchberger · Mar 30, 2023

Set up an IRIS docker image on a Raspberry Pi 4

If you did create the USB-stored database(s), you can type this: ZN "DB1" and you should see the DB1> prompt.
Question
Bálint KONCZ · Dec 2, 2019

Caché connection to Sql Developer

KEY=BGJD_preface an example for SQLdeveloper using 3rd party JDBC (here DB2) might be a guideline how to proceedhttps://www.db2tutorial.com/getting-started/sql-developer-db2/
Question
ramya sri · Dec 14, 2018

How to Create Namespace Programmatically in Terminal

%New() set db.BlockSize=8192 set db.Directory = path set db.ExpansionSize=0 set db.ResourceName="%DB_%DEFAULT" set db.NewGlobalCollation=5 quit db.

t t

0 posts0 comments
Article
Dmitrii Kuznetsov · Jan 21, 2019

Should you trust Codd or your objects?

Second, we are going to focus on saving to a DBMS only for now.
Question
Phillip Wu · Nov 1, 2022

IRIS database file [IRIS.DAT] check mirror attribute

This file exists - /trak/base/tc/db/ct/IRIS.DAT However: BASETC:%SYS>set db=##Class(SYS.Database).%OpenID("/trak/base/tc/db/ct",,.sc) SET db=##CLASS(SYS.Database).