Question Kishan Ravindran · Jan 2, 2018 Atelier Hi I am new using atelier and i want to use some of the InterSystems server for me to train so is there any server connections that i can use. Please help me on this. #Beginner 1 2 0 305
Question Kishan Ravindran · Dec 26, 2017 Atelier Download This the issue i am getting while trying to install atelier using eclipse oxygen I have done using this link https://download.intersystems.com/download/atelier.cspMy system is windows 10. How to reslove it. #Microsoft Windows 0 4 0 971
Question Kishan Ravindran · Dec 26, 2017 What is difference between using a command $classmethod rather than just invoking them straight away? What is difference between using a command $classmethod rather than just invoking them straight away?For example if i need to call a class and its method i can just use like do ##class(circle).radius() rather than using do $classmethod("circle",radius) (I suppose both of them doing the same function i am not aware of it) Please help me understand what is different and is there any specific usage. Correct me if i have made mistake. #Beginner #Object Data Model #ObjectScript #Caché 0 7 0 426
Question Kishan Ravindran · Oct 16, 2017 %NET Http request and Http response Hi,All, I did a small coding for the HTTP request and HTTP response. When i tried to use a server with ping i was able to get a response from the HTTP request. But when i tried the same with HTTP response i am getting a empty value in the response why is that?Thanks in advance. #API #Beginner #Object Data Model #SOAP #Caché 0 3 0 1.1K
Question Kishan Ravindran · Oct 12, 2017 How to Make a Http Request in Caché ObjectScript Set httprequest=##class(%Net.HttpRequest).%New() Set httprequest.Server="www.intersystems.com" Do httprequest.Get("/") Do httprequest.HttpResponse.OutputToDevice() Do httprequest.Get("/cache/") Do httprequest.HttpResponse.OutputToDevice() The above is the code which i found in this link http://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls?P... #API #Beginner #Object Data Model #ObjectScript #Frontend #Caché 0 5 0 3.4K
Question Kishan Ravindran · Oct 5, 2017 Test Driven Development tool for Cache Is there any Test Driven Development tool for Cache for the web development. If so can any one help me on this.Thanks in advance. #API #Beginner #Object Data Model #Tools #Caché 0 2 0 567
Question Kishan Ravindran · Sep 2, 2017 What is the three process types in the Ensemble and how they work? I am beginner to ensemble and went through the introduction of ensemble in that they have mentioned three process of operations which is business service,business process, business operations is there anyway to understand these process can anyone help me on this. Thanks in advance. #Beginner #Ensemble 1 3 0 294
Question Kishan Ravindran · Aug 7, 2017 What is the Difference Between Methods and Class Methods? What is the difference between method and class method and why are mentioning one as Method and class method what is the purpose of this? #Beginner #Object Data Model #ObjectScript #Caché 0 8 1 3K
Question Kishan Ravindran · Jul 20, 2017 Problem with setting a property Hi!While i am trying to write a data i am getting a error as "<PROPERTY DOES NOT EXIST>zFile+15^User.zKQRest.1 *value,%Collection.ListOfObj" but there are values stored in it. How can i break it write it separately. #Beginner #Object Data Model #ObjectScript #Caché 0 6 0 758
Question Kishan Ravindran · Jul 1, 2017 How to Enable iKnow Functionality in InterSystems Caché In my cache studio i couldn't find the a namespace of iknow so how can i check is my studio version is compatible to to the one i am using now. If i don't have one then can be able to create a new namespace in studio? #Namespace #Studio #Caché #InterSystems Natural Language Processing (NLP, iKnow) 0 4 0 559
Question Kishan Ravindran · Jun 10, 2017 How to Make a CSP Page With %CSP.Page Class? Hi! In the below code for cls with csp i have passed the output to a global but after i give the content in the text box it is getting stored, but when i check the global it is empty. #CSP #Caché 0 4 0 605
Question Kishan Ravindran · Jun 6, 2017 iKnow with Japanese In iknow they are mentioning that Japanese words cannot be used for iknow in CRC and in CC, If one needs to use iknow for Japanese character how does concepts and relation works for them? #Beginner #Caché #InterSystems IRIS BI (DeepSee) #InterSystems Natural Language Processing (NLP, iKnow) 0 1 0 338
Question Kishan Ravindran · Jun 1, 2017 Can I use InterSystems iKnow without InterSystems DeepSee? Can we use iknow in the Cache tool means if i don't have deepsee tool to work on like for doing some sample programs. Because i don't have deepsee tool with me?And is there any open source for downloading deepsee? #Beginner #Caché #InterSystems IRIS BI (DeepSee) #InterSystems Natural Language Processing (NLP, iKnow) 0 2 0 380
Question Kishan Ravindran · May 27, 2017 Deepsee I need to know where i can have good understanding about Deepsee in cache and please provider some example code referring to Deepsee as i am beginner in it. what purpose is it used for ? #Beginner #Caché #InterSystems IRIS BI (DeepSee) 0 2 0 310
Question Kishan Ravindran · May 10, 2017 Examples of using FHIR With InterSystems Caché Is there any simple code in Cache using FHIR to understand the relationship between them? If so can anyone provide some example. #Beginner #FHIR #Object Data Model #Caché 0 1 0 799