Question Susobhan Pandit · Nov 24, 2017 Consuming REST API from Cache Objectscript I have an application in Cache 2013 (No Ensemble) which need to consume a REST web API over internet.Can somebody please help me by pointing out the documentation or provide me code sample for consuming the REST API from a routine/class.I am using Cache 2008 (No Ensemble) . #API #Object Data Model #REST API #SOAP #Caché 0 2 0 1.9K
Question Susobhan Pandit · Aug 17, 2017 How to determine maximum allowed connection per Cache license unit As per the below document Intersystems licensing system works in the following way:http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... #Caché 0 9 0 1.9K
Question Susobhan Pandit · Apr 20, 2017 Library.ResultSet with High Volume of Records I am working in Cache Objectscript where I need to process around 0.2 million data.I am executing SQL query through "%Library.ResultSet"Code Example: #Object Data Model #Caché 0 4 0 478
Question Susobhan Pandit · Mar 31, 2017 Restricting Routine running in one namespace from doing Znamespace and access other namespace I have multiple namespaces in a Cache environment say NS1 & NS2. I want to add some restriction so that a routine running in the NS1 should not access any resource(global/routine) belongs to namespace NS2. The above restriction need for few of the clients only, so we do not want to write any custom logic in code. We are looking for some solution provided by Cache where we can restrict the namespace access. Can somebody please help me on this. #Access control #Namespace #Security #Caché 0 1 0 332
Question Susobhan Pandit · Mar 22, 2017 How to create new user for ODBC connection We are using Cache in our application. We are using default username/password for connecting to the Cache Database through Cache Manege Provider. Can we limit the permission of the user _SYSTEM to access only limited database/namespace. Can we create new user for ODBC connection? Is there any API provided for creating user with limited access so that the user creation process can be automated. #Caché #Security 0 1 0 776
Question Susobhan Pandit · Jan 15, 2017 Object Saving Taking More Time Hi,I am saving 2000 objects of a class in a loop.In one environment it is taking a total of 86 seconds and in another environment it is taking 0.55 seconds.The code (the class and the code for save) is same for both the environment. I have Ensemble 2012.1.5.956 Can somebody help me to identify the cause of the discrepancy. Is there any memory or any other setup which may cause the problem.Thank you in davance,Susobhan #Object Data Model #Caché 0 2 0 218