Tagged Questions

Caché is an Object-SQL database and development platform developed by InterSystems.

learn more… | top users | synonyms

3
votes
2answers
534 views

Continuous Integration for Intersystems Cache solutions

I am starting a project from scratch using Intersystems Cache. I would like to setup a Continuous Integration Server for the project. Cache has unit test libraries, so the idea is to import source ...
2
votes
2answers
64 views

Testing data generator for Intersystems Caché?

Are there any easy ways (i.e. libraries) to create testing data for Caché, similar to the Populator and Faker gems for Ruby/Rails? ** edit ** I am trying to create test data for an Epic ...
2
votes
3answers
472 views

Export from Intersystems Caché database

I have a product based on Intersystems Caché database, I can see no classes, no schemas, no tables, only globals. Is there any smart way to export data from these globals and get "human-readable ...
1
vote
2answers
121 views

JDBC over SSL to a Cache database

I'm pretty far out of my depth here, so bear with me. We're using JDBC via com.intersys.jdbc.cachedriver to run stored procedures in Intersystems Cache and get the results in Java. However, there are ...
1
vote
1answer
1k views

Linked server to Intersystems Cache database from MS SQL Server 2005 Browse Catalog

I'm trying to create a linked server in MS SQL Server 2005, pointing to an Intersystem Cache database via ODBC. Below is the query to create the linked server: /****** Object: LinkedServer [CC7] ...
1
vote
1answer
90 views

Intersystems Cache - How to Enable/Configure Security Services

Looking to create a script that will enable/configure snmp and related settings. Through the web portal it would be placed in: [Home] > [Security Management] > [Services] > Service_Monitor Would ...
1
vote
2answers
278 views

Intersystems Cache routine to write process information to a file on local system?

I am interested in creating a routine that would query the currently running cache processes and then write this information to a file. How could this be done in Cache 2008.2?
1
vote
1answer
63 views

Extracting Cache Process information via SOAP in 2008.2

What is the best way to configure Intersystems Cache 2008.2 so that the Web Service interface could be utilized to export a table consisting of the process information?
1
vote
2answers
139 views

Intersystems Caché - Class for Data Encryption

I wonder which class is the class that I use to encrypt data (first time string data) and the best method of encryption (among those supported by caché). Must generate a strong encryption for data in ...
1
vote
2answers
444 views

Have you used Intersystems Caché? What is your experience?

I came across few claims that usage of CacheDB instead of prooven RDBMS. But I couldn't understand how it is better than RDBMS? if so, why do they prefixed with Cache? Is it RDBMS or Caché server? ...
1
vote
0answers
225 views

SMTP Server Issue in intersystem cache

I am facing an issue when I am sending Email from intersystems cache. I am able to send the mail, with out any problem the first time. But the second time when I am trying to send the smtp server is ...
1
vote
5answers
650 views

Is learning the Caché database hard coming from relational databases and object oriented programming language like Delphi?

I am currently running the local version of Caché on my system in order to determine if I can (and will) take on a new possible project. The current project uses Delphi 7 as a front end calling a ...
1
vote
7answers
734 views

Version control for InterSystems Ensemble/Caché

I'm in a group which is starting to develop using InterSystems Ensemble (an integration framework built on top of InterSystems Caché). InterSystems has not made the Ensemble Management Portal ...
1
vote
1answer
593 views

How to make Intersystems Caché use the new compiled class instead of the older one?

I'm having trouble with loading and compiling a new version of existing classes. At the time they are loaded, there aren't any references in use to them. Class "Test.Extended" extends class ...
1
vote
1answer
381 views

How to really trap all errors with $etrap in Intersystems Caché?

I've been banging my head a lot because of this. In the way that $etrap (error handling special variable) was conceived you must be careful to really trap all errors. I've been partially successful in ...
1
vote
2answers
570 views

How to prevent <session disconnected> errors while running Intersystems Caché terminal scritps?

I'm developing a system that needs to execute Intersystems Cache Terminal Scripts. When I run a routine inside the regular Caché terminal or a telnet terminal, Cache executes the routine until the ...
1
vote
3answers
245 views

