test post
InterSystems Caché is a multi-model DBMS and application server. See more details here.
InterSystems Caché is a multi-model DBMS and application server. See more details here.
Introduction
If you manage multiple Caché instances across several servers, you may want to be able to execute arbitrary code from one Caché instance on another. System administrators and technical support specialists may also want to run arbitrary code on remote Caché servers. To address these needs, I have developed a special tool called RCE.
In this article, we will discuss what are the typical ways of solving similar tasks and how RCE (Remote Code Execution) can help.
Hi All,how to configure Crystal reports in IIS7.
Since most of our customers moved to Cache 2015.1, I found some admins abused with CPUPct warnings (sometimes alerts) in console log without other signs of lacking CPU power.
Documentation states that:
| CPUPct | job_type | CPU usage (percent) by all processes of the listed job type in aggregate |
What does it really mean?
E.g., if total system CPU usage is 25%, and all running processes are of the same type (e.g, CSPSRV), would CPUPct be equal to 100%? If so, why this case should be a reason for alert?
There is a need to send a SAML token from a local cache web application to an external web application in order to grant these cache web app users access to the external web app. Is it possible to use SOAP SAML token functionality to do IDP initiated authentication with Cache acting as the IDP server? The example in this online course shows a code snippet of the service web method that adds the token to the outbound SOAP message. So I am assuming , this would be returned to the client in response to a client request of some sort.
Is there any simple code in Cache using FHIR to understand the relationship between them? If so can anyone provide some example.
Hello,
I have a problem when i take the adapter: EnsLib.FTP.OutboundAdapter.
I want to write a file, but if the file already exist using the method ..Adapter.PutStream(name,file) and in my setting "overwrite" is true. FTP response me this message:
<descripcion><![CDATA[ERROR <Ens>ErrFTPPutFailed: FTP: error al colocar archivo '803430600001072790112416-19941214-1233287355C-347.pdf' (mensaje='Error in SFTP Put('D:\Ensemble\ABC\NAMEAPP\NAMEAPP_G\stream\HnhZ32Fb1WDatA.Let's create a class in Caché that will represent a teacher registry of a
University:
The name of our class will be Professor. Let's create it on
university package. To do so, make sure that your Caché
is in the Air (the small cube in your System Tray should be blue) and
right-click it, then click the
Studio, as shown in Figure 4.
When Caché Studio opens, make sure that you
is in the USER namespace. Just go to the File menu, and select the
Change Namespace option. Choose the USER namespace and press
OK.
Hi All,
while i configure the shadowing.i got following error.
ERROR #1043: Shadowing is unavailable for current license |
Thanks,
Prabakaran A.
Since most of our customers moved to Cache 2015.1, I found some admins abused with CPUPct warnings (sometimes alerts) in console log without other signs of lacking CPU power.
Documentation states that:
| CPUPct | job_type | CPU usage (percent) by all processes of the listed job type in aggregate |
What does it really mean?
E.g., if total system CPU usage is 25%, and all running processes are of the same type (e.g, CSPSRV), would CPUPct be equal to 100%? If so, why this case should be a reason for alert?
Hi All
In this article I will showcase one of my clients applications built in ZEN. It is what I need to replace with a new UI as ZEN is no longer being developed
This application has been created for a single client who has unique business requirements - hence the bespoke development based on Caché ZEN
It is:-
Hello,
I have some code that reads an %XML.DataSet object that gets returned from a web service. I'd like to unit test this code by importing an XML data set from a test file. How can I do this?
I created the test file by calling WriteXML on the data set, and copying the output into the file:
I tried to import the file using the XML reader, but the resulting data set doesn't have any rows:
Hi,
I am new to Intersystems Cache. I have a requirement to replace $ZF("%ZSET_DIR","/hold/rsm") using Cache Class. Which class and which method i need to use
Thanks & Regards,
Sadagopan TS
hi all,
how to configure the crystal report in iis?
how to generate the crystal report via intersystem cache ?
info :
sap crystal report 2011
iis 6 and windows 3 server
cache 5.02
Thanks,
sansa.
My CSP app uses <IMG> to display images that are on a network drive mapped on my server. In addition to the virtual path that already exists for my CSP app, should I create another virtual path to the root of the images I want to display