Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
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'??
Good day,We use two Universe servers.On the one server the list of data resources works like expected and we can configure MVIS data resources.On the other server (on ALL accounts) we receive a list of data resources that looks as follows :When we try and select any of these the following error occurs :Has anyone ever encountered this ?Any ideas what would cause this ?Any assistance would be greatly appreciated !
hello,I'm starting to write some 'Custom' documentation about our main subroutines, then we can receive documentation about it when hover on the name. So, I understand how to write the custom.json and the detail file with .md format. yes, it works.Well, I have a question about the organisation of my savings customs.json / *.md. We work with multiple account where sources are synced locally the structure is like :.localDev.LocalDevUtils.LocalDevAppAccount1.LocalDevAppAccount2in each sub-directory of LocalDev, we have a 'vscode workspace' and we found directories : .vscode .rmv BP ... under ..rmv we have the db.mvbasic.json file where we define parameters to login into the appAccount and relation to other account to organize 'peek defn' like "catalog": { "isSearchAllDirs": true, "programDirs": [ {"fileName": "BP"}, {"account": "UTILS", "fileName": "BP" }, {"account": "APP2", "fileName": "BP"} ] }, "accounts": [ {"name": "UT
I am new to D3 and following D3 Reference Manual to learn. But seem to difficult for me to access to the system.how can I get all the account name in D3 db and their respective tables or filesIs there any command just like Select * from Table in d3 to track the data can any one helpRegardsRohit
HiDoes anyone know when UniVerse will stop being developed for the HP-UX Itanium platform? Can I also ask if anyone knows when the platform will stop being supported (EOS/EOL)?I'm in the process of upgrading a customer to UniVerse 11.3.4 on the Itanium platform and the customer was enquiring about release 12.x. I don't believe there will be any release 12 versions for the HP-UX Itanium platform.I know there was an announcement made regarding the Itanium platform a few years ago but can't find it.Thank you.Kind RegardsFausto Di Donato
We're running Entrinsik's Informer against Unidata 8.2.1 on Redhat 7, and the logs show an error suggesting that we increase the VFIELDSIZE.Their recommendation is to increase it - globally - to 10K, which I'm happy to do.Is there a way to get it to take effect without having to restart Unidata?
Hi all,Is there some one with experience to define the config files at user-level's profile ? c:usersme.rmvconfig...jsonI'll define the db.mvbasic.json >db{ "host": "masterdev.infodata.lu", "userName": "me", "password": "mypasswd", "dataSource": "UNIVERSE", "port": 31438 }then at directory level define db.mvbasic.json> db.account: myaccount and so I'll define format.mvbasic.json at user-level 's profile ? Any idea how to achieve it ? thanks by advance.manu
Hi,We have used Centos for many years on our customer's servers and are now looking at a replacement.Busy experimenting with Oracle Linux - has anyone any experience with it? It is supposedly a binary replacement for RHEL 8 and has 8.3, 8.4 & 8.5 iso's available.I've loaded 8.5 but am getting the below error with D3_setup - not sure if 8.5 is too bleeding edge or Oracle Linux default repos are different to Centos/Redhat?Any ideas welcomed! No repository match: *d3depends for RHEL/ CentOS 8 - x86_64 [$YUM0] 0.0 B/s | 0 B 00:04 Errors during downloading metadata for repository 'd3depends':- Curl error (9): Access denied to remote resource for ftp://d3mv-repo:d3getRep0@ftp.rocketsoftware.com/RedHatEnterpriseServer/8.5/x86_64/repodata/repomd.xml [Server denied you to change to the given directory]Error: Failed to download metadata for repo 'd3depends': Cannot download repomd.xml: Cannot download repodata/repomd.xmlThanksTom Power
Hi Can anyone share a XAML theme snippet to add some padding to top and bottom or grid cells. Basically I want some "breathing room" between each row. Effectively the row height will increase but i want the text to maintain middle alignment.Thanks In AdvanceAaron
hello everybody,Do you have any idea how to limit a SBuser to only 1 (or n) open session ? many thanks
The latest 6.4.4 version documentation mentions Windows Server 2016 as the latest server version it supports being installed on.Has wIntegrate been tested and/or certified for installation on Windows Server 2019?
Any search I've tried either goes nowhere, or else out somewhere general in RocketSoftware-Wide-Web.
hello folks,On large system running hundreds of users on the same application, very often I am faced with uniBASIC runtime errors in generic subroutines for which I do not have the source codes. Most of the time the problem is due to badly initialized variable by the calling program.The difficulty lies in identifying the calling program, knowing that errlog refers to the subroutine without showing the callstack.Does anyone have any idea how to capture the callstack and determine which program to fix?Here some samples from errlog : Bad data “14/0/21” for conversion “D2-”. Unconverted data used for selection. Program “SB.EVAL.EXP”: Line 276, Variable “$R95” previously undefined. Empty string used Program “SB.GEN.DRIV.I”: Line 548, Nonnumeric data when numeric required. Zero used. Program “SB.EVAL.EXP”: Line 121, Nonnumeric data when numeric required. Zero used
Hi allFirst time posting...Im connecting successfully to universe, using uopy.connect. with the session i can run a command on the server, however every subsequent call to the server calling cmd.run() (please see below) results in the following error:UOError: Error [39207] : Error occurred on server. Possible client-side licensing failure.Note: this only happens the second time, also calling uopy.connect takes an awfully long time to return, is this normal?My code: session = uopy.connect(**config) cmd = uopy.Command(cpmmandtext) cmd.run() print(cmd.response)
Hi Folks,First time posting here, but I've been working with UniData for about 5 years now after mostly working with MySQL and Oracle databases. We get UniData through a VAR, but I'm pretty sure they think I'm crazy so hoping to get some wisdom from the community here.I've got a computed column ADDR.G82.SANITY.CHECK defined asSUBR("CC.G82.ADDRESS.SANITY.CHECK",COUNTRY,STATE,ZIP)The subroutine opens another entity and selects against it to try to match postal code first letter to province and state to ZIP to see if addresses look "sane".If I use the computed column in SELECT criteria with an active list, it fails with wildly wrong results. However, if I execute a SELECT ADDRESS WITH COUNTRY = 'CN' SAMPLE 1000SAVE.LIST CNADDRGET.LIST CNADDRLIST ADDRESS COUNTRY STATE ZIP WITH ADDR.G82.SANITY.CHECK = 'Y'<<lists 922 correct records>>Trying it with SELECTGET.LIST CNADDRSELECT ADDRESS WITH ADDR.G82.SANITY.CHECK = 'Y'<<returns two records, not 922>>Th
Hi All,Can anyone provide me with some guidance on how I can change the visibility of the Resize Grip which appears in SB/XA XAML Screens/Forms?I have played with "Snoop" and have tested that changing the "Visibility" property of the ResizeGrip component to "Hidden" has the desired effect of disabling the ability for users to manually stretch and resize my forms.I have managed to achieve this on Dialogs using something like below.<Setter Property="sbc:SBForm.ShowResizeGrip" Value="False" />But can't manage to hide it on standard forms.Thanks in AdvanceAaron#XAML #SB/XA #STYLES #THEME
Hello Again fellow SBXA Developers/XAML Extraordinaires!Can someone please provide some guidance on how to make the buttons in an F3 Intuitive Lookup dialog larger?Also would be great to know how to alter the spacing between them.Regards Aaron#XAML #SB/XA #STYLES #THEME
Just started working with the uopy python library. I'm able to connect successfully and run all the basic examples provided with no issues, but as soon as I started to extend it out to run some subroutines I've written, I started getting "Subroutine Error [30107] : The subroutine failed to complete successfully". Not entirely sure what would cause this as the same subroutine runs fine when ran outside of uopy. One thing I did notice is if I remove the READV statement within the subroutine, I do not receive this error. Below is the test subroutine I have been using.Any help greatly appreciated. SUBROUTINE (USER,JSON) $INCLUDE UNIVERSE.INCLUDE UDO.H READV USER.NAME FROM INIFILE,USER,3 ELSE NAME = '' STATUS = UDOCreate(UDO_OBJECT, testObj) STATUS = UDOSetProperty(testObj, "userName", USER.NAME) STATUS = UDOWrite(testObj, UDOFORMAT_JSON, TEST) STATUS = UDOFree(testObj) JSON = TEST RETURN
What's the procedure for Rocket with keeping up with maintenance on Zumasys products? We had Z maintenance on AccuTerm - as did many of our customers - and those will be coming due soon.
Newbie here. My name is Glenn and I have primarily worked with standard relational databases. I have been tasked with extracting the table data from a UniVerse database into a set of CSV files. I wish I could explain why, but management just gave me this directive, no reason or other details. I know others in our IT group need to migrate a Windows Server 2003 installation to Win Server 2016 because the data from our StreetSmarts application - contained in the UniVerse DB - needs to still be available after the server migration. I understand a MVDB doesn't have tables like a relational database, but instead has "files" that contain the data. I am hoping some of you can give me guidance on how I can extract the file data into CSV files so I can consider this task completed and let management do with it what they will. Thank you so much for any help you can give me as I don't even understand how I can see the file data or what structure exists for
HiI'm migrating Universe to a new Windows Server. When I perform an UPDATE.ACCOUNT command (to update the account to the installed version of Universe) i'm getting an error 'Unable to write item RELLEVEL" - doing this as admin, and windows permissions has write priv. What have I missed?
Hello allWhen attempting to call a subroutine from a named variable, MVVS shows the @ variable as a "Referenced undefined function" error. PROGRAM_NAME = "TEST.SUBROUTINE" CALL @PROGRAM_NAME(PARAM) Is there a better way to define these program names for MVVS to not consider them an error?Thank you
Our company uses 2 UniData accounts, one for production (/ud/PRODUCTION) and the other for testing new features (/ud/TEST). Is there a way to configure UniData's python implementation so that it gives preference to python packages based on what account a user is in? For example, I might have a production version of a python file (usefultool.py) with a callable function in it called 'dothistask'. def dothistask(): print('I did it') return 'useful value' and in a uniBasic program, I could access this function by running VALUE = PyCallFunction('usefultool','dothistask') This package is located in /ud/PRODUCTION/PP. But I want to add a feature or function to this package, but don't want to affect production implementation. So I add this python file to /ud/TEST/PP. Unfortunately, there doesn't seem to be a way to make each account prefer one directory over another when importing a function, so operations in the TEST account continue to favor the package version present in the produ
Hi all,How does one prevent users from resizing screens in SB/XA by dragging the bottom right hand corner of a screen?Screen sizes can also get messed up if screen resolution is really low.Note: I'm not talking about zooming.Also if a user does resize a screen... Is there a way to have it reset back to the original dimensions as was defined when the screen was created in the screen designer?Some dialogs such as intuitive search dialogs reset by double clicking the bottom R/H corner but this doesn't seem to work for my screens.Thanks in AdvanceAaron
Hi allI'm doing a simple test using uopy to write some data to the 'UP' file. with uopy.connect(host=...', user='...', password='...', account='...', encoding='cp1252', service=uopy.UV_SERVICE, port=31438) as session: codigo_subrutina = [ "SUBROUTINE PRUEBA.ENV(XINPUT,XOUTPUT)", "*", "* Programa Universe de prueba. Test tildes: á, é, í, ó, ú.", "*", " XOUTPUT=""Salida del programa""", "RETURN"] nombre_subrutina = 'PRUEBA.ENV' with uopy.File('UP') as up_file: up_file.write('PRUEBA.ENV', DynArray(codigo_subrutina)) print(up_file.status) I'm getting the value -2 in up_file.status.What does this mean? Is there some documentation about this status values?
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.