universe

Universe Dictionary ITem multipart key, second part is multi-valued

别等时光非礼了梦想. 提交于 2020-01-15 10:11:44
问题 Trying to use TRANS(SPEC.ORDR,@ID:"*":@RECORD<27,@CNT>,27,'X') Universe is returning an error message on @CNT, assuming not used in our Universe flavour, anyone know what the actual trans code would be? 回答1: I just realized that the CATS is base so this should work for you. A similarly built I-Descriptor on my system certainly does the concatenation correctly, but I don't have an easy to find example to test the TRANS on top. It does bring back the expected number of blanks based the on the

SSIS vs. DTS performance

可紊 提交于 2020-01-02 06:32:47
问题 Seems crazy to be doing this at this late date, but... I am rebuilding some ETL infrastructure with a Rocket Software UniVerse source and an SQL destination. The old destination platform was SQL 2000 on Windows Server 2003, the new platform is SQL 2012 on Windows Server 2012. In both cases, an ODBC driver is used to connect to the source. Everything seems to work fine on the new platform, but the execution time for a package is exponentially slower. For example, one table with roughly 1.3

How do I find the column listing in UniVerse with RetrieVe or SQL?

自作多情 提交于 2019-12-31 03:19:09
问题 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 setting @ (behavoir definition of unqualified LIST ), and @select (behavoir definition of * with very SELECT ) but I don't know how to get the full list of columns. How do I read the table schema in uvsh and query for the physical table columns? Running LIST.ITEM on the table shows me a list of

“Improper data type” with query in Rocket UNIVERSE database

半世苍凉 提交于 2019-12-24 11:36:47
问题 I am trying to do a simple LIST from the UV command line: LIST PSUB TSN.COMMENT I get the following: LIST PSUB TSN.COMMENT 07:37:39am 22 Mar 2014 PAGE 1 @ID..................................... TSN.......... **Program "DICT.GET.LEDGER.DET.VALUE": Line 9, Improper data type.** Looking further, I can see the following details on the field: TSN.COMMENT TYPE: I LOC: SUBR('DICT.GET.LEDGER.DET.VALUE',FIELD(@ID,'~',4),FIELD(@ID,'~',6),FIELD(@ID,' ',5)"R%3",'3')<1,1,2> CONV: NAME: TSN FORMAT: 13L SM:

What is the best way to handle authentication in ASP.NET MVC with a Universe database?

。_饼干妹妹 提交于 2019-12-21 20:36:15
问题 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 database and authenticate the user? The database access is actually through a web service since we don't have a direct connect to the database. We have a web service method called GetUserInfo which accepts a parameter of username. The method will return the password and profile information. 回答1: As

UniCommand differences for UniData

北战南征 提交于 2019-12-14 02:32:58
问题 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 the UniCommand statments. From what I've found it looks like it is differences in the flavors of PICK used. What I'm asking is for other UniObjects programmers (UniVerse or UniData) that know of the differences or know of commands that can be

Move UniVerse data into SQL Server 2014 using u2 Toolkit

白昼怎懂夜的黑 提交于 2019-12-12 04:14:43
问题 I am attempting to migrate a UniVerse database into SQL Server 2014. I have downloaded and installed the U2 toolkit for .net from Rocket software. The U2 provider is displayed in the dropdown list and I have entered all the required info in the Connection Manager window. Once I have entered the info, I test the connection and it connects successfully. But when I try to access the dropdown to view the available tables within the UniVerse database, the tables fail to load. Also when I try to

UniVerse SQL View All Tablenames

核能气质少年 提交于 2019-12-11 03:32:21
问题 I am new to UniVerse. I am working with an existing Database. I would like to know how to View a List of all available TABLES in the database. Is there a simply syntax command to view all TABLES? 回答1: Type "F" would only return results of physical files in that account. Type "Q" are Q-Pointers that point to physical files in other accounts. This is a way to have one file, but several accounts point to that file. 回答2: At TCL: LIST VOC WITH F1 = "F]" This will list all file/table entries

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

心不动则不痛 提交于 2019-12-08 07:38:54
问题 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 command, uniCommand.response() returns an empty String . I would like to know exactly why the command could not execute. I tried to use uniCommand.getSystemReturnCode() , but it always returns -1 if the command did not complete successfully and

UniVerse learning materials [closed]

依然范特西╮ 提交于 2019-11-29 18:43:57
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . 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 out how to even get a table listing. Navigating my way around is difficult, and I don't see any man pages.