Questions tagged [intersystems]

InterSystems is a software company based in Cambridge, MA.

They sell many products related to software development, application integration and data storage including IRIS Data Platform, Caché, Ensemble, and HealthShare.

The products are based on the database (supports SQL, Object, NoSQL access) and the programming language.

Resources

Related tags

130 questions
0
votes
2 answers

Viewing GLOBALS programatically using ObjectScript or VisM

I am tasked with getting the list of all the NODES in Global Data, specifically, all data that looks like ^BACKTR("INDX","COMPANY",,,) : 1: ^BACKTR("INDX","COMPANY",1,63543,5870) = "" 2: ^BACKTR("INDX","COMPANY",1,63572,9792) = "" 3: …
Malcolm Salvador
  • 1,476
  • 2
  • 21
  • 40
0
votes
1 answer

VisM with VB.net Connection "Server Receive Timed Out"

I added a VisM control into vb.net via adding a reference to VisM.ocx and adding it in my toolbox as an activeX control. I added the following code in a button: Try 'open the connection AxVisM1.Connect("CN_IPTCP:127.0.0.1[57772]",…
Malcolm Salvador
  • 1,476
  • 2
  • 21
  • 40
0
votes
3 answers

How to set up a default (root, /, index) WEB application in Caché?

Having the REST application set up, or having the index.html file displaying application under CSP Files directory, is it even possible to set this WEB application as a default one for the server? In other words, how to display the application by…
ZitRo
  • 1,163
  • 15
  • 24
0
votes
0 answers

Caché Git - CSP folder don't import if it does not exist in local directory

I have a versioned CSP folder on my CSP application , when I create a new local environment where that folder does not exist yet in the CSP application, the version control it does not create or import any of your files or subfolders.
0
votes
1 answer

Intersystems Caché with Java Gateway - Pass parameter as java.io.FileInputStream

In my project I'm using a integration of Intersystems Caché with Java by a Java Gateway, it's basically maps JARs and create a class proxies in Caché to access Java classes into the JAR. A class in Java has a parameter of type FileInputStream , my…
0
votes
1 answer

How to fetch mails from folder/sub folder other than INBOX?

I have got the code to read the mail from my INBOX folder. But, i am unable to read the mails from folders other than INBOX. Below is my code used for fetching mail only from my INBOX. ; display mail but don't delete from mailbox testmail6 ; new…
0
votes
1 answer

intersystems cache db insert/update/delete history

so I'm in the position of using a cache database. Not my decision, I'm coming into the project with the view of it's a database, so all the naysayers please be respectable. There's over 24 million rows per year added to this database so I'm…
rod
  • 11
  • 4
0
votes
1 answer
0
votes
1 answer

Intersystems Caché custom storage of persistent object

I have data in global in this format: ^kza("mltab","TAB","Dta",1,1) = 3341 ^kza("mltab","TAB","Dta",1,2) = "First Name" ^kza("mltab","TAB","Dta",1,3) = "type1" ^kza("mltab","TAB","Dta",1,4) = 7400.11 ^kza("mltab","TAB","Dta",2,1) =…
mrfazolka
  • 780
  • 1
  • 7
  • 24
0
votes
1 answer

How to add auto increment(IDENTITY) to existing column in intersystems cache database

In intersystems cache, I have an existing table with example data as below ID Name 1 Allen 2 Benny I want to modify column ID so that it will be auto incremented. After adding this, if I insert charlie into the table then the id should be 3. I…
Raja
  • 429
  • 4
  • 16
0
votes
1 answer

Number of login sessions for a time period in Intersystems Cache database

This question is related to Intersystems Cache Database. I want to know all the new users that got created for a particular time period. Also, Is there a way to figure out number of logins for a given time period?
Raja
  • 429
  • 4
  • 16
0
votes
2 answers

lcbjni in Intersystems Cache

We have Intersystems Cache 2010.2.3.702.0.10761 installed on AIX. When I run an eXtreme - Globals API program I am seeing LCBJNI related errors. Does the Cache 2010.2.3.702.0.10761 have lcbjni? If so, where can I find. Please help
user3600073
  • 1,773
  • 3
  • 18
  • 21
0
votes
1 answer

Intersystems Cache using XEP

I am trying to extract data from the Samples namespace that comes with Intersystems Cache install. Specifically, I am trying to retrieve Sample.Company global data using XEP. Inorder to achieve this, I created Sample.Company class like this…
user3600073
  • 1,773
  • 3
  • 18
  • 21
0
votes
2 answers

Intersystems Cache coding query

SELECT Distinct visitid As Visit_ID, AreaId->FacilityID As Facility_ID, visitid-PatientSecondaryNumber As Patient_MRN, visitid->PatientName As Patient_Name, visitid-statustext As visit_Status, …
0
votes
1 answer

Intersystems Cache: Querying a table that has a column with data type of another table

What is the notation I need to use to extract specific/all row and field information from a field that is of type table (basically an embedded table inside of a field)?
kftaba
  • 1
1 2 3
8
9