InterSystemsDev via @like
Check the new #BestPractice on #DeveloperCommunity: Improve #SQL Performance for Date Range Queries
>> http://ow.ly/5dKf30ns2uJ <<
#Caché #CodeSnippet #WRC
>> http://ow.ly/5dKf30ns2uJ <<
#Caché #CodeSnippet #WRC
InterSystems Developer Community
Improve SQL Performance for Date Range Queries
Date range queries going too slow for you? SQL Performance got you down? I have one weird trick that might just help you out! (SQL Developers hate this!)*If you have a class that records t
InterSystemsDev via @like
The preview release of InterSystems IRIS for Health 2019.1 is now available! #IRISforHealth #InterSystemsIRIS #DataPlatform #Release
Try it out: http://ow.ly/sPyG30ns1lL
Try it out: http://ow.ly/sPyG30ns1lL
InterSystemsDev via @like
The preview release of InterSystems HealthShare Health Connect 2019.1 is now available! #HealthShare #HealthConnect #Interoperability #Release
Try it out: http://ow.ly/TPzN30nw573
Try it out: http://ow.ly/TPzN30nw573
InterSystemsDev via @like
New #Video on #DeveloperCommunity YouTube: Certificate Revocation, OCSP Stapling and KMIP
>> https://youtu.be/MHUAax-0iok <<
#GlobalSummit18 #Security #Certificate #SystemArchitecture #OCSP #KMIP
>> https://youtu.be/MHUAax-0iok <<
#GlobalSummit18 #Security #Certificate #SystemArchitecture #OCSP #KMIP
YouTube
Certificate Revocation, OCSP Stapling and KMIP
Security requirements around certificates are getting stricter, and revocation lists are a must-have. In this video, we will outline our support for Online Certificate Status Protocol (OCSP), discuss why it is important, and demonstrate how to use it.
Takeaway:…
Takeaway:…
InterSystemsDev via @like
New #Addon on #OpenExchange: DSW Reports — DeepSeeWeb reports generator
>> http://ow.ly/iQZg30nw62T <<
#InterSystemsIRIS #Caché #DeepSee #Ensemble #HealthShare #Angular #PDF
>> http://ow.ly/iQZg30nw62T <<
#InterSystemsIRIS #Caché #DeepSee #Ensemble #HealthShare #Angular #PDF
InterSystemsDev via @like
Seeking Clarification between #REST Web Service and a #API call #CachéObjects #BusinessOperation #WebServices
>> http://ow.ly/MSnI30nx3R6 <<
>> http://ow.ly/MSnI30nx3R6 <<
InterSystems Developer Community
Seeking Clarification between REST Web Service and a API call
I am trying to explore some new possibilities outside of the normal day to day HL7 interfacing we do. I have only done 1 other Web Service interface but it was using a SOAP proxy wizard. Now I am task
InterSystemsDev via @like
Seeking field testers for an upcoming #VSCode extension from George James Software #Debugging #DevelopmentEnvironment
>> http://ow.ly/GNuq30nx40y <<
>> http://ow.ly/GNuq30nx40y <<
InterSystems Developer Community
Seeking field testers for an upcoming VSCode extension from George James Software
At the George James Software booth at Global Summit last year we took the wraps off the work we've been doing to make our popular editing and debugging tool Serenji available on the Visual Studio Code
InterSystemsDev via @like
📌 [InterSystems Official] Support for #OpenJDK 8 available with InterSystems products #Java #Platforms
>> http://ow.ly/ojgw30nx4dw <<
>> http://ow.ly/ojgw30nx4dw <<
InterSystemsDev via @like
MAXLEN error on saving %Persistent class #CachéObjects #Ensemble #DataPlatform
>> http://ow.ly/zlCa30nEJ6A <<
>> http://ow.ly/zlCa30nEJ6A <<
InterSystems Developer Community
MAXLEN error on saving %Persistent class
Hi,When we define a %String property, and don't mention any MAXLEN, by default it uses 50 as defined in class %Library.String.As a result, when we try to save data more than 50 characters, it fai
InterSystemsDev via @like
REST return 500 error #CachéObjects #ApplicationServer #RESTServices #API
>> http://ow.ly/xfb330nEJbr <<
>> http://ow.ly/xfb330nEJbr <<
InterSystems Developer Community
Rest return 500 error
I have an application which is distributed across maybe 5 servers since it has over a thousand users at a time we had an upgrade to the application last week and I had an integration build that uses t
InterSystemsDev via @like
VSCode extension for InterSystems ObjectScript update #VSCode #ObjectScript #DevelopmentEnvironment
>> http://ow.ly/jCsi30nELWO <<
>> http://ow.ly/jCsi30nELWO <<
InterSystemsDev via @like
The One Query Performance Trick You NEED to Know? Tune Table! #Caché #InterSystemsIRIS #Performance #SQL #BestPractice
>> http://ow.ly/McCp30nELNu <<
>> http://ow.ly/McCp30nELNu <<
InterSystemsDev via @like
New #Video on #DeveloperCommunity YouTube: Change Control – Value and Best Practices
>> https://youtu.be/llgLUvK8E5k <<
#GlobalSummit18 #SystemArchitecture #ProcessImprovement
>> https://youtu.be/llgLUvK8E5k <<
#GlobalSummit18 #SystemArchitecture #ProcessImprovement
YouTube
Change Control: Value and Best Practices
In this video, we will share our experiences with implementing change control and talk about the tools and processes we use. We will discuss best practices a...
InterSystemsDev via @like
How to specify System Default Setting for Production setting? #HowTo #Ensemble #Interoperability #Integration
>> http://ow.ly/MiJo30nFYMH <<
>> http://ow.ly/MiJo30nFYMH <<
InterSystems Developer Community
How do I specify System Default Setting for Production setting
Added new System Default Setting for Production (not Host) setting.However, Production setting is still the same. I have tried restarting Production and instance, to no avail.How do I specify Sy
InterSystemsDev via @like
How to call #InterSystemsIRIS, then run a few commands from it, using a #Windows Batch script? #HowTo #Terminal
>> http://ow.ly/xFlR30nFZDo <<
>> http://ow.ly/xFlR30nFZDo <<
InterSystems Developer Community
How do I call IRIS, then run a few commands from it, using a Windows Batch script?
Hi guys,Mostly the title. Let's say my commands are stored in a text file "inFile". Here was my best guess: console IRIS2018 <inFileFor reference, here's an example o
InterSystemsDev via @like
On a #CSP page, when you return %Boolean from a #Caché script into a #JavaScript script, you're getting a string, not a Boolean #InterSystems #CachéObjects
>> http://ow.ly/etUN30nFYVv <<
>> http://ow.ly/etUN30nFYVv <<
InterSystems Developer Community
On a csp page, when you return %Boolean from a cache script into a javascript script, you're getting a string, not a boolean
This is a quick note on what happens when, on your CSP page, you call a cache script which returns a %Boolean and store that value in a javascript variable.When you call a script with language="cache
InterSystemsDev via @like
Check the new #VSCode extension for InterSystems #ObjectScript update on #OpenExchange
>> http://ow.ly/4IDA30nFZ4x <<
#Caché #InterSystemsIRIS #Ensemble #HealthShare #HealthConnect #Tool
>> http://ow.ly/4IDA30nFZ4x <<
#Caché #InterSystemsIRIS #Ensemble #HealthShare #HealthConnect #Tool
InterSystemsDev via @like
Support for Windows Server 2019 #InterSystemsIRIS #Caché #Ensemble #Platforms #Windows #MicrosoftWindowsServer
>> http://ow.ly/KsPa30nGUwE <<
>> http://ow.ly/KsPa30nGUwE <<
InterSystems Developer Community
Support for Windows Server 2019
InterSystems is currently verifying InterSystems IRIS 2019.1 with Windows Server 2019. This work is scheduled to complete by the end of January 2019. In the second half of this month InterSystem