Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
In BDT you can click on the Windows toolbar option and the Editor option allows you to split the window into two panes either vertical or horizontal. It will work with a single file, but how can I open two different programs in either of the panes?
I monitor the runtime-errors file regularly and noticed an error I have not seen before. These errors are getting logged fairly often. Below is a copy/past of 5 of them. Thanks. Jim err_737_2_2845_1692308045001 1692308045002 2845003 737004 Invalid or uninitialised variable -- ZERO USED ,]Var (UNKNOWN) , Line 1 , Source BASIC_1088.b005006 MISIQ007 BASIC_1088.b:1]BARCODE.RECEIVING.ENTRY.ST:491]BARCODE.ST:175]BARCODE.MENU: 134 err_737_3_2845_1692308045001 1692308045002 2845003 737004 Invalid or uninitialised variable -- ZERO USED ,]Var (UNKNOWN) , Line 1 , Source BASIC_1088.b005006 MISIQ007 BASIC_1088.b:1]BARCODE.RECEIVING.ENTRY.ST:491]BARCODE.ST:175]BARCODE.MENU: 134 err_737_4_2845_1692308045001 1692308045002 2845003 737004 Invalid or uninitialised variable -- ZERO USED ,]Var (UNKNOWN) , Line 1 , Source BASIC_1088.b005006 MISIQ007 BASIC_1088.b:1]BARCODE.RECEIVING.ENTRY.ST:491]BARCODE.ST:175]BARCODE.MENU: 134 err_737_5_2845_1692308045001 1692308045002 28
MultiValue Experiences version 1.7.0.1189 has been released on August 17 2023 for the below platforms/versions:AIX POWER 7.1, 7.2, 7.3AlmaLinux 8, 9CentOS 7, 8RedHat Enterprise Linux Intel 7, 8, 9Rocky Linux 8, 9Windows Windows 10, Windows 11, 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 rbc@rocketsoftware.com.
We have a new installation of EDA and when we try to map a file they all come up as a "B" on the filename, which designates it as a non UniData or directory type file. We have an open case and also a paid contract to Rocket to get it working, but no luck as of now. Throwing this out there to see if anyone else had this issue and resolved it. We have this working on our development server just fine and all code levels and settings are the same. AIX 7.1 UniData 8.2.4 ------------------------------Thomas VanKirkUnix adminCabinetworks Group Michigan, LLC fka Masco Cabinetry LLCGarrettsville OH US------------------------------
Hi guys - I know I can wrap a grid column header by typing a shift-enter where I want the header to wrap. Similar to making old pick headers wrap by using a multivalue mark. But I want the DATA within the grid to wrap or be 'stacked'. Like an address with name on the first line, street on the second, and city,st,zip on the third line - all within one grid row and column cell. I don't want to have to mess with blocking the characters to force a wrap. Anyone know how to do this? Thanks------------------------------Kathleen HambrickProgrammer at Colwell------------------------------
None of the calls to the ENCODE function returns the same base64 string as several online sources do. What am I missing? 001: CRT "DATA ":;INPUT DAT002: IF DAT = "" THEN STOP003: RESULT=""004: ERES = ENCODE("URLENCODE",1,DAT,1,RESULT,1)005: CRT "RES :":ERES006: CRT "BASE64 RESULT: ":RESULT007: RESULT=""008: ERES = ENCODE("SSL_BASE64",1,DAT,1,RESULT,1)009: CRT "RES :":ERES010: CRT "BASE64 RESULT: ":RESULT011: RESULT=""012: ERES = ENCODE("SSL_BASE64_ONELINE",1,DAT,1,RESULT,1)013: CRT "RES :":ERES014: CRT "BASE64 RESULT:":RESULT The results: DATA ?ManRES :0BASE64 RESULT: ManRES :1BASE64 RESULT:RES :1BASE64 RESULT:------------------------------[Gary] [Rhodes] [Universe Developer][NPW Companies][Hialeah] [FL] [USA]------------------------------
Hy i was reading about the Jbase terminal options and his compatible with d3, and i wanted to khow if jbase suportes mm-mon ( d3-mon) terminal type ?------------------------------Alberto LealSystem AnalystMillano Distribuidora de Auto Pecas LtdaVarzea Grande MT BR------------------------------
Does Universe have a function to encrypt a string with sha256 using a secret key.------------------------------[Gary] [Rhodes] [Universe Developer][NPW Companies][Hialeah] [FL] [USA]------------------------------
I am "struggling" to reconcile the number provided as the number of users (under the Used licenses column) provided when the maxusers is run; and the count of the users when the listu command is run.I assume (and understand) that a printer would be considered as a user, but what other process takes up a user count?Do background tasks add to the user count?I see some (listed in listu) other than those taken up by the OFSI - generally port 513 - 517Is there an explanation in some document?Thanks ------------------------------Stefano GallottaManaging MemberSimply Red Open SystemsMilnerton ZA------------------------------
I haven't used UV in a while. When I had to convert a D3 account to Universe, there were specific tools to do it. I can't find them now under Windows and UV 12.2. The documentation mentions tapein routines or using the import command under Xadmin. Everything is incomplete. Under D3 windows I created a tape pseudo device, set the block size to 512 and used the 'SAVE (TIC" command to create an individual account save that is backwardly compatible. UV documentation has no mention on how to create an entry in the &DEVICE& file to access a windows disk file. Sorting through the VOC verbs I found a command D3RESTORE which looked promising but is not in help system or other documentation. When I used the command D3restore INFILE "D3ACCOUNT" I get an error "Error Occured at Input Byte: 13" Any help would be appreciated.------------------------------David WilliamsdeveloperComputer Repair & Sales IncWarminster PA US------------------------------
Does anyone have a working recipe for starting/stopping Unidata when the system boots on Redhat 8? Looks like it's as easy as creating an entry in /etc/systemd/system/unidata.service, but if someone has a working config they'd be willing to share that will save some experimentation :_)https://medium.com/@benmorel/creating-a-linux-service-with-systemd-611b5c8b91d6It doesn't look to hard to do the basics of startud and stopud, but curious if anyone is having systemd restart ud when stopped? That seems like a bad idea.Thanks for any advice!Ian------------------------------Ian McGowanPrincipal ConsultantRocket Forum Shared Account------------------------------
We use the BP (break on program) command in the debugger pretty extensively. However, on this one customer system, when we do BP followed by a catalogued program name, we get an unusual response: !BP ADJ.DTL.WHSE.DEF***'ADJ.DTL.WHSE.DEF' is not a directory file. The file that this item is in is definitely a DIR-type file. And of course, this basic program itself is not a directory, it's text. Is there any workaround to this?------------------------------Kevin KingPresidentPrecision Solutions, Inc.Longmont CO US------------------------------
Hi there, I am new to Accuterm, I am trying to create a CRED app using Accuterm and Unidata, I have successfully created a table of data using Unidata db, and now I am creating a delete action, but I have a lot of doubts about it, someone please explain how to create the code for the delete action. Here it's the sample code for the delete action READ RG.REC FROM RG.FILE,DID ELSE ER.REC = '' AID = DATE():TIME():'R':DID AID.REC = '' AID.REC<1> = 'CODE' READ VC.REC FROM VC.FILE,'CODE' ELSE VC.REC = '' AID.REC<2> = VC.REC<2> AID.REC<3> = 'DELETE' AID.REC<6> =RG.REC EXECUTE 'DELETE CODE ':DID CALL ATGUIMSGBOX(DID:' Deleted','WARNING',2,0,0,RSP,GUIERRORS,GUISTATE) WRITE AID.REC ON AD.FILE,AID But, I don't understand how the code was works kindly explain to me, thank you ------------------------------mohamed AzarudeenRocket Forum Shared Account-
Trying to resize a file but getting error message that file is in use, try again later.
Hi,I have Universe pgms that return a UniDynArray, but would like to convert the returns into a json format.I am not sure if this has been asked before but really looking for help on this last section of my code please?------------------------------Daniel ConradieRocket Forum Shared Account------------------------------
Now and then I must look at how long processes are running. Our web applications should be all running in under 500 milliseconds even though there are a lot of records in the database. An important datatable loading program on our web form was taking upwards of 2 seconds to load. I tested it on our development machine and with the client's data and the same number of indexes (7) and found our SELECT times were about the same. The PICKUP.DATE and ORIGIN.TERM are all indexed fields. Obviously, the SELECT optimizer does not work like I think it does. Here is the test code abbreviated that runs in 643 milliseconds TERMINAL.NO = "059" ; BEGIN.DATE = "06/24/2023" ; END.DATE = "06/30/2023" LINE = 'SELECT MOVE.LOADS' LINE := ' WITH PICKUP.DATE GE "':BEGIN.DATE:'"' LINE := ' AND WITH PICKUP.DATE LE "':END.DATE:'"' LINE := ' AND WITH ORIGIN.TERM = "':TERMINAL.NO:'"' EXECUTE LINE CAPTURING OUTPUT LOOP WHILE READNEXT ID READ LD.ITEM FROM
Hi all - any advice here, please? (or please explain my "potential" misunderstanding :) I am experiencing difficulties in understanding why when attempting to use the D3 SQL ISQL commands. I have this version : On executing: which I checked in the code and the code looks for an implementation > 8. Furthermore, from the documentation I see that there is a NT_ISQL verb; which I also attempted This one just drops to TCL - the code looks for (field function) a '~' separator which I give: And then things get "pear-shaped"
Hi All, Most likely obvious, but I recently removed millions of records from some UNIDATA files, and I want to reclaim the disk space. In days of old, I would make a new version of the file that is empty, then copy the records into it -- then replace the old file with the new one. Is there a better way to do this now? I have a vauge memory of doing the copy from the ECL prompt, but I may have used Unibasic. I have a few files over 50GB that it would be nice to get the space back. In reviewing the manuels, (HORRERS) it seems that REBUILD.FILE would basically do that. But I see no example of syntax. :FILE.STAT HISTORYFILE File name (Dynamic File) = HISTORYFILENumber of groups in file (modulo) = 36534Dynamic hashing, hash type = 0Split/Merge type = KEYONLYBlock size = 16384File has 35382 groups in level one overflow.Number of records = 1824235Total number of bytes = 9851076322
Working on a routine to take HTML input and convert HTML entities like &lt; and &gt to their character equivalent. However, HTML entities are case insensitive, so the input string might be &lt;, &LT;, &lT; or &Lt;. Is there a clean way to search for &lt; in the string without case sensitivity so the value can be replaced with "<"?
I have this phantom program that runs for a bit and then just stops functioning. The program continues to run, but doesn't do what it's supposed to do and does not respond to any control inputs other than a Linux kill. Seems to be caught in some kind of a dead loop. There are no READU locks preventing the program from running, it just ... doesn't do anything after it's been running for a while. Is there any way to connect the Unidata debugger to the phantom to evaluate variables or step through the program?
I'm a very small shop, only 9 employees. I recently brought my D3 server back in house after a stint in the cloud. I'm running D3 on AlmaLinux. The hardware is an HP Z2 workstation with an i5-12500 6 core processor, 16GB Ram and 2 SSD's. I do most of my tech support myself, but sometimes farm some work out to a local IT support company, Top Notch. They're recommending I switch to / embrace virtualization and recommending Windows Server with Hyper-V. I'm not a big fan of Windows and no next to nothing about virtualization, but I've seen posts about the benefits. I'm just wondering if the Windows Server is the best solution for me. Any thoughts? TIA, Bruce
hello, I try to call a method which is into a module which is into a package. on py I do : from package.subpackage import {*|module} Is there a syntax to do it with PyCallFunction('package.subpackage.module',mth,xx) or PyImport('package.subpacakge.module') ?? thanks for any help------------------------------Manu Fernandes------------------------------
I have installed BDT 4.5.0 on my Windows 10 laptop. I'm connecting to UV 11.3.4 on RHEL 8.8. I get errors trying to connect. So the question is: Do I have to give the unirpc process access to write to my VOC file? We just installed 11.3.4 on our server. What updates are needed? What sequential file failed to open (guessing it was a log file of some sort). If anyone can point me in the right direction, it would be appreciated.
hi, when I use PyCallMethod or PyCallFunction, the result is typed by python. uvPythons doc talk about PYOBJECT. so, how can we define if pyCall return a PYOBJECT or a string/number usable in basic ? Actually, I perform a pyCallMethod(builtins,'str',myvariable) Is there a better method ? manythanks. ------------------------------Manu Fernandes------------------------------
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.