Type checking on Caché Objects

What is the point of type definition on method parameters on Caché Object (from Intersystems) since after it's pre-compiled to the .int format, it removes any typing information, thus making no ...
0
votes
1answer
35 views

Intersystems Cache - Can Python be used to directly access a global or only classes exposed as sql tables?

Can the python interface be used to directly access and iterate through an intersystems cache global, or does python simply expose the same "tables" I see when I use a linked server or ODBC ...
0
votes
2answers
71 views

Intersystems Cache - Maintaining Object Code to ensure Data is Compliant with Object Definition

I am new to using intersytems cache and face an issue where I am querying data stored in cache, exposed by classes which do not seem to accurately represent the data in the underlying system. The data ...
0
votes
0answers
20 views

DB Collation required for Intersystems Cache (1280 or 1251

Guys i am looking for collation Latin Cyrillic may be having code 1280 or 1251 I am asking this since one of the DB Systems i am using is not ready to open the file and read the contents since the ...
0
votes
3answers
76 views

Mount Intersystem cache database

I have intersystem cache database file (cache.dat around 160MB). From management portal, I created a new database which point to my file. But when i go for mounting the file into database, it gives ...
0
votes
1answer
65 views

InterSystems Cache SQL. Check if table exists

What SQL query can I use to check if a table exists. I need to support different versions of schema, and some deployments can miss certain tables
0
votes
2answers
44 views

How to “throw” a %Status to %ETN?

Many of the Caché API methods return a %Status object which indicates if this is an error. The thing is, when it's an unknown error I don't know how to handle (like a network failure) what I really ...
0
votes
2answers
78 views

How do I reference a local method's name property in code?

I have a cache object property that I'd like to set to the current class and method in context's name, in order to do some tracking on what methods/classes are generating the largest frequency of ...
0
votes
1answer
190 views

ODBC Column Length Limitations

I am working with InterSystems Cache database via ODBC and PHP. I have run into an issue regarding column name lengths and invalid characters being returned in the column name text. If the length ...
0
votes
1answer
109 views

Intersystems Cache Dummy Table

Does Intersystems Cache database have a dummy table similar to Oracle's DUAL? I want to do something similar to: SELECT 1; -- mysql -- or SELECT 1 FROM DUAL; -- oracle
0
votes
1answer
236 views

Intersystems Cache SQL shell: How to spool the output of a query to a file?

I am trying to create a script in UNIX to query the Cache database. I could get the output but how do I write the output to a file> I used the following procedure: cache << EOF DO ...
0
votes
2answers
111 views

Getting the OID or ID of an object through ActiveX in Delphi from InterSystems Cache

I have got the following code in a button on a form, but I want to get the OID or ID value of the saved object so that I can load it directly later. procedure TFormMain.ButtonNewClick(Sender: ...
0
votes
1answer
147 views

Shell Scripting and Intersystems Cache: Extracting Information?

I would like to be able to execute a script to draw out the current cache process information. Has anybody done much scripting with cache? Is there an easier way to basically log the process ...
0
votes
1answer
220 views

Caché OREF Error - Getting More Information

I'm am trying to integrate with a Caché Web Service and I'm getting an error message similar to: ERROR #5002: Cache error: <INVALID OREF>zMethodName+45^AA.wsClass.8 I do have have access to ...
0
votes
1answer
96 views

cache in macosx

I installed cache in macos x. But i cant able to open a studio there and i cant able to see cache cube there.How do i will open it and create clasess,routines,...etc in cache in mac osx.
0
votes
4answers
693 views

split string in sql query

I have a value in field called "postingdate" as string in 2009-11-25, 12:42AM IST format, in a table named "Post". I need the query to fetch the details based on date range. I tried the following ...
0
votes
1answer
160 views

How to get the SMTP response in CACHE

I want to retrive the SMTP response after sending the mail. I need to fetch the response for the send mail (whether its send properly or not) The response must be like this Return-path: ...