Questions tagged [universe]

UniVerse is an extended relational data server with easy-to-understand data modeling that uses XML-like data structures to allow developers to quickly create embedded solutions. UniVerse delivers a high-performance, highly scalable, easy-to-use database offering for rapid deployment and rapid return on investment.

166 questions
1
vote
1 answer

Getting a select list from an alternate index with selectMatchingAK return a "The RPC failed" error

I'm trying to use an alternate index to get records id from a file using uniobject and java. UniFile uFile = uSession.open("EC_WORK_ORDER_REQUEST_STATUS"); UniSelectList uSelect = uSession.selectList(0); uSelect.selectMatchingAK(uFile,…
DavRob60
  • 3,517
  • 7
  • 34
  • 56
1
vote
1 answer

UniVerse 10.3 on Linux, file creation isn't acting as expected

I'm getting a real strange thing: I am issuing the TCL command CREATE-FILE FNAME 30 7 1 UniVerse is creating the file but as a type 18? Is this a bug in this version of UniVerse or have they not documented something?
ScaryMinds
  • 335
  • 3
  • 11
1
vote
1 answer

Universe Dictionary ITem multipart key, second part is multi-valued

Trying to use TRANS(SPEC.ORDR,@ID:"*":@RECORD<27,@CNT>,27,'X') Universe is returning an error message on @CNT, assuming not used in our Universe flavour, anyone know what the actual trans code would be?
ScaryMinds
  • 335
  • 3
  • 11
1
vote
2 answers

Somehow send command line commands on windows externally and get back the response

Problem: Need to convert local html (with local images etc) to pdf from an AIX box running Universe 11.2.5 with System Builder Current solution: FTP over html file to a Windows server which converts in batches and sends the e-mail to the…
James H
  • 11
  • 3
1
vote
2 answers

U2 Universe SQL SSIS issue with returning data for specific columns

I am new to the U2 Universe so I've been researching about it and have been going through the documentation, searching on stackoverflow but still cannot figure out why a select all statement only returns one column - @ID. I've been attempting to do…
James T
  • 58
  • 4
1
vote
1 answer

Case Else Statement from different tables

I am trying to retrieve a name based on a certain type of claim. Would seem easy enough, but it's not working for me. I am working with 2 main tables, claim and exposure, and a contactname table. Each claim can have multiple exposures, but each…
hlock
  • 11
  • 4
1
vote
1 answer

Is it possible to display included source code

Have a subroutine with a $include file item in it. One of the common variables held in the $include file isn't being updated. Wondering if somehow the include isn't being included, hence question regarding displaying source code including $include…
ScaryMinds
  • 335
  • 3
  • 11
1
vote
1 answer

Universe execute a Linux command from within a Basic program

Am attempting to execute an ls -al from within a Universe basic program and it isn't working as expected. EXECUTE 'sh' EXECUTE 'ls -al | grep FILELIST' The program is shelling out to Linux, but then stops prior to execution of the ls command.…
ScaryMinds
  • 335
  • 3
  • 11
1
vote
2 answers

Trouble importing gym and universe (from OpenAI)

I installed two packages, gym and universe, but can't import them into my IDE (LiClipse) and I'm not totally sure why. When installed, both were added to the root directory, so I moved them into the same folder as my project file, which includes the…
kfish15
  • 73
  • 1
  • 8
1
vote
3 answers

Difference between u2-scripts and universe basic code

What is the difference between U2 scripts and UniVerse Basic code in the UniVerse database?
1
vote
0 answers

How many properties can you have in Rocket Soft U2 Web Designer Object/Class

Could someone tell me what is the maximum # of properties for an Object or Class in U2 Web Designer? I can't seem to find that in the documentation.
1
vote
1 answer

Trying to run a racket program on an x virtual frame buffer

I'm trying to run a racket "universe" program on an x virtual frame buffer and I keep getting this error: ffi-lib: couldn't open "libfontconfig.so.1" (libfontconfig.so.1: cannot open shared object file: No such file or directory) context...: …
rmacnz
  • 61
  • 2
1
vote
0 answers

Clickable Particle Universe

I'm trying to make a universe of messages. These will be stored in mongoDB or so, so you can click any particle and read the message. Now, I don't know how to get the clicked particle. I tried with intersection but I'm sure I made a mistake…
Matías
  • 363
  • 1
  • 10
1
vote
3 answers

Why do I get an ArrayIndexOutOfBoundsException in my JDBC connection?

I am new to Java and I am attempting to use JDBC to connect to an UniVerse database. I'm using Sun Java 6 JDK to using NetBeans to build the project. My simple test below builds however it gives the errors below: > run: driver loaded Exception in…
Norm
  • 659
  • 3
  • 10
  • 20
1
vote
2 answers

How to record speed of UniVerse verbs such as SELECT and SORT?

I remember seeing an article somewhere that outlined a clever way to wrap a UniVerse verb, like SELECT, in a custom basic program in order to record some metrics such as elapsed time. The easy answer is to share that link, if you are familiar with…
wags
  • 149
  • 12