Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
------------------------------Kathy LarsonProduct Marketing Manager, MultiValueRocket SoftwareDenver, CO720-225-6531------------------------------
MultiValue Experiences version 1.2.0.632 has been released on January 28 2022 for the below platforms/versions:AIX POWER 7.1, 7.2CentOS 7, 8RedHat Enterprise Linux Intel 7, 8SuSE Linux Enterprise Server Intel 15.0Windows Windows 11, 2012, 2016, 2019This 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, please contact u2askus@rocketsoftware.com.
Hi Guys,got a conundrum for you !!!one of my users wanted a simple report to extract details for a part that needed data from the main report file containing most of the required data but also from another file in the same data account. BTW. We are Universe usersThe details in the local file are all single values, however the field for data from the other file is multivalued and the user only needs the first multi-value from the second field in the record in the other file.as this request was likely to be a one off, which I thought would a simple quick and dirty job, I did not want to bother with a sub-routine or create a program to explode the MV's in the other file into a workfile first or indeed write a program to do the whole report which needed to go into Excel.So I naively assumed that extracting this detail would be easily doable with I Descriptors.this is what the data record looks like in the second file0001: 04551VM14550VM04913VM049120002: 15143VM15148VM15150VM151600003: 12VM
Hello,I have a huge problem with D3, hopefully somebody can help me.Description:I open D3: d3vme /debugEverything seems ok until:Unable to open "users" fileand after a while:*** Remote File System Error ***Open (fsi:dem,users,) Cannot Bind Remote Connectionct users'fsi:dm' is not a valid md namect md users users001 Q002 fsi:dm003 users004005006007008009 I010 18I made my backup by copying the folder D3 in Windows.I hope somebody can give me a hint to solve the problem. If more information is required just ask.Thanks a lotAndy Engel Luxembourg------------------------------Andy EngelRocket Forum Shared Account------------------------------
We are using SBClient v6.3.3 with UniVerse 11.2I've hit situations where when trying to update / delete a record using a SB+ screen it just hangs... or hangs and then logs out, without any error messages indicating the issue. I've checked the /usr/uv/errorlog file for some indication of the issue, but that to leads no where. Can anyone point me in the right direction to get under issues like this? A thought I had is to start setting a bunch of debug statements in the routines... but is there another, not so drastic approach?Best Regards,Michael
Version 2.3.2 of the Rocket MVS Toolkit RESTful services tool for D3 and mvBase was released this afternoon. Installers and documentation can be found on the Rocket Community Portal:https://my.rocketsoftware.com/RocketCommunity#/downloadsWith this new version of the MVS Toolkit, MVSTK logging was upgraded to log4j 2.17.2 to address security vulnerabilities. Also, OpenJDK was upgraded to OpenJDK 11 to support TLS 1.3.------------------------------Brian S. CramPrincipal Technical Support EngineerRocket Software------------------------------
We use wIntegrate v6.4 and we try to set the "Title" preferences under Setup to provide some indication of which system we are logged into. When trying to indicate "~" for port number, what we get is "U2 SSL" rather than the port number.Are there any other choices that may actually provide the port number? It would be extremely helpful when dealing with locks, etc.Thanks,Nelson------------------------------Nelson SchrothpresidentC3CompleteShop LLCHarrison OH US------------------------------
Is there a list of the optimizations the Unibasic compiler does available anywhere?------------------------------Elaine LitchfieldOwnerElaine Litchfield ConsultingSan Diego CA US------------------------------
I'm currently using UniVerse 11.3 for development on Windows. I would like to set up a linux server and move my UniVerse there. Does anyone know if it would be possible to also load OpenQM on the same server?Dale
Thanks for the suggestion. I primarily use Dynamic Connect, but thatdoesn't work for me either.I still think it's a system setting of some kind, since I cannot get it towork from any emulator.On Tue, Apr 19, 2022 at 3:04 AM John Jenkins via Rocket Forum wrote:> If using wIntegrate or Dynamic Connect, please try Setup -> keyboard ->> Break Key and choose (none) in the selection box - the key should...> Invite your colleagues to join the Rocket Forum and grow our expert> network.> ------------------------------> [image: Rocket Software] > Rocket U2 | UniVerse & UniData> > Post New Message Online> > Invite your colleagues to join the Rocket Forum and grow our expert> network. Share this link. > Re: How can I interrupt programs with ctrl-C (or any keystroke) on Windows> UniData?> > Reply to Group Online> > [image: John Jenkins]> > Apr 19, 2022 6:02 AM> John Jenkins> > If using wIntegrate or Dynamic Connect, please try Setup -> keyboard ->> Break Key and choose (none) in the selection bo
The break key from any emulator I choose does not interrupt programs or UniQuery commands. The only thing is display "yo" with diacritical marks if at an input prompt.I just do support for existing clients. I have recently upgraded from a very old mvBase server to UniData on Win10. I noticed ^C was not interrupting my programs, but I figured it was a emulator setting I could find later. Well, this is later, and I cannot figure out how to allow interrupts in UniBasic programs. I don't see any setting that would prevent this.I have tried changing the default Break Key (in Dynamic Connect) to another character. I have tried compiling with -D. I have tried another emulator.I have tied never making a mistake in a program so it doesn't get into an endless loop. But that doesn't always happen. Then I have to figure out which of my many terminal emulators with the same user and port status (DC doesn't help) I need to kill with a stopudt or
Hello,Oracle client version that is supported by UniData EDA is Oracle client version 11 (read it in UniData EDA doc for 7.x and 8.x). OS: HP-UX Itanium 11. Currently, we are using Oracle instant client 11.2 with UniData 7.3. I was checking $UDTBIN/edasetup.sh script. It seems like EDA uses following libraries/usr/lib/hpux64/libclntsh.so.11.1@ -> /usr/local/instantclient/libclntsh.so.11.1/usr/lib/hpux64/libnnz11.so@ -> /usr/local/instantclient/libnnz11.so/usr/lib/hpux64/libocci.so.11.1@ -> /usr/local/instantclient/libocci.so.11.1/usr/lib/hpux64/libociei.so@ -> /usr/local/instantclient/libociei.soWe need to upgrade Oracle client to be at least 12.2. I am wondering if I can force EDA to use higher version of oracle client by changing the above symbolic links. For example, I want to use 19c client.. maybe change sym link to be like below manually? /usr/lib/hpux64/libclntsh.so.11.1 -> /blahblah/libclntsh.so.19.1/usr/lib/hpux64/libocci.so.11.1 -> /blahblah/libnnz1
We just updated our tools to handle D3 dictionaries.Unfortunately, we do not have D3 running anymore.Is there anyone willing to test it for me?------------------------------Doug AverchOwnerU2 Logicwww.u2logic.com/tools.html------------------------------
I was an Info/Basic programmer with about ten years of experience working on a PRIME 9955 system. When Prime went out of business the college I was working for switched to Oracle and I've been working with Oracle since 1996. As I coast into retirement I'm interested in reviving the multi-value skills I once had. I downloaded UNIVERSE and UNIDATA from Rockets website and started playing with it. They seem very similar.For those of you that were once PR1ME Info/Basic, Inform, Primos developers, which environment would you suggest I focus on, UNIVERSE or UNIDATA?Also, is there a cheap way to get a Personal Edition (PE), single seat license? I really don't want to develop and small or large scale systems. I'm really interested in reviving the PICK skills I once had.I have a copy of INFO/PC that I installed on an old Windows 98 system I recently rebuilt to play games. INFO/PC was a cool PE system.ThanksDan ------------------------------Daniel SimsonPresidentRocket Forum Shared
I was on the Beta for Universe 12.2 which finished around Dec 2021.Does anyone know when 12.2 will be release?I would sure like use CREATE.INDEX for my 24/7 shops without requiring downtime.------------------------------Doug AverchOwnerU2 Logicwww.u2logic.com/tools.html------------------------------
I would like to put in a vote (if that's possible) to have source control and in particular support for Git included in the next MVVS release. The roadmap for MVVS indicates 2022 but doesn't seem firm on committing to that timeframe.I note the VS Code Git Repositories extension, allowing editing of git artefacts in the remote repo instead of having to clone locally. That seems a like great idea for us given we have developers in multiple locations across the globe and 7000+ programs in the base code. This relies on the virtual workspace concept discussed in the following link: https://code.visualstudio.com/api/extension-guides/virtual-workspacesSupport for Virtual workspaces would seem to address many of the "must be local" constraints in the current MV BASIC extension.VS Code and Git are core technologies for my organization in building a developer experience that is familiar for any developer whether they are working on web front-end, C# APIs, MV Basic back-end logic or Python functi
Hi - I am switching back from 20 years of Unidata, to Universe....can't remember all the differences but I'm sure I will pick it back up quickly. One thing I just tried and couldn't do...editing mv and smv lines with the EV (edit values) command.... can someone pop off the command to edit values in the line editor on Universe? Thanks!------------------------------Kathleen HambrickProgrammer at Colwell------------------------------
for the I-Types, there is a command to run so a program can have access to the data as it's interpreted by the I-TYPE. What I don't seem to be able to find is something that could do the same for the correlative field 8 in S-type dictionaries in particular for the A; notation for algebraic style. we have lots of classic dictionaries and it would be helpful to be able to programmatically interpret.normal conversion, and Trans type correlatives OCONV just fine, but when its a referencing other dictionary items, doesn't seem to workAnyone tried this before?
I am trying to port some jBase programming that used to allow for PGUP/PGDN/arrow keys/CTRL-A/CTRL-E to Universe. It appears the best choice for this is the special !GET.KEY subroutine. When trying to test this out, I am seeing odd results when running the sample program from the documentation. Here is what I see what I press the RIGHT ARROW:01 SINGLE.INPUTType a character or press a function key (q to quit):CODE = -1 (Unrecognised function key)STRING = CHAR(27) CHAR(91)Type a character or press a function key (q to quit):CODE = 0 (Normal character)STRING = CHAR(68)Type a character or press a function key (q to quit): Here is what I see when I press PGUP:01 SINGLE.INPUTType a character or press a function key (q to quit):CODE = -1 (Unrecognised function key)STRING = CHAR(27) CHAR(79) CHAR(82)Type a character or press a function key (q to quit): Notice how the PGUP returned one string with all the values and RIGHT ARROW returned TWO strings, broken up... any thoughts as to why that
Hi Guys,We have an application that has been working fine for over 20 years, it's running on Unidata 8.1.2 on Windows Server 2012 using SB+ and SBClient 5.5.4This session runs unattended 24/7 on the server console and basically... 1. scans the database for new transactions 2. packages them into files 3. transfers those files to a folder (to be picked up by an external FTP process) 4. sleeps for 15 minutes 5. return to step 1Late last year we suddenly started to get the below error pop-up, this error disconnects the session, if I reconnect the session it then runs OK for a while (perhaps a few days) but then this same thing happens again[Graphical user interface, text, application Description automatically generated]This customer has 5 servers running this same application and once this started to happen on one server it also started to happen on the other servers too.If the servers are rebooted the issue seems to go away for a while but then comes back.Occasionally users usi
When Unidata is licensed on HP-UX, is there any dependency on the IP address or system name, or could either be changed without impacting Unidata's license?
I received a ticket from a client asking why a phantom job keeps blowing up after an indeterminate amount of time. The _PH_ logs shows this: In /usr/udthome/sys/CTLG/c/someProgram at line 493 Phantom run basic error, exit 3. Phantom run basic error, exit 3. Line 493 of someProgram is literally this:EXECUTE "a command"So it seems like whatever that command happens to be, the TCL level that is running with the EXECUTE is blowing up for some reason. Running out of memory seems like a likely choice, but there may be other reasons as well, of course. The question is, when there's an issue like this, is anything logged anywhere?
Has anyone attempted to use VS code as a code editor for Unibasic? - having some issues connecting to U2 server------------------------------Magdelene MuthusamyMissRocket Forum Shared Account------------------------------
Sorry to say I will have a lot of questions as I acclimate back to universe. Here's my latest....04 PORT.STATUSThere are currently 99 uniVerse sessions; 96 interactive, 3 phantomPid.... User name. Who. Port name..... Last command processed............67091 COAT2 21 /dev/pts/17 GRUN203.INPUT [ GRUN203.INPUT @ 0x7FA ]>PORT.STATUS PID 67091Unknown option specified.Why 'unknown option specified'??
I used the call.stack feature of unidata's port.status - I dont see that on universe. layer.stack does not appear to be even remotely the same...is there a function on universe that will show me what program(s) a port is currently running?thanks!------------------------------Kathleen HambrickProgrammer at Colwell------------------------------
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.