Questions tagged [rocket-u2]

Rocket 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

Rocket U2 Wikipedia page

18 questions
3
votes
1 answer

How can I prompt for a username and password for a connection string?

I have a C# Winforms app that I'm porting over to ASP.NET. Everything works, but the connection to my Universe database currently uses my personal name and password. Instead, I'd like to get the user's name and password. In web.config added the…
Jeff Brady
  • 1,454
  • 7
  • 35
  • 56
2
votes
0 answers

How to create a multi page invoice using python , Jinja template in html

I hope someone could shed some light on my problem, Just a heads up I am a newbie to HTML/CSS/JavaScript Development. I have a Python script that fills in a JinJa HTML template to create an invoice. on this invoice, I have about 50 line items.…
2
votes
2 answers

Is there a native way to convert to UTC time in UniVerse 11.2.4+?

The release notes for UniVerse version 11.2.4 mention local time zone configuration, but it is in the context of auditing. This is the quote: Local time zone configuration Prior to UniVerse 11.2.4, the date and time data stored in the audit log…
wags
  • 149
  • 12
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

U2 Toolkit for .Net Provider 2.2.2 Not Displaying in ADO.NET Connection Manager

I've been trying to install the U2 Toolkit for .Net Provider 2.2.2 and wanting to utilise SSIS with it. Initially I installed Visual Studio 2017 with SSDT 2017 but I was unable to view the U2 .Net Provider option when creating a new ADO.net…
James T
  • 58
  • 4
1
vote
2 answers

UniData List all avaiable subroutines / All parameters

I am trying to wrap some UniData Subroutines to SOAP Web Service. I'm planning to use C# and UODOTNET library (IBM U2 Data Management Interface for .NET). Also I'm looking to create an engine to read all the available Subroutines from data server…
Barsham
  • 749
  • 8
  • 30
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
1
vote
1 answer

Is it possible to audit dictionary changes on UniVerse?

A while ago, International Spectrum posted a great article that outlined the process of auditing changes in a file through the use of an indexing subroutine. This works well for record changes and I have been thinking that it would be especially…
wags
  • 149
  • 12
0
votes
2 answers

Posting Time value to Universe database from .NET Entity Framework

I have a C# application that receives JSON data and writes a model back to Universe. In a number of models, I need to separate DATE and TIME fields and write them back individually when the model is created. NET Framework V4.6.1, U2.Data V2.2.2…
secretclean
  • 55
  • 1
  • 6
0
votes
1 answer

Universe DB Connection via SSH

How can I connect the universe database via SSH (using putty). Is there any way to query universe database via ssh . we need to pull records from universe database using ssh (i.e.., putty). Please help.. Thanks in Advance.
Chidambaram S
  • 53
  • 1
  • 3
0
votes
1 answer

Connection using uniobject.NET connection to unidata account does not work and transaction fails

I am using Uniobject.Net for connection to unidata account. Connection is successful but while using the transaction processing it fails during transaction commit. It says "No Transaction is in progress" in the client side message. We used user with…
Sandy
  • 1
  • 1
0
votes
2 answers

How to alias a column in Unidata query with U2 provider

In SQL Server, I can create a column alias like so: select id as NewID from sometable How can I accomplish this in the U2 provider? I've tried: select id NewID --returns Column0 select id as NewID --returns Column0 select id "NewID" --returns…
Jeff
  • 908
  • 2
  • 9
  • 23
0
votes
1 answer

UniSubroutine Exception

I am getting following UniSubroutineException on following line of code while executing the Call() of UniSubroutine. try { if ((txtEmail.Text != "") && (txtPass.Text != "")) { if (txtPass.Text ==…
0
votes
1 answer

Filtering on a derived column in UniOLEDB

I am working on a piece of SQL for a IBM U2 Rocket database. It's not a flavour of db platform I'm familiar with. I do not have direct access to this database: I can only access it by composing statements in the calling code and testing it from…
Bob Tway
  • 9,301
  • 17
  • 80
  • 162
0
votes
2 answers

What is the most efficient way to copy UniDataSet to SQL Server?

I have a U2/UniVerse database, and need to copy the data in one table into a SQL Server table. The table in question has approx 600,000 rows and just under 200 columns. I didn't create the table, and can't change it. For other tables, I'm looping…
Jeff Brady
  • 1,454
  • 7
  • 35
  • 56
1
2