Questions tagged [jbase]

jBASE is an open database product providing of MultiValue technology. It provides a multidimensional database, an integrated development environment (IDE) including a programming language, and a middle-ware component allowing other mainstream and standards-based products to communicate with the jBASE products.

jBASE is an open database product providing of MultiValue technology. It provides a multidimensional database, an integrated development environment (IDE) including a programming language, and a middle-ware component allowing other mainstream and standards-based products to communicate with the jBASE products.

It combines powerful tools and a powerful database together with truly open middleware component to deliver truly outstanding, cutting edge platform capable of capturing legacy and mainstream applications to the forefront of today's computing systems.

The product home page: http://www.jbase.com/

29 questions
4
votes
1 answer

Open source tool to extract data from Temenos T24

Is there an open source tool to extract data from a T24 system to a SQL database? Or maybe a connector for Talend? Thank you
nickfrenchy
  • 293
  • 4
  • 16
3
votes
1 answer

How do I overcome a syntax error in jBase when using =>

I have a program that uses a logical expression, e.g., C = (A => B), however when I try to compile it using BASIC, I get the following error: 0001 A = 1 0002 B = 2 0003 C = (A => B) "TEST", 3 (offset 10) near RESERVED WORD "GT": C = (A = GT B) …
Peter
  • 41
  • 4
2
votes
3 answers

How do I perform these common administrator D3 multivalue tasks in jBASE?

jbasemultivalue-databasepickmultivalue This is how D3 lists the accounts in the system. SORT ONLY MDS WITH A1 = "D]""Q" Not sure how to do this in jBASE. This is how D3 lists the users that can log into the system. SORT USERS Not sure how to do…
JohnW
  • 23
  • 4
2
votes
2 answers

How does jBASE figure out where a file is located?

I am working with customer using jBASE and I checked the MD item to determine where the file existed and there was no MD item for the file. How does jBASE determine where the file is?
Rich Brim
  • 59
  • 6
2
votes
4 answers

Temenos T24 Database structure

I was working with R09 of Temenos T24 which had Oracle as the background. Table structure was 2 columns - RECID + Data in Blob (XML format). Has anyone got an idea, if the structure has been changed to RDBMS structure with the new T24 versions such…
Carlos
  • 81
  • 4
  • 10
2
votes
3 answers

How Temenos T24 stores data

We have a Masking Data project at Temenos T24 Banking system with Oracle Database. We didn't yet start to read the data until now. We were informed that Temenos T24 store data as XML columns in Database. Is this information correct?
1
vote
1 answer

Windows vs Linux PHP PHP_EOL - php data different

I migrated a script from windows to rhel 8 and I have the following code in my php script: $Data = file_get_contents('https://example.com/api/data'); $Array = json_decode($Data, true); $Output = ''; foreach ($Array as $key => $value) { if ($Output…
user999684
  • 705
  • 2
  • 10
  • 23
1
vote
1 answer

Does jAgent support https endpoints?

We currently have some API endpoints on jAgent. These are all Http ones. I am calling these APIs from my Angular application to communicate with the jBase backend. We just hosted the Angular app on Https with a Self-signed certificate only to…
Anjana
  • 25
  • 6
1
vote
1 answer

Does jBASE support Realtime Interactions?

Does jBASE support web sockets or any other similar technology to offer real-time interaction capabilities? For example, if I am creating a web based dashboard, can I show real time updates on the charts with a jBASE backend?
Anjana
  • 25
  • 6
1
vote
1 answer

What is a good way to find dead code in jbase?

Is there a simple way to find dead jbase code? A specific example of dead code is something like: x = "a" if(x = "a"){ do some stuff } else { do some other stuff } For the above fragment there is no way the "do some other stuff" could ever…
zelinka
  • 3,271
  • 6
  • 29
  • 42
1
vote
1 answer

Managing jBASE triggers

I have reviewed the jBASE documentation on triggers but I have some additional questions on managing them. Does a trigger use up a license seat? If so, continuously, or only upon action? Does a trigger continue running in the background like a…
Rich Brim
  • 59
  • 6
1
vote
1 answer

How do I use triggers in jBase?

I am doing some research and I would like to know if using triggers is hard on system resources? Has anyone noticed an issue with slowdown or memory usage with files that have a trigger? Thank-you
b_rad_l
  • 13
  • 2
1
vote
1 answer

My new license information does not show when I run jlicensinginfo on jBASE

I just installed a standard license on jBASE but when I run jlicensinginfo it doesn't show the license as being changed. What did I do wrong?
Rich Brim
  • 59
  • 6
1
vote
1 answer

Temenos TAFJ subroutines - Location of Insert Files

While writing TAFJ subroutines, I am using the T24 Insert files. I am looking for the location of the insert files like I_COMMON, I_EQUATE, I_F.CUSTOMER, etc. So that I can use more of the common variables. When I compile a TAFJ subroutine, I see…
1
vote
1 answer

Sample routine uisng JAVA APIs for T24

Can I have a sample routine (that has been tested) on latest T24/Transact release using Temenos Java APIs? As per Temenos, Infobasic routines cannot be used anymore if EXTENSIBLE.CUSTOMISATION flag is set to Y in SPF.
user3234428
  • 83
  • 2
  • 8
1
2