Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
We are currently running UniData 8.2 on AIX 7.1 on soon to be Power10 IBM servers. We have roughly 2000 connections across "4" UniData instances linked by NFS and NFA data pointers sharing a pool of 22 Power server cpu running at smt8.Our management wants to look into moving to a cheaper Linux environment and I am trying to gauge how good or bad of an idea that is and what that would look like vs our AIX setup we have been running for 25+ years.We also have over 2000 AIX user accounts on each system, several hundred AIX printer queues, thousands of programming calls using and parsing output from various AIX commands. If we drop this on Linux, what programming changes would need done to make the code run, outside of all the AIX vs Linux OS command vetting?If you have a large UniData environment, I'd love to get on the phone and chat if anyone is up to it? Maybe even do a meet and great and see how your environment looks vs ours. Some knowledge sharing.------------------------------Tom V
Hy all i have field for cars license plate ... but users input data all the differents waylike for exemple: QAA.6814 QAA-6814 QAA 6814 QAA/6814 QAA6814 how to create an index so i can search the data... but ignoring the .-/ (space) ???------------------------------Alberto LealSystem AnalystMillano Distribuidora de Auto Pecas LtdaVarzea Grande MT BR------------------------------
UniVerse version 11.3.5 has been released on January 05 2023 for the below platforms/versions:AIX POWER 7.1, 7.2AlmaLinux 8CentOS 7, 8HP/UX ITANIUM 11.31Oracle Enterprise Linux x86 7, 8RedHat Enterprise Linux Intel 7, 8Rocky Linux 8Solaris SPARC 11Solaris Intel 11SuSE Linux Enterprise Server Intel 12.0, 15.0Windows Windows 10, Windows 11This 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 availa
Relatively new to Accuterm but have an issue I've inherited from the last programmer....when using the 'required' option for data fields, attempting to close the screen with the top right screen 'X' returns the message that the field is required. The documentation says the code should hit the validate and deactivate after the 'close' call but it doesn't seem to....as my debugs are not executing.I don't want to have to manually check / set required fields for every click - but I do need to allow the user to exit with the 'X' (CLose) feature without the error message.Anyone know what I might be doing wrong here? How do I keep the 'required' error from displaying when the top right X is clicked, while keeping that field required for all other clicks?Thanks!------------------------------Kathleen HambrickProgrammer at Colwell------------------------------
I'd like to get certified as a UniVerse Administrator. Is there any word on when/where MV Universe will be held in 2023? Can I get certified taking an on-line test?Jon
Hello,We have a requirement to upload a file to an AWS endpoint using the POST method and multipart/form-dataWe have the pieces in place and parameters added using addRequestParameter function, however the file is not getting uploaded with its contents. When we check the contents of the file uploaded in the server it contains the filename itself.What are we missing?*---------------HTTP.POST.FILE:*---------------HTTP.METHOD="POST:multipart/form-data"TIMEOUT=3600svc_return_code = setHTTPDefault("VERSION", "1.1")** Create security context*X.SECURE.HANDLE = ""X.CONTEXT.RESULT = createSecurityContext(X.SECURE.HANDLE, "TLSv1.2") ** Create secure request to S3*svc_return_code = createSecureRequest(X.URL, HTTP.METHOD, REQUEST.HANDLE, X.SECURE.HANDLE)** addRequestParameter*rc = addRequestParameter(REQUEST.HANDLE, 'key', X.KEY, '')CRT 'rc key: ':rcrc = addRequestParameter(REQUEST.HANDLE, 'AWSAccessKeyId', X.AWS.ACCESS.KEY, 'multipart/form-data')CRT 'rc AWSAccessKeyId: ':rcrc = addRequestParamete
Hello everyone,We are planning to upgrade our UniVerse (UV) ERP system this year and also do a hardware refresh. We would like the hardware refresh to include running in a VM (we don't currently). Our current UV system is running on an IBM AIX server with Kaminario flash storage (~2TB) with our largest hashed file being 120GB / 23M records.Looking for any insight or opinions related to getting more speed and performance for UniVerse i.e. stick with AIX or go with another UNIX / Linux? Virtualize or don't virtualize? Nutanix VM or something else? Anything better than flash storage from Kaminario?Thanks in advance!
Is there a way to find out what Universe program or lines of code that are being executed by a user via universe or Linux commands?------------------------------[Gary] [Rhodes] [Universe Developer][NPW Companies][Hialeah] [FL] [USA]------------------------------
Can anyone answer a few questions about Accuterm? My Wintegrate license as about to expire.1. Is there a conversion for my entry screens, and/or supporting unidata programs, from wintegrate to accuterm?2. Is there a try-and-buy offer on accuterm?3. How much does accuterm cost for a single user?------------------------------Kevin HondMr.Self RegisteredKingsport TN US------------------------------
Hi allSimple question here on callx - D3 on Windows:I'm trying to do a simple "catch" whenever someone edits a file. So, I write a simple subroutine and compile it and flash compile with 'o' option (per documentation) I add the call to attribute 8 in the dict entry of the file: and proceed to ed(it) an item expecting my subroutine to trigger - but it doesn't WHY? Is there anything I'm missing? The subroutine is: (really complex :)) I'll just leave this here for constructive comment - ThanksStefano
The output of my select statement ie "3 records selected" is putting too much information in the PH file. How can I suppress that output in a PROC so those messages do not get written out while running in a phantom process?------------------------------[Gary] [Rhodes] [Universe Developer][NPW Companies][Hialeah] [FL] [USA]------------------------------
Hello, Recently we are looking about Docker to build 'demo' environment of our mv'apps. Then, is anybody with experience of U2 on container ? Linux or Windows ? Then, we will to do it with sbxa apps. I think about one image linux with Uv and one image with sbxaCommMngrClient run on host directly. All suggestions are welcome. Rocketeers, please give your Word about it. Regards Manu------------------------------manu fernandes------------------------------
LIST.DIALOG works so well I have 19 files to call the list. Rather than setting up 19 copies I have thought that I could have 1 LIST.DIALOG and set the ADD button caption and modify the TEMPLATE with a legend passed from the calling program. I think this would be done at the "Add your equates ..." just before "BEGIN GUI HEADER". Does this seem a reasonable approach?
We are trying to add a subroutine call from an existing trigger. The subroutines are definitely being called and acting appropriately, except when they attempt to write to a log file.Using "ED" to make a simple change in order to force the trigger, we are getting this error:Program "ED": pc = 748C, Program "XXX": LINE 409, FATAL: The locks necessary for database operations at the current isolation level (0) are not held by this process.The subroutine is trying to write to a type 19 log file which works fine from other programs. Commenting out the log file write avoids the error. Because of this error, the write to the CUST file (which is the one with the trigger) also fails.I assume this is something unique to the trigger function. The trigger subroutine is cataloged globally as expected, so I am wondering if that is making file access in the account unavailable some how?This is running in UniVerse 11.3.1Any ideas would be gratefully appreciated.Nelson
The installation of MVIS on Linux requires Python3 (and, what is more, a more recent version of Python3 than is included with UV).My question is this: does MVIS require Python for anything other than the installation?
*** Remote File System Error ***Write/Delete (12396*17) Remote Operation FailedO=Logoff / Q=Quit / R=Retry ? Qwhen sometimes i try to write to a remote account i get this message... why ? there is no lock in the source at lest as far i know------------------------------Alberto LealSystem AnalystMillano Distribuidora de Auto Pecas LtdaVarzea Grande MT BR------------------------------
Running guide in a directory with this:# nohup guide -na -ns -Z8 2>&1 &...and it's terminating like this:[1]+ Segmentation fault (core dumped) nohup guide -na -ns -Z8 . 2>&1If I select all of the files and run guide individually on them, I don't see any failures. Is there any way to track down which file is causing the segfault?------------------------------Kevin KingPresidentPrecision Solutions, Inc.Longmont CO US------------------------------
Hy.. i'm trying to create a script to when the user close the last session of accuterm he executes the logout from windows server ...so far i have thisSub CustomExit()Dim n As IntegerDim s As Sessionn=0For Each s In Sessionsn=n+Abs(s.Connected)Next'If n > 0 Then Beep Else AccuTerm.TerminateCmd = "c:\\windows\\notepad.exe"MsgBox "Numero de sessoes " & nIf n < 0 Then Beep Else AccuTerm.TerminateEnd SubSub CustomClose()If ActiveSession.Connected Then Beep Else ActiveSession.CloseEnd Subi'm using Notepad just for testesin the shortcute of accuterm i put "C:\\Program Files (x86)\\Atwin71\\atwin71.exe" Finaliza1.atsc------------------------------Alberto LealSystem AnalystMillano Distribuidora de Auto Pecas LtdaVarzea Grande MT BR------------------------------
I am no longer able to compile BASIC programs using the Connection.The program I am editing and attempting to compile DOES BELONG TO THE ACCOUNT I AM CONNECTED to, but this error has began recently. I'm not aware of any changes (perhaps VS Code extension updated?)Any steps I can take to troubleshoot and/or workaround this issue? NOTE: this is only a problem with v1.8.0 I reverted back to 1.7.0 and this issue has gone.
I have never had to do any administration and now It has come to my way. Most of my experience is on Unidata as a programmer, with no admin responsibilities. Now I need to do some admin and It starts with creating an account. How do you do this in Universe on RedHat?------------------------------Gary RhodesUniverse DeveloperNational Auto Parts Warehouse LLCHialeah FL US------------------------------
Just curious, before I build it, if anyone has a script or program that initiates a screen capture when starting an AccuTerm session? What I'm proposing is that a capture session be started using the append method with the file name being the date/time and the user name or other information that would make the session capture unique. This would obviate the need for users to remember to initiate a capture session. Thanks, in advance!------------------------------Jeff TeterWoodforest National BankThe Woodlands, TX------------------------------
Are there any recorded d3 python webinars available? I have searched for it and can't find any. Not sure if i am looking in the right areas.Thanks,Bill
Can I (and How/where) download SystemBuilder tool to play with my Trial UniData and/or UniVerse Personal Server?My customer don't have it and I would like to prepare a demo.Thank you,.------------------------------Pedro SantosSANTOS DEVMISSION VIEJO CA US------------------------------
Inside a proc you can do T I27,"`:" to set the column width of the wintegrate emulator to 80 characters. Is there a listing of what escape sequences exist to manipulate the wintegrate emulator?The end goal is to change the wintegrate terminal type programmatically.Thanks in advance!------------------------------Nivethan ThiyagarajahProgrammerAsynchron Systems IncToronto ON CA------------------------------
Hy i have QS pointer in the account LIST-ITEM MD WEB 001 QS 002 003 unix:/home/saci/tecwebcg i did the account-save ...i open the backup file and saw the data over there but when i do :account-restore betotesteaccount name on tape:BETOTESTE1 > BETOTESTE 52041742,471 > BETOTESTE > WEB 0,71 > BETOTESTE > WEB > WEB 0,7[235] attempt to write into update protected file!:update-md betoteste to betoteste :lf web[201] 'unix:/home/saci/tecwebcg,,' is not a file name:ed md webtop.p001 QS002003 unix:/home/saci/tecwebcgeoi 003.ex[220] 'web' exited:list web[401] no items present.:linux side:[root@d3erp tecwebcg]# pwd/home/saci/tecwebcg[root@d3erp tecwebcg]# ls -lahtotal 8,0Kdrwxrwxrwx 2 root root 4,0K Nov 24 13:35 .drwxrwxrwx 9 root root 4,0K Set 20 16:54 ..[root@d3erp tecwebcg]#i'm using root user, the linux file has permission 777Boot Monitor. . . . . . . 10.2.0.M18; 20 Sep 2022Boot ABS. . . . . . . . . 10.2.0.A0; 08 Mar 2016Boot ABS Data File. . . . 10.2.0.A0; 08 Mar 2016Syst
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.