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
1
vote
4 answers

T24 routine - compilation error - No component defined. $PACKAGE is mandatory?

Below is the sample code SUBROUTINE HELLO.WORLD *----------------------------------------------------------------------------- * *----------------------------------------------------------------------------- * Modification History…
Carlos
  • 81
  • 4
  • 10
1
vote
1 answer

Jbasic (jBC) source code line Continuation Character?

Does anyone know if jBase Basic (jBC or JBasic) programming language has a line Continuation Character? I have a jBasic Program that contain an if statement that is over 80 characters in length but my code standards say my code requires to fit…
1
vote
1 answer

How to disable Compiling from the WED Editor in AccuTerm

We are using jBASE 5.6 multivalue database. Is there a way to disable the fact that AccuTerm's WED Editor has the ability to compile programs in the underlying MultiValue database? We are running into an issue where the user is accidentally…
J.Camacho
  • 21
  • 4
1
vote
3 answers

Correct way to handle errors in Temenos T24 version AUTH.ROUTINE

I am writing Temenos T24 VERSION (input screen) authorisation routine (AUTH.ROUTINE) to do some processing and I need authorisation to stop in case of error. Here is how I have written the error handling: AF=1; AV=1; AS=1 ETEXT = "Some error…
PrecisionLex
  • 801
  • 11
  • 26
0
votes
2 answers

How can I make the new list created by my UV BASIC program the active list when executed from TCL like in jBase's OR-LISTS program?

We are trying to convert from jBase to Universe. I've written a UV BASIC program called MERGE.MY.LISTS that joins an arbitrary number of existing lists together and saves the new list to list MYMERGEDLIST. My intention is to replicate the OR-LISTS…
0
votes
1 answer

"tRun EX" command gives "FATAL ERROR FROM T24.INITIALISE INVALID TERMINAL MODEL DEFAULT"

When starting Temenos T24 classic interface from TAFJ shell, I keep getting this error: C:\Temenos\bnk\UD>tRun EX FATAL ERROR FROM T24.INITIALISE INVALID TERMINAL MODEL &∩ú╛DEFAULT C:\Temenos\bnk\UD> I have R20 TAFJ installation with the MSSQL…
PrecisionLex
  • 801
  • 11
  • 26
0
votes
2 answers

Error in Design studio while importing t24 versions

I am trying to import Temenos T24 versions from DataBase to Design Studio. I can easily import all kinds of data using import option in DS, except T24 Versions which are not importing. And while importing I got error message like "Unable to import,…
0
votes
1 answer

JWT authentication for jBASE RESTful API

We are in the process of designing a front-end application with Angular which will call a jBASE server through RESTful APIs. APIs are created from jBASE component called jAgent. Does jAgent support creating and verifying JWTs? If not, what is the…
Anjana
  • 25
  • 6
0
votes
2 answers

Should I worry about Exploit:Java/Obfuscator.F detected by antivirus in TemenosSecurity.jar

Windows 10 Defender Antivirus and also Microsoft Safety Scanner deteted and quarantined a threat of category "Exploit" named "Exploit:Java/Obfuscator.F" in TemenosSecurity.jar file and several other jars of the Temenos T24 TAFJ software which runs…
PrecisionLex
  • 801
  • 11
  • 26
0
votes
1 answer

Basic Programming Error in T24 Design Studio

Below is my code. SUBROUTINE HELLO *----------------------------------------------------------------------------- * *----------------------------------------------------------------------------- * Modification History…
DeE DEe
  • 343
  • 1
  • 6
  • 15
0
votes
1 answer

How to use environment variables in tafj.properties for standalone TAFJ

Is there a way to use environment variables in the tafj.properties setup file when running standalone Temenos TAFJ? I want to configure few things outside the tafj.properties so it can be easily changed without the modification of the…
PrecisionLex
  • 801
  • 11
  • 26
0
votes
2 answers

Unable to fetch data from T24(TAFJ R18) when working with design studio

I faced the below error when importing t24 applications in design studio. The T24 server (TAFJ R18) which I try to connect to is up (jboss is running), but still I face this issue: Unable to fetch data from T24. Check your connection details and if…
0
votes
1 answer

Select folder with current date in jBASE

Im stuck I have created a folder with current date (e.g test.20160419) and I want select that folder and copy some records in that folder through jBASE command. Can anyone help me in this.
0
votes
4 answers

Jbase query to select last 14 days data

I am new to jbase and stuck in one query. I want to extract last 14 days data using jbase. I have written the following query : Select filename WITH DATE > '14-MAY-2013' I hardcoded '14-MAY-2013', becouse I dont know how to get currentdate i used…
bikash
  • 1
  • 1
  • 4
1
2