Question Minoru Horita · Feb 13 Access to Azure Blob Storage I am trying to create a program to upload blob files from IRIS to Azure Blog Storage, but with no luck. First, I am trying the APIs, but ##class(%Net.Cloud.Storage.Client).CreateClient() fails with the message "Cannot establish connection". Following the documentation, the parameters are like: CreateClient(, 1, credfile, , .tSC) where credfile specifies a file containing: DefaultEndpointsProtocol=httpsAccountName=aihpocsadicomAccountKey=RealAccountKeyHereEndpointSuffix=core.windows.net #Azure #Cloud #Interoperability #InterSystems IRIS 0 1 0 208
Question Minoru Horita · May 19, 2023 ODBC fails on Apple Silicon I have a problem with connecting to IRIS via ODBC on Apple Silicon. I installed unixodbc with brew, and downloaded ODBC-2023.1.0.229.0-macos.tar.gz from the community github repo. After setting up odbc.ini so that libirisodbcur6435.so that was just downloaded is used as the driver, isql fails as follows: #Apple macOS #ODBC #InterSystems IRIS 1 4 0 536
Question Minoru Horita · Jul 20, 2022 Handling StreamContainer in Business Process I am trying to use EnsLib.SQL.Operation.GenericOperation for retrieving (multiple) rows. But I am looking for a way to handing a StreamContainer returned by the operation, in my business process such as receiving it in the Context object and packing it to a request to call another business operation. Does anyone have sample code to do this? Thanks. #Business Operation #Business Process (BPL) #Interoperability #InterSystems IRIS 1 2 0 244
Question Minoru Horita · Apr 11, 2019 SQL projections of dictionaries in IRIS NLP (a.k.a iKnow) In Cache'/Ensemble, by specifying the objectsPackage parameter, dictionaries (and other objects) get projected to tables that can be accessed by SQL queries.But in IRIS (IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2019.1 (Build 507U) Mon Feb 25 2019 13:47:16 EST), when I created a dictionary with ##class(%iKnow.Matching.DictionaryAPI).CreateDictionary(), it does not get projected to a table.The class APIs correctly retrieve information about this dictionary.Am I missing something with IRIS, or is there any issues about this? #InterSystems Natural Language Processing (NLP, iKnow) #InterSystems IRIS 0 2 0 312
Question Minoru Horita · Mar 27, 2018 Creating a domain programmatically and language setting I am trying to create an iKnow domain programmatically like: Set dom = ##class(%iKnow.Domain).%New("TestDom") Do dom.SetParameter("DefaultConfig", "MyConfiguration") Set sc = dom.%Save() ... Although "MyConfiguration" sets the language to "ja", i.e. Japanese, it doesn't seem to be respected, and what I see on the top right pane in Knowledge Portal is related concepts, instead of proximity profiles, which I expect to see in Japanese language mode. Also resulting segmentation of sentences looks to be it is in English mode. #InterSystems Natural Language Processing (NLP, iKnow) 0 2 0 377
Question Minoru Horita · Jan 28, 2016 [Question] Asynch reporting member connecting to multiple failover members Does anyone know any sites who configure an async reporting member to connect to two different failover mirroring sets ? I know this is supported, but I would like to know how it is working in real world systems. Any information would be appreciated. #Caché #System Administration #Mirroring 0 1 0 280