Questions tagged [uniobjects]

UniObjects refers to a family of database access API's from Rocket Software, enabling the .NET or Java developer native access to UniVerse and UniData data and functionality from within their IDE of choice.

UniObjects enables high-speed, native access to the U2 data servers - UniVerse and UniData for COM, .NET and Java as well as the U2 Java Persistence API (U2 JPA).

42 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
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
1 answer

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 can insert new data this way also: "UniQuery also…
Ronnie Overby
  • 45,287
  • 73
  • 267
  • 346
1
vote
1 answer

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 VB.NET Dim uniSession As UniSession Private…
Spacehamster
  • 195
  • 3
  • 13
1
vote
3 answers

ASP.NET handle external server sessions - clean-up

Are we "doing it wrong"? A colleague and I are messing around with an ASP.NET page to act as a "portal" to view the results from a diagnostic program on a UniData server. Although we do the odd-job of ASP/ASP.NET at work, it is not our primary…
Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
1
vote
1 answer

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 IBMU2.UODOTNET.UniTransaction.ServerTransaction(Int32 aKey). Has anyone successfully used…
thames
  • 5,833
  • 6
  • 38
  • 45
1
vote
1 answer

Can't get UniObjects COM Object to load with PHP in Windows 2008 R2

I am trying to use COM function in PHP but I am not sure what am I doing wrong. This is my first line in PHP script $UOSession = new COM("UniObjects.Unioiafctrl") or die("Cant instantiate UO"); I did use regsvr32 to register uniobjects.dll and it…
zuboje
  • 696
  • 3
  • 11
  • 28
1
vote
1 answer

UniObjects for Java: How to get response String when error occurred in UniCommand.exec()

I would like to be able to determine the exact reason that a UniCommand could not complete using UniObjects for Java in order to tell the user. I have the following code that behaves as expected under ideal conditions, but if command is not a valid…
Guy
  • 111
  • 9
1
vote
2 answers

Javadocs for Uniobjects for Java

I just started working with Rocket UniObjects and am looking for some Javadocs. Currently I am using the Rocket Documentation, but I'm not a fan. I've looked, but had no luck. Has any one seen any?
Guy
  • 111
  • 9
1
vote
3 answers

UniCommand differences for UniData

I'm new to the world of UniObjects as I've been in .NET land since it debuted. After building a simple app to return the select list of a UniCommand statement I noticed that there are some major differences in how UniData and how UniObjects parses…
thames
  • 5,833
  • 6
  • 38
  • 45
1
vote
2 answers

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 had to be converted to the new OS. During that…
0
votes
1 answer

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 not effective. I am using Unidata 7.2.5 on aix…
slestak
  • 153
  • 1
  • 8
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
1 answer

How to use U2.Data.Client for .NET Core Web API?

I am looking to create a connection with Universe DB using .NET Core Web API and run SELECT queries but I am getting an error and have heard that U2.Data.Client cannot be used for .NET Core. Is there any workaround for this? Below is the code which…
usafder
  • 791
  • 5
  • 17
0
votes
1 answer

Is UniObjects supported in UniData 8.x?

We integrated with UniData in 2013 using UniObjects for .net and we tested against UniData 7.3. We now have a client on a newer versions of UniData (8.1) and we are having new problems with the integration. I dug through the documentation on…