Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
We’re excited to share a new release of MV Basic for VS Code that delivers meaningful improvements, with a strong focus on jBASE environments.What’s ImprovedStronger jBASE SupportThis release significantly expands jBASE capabilities, particularly for online development. Customers can now more easily connect to jBASE servers, explore accounts and files, and work with data in real time. Configuration and build workflows have also been streamlined to better align with modern jBASE project setups.Smarter Developer AssistanceWe’ve enhanced in-editor guidance using official jBASE documentation, helping developers understand language features and behavior more quickly, without leaving their workspace.Better Configuration & Workflow FlexibilityCatalog, compile, and connection configurations are now more complete and consistent, making projects easier to set up, maintain, and share across environments.Improved Accuracy & CompatibilitySeveral fixes reduce false warnings and remove unnec
I’m attempting to load Universe 10.2 (yeah, I know it’s old) on a Windows 11 Pro platform. I’m getting a load error: “Could not load UniVerse DLL D:\IBM\UV\BIN\universe.dll”. Has anyone had any success in loading this releases on Windows 11, or have found a work around for it? (beside upgrading..lol)Thank you all in advance..Mark Warner
We get asked every now and then where to get the U2 client software. These include:U2 Clients ODBC, JDBC, UOJ and .NET drivers and associated tools Visual Schema Generator SSL Setup Tool Certificate Management Tool Dynamic Connect Intercall U2 DBTools U2 Basic Developer Toolkit U2 EDA Replication Configuration Tool U2 EDA Schema Manager U2 Extensible Administration Tool (XAdmin) U2 Metadata Manager U2 RESTful Web Services Developer U2 XML/DB Mapping Tool These two packages are all available for public download from RBC | Rocket Software - just choose : Resources Product Availability Choose the Product and 'Search', either for U2 DBTools or U2 Clients (these will always show as for Windows, though the JAVA clients are multi-platform) Use the 'Product' link under the 'Downloads' column for the version required - this will usually be the latest version. You will now have options to download the Product - which includes the Documentation - or the Documentation only, All Documentat
i will have to upgrade a universe server and a unidata server in the coming year. i thought why are we running both. when i upgrade the unidata server should i convert it to universe. is it more work than doing the upgrade itself. if so how much more work.
Are there any TCL/command line tools for updating Unidata ODBC configuration ala VSG?
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!
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.