Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
we have had a recent issue with QMRESTORE creating files with casing on. Once the restore is done, we are having trouble with cases of dictionary items, etc (coming from D3 environment). I delete the file then I do create.file FRT.CHG NO.CASE copy the data and dictionaries from a temp file back into my newly created file, and all works as I would expect. Can I change a fie to be case insensitive without re-creating it. My master login in the QMSYS account has OPTION CREATE.FILE.NO.CASE This is QM ver 4.0.9------------------------------Jesse TilliaProman-ERP, Inc.West Seneca NY US------------------------------
We are using this utility to move some Universe data to QM. Works good. This utility makes us select the files to move, and we now have a list of data files to move. we would like to automate this so, that I could call a program and somehow move like 8 or 10 files, instead of manually selecting the files. I could put it our phantom and refresh the files every night until we get fully migrated to our system.------------------------------Jesse TilliaProman-ERP, Inc.West Seneca NY US------------------------------
We currently have a large application written with Universe BASIC and Menus. is there a way to set a global timeout value for user input? This is an audit requirement. ------------------------------Sandy BarrySenior ProgrammerRocket Software Forum Member------------------------------
It's been a while since I had a need to do this. Anyway, I have a process that runs through a file to move data to another system. I like using the spooler for this since it makes it easy to verify the data. The secondary print will deal with some corresponding multi-values that can be too large to flatten out in the main print job. Since both are running from the same file it would be nice to be able to print both reports at the same time. My alternative is to build a sequential file for the 2nd report and copy it to the spooler. Any help with this would be appreciated. ------------------------------Mark Vander VeenIT ManagerUniversity of Chicago PressChicago IL US------------------------------
I just bought a copy of OpenQM to test some of my applications. My first program to test is a main menu. In this MVBASIC program I draw a character outline around the border of the screen, the fill in the menu options. The program then calls a suproutine called XPRMT. I use the XPRMT subroutine for all keyboard input in all programs, it is the only INPUT statement in my systems. One of the parameters that I pass to XPRMT is PSTR which is the prompt string which XPRMT prints at @(0,24), the bottom of the screen. In UniVerse this routine works perfectly, but in OpenQM it was displaying the PSTR value over the bottom line of the border which is row 23. My last line printed in the menu program was the log off selection at row 22. After much code changing in XPRMT, I modified the menu program to display the menu selections first and the draw the border and that presented everything properly. What I see is that even though the XPRMT instruction is "PRINT@(0,24):PSTR;", PSTR is being
Right now my RESTful calls come back as Error 500 unable to connect during a dbpause. If I turn on the serverdebug I can see in the logfile the message: dbpause is set, try logging in later (or something like that). I see the same message from telnet logins. Is there a way to capture this message for my Web pages using RESTful calls via an AJAX call?------------------------------David GreenComputer ProgrammerRocket Forum Shared Account------------------------------
Is there an easy way to delete a command from my Unidata command stack, or do I have to end the session and remove it from what was saved under my user profile?------------------------------Shawn Waldieenterprise application developerRocket Forum Shared AccountLos Angeles CA US------------------------------
Currently this is timing out at 60 minutes. Where is this timeout set? Can it be adjusted? Thanks!------------------------------kathleen hambrickProgrammerRocket Forum Shared Account------------------------------
Greeting all! New to Universe so my apologies for the rookie question. Is there any to determine when the last date/time a program was compiled and by whom?------------------------------Doc RuckelPart time programmerRocket Forum Shared Account------------------------------
d3 all versions. To my knowledge, this has been around forever; but it has always been something I thought was totally inconsistent: File A and File B are related to each other. An attribute on File B is a mv. From File A I wish to use a dictionary item that returns that File B attribute; and so use a t-correlative such as:T(FILEB;X;;n)where n is the integer amc number of the attribute on File B I want. This works perfectly if n is single valued; but if n is multi-valued the result is all the values delimited by a <space>; not returned as a mv. Why? It strikes me this is entirely inconsistent with mv principles. Now, with that said; is there a way around this in a dictionary item [apart from doing a call subroutine] using F or A type syntax? Cheers, ------------------------------David KnightSenior Software EngineerH3O Business Technologies Limited------------------------------
Hi everyone, We're currently evaluating Evoke by BlueFinity as a front-end solution for our MultiValue system and recently had a demo which looked quite promising. The plan is to move forward with it, but before we do, I wanted to check: Has anyone here had hands-on experience with Evoke or mv.NET in a production environment? Any feedback-positive or negative-regarding integration, performance, support, or limitations would be much appreciated. Thanks in advance! Thomas------------------------------Thomas LudwigSystem Builder DeveloperRocket Forum Shared Account------------------------------
Hi, Is anybody aware or know if System Builder 5.1 (pre SB+ I know it's ancient) was ported for a Linux platform (for Unidata)? Thanks.------------------------------Rashid HoosenDeveloperInvestec Bank LimitedSandton ZA------------------------------
Technology decisions are never easy, especially when it comes to mission-critical systems like Rocket® D3. That's why we want to reaffirm why Rocket D3 remains a smart, strategic choice for your business. With our continued commitment to reliability, security, and long-term value, you can be confident in the success of your operations both now and in the future.The smart choice: Why you chose D3For years, Rocket D3 has been the backbone of your operations. Whether you've relied on it for several years or decades, D3 has delivered proven stability, reliability, and flexibility. From managing large volumes of transactional data to providing unparalleled performance for your business-critical applications, Rocket D3 scales alongside your business needs.D3 Delivers: Continued ROI and proven valueChoosing Rocket D3 means you've already built a solid foundation. Over the years, you've experienced a significant return on investment (ROI) as D3 has enabled your business to streamline operation
Forgive me if this has been asked before. We're running an emulation called BluVista and we're thinking of slowly migrating to Accuterm or wIntegrate. I see in Accuterm , using some emulations that I should be able to get an answerback. I wrote a sample program to send a CHAR(5) to trigger the answerback and when I run the program I do in fact see the answerback string displayed on the screen but I cannot figure out how to capture that string programmatically. I've tried input, inputif, etc and I never see the string in the input buffer. Has anyone on here successfully used the answerback string in Accuterm? Thanks in advance, Harry------------------------------Harry HambrickManager of UV DevelopmentRooms To Go IncSeffner FL US------------------------------
What syntax do I need to prompt the user - who runs a program from the terminal - for input, but I don't want it to echo back to the terminal? ------------------------------Shawn Waldieenterprise application developerRocket Forum Shared AccountLos Angeles CA US------------------------------
Hi all Is there a way tu call pip via RUNPY? Usually I do server maintenance and intallations via shell, like this SH-5.1$ /u2/uv/python/bin/python3 -m pip install some_module SH-5.1$ /u2/uv/python/bin/python3 -m pip freeze Of course, it the server is running on windows things are different, so I was wondering if there is some way to interface with pip using the Universe command line, and not the operative system shell. ------------------------------Héctor CortigueraQuiter Servicios Informaticos SL------------------------------
Have you heard about the MV event Rocket is hosting at the Gaylord Rockies Resort & Convention Center in Denver from June 11-13, 2025? Whether you're a business leader or a technical expert, this is a perfect opportunity to explore new possibilities for your Rocket® MultiValue applications. Why attend? Business and technical tracks: Gain the knowledge you need to focus on business strategy or the technical aspects of application modernization. Networking opportunities: Meet with peers and partners who share your goals and challenges. Hands-on labs and demos: Experience the latest innovations firsthand. Thought leadership panels: Hear from industry experts and learn how other customers are modernizing their Rocket Software applications.See the full agenda Register today------------------------------Mike RajkowskiMultiValue Product EvangelistRocket Internal - All BrandsUS------------------------------
Have you heard about the MV event Rocket is hosting at the Gaylord Rockies Resort & Convention Center in Denver from June 11-13, 2025? Whether you're a business leader or a technical expert, this is a perfect opportunity to explore new possibilities for your Rocket® MultiValue applications. Why attend? Business and technical tracks: Gain the knowledge you need to focus on business strategy or the technical aspects of application modernization. Networking opportunities: Meet with peers and partners who share your goals and challenges. Hands-on labs and demos: Experience the latest innovations firsthand. Thought leadership panels: Hear from industry experts and learn how other customers are modernizing their Rocket Software applications.See the full agendaRegister today ------------------------------Mike RajkowskiMultiValue Product EvangelistRocket Internal - All BrandsUS------------------------------
I have a n old MVBase system and I would like to make an MD file pointer to a directory in windows. Is this possible? I found that I can use a UOPEN to open an os file and write to a file. Sorry for reposting. I made the previous post a question and did not realize I could not reply to a question. ------------------------------Troy DittbernerPresidentNorthstar Data Services IncBrooklyn Park VA US------------------------------
Recently my menu/tool bars are missing when in the Wintegrate editor. I've looked around and cannot find a way to get the bars back in the editor. Is this possible?------------------------------Jason WiningerProgrammerRocket Forum Shared Account------------------------------
I inherited a 2000 line EOD proc. This proc does some reporting, run some programs and also calls other procs which do the same thing. Is there a way I can turn on tracking on the port this runs on to log what the proc is doing. I guess I would be interested in what process is ran and a time stamp. Thanks in advance for any help.------------------------------Troy DittbernerPresidentNorthstar Data Services IncBrooklyn Park VA US------------------------------
Good morning, folks! I am looking for documentation RE: GUI Notes. I'm assuming this is a function of AccuTerm. Can anyone direct me to documentation? As always, I appreciate y'alls helpful replies! ~Doc------------------------------Doc RuckelPart time programmerRocket Forum Shared Account------------------------------
Hi,I wrapped most of the intercall library for use with javascript and now you can read, write and run subroutines directly from node.You can get the package here:pick-universeDocumentation:Home - DocumentationI also wrote a package to use multivalue style array indices and convert multivalue strings to and from js arrays:pick-mvThese packages are still pretty new and still being worked on, so feel free to open a github issue if you run into anything.------------------------------Nivethan ThiyagarajahProgrammerAsynchron Systems IncToronto ON CA------------------------------
Greeting folks! New to the community. Interested to know if anyone in this forum is using an outside application for source control? Thanks in advance for your helpful reply/ies! ~Doc------------------------------Doc RuckelPart time programmerRocket Forum Shared Account------------------------------
We are using the descriptive internal information about programs, specifically last date ran and number of times ran since last compiled. This information doesn't seem to be accurate in all cases. Our theory is if an external subroutine is flash compiled, and the calling program is flash compiled, these don't get updated. Are we accurate in our theory and are there other issues we should be aware of?------------------------------Kevin MarshallDirector of Software DevelopmentTechnical Resource GroupCA US------------------------------
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.