Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
I've noticed that a number of lppick processes are hanging around long after they should have exited. I've seen this in v9, but I figured it was just a bug that would get resolved with v10.3.4. Apparently not. :( Example: In the past, I've just killed these processes but before I go about that this time, I wanted to find out if there was something I can do to ensure that it doesn't keep happening. I should note that this isn't isolated to one of my plants - here's the list from my other plant: Both hosts are on RHEL 9.4 and using D3 v10.3.4. What do I need to do in order to keep these orphan processes from stacking up? Thanks folks! g. ------------------------------Gene BuckleSr. Programmer/AnalystPly Gem Pacific WindowsUS------------------------------
Hey, guys. new here. Programmed PICK and Unidata back in the late 80's / early 90's and I'm REALLY rusty. Can anyone tell me where to find a Dict Reference Guide?Thanks much- Rich------------------------------Richard LucibellaDirectorRocket Forum Shared Account------------------------------
We run d3 on an Windows Server 2008 Can someone describe how to move d3 to a new server (windows 2012)? eg; Download installer to create the d3 environment Move live data from current server to new server. Explain how the license which allows the application to run is transferred to the new server. Thanks, Bret Stern ------------------------------Bret SternPresidentRocket Forum Shared Account------------------------------
This is probably an easy question for someone but I dont know the answer. I just switched to a new job and their wildcards seem to be prime like instead of PICK like...for instance - where I used to type 'SELECT VOC = "[KH]"' they are typing 'SELECT VOC WITH @ID LIKE "...KH..."' Can someone tell me if this is a UDT option? term type? some other setting that I can adjust? I can of course just get used to the new syntax but was wondering why it is different. Thank you Kathleen------------------------------kathleen hambrickProgrammerRocket Forum Shared Account------------------------------
Hi I am now starting to role out the Accuterm Front-end developments, we purchased 3 licenses 12 months ago and have only used one. Yesterday I tried to Activate a new terminal as the second of our terminals but The activation screen just says Internet access required at bottom - yes it has internet access but the Activation Button is grayed out 🙁 Can anyone help please Many Thanks Chris Baxter------------------------------Chris Baxter MDCB SoftIPSWICH GB------------------------------
Hi, Recently upgraded a site to Unidata 8.3.1 on Win Server 2022. Tried running Phantom LISTUSER at ECL Failed to start PHANTOM.Phantom execution failed. checked permissions user has full control What trouble shooting can anyone recommend. Thanks ------------------------------[Darren] [Johnson] [Australia][Snr Dev Engineer]------------------------------
hi, May I introduce a suggestion to help the program runtime to check the type of a variable and not crash. There is already a function DESCRINFO(1,variable) which return the type of the variable ; so some type c.f. descrinfo() doc ref on sellist, pyobject, udo, do, xdom, ... descrinfo() return -1 ... I'll suggest to implement more descrinfo result value like 11=sellist, 12=pyobject, 13=udo, 14=do, 15=xdom, ... and by extension, if request_code = 2, descrinfo return a DO with polymorph properties aka. metadata about the variable. with kind regards------------------------------Manu Fernandes------------------------------
hi, when I try this : var = '' try var->$objecttype() catch e print 'error ':e->$tojson() endtry print 'finished' the error is not cached, the program terminate with echo bad self type: 2 and @SYSTEM.RETURN.CODE = -1 Same behavior with the $fromjson(), $tojson() ... any idea ? ------------------------------Manu Fernandes------------------------------
Is there a way to send an excel formula through a D3 dict item in an FTD command?------------------------------Colleen SiscoConsultantBusiness PC Consultants IncUpper Black Eddy PA US------------------------------
on a READU the STATUS() function is returning the incorrect value for the userno if the record is locked but a phantom. Instead of a negative number is returns the number without the minus sign. Has this been addressed ? 0001: OPEN '','INCIDENT' TO FILE THEN 0002: READU X FROM FILE,'21333' LOCKED 0003: PRINT STATUS() 0004: END ELSE 0005: END 0006: END 0007: END ? LR Account File UNO PID User Record Id Date Time -------------------- ---- ----- ---------- -------------------- -------------- KOPS INCIDENT -8 9324
The Rocket® MV team is pleased to announce the availability of UniObjects for Python (UOPY) v1.4.0 on January 22nd, 2025. UniObjects for Python offers a wide range of benefits including: An open and extensible UniObjects client Remote access to MV servers in Python, great for developers who aren't familiar with BASIC Full stack development in Python: from web server (UOPY) to database backend (U2py) Ability to leverage the Python ecosystem including many 3rd party libraries Rapid application development UOPY v 1.4.0 enhancements and bug fixes: Enhancements Certification of UOPY on Python odd version numbers (3.9, 3.11 and 3.13) and paper certified UOPY on Python even version numbers (3.10, 3.12). Introduction of the ClearPool functionality in UOPY to facilitate the termination of all open pool connections. This functionality uses the closeAllCPSessions() method, to close down all open sessions in the UV server spawned by UOPY. Bug Fixes Support for MVIS Connection Using UniOb
The python 'dict' object is ubiquitous when interacting with python modules, functions and classes. The process to create a python DICT object using the U2 BASIC Python API is, well, interesting: Create a LIST containing just the 'name' and 'value' for the DICT entry Create a TUPLE from the list Append the TUPLE to another LIST that will be used to create the DICT When the LIST of TUPLE objects is completed, create a DICT using the LIST of TUPLES This all works ok for strings and numbers, but I cannot get a boolean True or False value to use in the tuple. I either get an integer value of 1, or 'None'. This is the code I have tested so far, trying to get a python True object/value: ** Attempting to create a python True object using the PyBASIC API pmo.BUILTINS = PyImport("builtins")if len(@PYEXCEPTIONTYPE) then gosub PY.BADNESS * Using CallMethod to run the "bool(x)" commandtest1 = PyCallMethod( pmo.BUILTINS, "bool", (-1))rslt = PyCallMethod( pmo.BUILTINS, "print", 'test1', test1) *
Hi Expert, I am new to U2 and the EDA Schema Manager tool. I am trying to import data from U2 files into a SQL table using EDA. I have successfully created an ODBC DSN connection and installed the EDA. Additionally, I connected to the U2 server and can see the schema files. However, I am encountering issues with the EDA Source connection. I correctly created the connection, but when I validated it, I received different error messages each time. Here are the error details: 1. EDA license not authorized.2. Map Schema __CURRENT_MAP_SCHEMA__ failed on lex check.3. Could not write the data source (Connection Name) on Server (U2Server). Could you please advise on the reasons for these errors? Is it a license issue, and if so, how do I obtain a license? Or could it be a configuration issue? I would appreciate your help. Thank you! ------------------------------Marimuthu kalyanasundaramMRRocket Forum Shared Account------------------------------
We are excited to announce the release of U2 Toolkit for .NET v2.2.3 on Thursday, December 16th. U2 Toolkit for .NET version 2.2.3 is a Provider release which provides a comprehensive ADO.NET provider, LINQ to Entity provider, and the native UniObjects for .NET API for the U2 databases. U2 Toolkit for .NET is optimized for connection performance to UniData or UniVerse. The U2 Toolkit for .NET Provider is a suite of data-access technologies that are included in the .NET Framework class libraries.U2Toolkit for .NET v2.2.3 enhancements include: Support for .NET Standard 2.0 making the U2 Toolkit for .NET Provider compatible with .NET Framework 4.8, .NET Core 3.0, and .NET 5 Support for Visual Studio 2019 providing support with for .NET Framework 4.6.1 and later Additionally, v2.2.3 includes 19 bug fixes as well as 3 other enhancements.U2 Toolkit for .NET is a free tool now available through Rocket Business Connect (RBC). ------------------------------Christine RizzaMV Product ManagerR
After I converted to Windows 11, FT.IMPORT now hangs after the message "Converting spreadsheet.xlsx from Excel format for upload...". I use this program constantly. I'm also having some freezing issues when I use subroutines that show a GUI window. I found the thread "Accuterm GUI lockup on windows 11" which strongly suggests upgrading to at least 8.0.1123 or 8.0.1127 as those versions have fixed some Windows 11 problems. I currently have version 8.0.1023. Is it likely that upgrading would solve the FTIMPORT problem too?------------------------------Steve HenkelDirector of ISRocket Forum Shared Account------------------------------
I posted something similar to this in this thread: Rocket U2 | UniVerse & UniData Rocketsoftware remove preview Rocket U2 | UniVerse & UniData Hi allI have some problems when connecting to servers using uopy, as the PATH variable is wrong.From the terminal console:>SH -c "echo $PATH"/usr/local/bin:/usr View this on Rocketsoftware > I have a variable defined in /etc/environment: [hcortiguera@catalogo20 ~]$ cat /etc/environmentOPENAI_API_KEY=MY_API_KEY I can read it from command-line Python: [hcortiguera@catalogo20 ~]$ /u2/uv/python/bin/python3Python 3.9.2 (default, Jun 15 2021, 01:30:50)[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import os>>> os.environ['OPENAI_API_KEY']'MY_API_KEY' But I can't read it when I call Python from BASIC NOMBRE.VAR.ENTORNO='OPENAI_API_KEY' NOMBRE.SCRIPT='consultaVariableEntorno'NOMBRE.FUNCION='get_var_entorno' RESPUEST
We're looking to upgrade to jBASE 6.2.1.1 but ran into a problem with printed output. I believe I can solve this problem using SP-TRANSLATE. Is there documentation more specific than what I could find on the website? I would like details how to create the translation table and where it should be stored. Thanks. Jim Edwards------------------------------Jim EdwardsIT ManagerPlimpton & HillsMeriden CT US------------------------------
Hi, Does Unidata 8.3.1 or greater support TLS 1.3 protocol, I understand it support TLS 1.2. Thanks ------------------------------[Darren] [Johnson] [Australia][Snr Dev Engineer]------------------------------
While developing an app using OpenInsight for MV (in this case Universe) from Revelation Software Bob Carten at Revelation suggested using commuter modules to manage I Descriptors that use the SUBR call. (Note that this approach can be used without Revelation - it just happens to be my first use-case). To establish a convention, each MV table that uses a commuter has a subroutine in the program file that starts with "I_" for I Descriptor. That way you can see all of these commuters grouped together when listing them. In this example, the MV Table in Universe is called "BOOKABLE", so the commuter subroutine is named "I_BOOKABLE" and in this example we will be using the dictionary entry "DESCRIPTION" and these are the first 5 lines of that DICT: >ED DICT BOOKABLE DESCRIPTIONThis is a Type "I" Descriptor last compi20 lines long. ----: L50001: I0002: SUBR("I_BOOKABLE","DESCRIPTION")0003:0004:0005: 20L And this is the subroutine I_BOOKABLE SUBROUTINE I_BOOKABLE(RESULT,DICT_ID)*******
Looking for a solution/trick/etc... for the following scenario: We're running a UniVerse 10.1.22 application on AIX 5.3.0. But want to offload a certain module for real-time processing to a new Centos Stream server on a VMware platform running UniVerse 14.1.1. The plan is to have the "core " files needed NFS mounted and exported to the other server. So that they are viewed as local files to UniVerse and the rest of the application. To move the data, I've been using rsync and planned to continue using it to keep the Centos server data current, for my purposes it was very efficient. The problem is each time the data is synced, I have to perform a "fnuxi" on the data to perform the byte-swap. Any alternatives to doing this fnuxi each time data is synced ? Is there a certain File type I can use (Type 1 or 19) to avoid this ? Regards, Algis Zyle ------------------------------Al ZyleSenior PICK Developer/ConsultantRocket Forum Shared Account------------------------------
We are running UV11.3.1 ( Pick Format ) on AIX 7200-05-08-2420 Yesterday, we started getting reports from the call centers about user's sessions freezing up. Normally, our first thought when this happens is a record lock of some kind. If we tried to log into the application, we got to the login prompt and were able to authenticate. But once we successfully entered our userid/password to get into the application the session would hang. We create thousands of uniobjects connections to the DB throughout the day from our web sites and IVR, and these were timing out. Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.[IBM U2][UODOTNET - UNIRPC][ErrorCode=81009] The RPC failed UniVerse itself was running fine. I could start new sessions and as long as I stayed on the UV account ( bypassing the application log
We are aware of problems with the jBASE 5.8, 5.9, and 6.1 documentation libraries that prevent some topics from being displayed. We are working with the portal vendor and our team to correct the issues as soon as possible. The work around is to use the documentation in the restructured jBASE 6.2 publications, which do not have the same problem as the older versions. We added an announcement banner about this at the top of the documentation portal as well. We apologize for the inconvenience and will work to resolve the issues as soon as possible. Thanks for your patience. ------------------------------Kevin KUHNSDirector, Information DevelopmentRocket Internal - All BrandsWest Lafayette IN US------------------------------
Universe 11.3.1 running on AIX We use a sequentil file (0 bytes) "FLAG FILE" to indicate when a remote system has completed the build of a data file on the primary system. A program on the primary system trys to open the file, and loops until it is found (and can then start processing). Since this 'FLAG FILE" is not in the VOC, I can OPENSEQ it just fine. But, I have not successfully found a good way to delete it. Of couse, I can execute a Unix script that will "rm" it, but I would rather do it within the UniVerse Basic program if possible. (A DELETESEQ would be a good command, but it does not exist.) Suggestions?------------------------------Nelson SchrothpresidentC3CompleteShop LLCHarrison OH US------------------------------
Hi, I'm Chase. I'm a Technical Recruiter for a company called The Guitar Center. You may have heard of us, been to one of our stores, bought some awesome gear from us, etc. We're hiring for a Senior Retail Applications Engineer on a full-time, W2 basis (salaried + full benefits). I'm including the link to the job description here. If you're interested in exploring this, let's talk! Some of the must haves for the role are hands on experience with (Rocket D3, UniData, UniVerse, QM) and Pick Basic/UniBasic) programming. In sum, we're looking for engineers who have experience working with Multivalue technologies in both development and maintenance contexts. Interested? Shoot me an email to chase.tenen@guitarcenter.com. I'm not a robot, here's my LinkedIn.------------------------------Chase TenenSenior Corporate Recruiter, Technology - The Guitar CenterRocket Forum Shared Account------------------------------
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.