InterSystemsDev via @like
Getting an error: Method does not exist when trying to create a file #Caché #ObjectScript
http://ow.ly/1BvJ30mpGPC
http://ow.ly/1BvJ30mpGPC
InterSystems Developer Community
getting an error: Method does not exist when trying to create a file
I am trying to create a file from within a zen page but it keeps giving me a method does not exist errorin my page, i am taking the values and writing them to a file, when I do this : set fi
InterSystemsDev via @like
DynamicObject Adapter for #Caché and related technology stacks #InterSystems #CachéObjects #InterSystemsIRIS #Ensemble #JSON #OpenExchange
http://ow.ly/OPY530mpHhM
http://ow.ly/OPY530mpHhM
InterSystems Developer Community
DynamicObject Adapter for Cache and related technology stacks
Hi,This is available on github and wairing for approval on the Open Exchange.It allows you to"Serialize" any class instance that extends from the adapter to a DynamicObject."Deserialize" a Dynam
InterSystemsDev via @like
⚡️ GREAT NEWS: 5,000 Members in InterSystems Developer Community! @InterSystems #DeveloperCommunity #Developers #DataPlatform
http://ow.ly/A3Pc30mpHyf
http://ow.ly/A3Pc30mpHyf
InterSystemsDev via @like
How to pass #JSON body as part of a #HTTP Status 404 Response message #HowTo #CachéObjects #RESTAPI #WebDevelopment #ErrorHandling
http://ow.ly/5VN730mqVSM
http://ow.ly/5VN730mqVSM
InterSystems Developer Community
How to pass JSON body as part of a HTTP Status 404 Response message
404 Not Found
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Not Found"
}
],
"code": 404,
"message": "Not Found"
}
}
I want to do
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Not Found"
}
],
"code": 404,
"message": "Not Found"
}
}
I want to do
InterSystemsDev via @like
Caché eXTreme for .NET - direct access to globals from C# #Caché #CSharp #NET
http://ow.ly/Jkd830mqW4Y
http://ow.ly/Jkd830mqW4Y
InterSystems Developer Community
Caché eXTreme for .NET - direct access to globals from C#
InterSystems states that Caché supports at least three data models – relational, object and hierarchical (globals). On can work with data presented in relational model in a program written on C# the s
InterSystemsDev via @like
Caché Simple Rule Engine Example on InterSystems #OpenExchange ☑️ #CodeSnippet #Caché #CachéObjects
http://ow.ly/NPug30mqWg1
http://ow.ly/NPug30mqWg1
InterSystemsDev via @like
How to compile a class without using worker jobs? #HowTo #CachéObjects #Compiler #Debugging
http://ow.ly/Cltm30mrSJo
http://ow.ly/Cltm30mrSJo
InterSystems Developer Community
Can I compile a class without using worker jobs?
Using our cool new debugging extension for Visual Studio Code I'm trying to debug a CreateProjection method of a class, but when I compile it the work apparently gets done in one of the worker jobs, s
InterSystemsDev via @like
Please check all the #Keynotes Videos from #GlobalSummit18 🔛 Big applause to all the speakers! 👏🏼
http://ow.ly/s26E30mrSXW
http://ow.ly/s26E30mrSXW
InterSystemsDev via @like
Export and import web application configuration #WebDevelopment #Git #DevOps
http://ow.ly/d25P30msQ6O
http://ow.ly/d25P30msQ6O
InterSystems Developer Community
Export and import web application configuration
Is there a way to export and import web application configuration? For example to save it to version control (git) and to import it to other server.By web application configuration I mean "System ->
InterSystemsDev via @like
InterSystems Developer Community
I want to use Caché with Mac (evaluation version)
I installed an evaluation version of Caché now.
The Windows version of the Caché client component kit is required to manage and operate Linux or Mac machines with Caché installed.
The Windows vers
The Windows version of the Caché client component kit is required to manage and operate Linux or Mac machines with Caché installed.
The Windows vers
InterSystemsDev via @like
🗓 InterSystems #DeveloperCommunity October 2018 Digest #InterSystems #DataPlatform #Digest
http://ow.ly/LA9L30msQYU
http://ow.ly/LA9L30msQYU
InterSystemsDev via @like
Configuring #Apache to work with #InterSystems products on Linux #WebDevelopment #SysAdmin #Linux
http://ow.ly/WPMy30mvrTh
http://ow.ly/WPMy30mvrTh
InterSystems Developer Community
Configuring Apache to work with InterSystems products on Linux
InterSystems products (IRIS, Caché, Ensemble) already include a built-in Apache web server. But the built-in server is designed for the development and administration tasks and thus has certain limita
InterSystemsDev via @like
Join #InterSystems on #DeveloperWeek in Austin, November 6-8 ☑️ Discover the latest in #AppDevelopment, #VR Dev, #FinTech Dev, and #MachineLearning
http://ow.ly/liLv30mvrkj
http://ow.ly/liLv30mvrkj
InterSystemsDev via @like
⚡️(Webinar in #Russian, November 6) Monitoring using #Grafana and #Prometheus 🔛 #InterSystems #Webinar #InterSystemsIRIS #Caché #Ensemble
http://ow.ly/XFOT30mvsf3
http://ow.ly/XFOT30mvsf3
InterSystemsDev via @like
🎞 New #Video on #DeveloperCommunity YouTube: Unit Test Coverage in InterSystems #ObjectScript 🔛 #GlobalSummit2018 #ContinuousIntegration #RapidDevelopment #Containers #DevOps
https://youtu.be/nUSeGHwN5pc
https://youtu.be/nUSeGHwN5pc
YouTube
Unit Test Coverage in InterSystems ObjectScript
InterSystems is sharing a tool they use for measuring test coverage. Watch this session recording and learn how you can measure the effectiveness of your exi...
InterSystemsDev via @like
💥 New Tool on #OpenExchange: Adding tools in InterSystems #Caché Studio #Testing #UnitTest #Studio
http://ow.ly/R1eX30mwu5u
http://ow.ly/R1eX30mwu5u
InterSystemsDev via @like
Execute Server Commands from InterSystems Caché / Ensemble / IRIS #CodeSnippet #Caché #Ensemble #InterSystemsIRIS
http://ow.ly/IBej30mwVqn
http://ow.ly/IBej30mwVqn
InterSystems Developer Community
Execute Server Commands from Caché / Ensemble / IRIS
The question has come up several times and I saw mixed answers and no quick exampleMy personal preference is using CPIPE device as you get back exactly the output you will get at the command