Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
helloI am trying to launch an Accuterm script, in my case cosmo.atsc from my basic code (mvBase). According to the online help I can use the following code, except I replace the myscriptfile with cosmo. The script is located in C:\Program Files (x86)\Atwin71I can run the script from the Accuterm Script Editor with out a problem, and if does what I want. However when I run it in basic I get the an Accuterm script error, see below. Can anyone offer any advice as to what I am doing wrong?Thanks. EQU ESC TO CHAR(27), STX TO CHAR(2), CR TO CHAR(13) FILENAME = 'myscriptfile.atsc' SCRIPT = 'Chain "':FILENAME:'"' PRINT ESC:STX:'P':SCRIPT:CR:
We just upgraded to wIntegrate 6.4.5 and a taskbar is missing. It used to appear between the header and the File, Open, Save, etc. taskbar. See attached.What is the trick to have that taskbar showing during WIN-EDIT sessions.
Is there a Telnet setting in Microsoft’s standard Telnet program that will recognize the column and row positioning from a D3 basic program, along with clear screen “PRINT @(-1)” etc.It all works with ACCUTERM emulating a Viewpoint terminal, but I have not been able to find a setting that works with Microsoft’s Telnet. Is address locations possible in standard Telnet?
In D3 using Telnet how do you send a <Ctrl>-Break when your keyboard doesn’t have a Break key?Using ACCUTERM how do you send a <Ctrl>-break when your keyboard doesn’t have a break key?
How can you call up NOTEPAD from within D3 on a Windows 11 machine?I tried…EXECUTE “!NOTEPAD”The program seems to try to shell out, but it doesn’t call up notepad.I’m coming from mvBase and have shelled out to NOTEPAD from there extensively.
We have may programs that use basic format like “R%8” to prefill zeroes that were not entered or came from Excel who loves to strip them off.We just updated our development server from 11.3.1.6022 to 14.2.1.If your basic program takes a number in missing leading zeroes, “R%8” would turn 1234 into 00001234 in UV 11.3.1. However, on 14.2.1, it acts like a simple “R#8” and does not add the leading zeroes.Does anyone have an idea why this functionality changed and what to do to correct it? This could damage many of our files’ data that rely on this functionality.Nelson Schroth
Greetings Rocketeers!We are on WIndows, preparing to move from Universe 11.xxx to 14.xxxHave any of y’all made this upgrade recently? Were there any functional issues after upgrading? Is there a test plan available anywhere we could get our hands? Many THX,
Hi all,I have a problem where if I try to set the enter key from the GUI Designer, to behave the same as tab except for multiline text or command button - once I set this option and press ok - if I go back to the option it has been defaulted back to Normal.This happens every time and on different work stations - is it just a bug or am I doing something wrong?Any help appreciated!Many thanksMike
Greetings, Rocketeers!How can I accomplish moving BASIC source code from a production environment to a development environment?…THX!~Doc
The code below suddenly stopped working. I perform the same request with a curl statement and it works. does someone see something I should change or add to my request or is universe 11.xx not up to date with modern security? 051: HTTP.METHOD = "POST"052: OUT.URL = TOKEN.URL:TOKEN.ENDPOINT053: VERSION.CODE = setHTTPDefault('VERSION','1.1')054: CTX.TYPE = ''055: MY.RTN.CODE = createSecurityContext(MY.CONTEXT, CTX.TYPE)056: CREATE.CODE = createSecureRequest(OUT.URL,HTTP.METHOD,HANDLE,MY.CONTEXT)057: RET1 = setRequestHeader(HANDLE,'Accept','*/*')058: RET1 = setRequestHeader(HANDLE,"content-type","application/x-www-form-urlencoded")059: RET1 = setRequestHeader(HANDLE,'HTTP Protocol','HTTP/1.1')060: REQUEST.OUT = 'grant_type=password'061: REQUEST.OUT:= '&username=':USERNAME062: REQUEST.OUT:= "&password=":USERPW063: *064: stat = submitRequest(HANDLE,30000,REQUEST.OUT,RESP
Need an applicacion with command line ability to send text messages
Universe 11.3.1, AIX 7200-05-11-2546We noticed when comparing very large numbers they don’t correctly evaluate to not equal. Specifically, if two variables are over 17 characters in length and they don’t match correctly. See the below sample program and its output. The (X NE Y) does not evaluate to true until the length of the strings are 17 characters even though the variables are never equal. Does anyone know what is causing this to happen? X = '0587634906513946593645'Y = '0587634906513946593646' FOR Z = 1 TO 8 CRT X, Y, (X NE Y),LEN(X) STRLN = LEN(X) X = RIGHT(X,STRLN-1) Y = RIGHT(Y,STRLN-1)NEXT ZOutput:0587634906513946593645 0587634906513946593646 0 22 587634906513946593645 587634906513946593646 0 21 87634906513946593645 87634906513946593646 0 20 7634906513946593645 7634906513946593646 0 19 634906513946593645 634906513946593646 0 18
A recent client asked how we produce different type documents within in the Universe/Unidata database. There is no Rocket Software product that does that I am aware of. Using a Eclipse open-source product called BIRT with a Universe/Unidata ODA interface you can produce all of those types and more. So, am I right about no Rocket Software product that creates reports in different formats?
I can’t remember the initiation command to use instead of “uv” to enable multiple concurrent sessions. Can someone help me?Thanks, Dale
Hi everyone! Is there a version of OpenQM for personal use or study purposes? If so, where can I download it?
Is anyone using Python within UniVerse to format data (.xlsx) that will be used as an email attachment?
When using MV BASIC in Online mode I have not been able to open multiple programs into separate tabs.This is a reasonably basic capability to have to support coder productivity.Is it meant to be possible?If so, is there a setting which controls it?
We are validating our software package will run on UV version 14.2.1 and noticed the TCL UNLOCK command has been changed since version 11.3.1. UNLOCK ALL is no longer valid and the command will not unlock some record locks. For example: UNLOCK PID 9312 FILE D:\IBM\ACCOUNTS\BRIDGETON\SFH.CONTROL RECORD SFH@BRIDGETON Does not release the lock: 06 LIST.READU DETAILSActive Locks:Device.... Inode.... FileName. UsrNo Pid.... LoginId ItemId... M LockTime.......1680857659 562949953428398 D:\IBM\ACCOUNTS\DDICLOUD\SFH.CONTROL -26 7636 ddiadmin SFH.CLEANUP@DDICLOUD X Wed Jun 17 23:18:54 20261680857659 562949953433153 D:\IBM\ACCOUNTS\BRIDGETON\SFH.CONTROL -24 9312 ddiadmin SFH@BRIDGETON X Thu Jun 18 14:14:34 2026 Any insights on:How to release all locks? Why the SFH@BRIDGETON lock is not released? Any other UNLOCK gotchas in version 14.2.1 v 11.3.1?Thanks in advance.
Hello,I am using the MVSP utility from D3 version 9.2. This is the second time that I have encountered a new error message. What could be causing this? Could it be related to the VME workspace? It is currently at 55%. Could it be linked to the server memory, which did not appear to be saturated?After this message appeared, the D3 database stopped responding, and it was no longer possible to connect via Telnet.Message received from the TIGR.MVSP program:System.Net.Sockets.SocketException (0x80004005): An operation on a socket could not be performed because the system did not have enough buffer space or because the queue was full 127.0.0.1:9000 at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port) at TIGR.MVSP.Pick.ConnectCore(String hostName, Int32 hostPort, String userName, String userPassword, Boolean sslConnect, Boolean licEnterprise)Have other D3 users encountered this type of issue? Any information that could help guide me toward resolving this problem would be appreci
I have Visual Studio Code version 1.116.0 installed Rocket MV BASIC extension version 2.10attempting to connect to Universe 11.4.1, on AIXI work remotely from home, over VPN. After going through the complete setup/configuration, I right-click on the server in the Rocket Explorer menu and click “Connect”, and… nothing. no error message, nothing. If I check the runtime status in the extension, it shows: Uncaught Errors (9) Pending response rejected since connection got disposed Client is not running and can't be stopped. It's current state is: starting Client is not running and can't be stopped. It's current state is: startFailed Pending response rejected since connection got disposed Client is not running and can't be stopped. It's current state is: startFailed Client is not running and can't be stopped. It's current state is: startFailed Client is not running and can't be stopped. It's current state is: startFailed Client is not running Client is not running Two co-workers are able t
In MvBase, there was a TCL command called “FIND”. This was a great utility. It allowed you locate a string in every record in the specific file.It would then give the user the chance to save the found record ID’s to a select list Is there are equivalent function or add-on in UniVerse?
I am looking to move our clients over to UniVerse, but I am curious to know if UniVerse is fully multicore/multithreaded?
I have been having issues with Rocket MV BASIC for Visual Studio Code intellisense for weeks now. I have tried updating the JAVA PATH in the settings to the newer version of Java I have 21.0.11.10. I keep getting the following error below (local path info omitted).[Error - 3:55:14 PM] Client Rocket MV BASIC Language Server: connection to server is erroring. Shutting down server.[Error - 3:55:14 PM] Client Rocket MV BASIC Language Server: connection to server is erroring. Shutting down server.[Error - 3:55:14 PM] Stopping server failedError: Client is not running and can't be stopped. It's current state is: starting[Error - 3:55:14 PM] Stopping server failedError: Client is not running and can't be stopped. It's current state is: starting[Info - 3:55:14 PM] Connection to server got closed. Server will restart.true[Error - 3:55:14 PM] Server initialization failed. Message: Socket closed before the connection was established Code: -32099 [Error - 3:55:14 PM] Rocket MV BASIC Language
I’m trying to use CONVERT.SQL on an a very old Unidata system on HPUX. I’m getting this error message. Can someone tell me what may have been removed from the VOC years ago? Other SQL commands seem to be OK, for now. :CONVERT.SQL PETERdefault name length 30 is used'__V__VIEW' does not exist in VOC file.Open view file error
We use UniVerse which allows strings to be quoted with backslashes.I just realised that the backslash quoted strings in MV BASIC are not recognised as strings, and then found it has been a bug since 2022[BUG] Syntax Highlighting Incorrect When Using Backslash ('\') to Delineate String Literals · Issue #167 · mvextensions/mvbasicNot having correct string detection causes flow-on false-positive errors to be presented which make using MV BASIC less valuable as you have to sort through those reports just in case it is hiding a real problem.I used Bing’s search to understand what is needed to sort this out.Bing’s AI indicates this is the snippet needed{ "name": "string.quoted.backslash.mvbasic", "begin": "\\\\", "end": "\\\\"}and that it should live in the syntaxes/mvbasic.tmLanguage.json file within the rocketsoftware.mvbasic extension folder.I have not tried this, but if it is as simple as that could it be corrected in the next MV BASIC extension release?
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.