HI Denny
Trakcare publishes it's CSPs as Deployed, so a standard install will not contain a user friendly way to view them
HTH
Chris
I wrote this tutorial some time ago https://community.intersystems.com/post/lets-write-angular-1x-app-cach%C...
It covers making an AngularJS front end with a basic Cache REST backend
Hi David
Are you specifying the HTTP verb in the $.ajax call?
Thanks
Chris
HI Fabio
I've built it into my Authentication routine on my REST services, as all of my functionality goes through REST. I created a simple Audit class, and had each call to the Authentication include information specific to which service called it.
HTH
Chris
HI Gary
There's an example of this in the SAMPLES database if you have that installed. Take a look for upload.csp in /csp/samples
HTH
CHris
Reposting as an answer to get this removed from the "Unanswered questions" list
HI Rui
Unicode 0x3 is the ETX character, which can be used as newline in certain text editors. Any control chars are disallowed in XML processing, so these should be stripped from whatever query you are using to drive this report
HTH
Chris
Hi Sudarshan,
If you are using a version later than 2016.2, then the following guide shows how to read through a Request content and parse out a JSON object
https://community.intersystems.com/post/lets-write-angular-1x-app-cach%C...
Are there locks against this global? You can check this with View Locks in the Management Portal
Also, are you sure that the Backup was taken using an appropriate backup tool? Generally a backup will be taken from a consistent state, and would not include locking
Yes, but using a relationship to do this would automate a lot of cross referencing. For the example above, a 1-1 relationship would keep each side correct, when an update is made on either side
See http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... for more details
Hi Sofiane
I'm assuming you want to read this from a JSON payload. You can follow the instructions in https://community.intersystems.com/post/lets-write-angular-1x-app-cach%C... to implement a fromJSON method, after reading the payload from the HTTPRequest
HTH
Chris