Tagged Questions

InterSystems is a software company based in Cambridge, MA.

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 ...
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
256 views

connectivity for php with intersystems CACHE

Hi i am developing a website in that i would like to use intersystems CACHE for database , i use DSN to connect with CACHE , but it shows the error as follows Warning: odbc_connect() ...
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
112 views

Intersystems Cache ODBC & PHP Character Encoding

Our billing software at work uses Intersystems Cache database to store all relevant data. I am currently developing a web based (PHP) application that displays various metrics based on this data. ...
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
0answers
40 views

I Need to create transaction triggers and transaction files for Cache tables [closed]

I am cache ignorant but am tasked with creating triggers for several intersystems cache tables. These will be for insert, update, and delete. I must capture the entire record after each event and ...
0
votes
3answers
243 views

Sending An HTTP Request using Intersystems Cache

I have the following Business Process defined within a Production on an Intersystems Cache Installation /// Makes a call to Merlin based on the message sent to it from the pre-processor Class ...
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
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: ...