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.
0
votes
1answer
11 views
UniObjects for .NET (U2 Toolkit for .NET) and Windows PowerShell – how?
I am able to access data from U2 Database using U2 ADO.NET Provider (U2 Toolkit for .NET) and Windows PowerShell. I have problem with UniObjects for .NET (U2 Toolkit for .NET). How can I access using ...
-1
votes
0answers
11 views
assembly: adding U2 AT&T
I've got an exercise to add, multiple, power etc. 96-bit numbers, coded in U2 in assembler.
I've tried to read them as ASCII and converse into bits, but while it is possible in normal binary I can't ...
1
vote
1answer
130 views
How can I get schema information about a UniData/UniVerse database?
I have some (limited) experience with UniData and UniVerse databases and now wanting to work with them via the .NET framework. It appears that the way to work with them now is via Rocket Software's ...
1
vote
1answer
46 views
Slow connection speed while uploading data more than 1MB to IIS
I am using IIS as my web server. I am going to use this web server to receive data from a a http client on a Universe database. Whenever i send a Post request that has more than 1 MB then the data ...
3
votes
2answers
40 views
what's the difference between MATREAD and READ?
I need to understand the difference between MATREAD and READ? and please provide a simple example on where and how to use one.
1
vote
2answers
54 views
u2 or uniVerse code to iterate through folders,subfolders and files to check their permissions
I am new in uniVerse and I have to write a uniVerse program which will check permissions of folders,subfolders and files. for example we have a folder called A and subfolder A1 and files in A1. now ...
0
votes
1answer
36 views
Looking for U2.NET Toolkit equivalent for FMT function
In UniBasic, I can use the FMT function with a format spec like '30T', to insert Text Marks at appropriate places in a long string (think Remarks/Comments). I don't see the equivalent in the U2.NET ...
2
votes
1answer
45 views
U2 Toolkit for .NET - UniSession vs U2Connection
I'm struggling a bit with some of the base concepts of U2 Toolkit (and I've been quite successful with the previous version!).
First, I had to add using U2.Data.Client.UO; in order to reference ...
2
votes
3answers
164 views
Using UniDynArray on ASP.net MVC view page
Can anyone help me on how to use UniDynArray on ASP.net MVC3 (MS Visual Studio 2010) View Page?
I managed to add reference (U2.Data.Client) to the project and I'm able to use it in the Controller, ...
1
vote
1answer
59 views
Maximum virtual attribute size in Unidata
I am receiving the following error when trying to retrieve data using a largish virtual attribute:
Virtual Attribute Error: Virtual field too big.
I have been unable to locate the maximum size ...
1
vote
1answer
124 views
U2 Toolkit for .NET - RPC Failed, An established connection was aborted [errorcode=81009]
I am using the U2 Toolkit for .NET to access our Universe system from MS SSIS. This has been working great while running some investigation tests on several files returning less than 200k rows of ...
1
vote
1answer
144 views
How can I convert U2 Business Logic Subroutine’s multi-value data into .NET Objects such as DataSet/DataTable using U2 Toolkit for .NET?
I have the following subroutine. It takes INPUT as argument 1 and sends multi-value data OUTPUT as argument 2.
SUBROUTINE MV_TO_DATASET_SELECT_SUBROUTINE(ARG_INPUT,ARG_OUTPUT)
x = ARG_INPUT
...
-1
votes
1answer
475 views
How to create/consume WCF oData Service (RESTful Service) using U2 toolkit for .NET? [closed]
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.
18
votes
1answer
278 views
Trying to build PHP PDO extension for Rocket U2
I wonder if anyone can help me with a problem that is making me pull what's left of my hair out...
I am currently working on a project that requires me to talk to a Unidata database. PHP has no ...
1
vote
2answers
285 views
Using the U2 toolkit for .Net / UniObjects in Windows Powershell?
I'm a developer at a university in Chicago supporting Ellucian/Datatal Colleague on Unidata 7.2. We recently converted from Unidata on Unix to Windows Server and had a number of extract cron jobs that ...
3
votes
2answers
196 views
Accessing UniData through .net
I'm having trouble with accessing UniData data from the u2.net toolkit. I'm able to connect ok - have tested connections with the "Test Connection Tool" and in code, both connections work fine. My ...
2
votes
2answers
79 views
How do I set the timezone for UniObjects?
I am connecting to an AIX 5.3 box from Win7Pro using Uniobjects for Java. When the udcs user logs in, /etc/profile is executed. It appears that /etc/environment is not sourced.
If a rpc method ...
1
vote
2answers
370 views
U2 Toolkit for .NET - Entity Framework Sample “EntityFramework_CodeFirst2” not connecting
I get this error when trying to modify the EntityFramework_CodeFirst and EntityFramework_CodeFirst2 projects:
Opening Connection
[U2][UCINET-UO] [U2][UCINET-UO]WIN32 API Error:10053 An ...
1
vote
1answer
275 views
U2 Toolkit for .NET - Entity Framework Sample “EntityFramework_CodeFirst” not working
When we try to run "EntityFramework_CodeFirst" and "EntityFramework_CodeFirst2" samples, we get the following error:
Unable to determine the provider name for connection of type ...
1
vote
1answer
158 views
How do I access MultiValue data from U2 Toolkit for .NET?
I am getting the following message when trying to select * from the U2 data files.
[U2][UCINET][UNIDATA]:Multi-value or multi-subvalue are not supported in this version\r\n"
Is there a version that ...
10
votes
2answers
335 views
Extending Perl is breaking dynamic loading
I'm trying to compile an XS into perl [ed(ikegami): which is to say he's using ::MakeMaker's make perl to create a perl with a C vendor library statically linked in ] but when I do, the new version of ...
0
votes
1answer
187 views
How can I specify the LIBPATH on a UniObjects for Java subroutine call?
I am having xml errors due to a LIBPATH setting when calling a UniSubroutine through UOJ.
Referencing the U2 Knowledgebase article SFMA-17048, I tried using the SETENV Unibasic function, but this was ...
0
votes
1answer
147 views
Linux dropping escape characters
We are migrating our UniVerse application from AIX to Linux. After moving, all is good except print files that contain escape characters (char(27)) are losing the escape character and printing flat ...
1
vote
2answers
311 views
UniData UniQuery - two WITH
Alright I have little to no knowledge of SQL language, and am wondering what are the possible reasons for the slowness of two WITH vs one WITH in unidata.
Database has around ~1 million rows.
Ie/
...
1
vote
2answers
285 views
UniQuery - How to find the largest length of a field in a file
I'm trying to figure out how to find the largest length of records for a field in a file on a Unix-based Unidata database in a Manage2000 (M2k) MRP system. I currently have the "Using Uniquery" and ...
1
vote
1answer
106 views
How do you change the UniObjects.NET mode from using … to using [ and ]?
How do you programmatically change the UniObjects.NET mode from using ... to using [ and ] when using the query command?
2
votes
2answers
423 views
UniVerse database | catalog command line parsing error
I am new to Universe-database trying to publish my SUBROUTINE compiled at universe-database version (11.1 and 10.1.5) successfully at windows and Linux.
Publishing SUBROUTINE command
CATALOG ...
0
votes
2answers
106 views
How do you do a LOCATE in Unidata with BASICTYPE 'U' for @AM's?
I typically use BASICTYPE 'P' at our shop but had an occasion to use 'U' for a project and noticed that I could not do a locate on a dynamic array that is delimited by Attribute Marks.
Referencing ...
-1
votes
2answers
232 views
migration from universe database [closed]
how can we migrate from u2 to sql server.tell me the sites where i can find the pdf on migration from u2
1
vote
3answers
210 views
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
1answer
4k views
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 ...
1
vote
1answer
422 views
How To Insert Data into UniData using UniObjects for .NET
I am working on inserting data into our UniData server from .net.
I have successfully updated an existing record using UniQuery by using the Modify statement. And according to the documentation, I ...
0
votes
2answers
209 views
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 ...
0
votes
1answer
166 views
UniData EXECUTE's 'RETURNING' clause. List of error numbers?
When using the EXECUTE statement combined with the RETURNING clause, UniData returns any error codes encountered along with related data. Does anyone know a definitive list of these error codes?
...
1
vote
1answer
895 views
UniObjects for .NET - Reading and Writing UniVerse Files
Our organization is using UniObjects for .NET but the CD seems to have gone missing. I need to figure out how to read and write to and from files in Universe. Please note the program is written in ...
4
votes
1answer
153 views
MD5 hashing of Sequential files and dynamic arrays in UniData
I am creating a sequential file which requires a digital signature (MD5 hash). While I am creating the sequential file I am also creating a dynamic array with the same data.
If I perform a MD5 hash ...
0
votes
2answers
517 views
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 ...
1
vote
1answer
137 views
UniTransaction throwing NullReferenceException
I'm trying to begin a transaction however on calling the .Begin() method throws a NullReferenceException and the stacktrace shows that it is coming from ...
2
votes
5answers
2k views
UniVerse RetreiVe how do I query a file for all of its columns' values?
Kind of a follow up to my self-answered question about finding the column names.
In UniVerse you can't query a file for all of its columns unless the @ phrase in your file's dictionary is set to all ...
1
vote
4answers
975 views
How do I find the column listing in UniVerse with RetrieVe or SQL?
I've got an issue where a table (file) is set up to return column foo on LIST table and SELECT * FROM table. I need to know the other possible columns in table. I'm pretty sure this was achieved by ...
1
vote
2answers
1k views
Multi-valued Database (UniVerse) — SM (MV) vs SM (VS) and ASSOC()
I have a question taken from pg 16 of IBM's Nested Relational Database White Paper, I'm confused why in the below CREATE command they use MV/MS/MS rather than MV/MV/MS, when both ORDER_#, and PART_# ...
3
votes
2answers
1k views
UniVerse learning materials
I've recently come in contact with a proprietary descendant of UniVerse. Does anyone know where I can get a good tutorial or brush up on the syntactic quirks of its more popular parent? I can't figure ...
2
votes
2answers
205 views
Pick and RDF/SPARQL
Anyone have any interest in intergrating RDF and/or SPARQL with a PICK database?
Has anyone tried this yet?
I have some thoughts about what to try. One idea is to figure out how to create a file with ...
1
vote
3answers
513 views
XDOM API in UniVerse
I am building an xml parser and constructor using the XDOM functions in UniVerse 10.1.0. Things are going fine until I get to use the XDOMAddChild function. I can add single elements fine using the ...
1
vote
3answers
212 views
Sanitize Input for UniData
Can anyone provide a function to sanitize input for a UniData query? Or provide a list of things to remove?
2
votes
4answers
2k views
Learning to query UniData
We have an IBM UniData server. I just installed UniObject .net. It looks like you just issue unidata queries through the .net classes.
Where can I learn the query language/syntax and to work with ...
0
votes
3answers
197 views
What is the most DRY way to get data out of my database?
I have to write an ASP.NET application that connects to our legacy IBM Universe Database and we are using a product called mv.net which allows us to connect, read, write, select, run server side ...
3
votes
2answers
687 views
IBM U2 (UniVerse 10.2) - Create Schema - How
We have a traditional UV account. Data files in one directory, application programs & subroutines in another directory. Our latest projects is implementing JDBC and in order to fully access the ...
2
votes
3answers
1k views
What is the best way to handle authentication in ASP.NET MVC with a Universe database?
We use an IBM database known as Universe that holds all of our user id's, passwords, and profile information in a table called USERINFO.
Can I use the Membership Provider to connect to this ...