Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
I have seen a bunch of changes through the years on additional functionality on this tool. Is there a comprehensive list of what this tool currently can do? I am a VAR and one of my clients expressed interest in it and I cannot find anything on the website.Below are a bunch of questions about the functionality this product has: How does it keep the connection alive if I am in a zoom meeting for 4 hours? Does it allow record locking on the server while I am editing it? Is there a before Read Call? Is there an after Write Call? Is there an after Delete Call? Is there an automatic save after so many minutes? Is there an option if not locked it can tell me the original has been updated? Is there an option when I compile in Unidata I can request the BASICTYPE? Is there a way I can put bookmarks, tasks, or information locally and not in the code? Is there a key sequence I can get where I can get syntax help for commands such as CASE, READNEXT, etc? Is there a way I can get actual errors as
I have a customer using Accuterm 8 who are going to replace 3 of their workstations. Has anyone done this? I'm wondering about the license validation.Dale
Hi,I've installed Universe for Windows community edition. I want to do a couple of things - install the Developer tools IDE and/or VS Code to edit BASIC programs, and, also test python code executing in Universe to utilise external python modules and libraries.I can get to the XDEMO account at the BASIC MV shell, and LIST PRODUCTS data.I have tried and failed to connect the Basic Developer Toolkit. I cannot find what username/password to use. When connecting to my instance, what is the default username/password combination or should I set an account up and if so how ? I think this will also help me connect up VSCode.As a follow up question, I have python module which I want to include in a python program which I execute in Universe. Is there specific process I need to run in order to include this module for use ? I tried to run pip install <my module.whl> but this did not seem t import my module.Thanks - Steve------------------------------Stephen PisaniRocket Forum Shared
Looking to see if anyone has successfully integrated D3 with UPS WorldShip using ODBC -When voiding a shipment/package in WorldShip, I receive a duplicate key error because it appears that it's trying to perform an insert instead of an update statement.On void in WorldShip:Execute 0F99B418( INSERT INTO ups_packages ( ...., voided, id, shipment_id ) VALUES ( ..., 'Y', 'PACKAGE ID', 'UPS SHIPMENT ID' ) )Execute 0F99B418( INSERT INTO ups_shipments ( ...., voided, id ) VALUES ( ..., 'Y', 'UPS SHIPMENT ID' ) )Given that these records already exist, and we're just trying to set the voided flag, it should be an update statement:update ups_packages set voided = 'Y' where shipment_id = 'UPS SHIPMENT ID'update ups_shipments set voided = 'Y' where id = 'UPS SHIPMENT ID'Everything else seems to work.Did I miss mapping something in WorldShip? Is this a known issue? Any ideas on how to work around this?Appreciate any help!------------------------------Jeremy LockwoodAwesomeASE Supply IncPortland
Hello all, wondering if anyone had any luck uploading to Amazon S3 using UniBasic/UniData.The requirement is to call Amazon S3 HTTP REST API directly in UniBasic, using AWS Signature Version 4. Are there any samples out there we can use?Thanks------------------------------Pedro RochaRunnerTechBoca Raton FL US------------------------------
have three of these error messages this morning. Guessing it has something to do with my enabling callx?unix_GetUserLogonMode [82] Your system privilege level is not sufficient for this statement.Both users have sys1 level set.Thanks for any help in understanding the error message.Craig
Have a new Red Hat Linux 4.18 server running UniVerse 11.3 Using the XAdmin 4.13 but getting error message "No RPC COnnection active" when trying to connect. Confirmed that the unirpc is running and that the port is open and listening. Did to know what else is mssing.------------------------------K MhunterResolution Provider LLCWASILLA AK US------------------------------
Tutorials, tools, etc.I have some knowledge of C++ and JavaScript and I need to start working with Rocket d3 and I don't know where to start or where to look. Any suggestion?thanks for your help
The MVS Toolkit is our REST services tool for D3 and mvBase. MVSP is the MultiValue Server Protocol that the Toolkit uses to connect to D3 and mvBase. Want to learn more? In just under 90 minutes you can learn all about installation, configuration, and debugging of MVSP and the MVS Toolkit. Even better – you can spend only a few minutes a day. I just made over a dozen short, easy to consume videos. So, you can watch one when you have only a few minutes. Before you know it, you'll have learned a lot.I've tried ot summarize my years of Toolkit experience into this series of videos, sharing best practices and other knowledge I have on the subject. I put them in order to make the series easier to follow and easier to skip subjects you may already have mastered. Ready to watch the first one? If so, click here to get to the playlist on the Rocket Software YouTube channel and make sure you have approximately 3 minutes!Hopefully this video series will help you understand the tools better and h
Morning,I have never used callx and think I have found a need. From my understanding a callx will trigger a program on a item change. Not sure if it can be triggered from a attribute change but a item change would be ok.Question is, How do you go about setting it up and making it work? Thanks------------------------------Craig CurtisSystem ProgrammerSevier Valley School DistrictRichfield UT US------------------------------
I am looking at setting up new hardware and was wondering if there is a plan to support RHEL 9 anytime soon?------------------------------Steve CaspersMurphy Automotive IncRosemount MN US------------------------------
The 11.3 user reference keyword section shows LPTR [n]. Most occurrences of appropriate command section instances only show the keyword LPTR. I guess you need to find the keyword section to know there is an optional printer channel number. Recently updated commands like LIST.INDEX, however, show the optional printer number. Does this mean that the documentation is going to evolve for all commands that allow LPTR will also show the optional printer channel?As an experiment, get into UniVerse, and immediately issue the command LIST VOC LPTR 3. It sends the output to the spooler. My recollection is that the command would complain about channel 3 not set up. Of course that recollection goes back over 30 years. Is the behavior to use print channel 0 if the requested one is not set up?Speaking of LIST.INDEX, "-INFORMME"? A curious choice for a command line option beyond -INFORM. Is the hyphen a signal that the INFORMME will not be found as a keyword in the VOC file? Unless this is a new addi
I was talking to a would-be large client about MVIS tools but I had no idea if it could scale. They will be doing about 250K to 1000K transactions daily. I am not sure how MVIS can do this.Is there anyone out in this universe, pun intended, that can say they have done this, and how?Posted 08-27-2022 11:46------------------------------Doug AverchOwnerU2Logic------------------------------
Hi,Without the ability to open our programs on the remote server it is currently of not much use to use. Any plans to introduce this ability in the near future?
We run Windows D3, and utilise MVS Toolkit extensively. It's a very stable and useful product, but there is always a three-second timespan between the request and response within the server (shown in the log).Does anyone know of a way to reduce this time, as it can make things quite slow when numerous requests are made? It doesn't seem to be a network-related issue.Many thanks in advance.------------------------------Simon HawkinsGeneral ManagerQueanbeyan Leagues ClubQueanbeyan NSW AU------------------------------
I have a couple of programs that select .pdf files based on the key of a record in the bridge file. Most of these keys are numeric with a hyphen, i.e. 123-01. Left of the dash is the road number and to the right a sequential number for the bridge. One of the roads got split by annexation and a left over section of road 84 was made 84A and contained a bridge, 84A-01. PERFORM "SSELECT BRGDOC WITH @ID LIKE ":BRGKEY:"..." has worked great until this bridge. From TCL to get the document list SSELECT BRGDOC WITH @ID LIKE "'BRGKEY'..." is the format that works. To do this from a PERFORM I need 3 sets of quotes and I haven't been able to come up with a working statement. Does anyone have a suggestion?
We're pleased to announce the availability of Rocket® MV BASIC for Visual Studio Code (VS Code) v1.7.0, which will let you preview debugging capabilities for UniData and UniVerse! Rocket MV BASIC for VS Code (MVVS) offers features to help your developers modernize, simplify, and work more productively in one of the most popular development environments, Microsoft Visual Studio Code. By detecting and analyzing errors in your BASIC code, the Debugging feature makes it easy for you and your team to debug and fix BASIC programs. The 1.7.0 Debugging feature is considered an MVP (Minimal Viable Product) and we will continue to enhance and refine it over a series of releases. Supported MVP Debugging Operations when the extension is connected to a UniData or UniVerse server: Break Point Continue Step-In, Out, Over Stop *Debugging MVP Limitations: Only supported on UniData 8.2.4, UniVerse 11.3.4 and 12.1.1 Step-in may terminate debugging session Sometimes unable to step-out a
The Rocket MultiValue team is very excited to announce the release of UniData 8.2.4 on August 18th, 2022. The UniData 8.2.4 maintenance release provides a wealth of enhancements and bug fixes as well as the highly anticipated MV BASIC for VS Code debugger preview. Debugging is now easier with UniData 8.2.4. Your developers will love the changes we made in UniData 8.2.4 to support your team's use of the UniDebugger with the MV BASIC for VS Code (MVVS) v1.7.0 extension. We're releasing 8.2.4 in conjunction with the MVVS v1.7.0 extension, available for free on the Visual Studio Code Marketplace. Rocket MV BASIC for VS Code empowers your BASIC developers to edit, compile, and now debug your BASIC applications in one of the most popular development environments, Microsoft Visual Studio Code. You can review the MV BASIC for VS Code v1.7.0 release announcement on the MVVS Rocket Forum for details including the MVVS Debugger platform support matrix. In addition to MVVS debugging, UniData
Hello,I am currently developing a tool which uses uopy to call uv subroutines on the server. The solution works perfectly well, until I am trying to pass a large amount of data as one of the arguments. I am getting the following error then:.../uopy/_uniobject.py, line 29, in _call_server#012 self._session.rpc_call(in_packet, out_packet, in_exec)#012#012 File .../uopy/_session.py, line 200, in rpc_call#012 self._rpc_connection.call(in_packet, out_packet)#012#012 File ..../uopy/_unirpc.py, line 72, in call#012 self._read_packet(in_packet)#012#012 File .../uopy/_unirpc.py, line 123, in _read_packet#012 in_packet.receive(self.rpc_socket)#012#012 File .../uopy/_unirpc.py, line 252, in receive#012 self._unpack_header()#012#012 File .../uopy/_unirpc.py, line 398, in _unpack_header#012 self.header_fields = unpack(_PACKET_MSG_HDR_FMT, self.header_buffer)#012#012struct.error: unpack requires a buffer of 24 bytes#012#012#012Is
Hello Everyone,We have a old application which is using UNIOBJECTSLib. We are in a process to migrate to new U2.Data.Client, so created a webservice application which should return UniObjects such as new UniDynArray or UniRecord.Is there anyway I can return the UniDynArray or UniRecord objects from the webservice(.asmx) project.I tried it but I am getting issues, UniDynArray has no parameterless constructor. Can I get a help on this.If I cannot return these objects, how can I achieve this as I wanted to do a minimalist changes to my old application.Thanks,Sandeep------------------------------Sandeep KumarConsultantRocket Forum Shared Account------------------------------
UniData version 8.2.4 has been released on August 17 2022 for the below platforms/versions:AIX POWER 7.1, 7.2AlmaLinux 8Amazon Linux 2CentOS 7, 8HP/UX ITANIUM 11.31Oracle Enterprise Linux x86 7, 8RedHat Enterprise Linux Intel 7, 8Rocky Linux 8Solaris SPARC 11SuSE Linux Enterprise Server Intel 12.0, 15.0Windows Windows 10 (Creators Update Supported), Windows 11, 2012 (R2), 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 htt
Can anyone tell me if Unidata for windows will run on a chromebook laptop?
I've inherited thousands of programs, most of which are no longer being used. Even worse the programs are all scattered into about 80 different program files. Your basic nightmare.Does anyone know a way, on Universe, to tell when the last time a program was executed is? The cataloging features are not usually employed here, although there are some, so anything that looks for a catalogue date is probably not going to help me much - but if there is a way to see when catalogued programs were last run as well that could help some.If there is nothing available to help me here - any suggestions on how to create a log of what's being used? Obviously I could move all the programs into an archived file and wait for my users to scream but that's not helpful to my company :(Thanks in advance for the info / suggestions. Hoping to get this place cleaned up but it's gonna take a LONG time!Kathleen------------------------------Kathleen HambrickProgrammer at Colwell------------------------------
Thanks for the reply. The only reason that I was considering chromebook is for the price but reading the article that you attatched is seems like a lot of work and iffy at best.I guess I’ll just save-up my money and buy a regular windows laptop.Regards,Kevin Hond
Hi All ,I've downloaded the trial version of the connector. I want to connect to our universe 11.2.5 with that one.We have installed the U2ODBC 32bit & 64 bit. Did a test connection in Tableau it passed but when we click on OK, it gives an error. The error code is A73B8869.The error is saying something about missing driver.Please assist.Thanks. ------------------------------Roland KayverCore Banking SupportTeachers Savings and Loan Society Limited------------------------------
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.