Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
All, I was wondering... I have worked at many large UniVerse/UniData customers in my career. Some companies do a great job of certain facets of IT. I was thinking about contacting them to see if they would be open the a site visit. I realized that there could be proprietary secrets exposed during the site visit. After all I would not want to show someone around without some assurances that what they saw would be in essence 'What happens in Vegas Stays in Vegas'. Do you think there would be a way to display the best attributes of your IT shop without giving away the goods? What are the best practices that we can share with one another? ------------------------------Jon KristoffersonPick ProgrammerSnap-on Credit LLCLibertyville IL US------------------------------
There doesn't seem to be much love for the MVSP Java toolkit here. I've put together a demo (with all source code) using MVSP Java with Angular and Tomcat - D3 Demo The Java API is fast and easy to use IMO, and allows using D3 as though it was "just a database", just as you'd use (for example) Postgresql with JDBC, except with D3you have an embedded programming environment which is much easier (and flexible) than writing SQL procedures or embedding Java/Javascript functions in an SQL DBMS. It would be straightforward to create a SPA which makes REST calls to a web server using the same technique as the demo. MVSP Java also makes it very easy to create desktop Java Swing apps with D3. I know there's usually a lot of hate for Swing, but it's an extremely well designed UI toolkit. Oracle has committed to keep Swing an integral part of Java, so it'll be around forever, which clearly can't be said for any Javascript frameworks (Angular/React/Vue). Swing can be themed very easily e.g. FlatLa
Good morning. I am a contractor and have been working in multi-value systems since February of 1980. I have two customers in the Nashville area for whom I have worked for over twenty years. Both of them look at me and recognize that I'm an old man and their only support for their systems. Each is a local government department. For one I have provided reservation/registration and for the other a highway department management system. My highway department, to cover their future, is considering a vastly inferior system from the University of Tennessee. I would like to find someone to back me up in providing maintenance and additional development for their UniVerse on Centos 8 system. All the code is in basic with some AccuTerm getting integrated and all code is resident on both customers servers. The highway department includes equipment scheduled maintenance, road job and requests management and costing, purchasing and inventory control. If there is anyone out there who would c
We're kicking off the Rocket® MVIS 2.1 Beta later this month, giving you an opportunity to get a sneak peek at the latest and most advanced version of MVIS yet, loaded with groundbreaking features including Open Telemetry. Sign up now! Here are a few features you can play with and help us test: · Support for Open API 3.0: Explore the power of Open API 3.0 with enhanced support in MVIS 2.1. This release ensures compatibility with the latest industry standards, opening doors to new possibilities for your APIs. · Top-Down and Bottom-Up API Design Patterns: MVIS 2.1 introduces both top-down and bottom-up API design patterns. Developers can now create MVIS APIs either starting from a predefined Open API spec or generate Open API-compliant APIs from MV data and business logic, offering flexibility in your development approach. · Expanded Vanity URL Capabilities: Building on the success of MVIS 1.3, MVIS 2.1 takes vanity URL capabilities to the next level. Enjoy full s
Is there a way to have the various anti virus applications out there not flag Universe as a virus? Is there a registration process with the av vendors that Rocket can go through? ------------------------------Gil SteidleDEVDDI System Incbrick NJ US------------------------------
We're trying to get the shared licensing working on all our machines. We've run into a very strange issue. Most of our users run the Adds Viewpoint Enhanced emulation with a terminal type of wy50-vp. Everything works fine if they run the uv command. If they run uvdls it sends this string: ESC BS "A" BS "R" BS "D" BS "T" BS EOT BS "/" BS "x" BS That's basically sending CHAR(27): "ARDT": CHAR(4):"/x" with a backspace after each character. This is borking up the Viewpoint Enhanced terminal so you have to reset it from the menu to get it working again. It doesn't seem to do it if I use the Linux console with the linux term type but I'm the only one that runs with those settings. I must be missing something. I couldn't find any information on how it's supposed to work so I'm asking here. ------------------------------Joe GoldthwaiteConsultantPhoenix AZ US------------------------------
Hi Guys, I'm trying to turn on the AccuTerm UV license sharing with a downloadable macro so that the users don't have to change anything themselves. The macro is really simple: MACRO = "With ActiveSession.Settings" MACRO := CHAR(25):" .DeviceLicenseMode = 1" MACRO := CHAR(25):" .Apply" MACRO := CHAR(25):"End With" * Send the VBA script to the AccuTerm session PRINT CHAR(27):CHAR(2):'P':MACRO:CHAR(13): If the macro changes the DeviceLicenseMode then the macro halts until I hit the enter key. If it's already set then it doesn't. Any idea why? It's almost like it's waiting for a confirmation of the changes or something. I don't want the users to have to hit enter to make this work. ------------------------------Joe GoldthwaiteConsultantPhoenix AZ US------------------------------
When calling python a second time from the same session I get the dreaded MPD_MINALLOC error. I know there have been a few threads on this same error and the fix is REINIT.PYTHON set to OFF. We are on Universe 11.3.1 (on RH7) and our system does not appear to have that verb available is there a way to install that verb? I did attempt to add that to our VOC but it does not find it. The REINIT.PYTHON is present on my personal version loaded on my windows machine. REINIT.PYTHON0001 V0002 REINIT.PYTHON0003 I0004 G0005 Thanks JR Moore------------------------------JR MooreIT Special ProjectsNational Auto Parts Warehouse LLCHillsboro OR US------------------------------
I found these files in our web server that use UniObjects for JAVA: uojlog_0.log.0, uojlog_0.log.0.lck, uojlog_1.log.0, uojlog_1.log.0.lck and on and on. Since I am using UOJ version 5.111.2 if that helps. BTW the files are always empty.------------------------------Doug Averch (Owner)U2logic, Inc.daverch@u2logic.com303-946-5226 (cell & text)------------------------------
Hi all I'm trying to create an HTTP request following this: POST /quiter/qae/... HTTP/1.1 Host: ...:8000 Content-Length: 592 Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="attachmentMetadata" {"referenciaDms" : "...","ficheroDms" : "...","usuario" : "quiter","descripcion" : "prueba","workspace" : "quiter"} ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="file"; filename="/u2/quiter/DATOS/qsac_quiter.png" Content-Type: image/png (data) ------WebKitFormBoundary7MA4YWxkTrZu0gW-- -- My BASIC code is like this NOM.SUB='RU2' URL.SERVICIO='http://...:8000/quiter/qae/...' TIPO.LLAMADA='POST:multipart/form-data' RESPUESTA=setHTTPDefault('VERSION','1.1') RESPUESTA=createRequest(URL.SERVICIO,TIPO.LLAMADA,HTTP.HANDLE) ADDPARAM='{"referenciaDms" : "85818","ficheroDms" : "FMVEHPT","usuario" : "quiter","descripcion" : "prueba","workspace" : "quiter
Hi All, We've been acquainted with the setup.ini [Defaults] header, and how insert the product key therein. This worked during our POC phase, and it prevented the "Evaluation License ?" box from coming up, when we did manual installs onto a new desktop. When our End User Support team however, attempted a mass rollout using Marimba, the desktop support tool, the user is now getting the Eval Lic question box. Is there some secret sauce we have to use for this method of rollout? Thanks - Baker ====================== for Reference, From Robert ========================= [Defaults] ;MAINDIR=Program Files\\Atwin80 ;HOMEDIR=My Documents ;DESKTOPSHORTCUT=Y ALLUSERS=Y AUTOACTIVATE=Y AUTOUPGRADE=Y ;CUSTOMFEATURECODE=xxxx LICENSEKEY=put-your-key-here-xxxx-xxxx KEYTYPE=1 ;EMAIL=you@company.com Notice I have uncommented the ALLUSERS, AUTOACTIVATE, LICENSEKEY and KEYTYPE. Keytype 1 is device licensing so you would not use an email, leave EMAIL commented. ------------------------------Baker HughesS
Last time long long ago, during vb6 and asp classic time, we are using UVDK/UniObjects to call UV routines for our front end.. What are the options now ? is there any newer version of UniObjects for the latest .NET ? thank you.------------------------------Koon MIng FongMrP & O Global Technologies SDN. BHD.KUALA LUMPUR MY------------------------------
The latest release of MVIS v1.3.4 is available today. Some of 1.3.4 highlights are: Support for Azure application insights 2.4 to make MVIS more resilient and compatible with Java 8 and 11. UI enhancements to simplify configuration of OAuth 2.0 identity providers. MVIS supports any provider that implements OAuth 2.0 since v1.3.1. However, the UI limited the selection to a couple of providers and required a work-around to configure. In 1.3.4 the UI is updated to accept any standard provider. Improved documentation of timeout and other time related runtime parameters. MVIS 1.3.4 product lifecycle dates: 12 Dec 2023 GA 12 Dec 2026 EOM 12 Dec 2027 EOS 12 Dec 2028 EOLS ------------------------------Hernando BordaProduct Manager, MultiValue ToolsRocket Softwarehborda@rocketsoftware.com------------------------------
MultiValue Integration Server version 1.3.4 has been released on December 12 2023 for the below platforms/versions:AIX POWER 7.1, 7.2AlmaLinux 8Amazon Linux 2CentOS 7, 8Oracle Enterprise Linux x86 7, 8RedHat Enterprise Linux Intel 7, 8Rocky Linux 8SuSE Linux Enterprise Server Intel 11.0, 12.0, 15.0Windows Windows 10, Windows 11, 2016, 2019, 2022This product is available to order immediately via your Rocket software provider or by logging into your RBC account at https://rbc.rocketsoftware.com or https://rbcint.rocketsoftware.com.Additional Product Information is available on the Product Availability Matrix at https://rbc.rocketsoftware.com/matrix.asp or https://rbcint.rocketsoftware.com/matrix.aspFor any questions on product availability, pl
I need to create a dictionary that takes the multivalue data from a field in FILE, field<1> Say: Field<1> is 123a1]456b2]789c9 I want a dictionary item, say called TEST2 to show only (a1,b2,c9) Currently i have the Dictionary item TEST2 as I-type with MATCHFIELD(@RECORD<1>,"0N0X",2) in field 2 I want LIST FILE F1 TEST2 to show: FILE F1……… TEST2……… 1 123a1 a12 456b2 b23 789c9 c9 But what I'm getting is:LIST FILE F1 TEST2 FILE F1……… TEST2………1 123S1 S12 456S2 456S23 789L9 789L9 I've tried a number of options in the TEST2 dictionary item but no joy. Can anyone help with this. I had done something similar decades ago, but cannot remember how. I want to avoid using a subroutine if I can. Any advice would be greatly appreciated. Tek.------------------------------Tek IleriRocket Forum Shared Account-----------
I am sure their are some people on here who worked on R83 Pick systems way back . My first taste of MV was helping port a PRIME based system to Pick R83 on a small ICL CLAN mini computer. I was fresh out of college where we worked on huge mainframe machines and when I first saw the ICL CLAN machine I thought it was an air-conditioning unit. I was just reminiscing a bit on how efficient R83 was in terms of memory. If I recall correctly each Pick port needed about 500k . This led me to ask myself how many D3/Linux ports I could comfortably run on my desktop PC which has 32 GB of RAM? BTW I got into the Pick Multivalue arena, quite by accident and I'm still Picking away many years later. :) ------------------------------Neil PrattSystems Analyst / ProgrammerDaily Express IncUS------------------------------
Morning All (South African Time!), I have a server upgrade coming up for a 65 user customer currently on D3 Linux 10.2. The plan is to go bleeding edge to 10.4 so have started the research and busy playing on a dev server. First off I see FSI and a totally new installation procedure. Last time I used FSI was 20 yrs back when a customer had D3/Windows on WindowsNT - still have nightmares about WindowsNT :) So the point of my post is to ask for any hints and gotchas from those who have already done a similar migration, as I see there are a number of difference so it's not going to be a filesave & restore kind of migration. We use MVSP and we shell out to Linux occasionally to kick off Bash & PHP scripts. We also use the spooler to kick off Python scripts to create PDFs and/or email reports. Any pointers will be gratefully accepted! Have a great weekend! Thanks Tom------------------------------Tom PowerOwnerPower Business SystemsBenoni ZA------------------------------
We are testing out AWS Cloud server. Small environment with Universe running on Windows. The question is: How to setup a Windows printer on that AWS server and direct the output to a local printer in our office network? The printer could be a HP PCL enabled printer, or a Zebra label printer using ZPL.------------------------------Suresh AnbilDeveloperOHM Systems IncCincinnati OH US------------------------------
I've had a problem with Universe that I haven't been able to figure out. When I log onto an account I get a message with some verbiage: >uv UniVerse Command Language 11.3 Copyright Rocket Software, Inc. or its affiliates, All Rights Reserved 1985-2016 BARS.DWHS logged on: Mon Nov 27 19:17:38 2023 ESC[?1hESC=ESC[HESC[2JESC[1;30HDry Storage Main Menus When I have my terminal type set to xterm I get this annoying ESC[?1h string that puts the terminal into application mode. That changes what the arrow keys send and messes up some of my input routines. Where the %#$^ is that coming from? I don't even know what that UV logon message is called which is probably why I haven't found any documentation for it in any of the manuals. I'd look for some banner file but it's not just text. It's under UV program control because it knows the term type and changed what is sent based on that. Can anyone clue me in to where to look? Thanks!------------------------------Joe GoldthwaiteConsultantPhoeni
I'm happy to share the news of the release of AccuTerm 8.1.1.0. The latest version of AccuTerm is available for download from Rocket Business Connect (RBC). Version 8.1.1 removes the requirement to have a live connection to Rocket software to authorize and activate AccuTerm. Instead, starting with 8.1.1 you will need to enter a license key to activate your product. After you activate AccuTerm you don't need to be able to connect to the internet or rely on Rocket's back-office systems to use or authorize your product. You can obtain your AccuTerm license keys through RBC. For more details on this and other AccuTerm information, you can read the AccuTerm FAQ. Please reach out to your account executive, Rocket support or Rocket product management if you have any questions. AccuTerm 8.1.1 PLC dates: 31 Oct 2023 GA 31 Oct 2026 EOM 31 Oct 2027 EOS 31 Oct 2028 EOLS ------------------------------Hernando BordaProduct Manager, MultiValue ToolsRocket Softwarehborda@rocketsoftware.com-----------
I have a challenge to automate the creation of a backup file for an existing data file. The data file being backed up will vary and they can be hashed or dynamic files. It has been reasonably straight forward until I came to the effort to support an existing dynamic file. All my previous posts about dynamic files are in an attempt to better understand how I can assess the existing file such that I can create the backup file using well-optimised specifications so the item copy process is as quick/efficient as possible. I was first thinking that ANALYZE.FILE might help determine both the Minimum modulo needed as well as the group size needed to properly cater for the data, but now I'm unsure if that is the best approach. My alternative method is to simply count the number of items in the existing file and generate an average item size, then set the MINIMUM.MODULO to the item count and set the RECORD.SIZE to the average item size and let UV's Dynamic file magic do it's work. I have come u
I'm looking for some information regarding the use of CALLC. Particularly if my source code will need to include the jsystem.h and where I should store the .so / source code on the system (or setup a path so a jbase program can call it). The old zumasys docs aren't quite enough and I couldn't find anything in the Rocket documentation. If anyone has experience using CALLC I'd appreciate the assistance.------------------------------Derek BandouveresProgrammer------------------------------
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.