Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
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------------------------------
Hi, We recently upgraded the RAM on the server running D3/Linux and would like to allocate a greater portion of it to the D3 VM. What is the proper way to recalculate the "core" value in the pick0 file? Vincent------------------------------Vincent ElliottITC CoordinatorBearings and Accessories LtdGeneral Post Office JM------------------------------
hi u2python's guru, I run a problem to adress 4 different python on the same machine. 1/ from bash /usr/bin/python (2.6.6) sys.prefix='/usr' sys.path=['', '/usr/lib/python2.6/site-packages/'........., '/usr/lib64/python2.6', '.....] 2/ from bash /usr/local/bin/python3 (3.6.4) sys.prefix = '/usr/local' sys.path=['', '/usr/local/lib/python36.zip', '/usr/local/lib/python3.6', '/usr/local/lib/python3.6/lib-dynload', '/usr/local/lib/python3.6/site-packages'] 3/ from bash /data/uvdb/uv/python/bin/python3 (3.4.5) sys.prefix='/usr' sys.path = ['', '/usr/lib64/python34.zip', '/usr/lib64/python3.4', '/usr/lib64/python3.4/plat-linux', '/usr/lib64/python3.4/lib-dynload', '/usr/lib64/python3.4/site-packages', '/usr/lib/python3.4/site-packages'] 4/ from uvshell /data/uvdb/uv/bin/uv > python sys.version='3.4.1 (default, Feb 18 2015, 13:36:51) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)]' sys.prefix='/data/uvdb/uv/python' sys.path=['/data/uvdb/uv/python/lib/python34.zip', '/
Hi. I've found these forums extremely helpful, especially Pete's posts who's an absolute gem! Today, I need help on a topic which I tried to look up for so many days but didn't find. We've a requirement where we need to do away with PuTTY which we currently use to launch some Linux utilities. Since our tech stack is PICK/UniVerse, what better alternative would be than to leverage AccuTerm 7/8. However, the challenge with this approach we're facing is after we launch the utility, the control is handed over to the program in question (which is nothing but a CLI launched with EXECUTE 'sh -c "./Dashboard"'), and at this point if a user prematurely Closes (or Exits) AccuTerm, it keeps running on the Linux host machine which somehow isn't the case with PuTTY. Thank you.
Hey, wondering if anyone is successfully connecting to Uniobjects on a Linux server (a recent Redhat release), using AD authentication? I'm working with a customer that does not want to use any local accounts at all to connect to Unidata (i.e. the accounts should not be in /etc/passwd or added locally with useradd, they must be AD accounts). I'm not sure if uniobjects uses PAM and can do that kind of auth. If you are using AD auth with Uniobjects, is the account you're using allowed to login to the server via ssh? That's the second requirement - they don't want someone with a service account password using it to login. I know on windows, Uniobjects requires the account to have the "log on locally" privilege. Grateful to hear of anyone's experiences with this (especially if it's a positive "yes it works!") or pointers to docs I may have missed :-)------------------------------Ian McGowanPrincipal ConsultantRocket Forum Shared Account------------------------------
Hello to all, I hope I find you all well. Before I open a ticket or something ..... We have (a bunch) of U2 installs in AWS EC2 , and once in a while (that is a lot since there are a lot of servers) , U2 decides the lic. is no longer valid .... this happens no matter the linux flavor.... we have to re-enter lic detalis and re-activate ..... no instace type change is required to happen , to suffer this fate any ideas or insights ? regards, David. ------------------------------David Ricardo Lopez BonaecheaDirector of Software StrategyQuiter Servicios Informaticos SLSantander ES------------------------------
I'm pleased to announce the release of MultiValue Integration Server (MVIS) 1.3.3.0. MVIS 1.3.3 is the third maintenance release in the last 18 months. Some of the key highlights in 1.3.3 are: Java 11 support - MVIS now supports Java 11 in addition to Java 8. Support for user defined topic prefixes on Azure service bus - This enhancement provides a way to support multiple mvis/admin pairs on a containerized installation of MVIS, reducing the cost of deployment on Azure (since it removes the requirement for one service bus per MVIS instance). Support for Alpine Linux 3.18 - We've upgraded MVIS containers to the latest version of Alpine Linux, v3.18. 1.3.3 includes 8 bug fixes (refer to the release notes for details) MVIS product lifecycle dates: 30 Jun 2023 GA 30 Jun 2026 EOM 30 Jun 2027 EOS 30 Jun 2028 EOLS ------------------------------Hernando BordaProduct Manager, MultiValue ToolsRocket Softwarehborda@rocketsoftware.com------------------------------
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.