Questions tagged [universe]

UniVerse is an extended relational data server with easy-to-understand data modeling that uses XML-like data structures to allow developers to quickly create embedded solutions. UniVerse delivers a high-performance, highly scalable, easy-to-use database offering for rapid deployment and rapid return on investment.

166 questions
0
votes
1 answer

How to find the intersection and union of two sets

I'm not sure where I'm going wrong with my code and I'm still really new to learning sets so I apologize if my errors are easy fixes and should be noticeable. Nonetheless, I cannot figure this out. I have to let the user enter a pair of sets A and B…
a24
  • 7
  • 1
  • 6
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
1 answer

How to get list of account that are changed in given time frame

We are planning to export data from universe and load them into sql(mirroring). But it will be great if we can load only the accounts that are changed.
Sabareesh Kkanan
  • 1,201
  • 1
  • 14
  • 22
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
1 answer

BO Universe Designer - Where cluase for a year

I am trying to run a query within Business Objects Universe Designer and I need help with the 'Where' clause. I want to search for all records that have a 4 digit year (the DB column is in YYYY) less than or equal to 3 years from the current year. …
Jeremy F.
  • 1,778
  • 11
  • 51
  • 86
0
votes
1 answer

Better programming design for on demand functionality

Right now, I have a program that works like this. An old legacy system puts a row into a database. That row is status 0. I have a Windows Console application in .Net that checks the DB ever 5 seconds, and sends a printing command to a…
Jesse Rallo
  • 163
  • 1
  • 2
  • 9
0
votes
1 answer

how to write if else in universe builder

I am new to development in business objects universe development, now I am struck in writing the if else in universe. My requirement is I have created a filter with string names Yesterday and Last Sunday. In my report if filter is selected as…
Siva
  • 9,043
  • 12
  • 40
  • 63
0
votes
1 answer

UniObjects for Java read object code file

I am reading from a UniVerse database using UniObjects for Java using the UniFile.read() method. This is an example of the type of code I use for this. ... UniFile uFile = uSession.open ("ORDERS"); UniDataSet datasetRequest =…
Guy
  • 111
  • 9
0
votes
1 answer

Business Objects Universes - joins to restrict data

I'm very new to universe design and would really appreciate a point in the right direction... I have a table Sales that records details of sales made by staff members. It includes the following fields: SaleID StaffID SaleDate I also have a table…
bouser83
  • 1
  • 1
0
votes
2 answers

ODBC connection with Universe 9.6

We have a legacy system running on Universe DBMS 9.6 . We are trying to export data from it and we have enable rpc daemon so that we can connect via odbc. Now we are able to connect to the server but we are not able to run any queries. We are…
Sabareesh Kkanan
  • 1,201
  • 1
  • 14
  • 22
0
votes
1 answer

Clarification on some terms in BO Universe Designer

What is the difference between variable(dimension) and indicator in BO Universe?
Kamal
  • 9
  • 3
0
votes
1 answer

How to Create EDMX with U2 Toolkit .net 1.1.1 U2NETDK

I am trying to create an Entity Data Model using the new U2 Toolkit .net U2.Data.Client. I have gone through the EntityFrameWork example that already has a Customer.edmx file created which works fine. I now want to create my own Entity Data Model…
Adrian Halid
  • 589
  • 8
  • 17
0
votes
3 answers

U2NETDK VisualStudio 2010 add-in

Is there any Visual Studio 2010 add-in available for Rocket U2 .NET Database Provider (Universe)? I know there is a tool for 2008 but I can't get this new U2 .NET tool Kit working and generate an ERM.
user1619999
0
votes
2 answers

Speed up UniVerse access times using UniObjects

I am accessing a UniVerse database and reading out all the records in it for the purpose of synchronizing it to a MySQL database which is used for compatibility with some other applications which use the data. Some of the tables are >250,000 records…
Los Frijoles
  • 4,771
  • 5
  • 30
  • 49
0
votes
2 answers

Producing XML Document from Universe Database

I need to produce XML Document from Universe Database. These XML files are the source for SSIS Packages. So firstly I have to produce XML Files. For that I am using following command. SELECT FIRST 1000 LIST TOXML ELEMENTS It is returning 1000…
ram.bi
  • 283
  • 4
  • 15
1 2 3
11
12