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
0
votes
2 answers

Execute simple select query using Rocket U2 Toolkit for .NET

Executing the following code fails on command.ExecuteReader() with exception: "ERROR [] [U2] [UCINET-UO] ERROR [] [U2] [UCINET-UO] [U2][UCINET-UO] [U2][UCINET-UO] XTOOLSUB Subroutine failed. Log to Account (2). Invalid account name /data/TSSA9.…
Gary Brunton
  • 1,840
  • 1
  • 22
  • 33
0
votes
3 answers

Library to read Rocket U2 data

We are trying to port data in a Rocket U2 database to SQL server. As per what I read on Wikipedia, the data is stored as delimited text files. We are considering the following alternatives: Purchase the Rocket U2 toolkit Parse the text files…
Agnel Kurian
  • 57,975
  • 43
  • 146
  • 217
0
votes
2 answers

How do associations, @NS and @NV work in UniData Dictionaries?

Does anyone have a quick example of how Associations, @NS and @NV work in UniData? I’m trying to work out associations in dictionary items but cannot get them to do anything. For example, in a record <1,1> = A <1,2> = B <2,1> = Apple <2,2> =…
Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
0
votes
1 answer

Rocket UNIVERSE, ODBC, queries to datafile won't work without a call to common file handle

I am trying to query a rocket UNIVERSE database. For the most part it works, until I hit certain types of fields that are of type I (not all, but some). In the vendor documentation (EPICOR ECLIPSE) it mentions as a note the following, "Any…
shawno
  • 343
  • 1
  • 3
  • 17
0
votes
2 answers

U2 Basic Developer Toolkit

Does anyone here run the Basic Developer Toolkit with UniData 7.1? Even though the IDE was released with UniData 7.2, I was given the impression that it works fine with 7.1. However, when opening up "Database Files" in an account, every single DIR…
Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
0
votes
1 answer

Rocket Software SQL ODBC, Retrieve Wrong Filenames

I installed Rocket Software for accessing an Unidata Db through SQL Server 2008. The idea is to write SQL Procedures for populating SQL Tables, but the problem I am getting is retrieving wrong filenames i. e. Select * from MyDb_Members. I got the…
0
votes
1 answer

GetSchema() throws UciException "*HS.OLEDBINFO" is not in the CATALOG space"

I installed UniVerse on the administrator account of a Parallels Windows installation. I subsequently created a second administrator account whose credentials I'm using to create the U2Connection. However, when attempting to call GetSchema(...) I'm…
ksigmund
  • 527
  • 1
  • 6
  • 13
0
votes
2 answers

U2 Visual Studio 2013 Add-in

I am in the same boat where I am not able to add add entities in the EDM file. I have downloaded the latest .NET Toolkit 1.3 from Rocketsoftware. Am I missing something, or the designer is still pending. Please let me know as this will really make…
Kohinoor Basu
  • 71
  • 1
  • 3
0
votes
1 answer

U2 Universe ODBC Access

Hello I'm trying to connect to a Universe DB with ODBC. I have successfully imported some data into access for most of the tables. (I'm using access just to look at the data and get a general idea of everything) There are a few tables that will not…
0
votes
2 answers

unidata command query data from two files

I have two files in my unidata database as followed. CUSTOMER -@CUSTOMERID -NAME -@HOBBYID (multi-valued, virtual attribute) HOBBY -@HOBBYID -HOBBY CUSTOMER and HOBBY are a one-to-many relationship. I want to query a list of…
Jia-Luo
  • 3,023
  • 5
  • 16
  • 17
0
votes
0 answers

PHP communicating with UniData Database

I want to write a PHP script that can retrieve information from UniData Database which is hosted on a different server. I came across this script: HostName = "192.168.0.1"; …
Jia-Luo
  • 3,023
  • 5
  • 16
  • 17
-1
votes
4 answers

Retrieve all records from universe database using universe basic subroutine

I just want to know that how to retrieve all the record from universe database table using universe basic subroutine.I am new in universe.
Pallav
  • 1
  • 3
-2
votes
1 answer

migrate unidata database which is multivalue to sql using dotnet code

i want to migrate unidata database which is multivalue to sql using dotnet code.IS this possible,one of the possibility is through SSIS but this will consume lot of time becouse we have to do ETL process to all the tables in DB .So was looking for a…
Ayesha
  • 1
  • 1
-2
votes
1 answer

How to create/consume WCF oData Service (RESTful Service) using U2 toolkit for .NET?

I want to create WCF oData Service (RESTful Service) using U2 Toolkit for .NET and U2 Database. Then I want to consume oData Service in any .NET Client Application.
Tyler Elma
  • 27
  • 3
1 2 3 4 5 6 7
8