Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
Well, don’t know how it happened but somehow the ODBC configuration for one of customer accounts has been damaged and they want to restore it to what it was yesterday. What files need to be restored to get this repaired?
It used to be the VSG, then the MDM, and I can’t find the MDM anywhere these days. What do y’all use for mapping Unidata tables to ODBC?
Is it possible to have a complete D3 integration in Rocket MVBasic for Vscode ?Actually, there’s only code integration for jbase and universe…and documentation is slighly different...
Good evening, I'm looking for software that, when I upload a song from my computer, will translate the language of the singer in the song into another language that I choose from the list of languages, but in the original voice of the singer himself.........
We are a rather large implementation of Universe 11.3.1 (originally created in the mid-80s as a PI install and migrated to PI Open to Universe over the years). We have 3 application developers but do not have a traditional UV admin (we don’t modify the uvconfig parameters at all). The system just seems to run itself. I have read through Tech Specs & Release Notes but have not found alot of detail on how to or what to look out for.Does anyone have experience in going from 11 to 14? Any advice or detailed check list?Thank you!
June 8, 2022 As a Sales Engineer, a question I often get from customers is, “Which API (application programming interface) should I use?” I usually will answer “It depends”. In this article I will discuss the APIs and the “depends”. Hope you’ll find it useful and informative. Of all the U2 APIs, I prefer MVIS because RESTful services have become a standard API interface that natively supports the nested data model. Many of our customers have replaced U2REST with MVIS, and are realizing the benefits of automation, integration, and ease of use. (a.k.a. “how to get your new features and applications to market faster”) In addition, many have found that it dovetails into their broader modernization strategy. This enables customers to develop web/mobile applications without needing to know about U2. Customers using ODBC with desktop applications like Excel, could now offer a RESTful services interface and not have to use VSG or HS.ADMIN to define ODBC access. Just like XML, JSON is a great
We’re excited to announce the release of Rocket® MVIS version 2.3.2, designed to deliver more quality, security, and operability.Highlights in MVIS 2.3.2:Modernized Admin Experience for faster onboarding, lower operational friction, and safer day-to-day administration.New incremental Admin UI with clear MANAGE / DEVELOP / OPERATE separation improves usability and reduces admin error Centralized configuration for Admin, REST, and OpenTelemetry No disruption: new UI is accessed in a separate tab during transitionStronger Security & Enterprise Identity for MVIS Admin aligning MVIS with enterprise security standards, and audit requirements.Role‑Based Access Control (RBAC) for MVIS Admin via built in Vault or Azure AD Azure AD OAuth2 integration option for enterprise SSO Clear separation of Admin vs Developer responsibilitiesEmbedded API Development & Flexibility resulting in fewer API workarounds, faster development cycles, and better tooling compatibility.Embedded API Editor impro
Hi! I am using Cursor to code (more than just coding, Cursor excels in Agentic programming tasks, I find it better than VS Code). Cursor is a fork of VS Code, but it does not use the official Microsoft Visual Studio Marketplace. Instead, it uses a community-driven registry called Open VSX. Rocket MV Basic extension is not listed as a valid extension, so I can’t install it from the Extensions tab. Gemini tells me I have two alternatives to install the extension in Cursor:Option 1: Cursor allows you to import the extensions from VS Code. This option is not working for me. Option 2: Install it directly from a VSIX file, that should be downloadable from the Rocket MV Basic Extension on the VS Code Marketplace. But there is no link to download a .vsix file to install it manually. So I’m stuck with the installation. The best solution would be to add the extension to the Open VSX catalog, so it can be installed from the Extensions menu and updated automatically. If not possible, can any
in Basic. I have a program which calls a RESTApi and returns results and puts it into a txt file. When I read the test file with another basic program, an INDEX funtion that I need to perform doesn't appear to work (returns zero). When I put the file contents into a basic variable, the INDEX function works correctly. I’ve looked at the file for special or non-printable characters which might cause the INDEX function not to work, and the file itself is clean. What if anything else can I try (and I’ve tried a bunch)..
HiI’ve come across SYSTEM(49) in a program that I’ve been asked to update.It’s returning a ‘0’ but I don’t know what it is and the documentation I’ve seen does not say anything about SYSTEM(49).Can anyone help with this?Thanks.
My own explainer of the LOCATE statement and it’s kin. I never felt quite comfortable with it so I wrote out an explanation and various examples which crystallized things for me.https://krowemoh.com/devlog/locate,-insert,-and-delete.htmlSomeone else may find it useful.
Does anyone have an accurate handle on how and when AUTOLOGOUT triggers? The manual says….Use AUTOLOGOUT to enable or disable automatic logout. With AUTOLOGOUT enabled, UniVerse logs you out automatically if you have not pressed a key within a specified time.But I don’t believe that is accurate. We’ve had some confusing results in testing. A process on a loop with periodic TIMEDATE() displays (output only) does not trigger. Similarly a loop process with no screen output but just a SLEEP X also does not trigger even in between loops before it goes back to sleep.So, we are trying to understand the actual nuts and bolts of how/when it triggers. Thanks for any help.Steve DouglasVP Systems AdminMBMS, LLC
We have a customer using this old version of SB+ and they want modifications to a GUI screen to add a bunch of columns to a grid. On the character screen, the first column is a dependent mv, and the second column is the controlling mv. The prompt sequence on the screen has the dependent properly following the controlling mv.When regenerating the GUI form from the character version, the dependent properly shows to the left of the controlling mv. However, when modifying the form in the GUI Form Builder, the dependent shows up on the left in the form builder but is moved to the right of the controlling mv when the form is executed.Is there a way to get this to consistently display the columns in the grid according to the prompt sequence in the screen definition?A little more info: The controlling mv is a product #. When the product # is entered, the first dependent (that we want shown before the product #) displays @CNT as a line reference. Then the second and subsequent dependent co
Hello everyone,I am trying to set a property on Label whereby moving over the label will change the mouse pointer to a hand. When the label is clicked it launches a URL - This is working.I was hoping there was a ATGUISETPROP control to do this but I cannot find one.Has anyone got any advice how to do this?Thanks.
There is a new file called uoj.properties that controls logging and such for UOJ 5.4.3. I read the documentation and found this new required feature. However, the UOJ code does not read the file when deployed on Apache Tomcat. Rocket Software is working on a hotfix.The problem is that the logDebugLevel is set to INFO no matter what you set the file for. Because I have background process running like batch jobs, clean up temporary files in Universe, and running BIRT print jobs in UniBasic code. Each of those processes creates a log entry meaning I create about 43,250 minimum per day in the Apache Tomcat log files. Talk about be overwhelming data!Here is what the file looks like for me:ConnectionPoolingOn = MinimumPoolSize = -1MaximumPoolSize = -1OpenSessionTimeOut = -1IdleRemoveThreshold = -1IdleRemoveExecInterval = -1PoolingDebug = LogFilePath = C:\\Program Files\\\Apache Software Foundation\\Tomcat 9.0\\logs\\logRotationCount = 10logFileSizeLimitInKB = 10000logDebugLevel = OFFsslHostN
I am looking for a way to differentiate a record create (or insert if you will) from a record update within a trigger. I am not seeing anything that would allow me to do this easily. My use case is to send out an event on a record create and a different event on a record update. I want this to happen only after a successful write.I can see on a pre-write how I could see if the record exists already or not, but then if the write should fail, I would have sent an event for the create or the update that is out of sync with the state of my database. I would like to avoid having 2 events sent on a create (one pre-write detecting a create and one post-write for an update).It would seem to be an important piece of metadata that should be available to the trigger as to whether or not this record had to (or will) be created by the write.Has anyone else already come up with an elegant solution or can point out the obvious thing I am missing?
Is there a way to quickly find or navigate to a certain program by name in online editing? Search bar gives results only for the already opened programs.
We’re excited to share that Rocket Software is the Platinum Sponsor of MV World 2026, taking place April 27–30 at Saddlebrook Resort & Spa in Tampa, Florida!This year’s event promises engaging keynotes, hands-on sessions, dynamic panels (including AI and future trends), and networking with developers, IT leaders, and the Rocket team. Whether you’re using UniVerse, UniData, jBASE, or D3, you’ll find valuable sessions tailored to your interests.Stop by our booth, join our breakout sessions, meet Rocket product experts, and discover the latest innovations in MultiValue. Space is limited, so secure your place at the heart of our community’s future!👉 Register NowLooking forward to connecting with you at MV World!
Due to some security issues, the D3 installers' ability to automatically download dependency packages is no longer available. This makes it necessary to load dependencies manually before running D3_setup. Here are the instructions:First, disable D3_setup's attempt to load dependencies:mkdir /usr/lib/pick ( if /usr/lib/pick doesn't already exist )cat /dev/null > /usr/lib/pick/d3depends ( if the depends file doesn't already exist )==================================Manually loading dependencies on Linux versions 7 and lower:D3 Linux versions 9.2 and lower:yum install dialog.i686yum install glibc-develyum install ncurses-develyum install libgcc.i686yum install net-toolsyum install gccyum install pam-develyum install pam-devel.i686yum install glibc-develyum install glibc-devel.i686yum install libuuidyum install openssl098eyum install hal-libsyum install libidnD3 Linux versions 10.1 through 10.3.2:yum install dialogyum install dialog.x86_64yum install gccyum install libcurl-develyum ins
I’m trying to configure the db.mvbasic.json file for includeMapping.I’m wondering if the issue I’m having is because in our programs, our $INSERT lines do not contain the file name. Somehow, don’t ask me how, regardless of which file the $INSERT is in, the compiler finds it and adds it.For example, here’s a typical line: $insert ENVIRON_CONSTANTS.INS.IBASENVIRON_CONSTANTS.INS.IBAS is not contained within an actual Universe account, nor is it in the same file as the source code. This is confusing me when configuring the includeMapping section.Here’s what I tried:I added my development account to accounts section: "accounts": [ { "name": "devbtr", "path": "/home/dev/devbtr" } ],ENVIRON_CONSTANTS.INS.IBAS is located under /home/dev/cadsrc/INSERTIn the account devbtr, the VOC entry that points to it is CADSRC.INSERT CADSRC.INSERT0001 F0002 /home/dev/cadsrc/INSERT0003 /uvdata/uv/D_UFD/home/dev/cadsrc is NOT a Universe account. I tried:
I’m told that universe support says: . ... they receive very few support cases related to NLS…There are a couple of possible reasons for this, one being that no-one actually uses it. We have code that supports some high-range ascii characters that would otherwise cause problems with the item storage but are looking to test a proper unicode solution. I really don’t want to be the first down this path ;-) Mike
Where can you download these clients? I can only find 5.4.2 and 5.4.1
HI all, I have just recently upgraded from Accuterm 7 to the latest version of Accuterm 8.1.1.1134. I am currently having an issue if I attempt to run a second instance of Accuterm, the first instance of Accuterm is displayed. I have 2 Accuterm sessions saved on my desktop, the first open fine. When the second session is selected the first session displays. In settings I have checked the option to "open sessions in a new window instead of a new tab". any suggestions would be gratefully received. thanks George.
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.