Search

Clear filter
Article
Robert Cemper · May 14, 2020

websocket-client-js * iris-native-api * docker-micro-server

):of course, you have the option of more than one WebSocket Server.Once the WebSocket Client Service has done its job you get back the result from it. The advantage over the built
Question
Dmitry Maslennikov · Jan 16, 2020

Custom Login Page for IRIS

be overridden /// Provide a default login and security-token pages for CSP applications. /// User can override the look of this page by creating a subclass and /// overriding
Article
Semion Makarov · Sep 10, 2017

Using SYSMON Dashboards for monitoring the work of InterSystems Caché, Ensemble and HealthShare

. Additional information about notifications can be found here. Immediately after startup (by default, the tool is launched along with a Caché instance), System Monitor starts
Article
Yuri Marx Pereira Gomes · Aug 2, 2021

InterSystems IRIS REST Application Patterns

CrudUtilService.cls file inside service folder. Write the content: CrudUtilService content Class dc.movie.service.CrudUtilService Extends %CSP.REST { Parameter CHARSET
Question
Eduard Lebedyuk · Mar 28, 2017

How can I get argument not separated by / in REST

://host:port/REST/arg http://host:port/REST/ Currently I need to define URL Map like this (assuming /REST web app): XData UrlMap { <Routes> <Route Url="/:arg1" Method
Question
Scott Roth · May 2, 2017

Inbound Email Adapter Confguration

Does anyone have a good example of setting up an Inbound Email Adapter Service to retrieve an email? I am thinking of sending this email to a BPL to retrieve the Attachment
Article
Josh Lubarr · Oct 15, 2019

Tips on exporting and importing security settings

the defaults. If you have previously exported settings, you will see a message such as: SecurityExport.xml already exists, do you want to overwrite it? Yes => [Answer yes
Question
Stephen Wilson · Sep 20, 2019

Is there an OAuth 2.0 "sliding expiration" for JWT access tokens to extend the expiry date

= true;}); I am using a PasswordGrant authentication mechanism to generate a JWT access token that expires after 3 minutes(180 seconds). The default setting is 1 hr (3600 seconds). I
Article
Yuri Marx Pereira Gomes · Jan 25, 2021

Creating the Documentation Portal for your InterSystems IRIS Application

Source application from the community capable of collecting all XData definitions in HTML and / or Markdown format and generating a Web Portal with all the application documentation
Question
Ephraim Malane · Jul 4, 2023

How to Configure Email Alerting on HealthShare based on the conditions from the messages received

Hi Community, Please give me an example on how to configure email alerting based on the rules and send out emails accrordingly. As a message comes into the business service
Question
Gary Holt · Jan 19, 2018

Upload client files using javascript/csp options

further. In the web world, you don't have access to files on the client's machine, only if a user will give you this particular file. So, if a user manually downloaded your file
Article
Rubens Silva · May 22, 2017

Port: A VCS-agnostic and project based Studio source control tool - Basic Usage

reference.Port will handle creating the directory structure for you, whichs defaults to: /CacheProjects/{NAMESPACE}/{PROJECT}.3. Save the recently added item.This will make
Question
Oleksandr Kyrylov · Dec 15, 2022

Installation Manifest

, but in managment portal Password and Kerberos are selected) Looks like the properties are set to default, and my specification is skipped Created web application page in Managment portal after
Article
Yuri Marx Pereira Gomes · May 22, 2023

Tutorial: Deploy your dockerized application on AWS

. Notes: Split cluster and service/task creations into separate stacks. By default your cluster would have FARGATE and FARGATE_SPOT capacity providers, but if you use Launch type
Question
Thembelani Mlalazi · Dec 11, 2018

How to mimic selenium in cache object Script

class or should I be using a different class the idea is to be able to call a web app login into it and fill out form and log out It could be easier just to log what client serves