InterSystemsDev via @like
How to make an #HTTP adapter wait a certain number of seconds? #HowTo #CachéObjects #Ensemble
http://ow.ly/vedV30mwVd5
http://ow.ly/vedV30mwVd5
InterSystems Developer Community
Is their a way to make an http adapter wait a certain number of seconds?
I have an http adapter that calls out to a web service and is looking for a "Completed" response. I want the adapter to wait a certain number of seconds before calling out again to get a response
InterSystemsDev via @like
How to check for a null property when reading an object? #HowTo #Caché #CachéObjects
http://ow.ly/Plpu30mxZqR
http://ow.ly/Plpu30mxZqR
InterSystems Developer Community
Cache Objects -How to check for a null property when reading an object?
You have a global ^CODE("TNO","BIO",291,"AKI") that may or may not exist. On the data side of the global ref it can have a boolean value of 0 (false) or 1 (true) and this global is wrapped up in
InterSystemsDev via @like
Can you perform Kills or Sets directly on #Globals within .NET without #ObjectScript classes or generated proxy classes? #Caché #CachéObjects
http://ow.ly/wUwH30mCdDb
http://ow.ly/wUwH30mCdDb
InterSystems Developer Community
Can you perform Kills or Sets directly on globals within .NET without ObjectScript classes or generated proxy classes ?
I think I already know the answer to this but I thought I'd ask anyway. So the Node.js adapter allows you to perform operations directly on Globals. Does the InterSystems.Data.CacheClient.dll or
InterSystemsDev via @like
Backing up/Exporting created Roles #CachéObjects #Ensemble #Security #Roles #Backup
http://ow.ly/Z6xb30mCRoo
http://ow.ly/Z6xb30mCRoo
InterSystems Developer Community
Backing up/Exporting created Roles
I have created some roles, and would like to know if there is a way to export the Roles and save them off to a file? I want to create a backup file of these roles for DR purpose, and in case I ever ge
InterSystemsDev via @like
InterSystems Developer Community
Indirectly traversing MultiDimensional properties
I can directly order over a MultiDimensional property, e.g.set key=$order(obj.prop(key))However I have a generic method that has to use the $property method, if I know the keys then I can just fetch a
InterSystemsDev via @like
How to convert #HTML code symbols to readable format? #HowTo #Caché #CachéObjects
http://ow.ly/B0j230mIpJG
http://ow.ly/B0j230mIpJG
InterSystems Developer Community
Convert to readable format
Hello!How I can convert html code symbols to readable format:Керимбай Нури&#
InterSystemsDev via @like
Creating complex #JSON objects and accessing elements within #InterSystems #Caché #CachéObjects #RESTAPI
http://ow.ly/zeVd30mRi9w
http://ow.ly/zeVd30mRi9w
InterSystems Developer Community
Creating complex JSON objects and accessing elements within
Hi,I have been reading the posts and the documentation around JSON support available with 2016.2 (which is my version) and following versions, but haven't found a concrete example of how to design and
InterSystemsDev via @like
Best Practice for data structure for multi-user systems #CachéObjects #Cloud #DataModel #Deployment
http://ow.ly/VGN430mSsPg
http://ow.ly/VGN430mSsPg
InterSystems Developer Community
Best Practice for data structure for multi-user systems
Hi,I would like to know if anyone has had some experience in building systems for multiple end-users. To keep things simple, in a hypothetical example, say an Event Booking System, where a V
InterSystemsDev via @like
Dynamically Creating Class (Reflection in C#) InterSystems #Caché #CachéObjects #CSharp
http://ow.ly/MFNL30n7yPw
http://ow.ly/MFNL30n7yPw
InterSystems Developer Community
Dynamically Creating Class (Reflection in C#)
I need to dynamically create a class based on a parameter passed into a class method. Basically the method takes in a string that contains the name of the class I need to create a new instance o
InterSystemsDev via @like
InterSystems Developer Community
Upload file attachments (pictures, documents and videos...) HTML AND CACHE INTERSTEMS
Hello Please I have a problem to save all name of files attached in table with date and load all files attached in directory My code HTML-------------------------------------<cache b
InterSystemsDev via @like
Should you trust Codd or your objects? #Caché #CachéObjects #DataModel #Mapping #Python
>> http://ow.ly/PAxt30noDFs <<
>> http://ow.ly/PAxt30noDFs <<
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
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
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
How to send the #JSON stream from Process to Operation and generate file? #HowTo #Caché #CachéObjects #BusinessOperation #BPL
>> http://ow.ly/5WJP30nIdyX <<
>> http://ow.ly/5WJP30nIdyX <<
InterSystems Developer Community
Try to send the JSON stream from Process to Operation and generate file
I created the Process to extract the required data from ADT message to a Dynamic Object. I wanted to send the JSON stream to EnsLib.File.PassthroughOperation operation and generate a file with the con
InterSystemsDev via @like
Is Cache.dat dependant on the operating system? #Ensemble #CachéObjects #Databases #Backup #FieldTests #SysAdmin
>> http://ow.ly/IxC130nPcT6 <<
>> http://ow.ly/IxC130nPcT6 <<
InterSystems Developer Community
Is Cache.dat dependant on the operating system?
We are currently using Ensemble on AIX. We are on 2015.2.2. If I install Field Test on a windows desktop, is it possible that I can import the Cache.dat from my AIX server, so I can do some Proof of C
InterSystemsDev via @like
Job Opportunity – Relocate from Europe to UK. More details here: http://ow.ly/plbJ30nUIla
#Caché #Ensemble #HealthShare #InterSystemsIRIS #IRISforHealth #CachéObjects #SQL #XML #Integration
#Caché #Ensemble #HealthShare #InterSystemsIRIS #IRISforHealth #CachéObjects #SQL #XML #Integration