InterSystemsDev via @like
New on the #OpenExchange Marketplace: Background Jobs over ECP Databases >> http://ow.ly/Ch7B50vlBoQ
#InterSystems #InterSystemsIRIS #Caché #Database #ECP #DataManagement
#InterSystems #InterSystemsIRIS #Caché #Database #ECP #DataManagement
InterSystems Developer Community
Background Jobs over ECP
Running a Background Job using JOB command is a well-known feature.Using ECP to distribute databases to several servers is also well know.But using the combination of both to run a process on a differ
InterSystemsDev via @like
Hey Followers! Here is the #digest of the best articles on #InterSystemsDevelopers in July 2019. Check what's new and cool in development with InterSystems Data Platforms: http://ow.ly/l6gJ50vlAT
#InterSystems #InterSystemsIRIS #Developers #Development #Coding
#InterSystems #InterSystemsIRIS #Developers #Development #Coding
InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: CachéGlobalOrder example to iterate over global and get data >> http://ow.ly/JRfJ50vpNDZ
#InterSystems #Caché #Cpp #Coding #Callout
#InterSystems #Caché #Cpp #Coding #Callout
InterSystems Developer Community
CacheGlobalOrder example to iterate over global and get data
I managed to use CacheGlobalOrder to iterate over global and return the next subscript:
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
InterSystemsDev via @like
[#OpenExchange] Using Interjob communication (IJC) Demo – the internal variant of a PIPE >> http://ow.ly/K9rs50vpNqM
#InterSystems #InterSystemsIRIS #Caché #Monitoring #PIPE
#InterSystems #InterSystemsIRIS #Caché #Monitoring #PIPE
InterSystems Developer Community
Using Interjob communication (IJC)
Example available on Open Exchange.Since the very beginning of Caché and most of its predecessorsthere exists a way of in-memory communication of processes.It's called InterJob Communication - IJC.I h
InterSystemsDev via @like
📣 InterSystems API Manager is now generally available! More details here: http://ow.ly/mnAX50vpO8T
#InterSystems #InterSystemsIRIS #API #RESTAPI #Interoperability #JSON #Microservices #Containers
#InterSystems #InterSystemsIRIS #API #RESTAPI #Interoperability #JSON #Microservices #Containers
InterSystemsDev via @like
Running a SQL SELECT statement in USER NAMESPACE to get data from another NAMESPACE #InterSystems #Caché #SQL
>> http://ow.ly/n3Et50vqWtB <<
>> http://ow.ly/n3Et50vqWtB <<
InterSystems Developer Community
Running a SQL SELECT statement in USER NAMESPACE to get data from another NAMESPACE
Hello,I am trying to run a simple SELECT STATEMENT in USER NAMESPACE.SELECT * FROM projectname.tableWhat is the syntax if i need to get data for a table in another namespace eg. SAMPLES., SYSSELECT *
InterSystemsDev via @like
📢 Looking for Interface Developer >> http://ow.ly/yxfG50vqWUx
#InterSystems #Caché #Ensemble #HL7 #HealthIT #Healthcare #Developer #Hiring #Job
#InterSystems #Caché #Ensemble #HL7 #HealthIT #Healthcare #Developer #Hiring #Job
InterSystemsDev via @like
Unpacking pButtons with #Yape - update notes and quick guides >> http://ow.ly/vNHa50vqX4O
#InterSystems #InterSystemsIRIS #Caché #Docker #Containers #Python #DevOps #Performance
#InterSystems #InterSystemsIRIS #Caché #Docker #Containers #Python #DevOps #Performance
InterSystemsDev via @like
🆕 Coding Talk on #InterSystemsDevelopers YouTube: Informative and Fast WEB API VIA ObjectScript and Ensemble/HealthShare >> https://youtu.be/fhwiSy54lyY
#InterSystems #ObjectScript #Ensemble #HealthShare #API #Programming #Coding
#InterSystems #ObjectScript #Ensemble #HealthShare #API #Programming #Coding
YouTube
Informative and Fast WEB API VIA ObjectScript and Ensemble/HealthShare
Previous sessions are related to InterSystems ObjectScript: 1. Locking in InterSystems ObjectScript: https://youtu.be/_v2ga5B0ZJk 2. A SOLID Design in InterS...
InterSystemsDev via @like
How to remove escape characters from JSON >> http://ow.ly/xtTi50vrVEC
#HowTo #InterSystems #Caché #ObjectScript #JSON
#HowTo #InterSystems #Caché #ObjectScript #JSON
InterSystems Developer Community
How to remove escape characters from JSON
I am still new to cache objectscript and am trying to figure out how I would go about removing the escape characters from my JSON below. When I call the $toJSON method it's adding the "\" charact
InterSystemsDev via @like
Article on #InterSystemsDevelopers:
#InterSystems #IRISforHealth #HealthShare #Debugging #SSL #TLS
do ^REDEBUG
for debugging SSL/TLS configurations >> http://ow.ly/ECFd50vrWdk#InterSystems #IRISforHealth #HealthShare #Debugging #SSL #TLS
InterSystems Developer Community
`do ^REDEBUG` for debugging SSL/TLS configurations
This is more for my memory that anything else but I thought I'd share it because it often comes up in comments, but is not in the InterSystems documentation. There is a wonderful utility called ^
InterSystemsDev via @like
📢 New Job Opportunity: Caché Developer - Redditch. More details here: http://ow.ly/imdQ50vrVsd
#InterSystems #Caché #Developer #CSP #Agile #Hiring #Job
#InterSystems #Caché #Developer #CSP #Agile #Hiring #Job
InterSystemsDev via @like
New on #OpenExchange: CachéQuality for Atelier – #IDE extension that helps you detect and fix quality issues as you write #code >> http://ow.ly/KsmC50p6FY0
#InterSystems #InterSystemsIRIS #Caché #Atelier #ObjectScript #JavaScript #Analysis
#InterSystems #InterSystemsIRIS #Caché #Atelier #ObjectScript #JavaScript #Analysis
InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: SQL joining tables on collection list >> http://ow.ly/3N7u50vvzuG
#InterSystems #Caché #SQL #Coding
#InterSystems #Caché #SQL #Coding
InterSystems Developer Community
SQL joining tables on collection list
Class ICT.Experiments.A Extends %Persistent
{
Property Name As %String;
Property Collection As list Of ICT.Experiments.B;
Property Collection2 A
{
Property Name As %String;
Property Collection As list Of ICT.Experiments.B;
Property Collection2 A
InterSystemsDev via @like
Read the article about the new #OpenExchange App: A more useFull Object Dump >> http://ow.ly/ovr250vvB4b
#InterSystems #InterSystemsIRIS #Caché #Testing #Tools
#InterSystems #InterSystemsIRIS #Caché #Testing #Tools
InterSystems Developer Community
A more useFull Object Dump
The code of %Z.obj is available on Open Exchange.During testing your code you are are often confronted with the need to examinethe actual content of an object. Either using ZWRITE or $system.OBJ.Dump(
InterSystemsDev via @like
This media is not supported in your browser
VIEW IN TELEGRAM
New #BestPractice on #InterSystemsDevelopers: Brief introduction to Test Driven Development with Caché and CosFaker >> http://ow.ly/Up9c50vvABX
#InterSystems #Caché #OpenExchange #Testing #Development
#InterSystems #Caché #OpenExchange #Testing #Development
InterSystemsDev via @like
"InterSystems API Manager Introduction" video is already on #InterSystemsDevelopers YouTube >> https://youtu.be/vO6kz1G4eVg
#InterSystems #InterSystemsIRIS #IRISforHealth #API #Interoperability #Containers #JSON #WebDevelopment
#InterSystems #InterSystemsIRIS #IRISforHealth #API #Interoperability #Containers #JSON #WebDevelopment
YouTube
InterSystems API Manager Introduction
InterSystems API Manager is a tool that allows you to manage your APIs within InterSystems IRIS™ and InterSystems IRIS for Health™. In this video, Product Manager Stefan Wittmann describes what API Manager is and describes several use cases in which the tool…
InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: Can a JSON variable (%Library.DynamicObject) ever be a property in an Ens.Request object? Nothing but <INVALID OREF> errors >> http://ow.ly/63ym50vxvZi
#InterSystems #Caché #Ensemble #JSON #CSV
#InterSystems #Caché #Ensemble #JSON #CSV
InterSystems Developer Community
Can a JSON variable (%Library.DynamicObject) ever be a property in an Ens.Request object? Nothing but <INVALID OREF> errors
I have a process that takes data from a CSV file (actually a record mapper object) and creates a nicely formatted JSON string I would love to send this along to a RESTful business operation. How
InterSystemsDev via @like
🆕 Blog: What makes hackathons so special? For starters, it’s a place where developers and entrepreneurs come together to innovate >> http://ow.ly/hcAC50vwCnz
#InterSystems #Developers #Hackathon #TechCrunch #Innovation #DevOps
#InterSystems #Developers #Hackathon #TechCrunch #Innovation #DevOps
InterSystemsDev via @like
📢 Hey followers! Do you know that this year you have a unique chance to get certified on InterSystems technologies at the Global Summit 2019! More details here: http://ow.ly/FKpb50vxvmy
#InterSystems #GlobalSummit19 #InterSystemsDevelopers #Developers #Tech #IT #TechEvent
#InterSystems #GlobalSummit19 #InterSystemsDevelopers #Developers #Tech #IT #TechEvent
InterSystemsDev via @like
🎞 Worth watching! "How to Submit Your #InterSystems Solution, Connector or Library to Open Exchange" #Coding Talk presented by Evgeny Shvarov >> https://youtu.be/duAVaIEeXS8
#InterSystemsDevelopers #OpenExchange #GitHub #Solutions #Tools #Marketplace #Developers
#InterSystemsDevelopers #OpenExchange #GitHub #Solutions #Tools #Marketplace #Developers