Questions tagged [u2]

U2 refers to the family of products that revolve around two MultiValue Databases called UniData and UniVerse. U2 includes connectivity tools, development tools and a 4GL development environment.

U2 refers to the family of products that revolve around the two MultiValue DBMS called UniData and UniVerse. U2 includes connectivity tools, development tools and a 4GL application development environment.

U2 was purchased from IBM in 2009 by Rocket Software and is now branded as Rocket U2

Related Tags

UniData
UniVerse
UniObjects
UniQuery
U2 Toolkit for .NET

119 questions
1
vote
1 answer

Improper data type return when creating API request in Rocket Universe

We encounter this error message “improper data type” at production but in UAT environment is working fine. It also hang at submitRequest.Please advise. Below is our coding 0001: TEXT="" ; RHANDLE = "" 0002: DL="|" 0003:…
Ong Ming Soon
  • 1,041
  • 1
  • 10
  • 22
1
vote
1 answer

How to SELECT for Value Mark Characters in TCL?

I am doing a SELECT in TCL for UniVerse. I want to see if there are any value marks in a given field. Is there way to represent a value mark character in my TCL SELECT? I know there are reserved variables in PICK, such as value mark @VM,…
Jon
  • 1,820
  • 2
  • 19
  • 43
1
vote
1 answer

Why would a UV BASIC (compile) command hang?

An empty item is created in the .O file, but the BASIC command never returns to the > prompt. There is 5-month-old object, so the BASIC command has worked in the past. Windows Server 2016 Datacenter running on a VM RELLEVEL 001 X 002 11.2.5 003…
Ross Morrissey
  • 141
  • 1
  • 4
1
vote
1 answer

Inline prompting in a virtual attribute?

I am trying to calculate what the balance of an invoice was at a certain period where BAL = Invoice.AMT - sum(adj.amts). The adjustments amounts (adj.amts) are MV and have associated dates. Therefore, I want to be able to have pass data via…
1
vote
2 answers

UniQuery LIST without page breaks

This should be simple but it's just not working. I have a list of records that I want to display in the terminal without anything besides the list of record keys. No Headers, page gaps, etc. The problem is I can't get rid of the page gaps that keep…
Script Wolf
  • 106
  • 2
  • 12
1
vote
2 answers

UniData / CentOS - guide and fixfile result in language group error

I am trying to run the UniData admin tools "guide" and "fixfile" on a data file with with a corrupted record. However, both programs result in this error message "Locale C.UTF-8 does not belong to current language group 255/192/129". I spent a…
MrGoodfix
  • 317
  • 2
  • 14
1
vote
1 answer

Data Encryption from UNIVERSE/U2/PICK

I am extracting some data from a UNIVERSE system and want to encrypt it for transfer via email. I am no UNIVERSE expert so am using bits and pieces we have found from around the internet and it "looks" like it is working BUT I just can't seem to…
php-b-grader
  • 3,191
  • 11
  • 42
  • 53
1
vote
1 answer

Question about taking sample and saving data from U2 files with headers

Relative newbie to using Uniquery. I've found some helpful documentation and answers from prior users posting here, and on other sites. I'm trying to document what we have in our U2 files, as we are exploring options to migrate historical data…
JasonC
  • 13
  • 2
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
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
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

MySQL procedure to load data from staging table to other tables. Need to split up multivalue field in the process

I'm trying to export data from a multivalue database (Unidata) into MySQL. Lets say my source data was a person's ID number, their first name and all the states they've lived in. The states field is a multi value field and I'm exporting them so that…
David
  • 193
  • 2
  • 3
  • 10
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