Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
hello everybody, I post this question, do you have results ANALYZE.SHM -s on uv/windows 11.3... ? we checked on different servers and found that the values are always 0. do we have a configuration or rights problem? any help is welcome! with kind regards ------------------------------Manu Fernandes------------------------------
Hi, I am using UODOTNET, Version=3.171.0.8100 in my Asp.net web api project to connect to Infolease. i would like to know do we required "Microsoft SQL Server, ODBC and OLE DB Driver" to function properly.------------------------------Gopinath GanesanDeveloperRocket Forum Shared Account------------------------------
Hi everyone, We are currently migrating from mvBase to d3/Windows. According to the online documentation Incremental Backups on d3/Windows are not available, is this still the case? Are there any plans to implement incremental backups. We use incrementals on mvBase as part of our daily back up strategy. Many thanks Richard------------------------------Richard OldsSnr DeveloperCalidore Computer Systems LtdGATESHEAD GB------------------------------
I'm happy to share the news of the release of AccuTerm 8.1.1.0. The latest version of AccuTerm is available for download from Rocket Business Connect (RBC). Version 8.1.1 removes the requirement to have a live connection to Rocket software to authorize and activate AccuTerm. Instead, starting with 8.1.1 you will need to enter a license key to activate your product. After you activate AccuTerm you don't need to be able to connect to the internet or rely on Rocket's back-office systems to use or authorize your product. You can obtain your AccuTerm license keys through RBC. For more details on this and other AccuTerm information, you can read the AccuTerm FAQ. Please reach out to your account executive, Rocket support or Rocket product management if you have any questions. AccuTerm 8.1.1 PLC dates: 31 Oct 2023 GA 31 Oct 2026 EOM 31 Oct 2027 EOS 31 Oct 2028 EOLS ------------------------------Hernando BordaProduct Manager, MultiValue ToolsRocket Softwarehborda@rocketsoftware.com-----------
Hy i just saw in the d3 ref this:https://www3.rocketsoftware.com/rocketd3/support/documentation/d3nt/102/refman/TCL/index_select_command.htm#reference4710 so i tryedindex-select sgvar016 A6(MCNA):" ":2but i got the message[162] Error in icode conversion: 'A6(MCNA):"'; index not found. what is the correct way to use ?------------------------------Alberto LealSystem AnalystMillano Distribuidora de Auto Pecas LtdaVarzea Grande MT BR------------------------------
1. We were using the HP-UX !uuidgen command to create guids for an integration to Salesforce.com. We have installed an SDK on Windows server to give us the same capability, but we don't know how to execute Windows commands from Unidata (Unibasic). Here is the command we are trying to execute: C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\x86>uuidgen.exeThe command will generate a guid: 7c6c5a30-7d67-47d1-aa17-72f7b2652db3 2. On HP-UX, we had many processes scheduled to run in a crontab. On the Windows server, we know we can use Scheduled Tasks, but we don't know the syntax to set up these Unidata (Unibasic) scripts/processes. Thanks. Steve------------------------------Steve KunzmanRocket Forum Shared Account------------------------------
Dear Friends. I have searched the OPENQM manual for the '$ED' command which I have shown below: $ED Created automatically by the ED editor when first required, this file holds pre-stored edit command sequences. The $ED file will be created automatically first time that the .S command is used to save commandsin this file.Multi-line inserts cannot be repeated from a saved command sequence, will cause the .S commandto fail and, if edited into the pre-stored sequence manually, will be cause a warning message to bedisplayed when the command sequence is executed.Alternatively, a user can create a $ED pre-stored item by using the editor:ED $ED item.nameThe first field of the item must contain E as its first character. Subsequent fields each contain oneeditor instruction in the sequence that the user requires the operations to be performed. However, when I try the ED $ED P2 (P2 being the item.name), I get 'FILE NOT FOUND' Any help will be appreciated. I thank you Vish Maharaj----------------
I have a number of named and unnamed common variables used throughout my programs. I'm getting a common miss-match error on a program with no commons at all. How can I tell what common variables are causing the problem. Is there a way to display named and unnamed common variables active at a given time? I'm sure the code is running a subroutine that may be conflicting with another common, just no way of seeing it from the viewpoint of the program without commons. Jon------------------------------Jon KristoffersonPick ProgrammerSnap-on Credit LLCLibertyville IL US------------------------------
The Rocket MultiValue team is very excited to announce the release of UniVerse 12.2.1, U2 DB Tools 4.5.0 and U2 Common Clients 5.3.0 on October 18th, 2022. UniVerse has always been efficient and inexpensive to operate delivering a quality data application server that powers thousands of business-critical operations across numerous industries. UniVerse 12 brings with it the ability to handle heavy workloads and reduce the risk of file corruption. With the two-process architecture of UniVerse 12, customers will see accelerated transaction performance and improved data integrity. UniVerse 12.2.1 is beta group and focus group tested and is now "ready for release" UniVerse 12.2.1 adds many new features to an already feature rich UniVerse 12 and is beta and focus group tested to ensure the quality and standards meet our customers' expectations. Two key new features are the 3rd mode (system buffer on/off) for enhanced usability and UV BASIC Profiling for application performance analysis.
So you might have read my other posts regarding Dynamic (Type-30) files in UniVerse. Until recently I have not had much to do with dynamic files. Now that I am looking at them in detail I am looking for resources that will help me get a handle on how to size them correctly and build them to suite the intended data load. Are there any in-depth resources on Dynamic files available? Thanks Gregor Scott ------------------------------Gregor ScottSoftware ArchitectPentana Solutions Pty LtdMount Waverley VIC AU------------------------------
Hi Thanks to all the support I have been getting, I now feel in control of creating Accuterm screens etc Now I need to start allowing my client to start testing the work I have done but have come across a stumbling block. I have recorded a script to run to logon to their account in jBase but need to make this script auto start when they select the correct session under the file tab. I know I am missing something simple like a tick boss but cant find it. Can anyone help please Thank you all in anticipation Chris Baxter------------------------------Chris BAXTERMDCB SoftIPSWICH GB------------------------------
Further to the fun I had trying to get the SEQ.NUM option to work on a dynamic file creation in a Pick account, I am now having extra fun with dynamic files. I'm kind of thinking the manuals on this subject are not at all helpful - there are lots of plain syntax explanations but none of the nuanced guidance needed to actually master this stuff. My current challenge is to create a Dynamic file with specific Dictionary specifications (the default of 'Type 3, Modulo 1, Separation 2' are not appropriate) and with non-default dynamic file settings. Given the issues with Pick-style CREATE.FILE and dynamic files I thought I would simply create the DICT file first, then create the data file. This is how that turned out: >CREATE.FILE DICT TESTFILE1 53,2,18Creating file "D_TESTFILE1" as Type 18, Modulo 53, Separation 2.Added "@ID", the default record for RetrieVe, to "D_TESTFILE1".>ICREATE.FILE DATA TESTFILE1 30 GENERAL GROUP.SIZE 6 MINIMUM.MODULUS 2456"TESTFILE1" already has a DATA defini
What do GA, EOM, EOS, and EOLS mean?
Is ANALYZE.FILE meant to give different averages for the same items in different spec'd Dynamic Files? I had an expectation that record size averages would not change regardless of the setup of the dynamic file. I was wrong, aparently. This is my initial test file >ANALYZE.FILE TEST_DYN STATS NO.PAGEFile name = TEST_DYNFile has 301 groups (each * represents 10 groups analyzed).******************************File name .................. TEST_DYNPathname ................... TEST_DYNFile type .................. DYNAMICFile style and revision .... 64BIT Revision 12NLS Character Set Mapping .. NONEHashing Algorithm .......... GENERALNo. of groups (modulus) .... 301 current ( minimum 1, 0 empty, 300 overflowed, 300 badly )Number of records .......... 2455Large record size .......... 1619 bytesNumber of large records .... 1951Group size ................. 2048 bytesLoad factors ............... 8
AccuTerm version 8.1.1.0 has been released on October 31 2023 for the below platforms/versions:Windows Windows 10, Windows 11, 2019, 2022This 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.
Hi all We're getting an unexpected error code when users try to log in into Universe and the maximum number of users is reached. Instead of getting the usual 39134 error code we receive 1449750101. It's a weird number, so we did some further investigation Turned into hexadecimal we get 0x56696E55 All the numbers fall into a rather small range, within the letters in the ASCII table. So, turning it into ASCII characters we get "VinU". Accounting for endianess, this is "UniV". We are getting a messed up error code from a (we suspect) dangling pointer that it's pointing to a string area instead of a proper integer. This is under Windows servers, running 11.3.5 UniVerse. ------------------------------Héctor CortigueraQuiter Servicios Informaticos SL------------------------------
Hy to all i discovery this today onlyto use the "tail" inside d3 like its used in linux:first catalog the tail program, in your current accountCATALOG DM,BP, TAILthenuse the comando watchfor exemple:WATCH TAIL LOG.FILE 20386 (10this will refresh the page continuously listing the last 10 lines of the file i don't know why but i had to catalog the program TAIL ------------------------------Alberto LealSystem AnalystMillano Distribuidora de Auto Pecas LtdaVarzea Grande MT BR------------------------------
I am attempting to test a new routine that retrieves file specifications in BASIC (using a combination of the STATUS xx FROM fv statement and the FILEINFO() function). Naturally I have tested against variations of the hashed file types (types 2-18). It attempting to test dynamic files I have found that I cannot create a type-30 file that uses the SEQ.NUM algorithm. >.L RELLEVEL RELLEVEL0001 X0002 11.3.50003 PICK0004 PICK.FORMAT0005 11.3.5>>CREATE.FILE TEST.DYNAMIC_4 3 DYNAMIC SEQ.NUMCreating file "TEST.DYNAMIC_4" as Type 30.Creating file "D_TEST.DYNAMIC_4" as Type 18, Modulo 3, Separation 1.Added "@ID", the default record for RetrieVe, to "D_TEST.DYNAMIC_4".>ANALYZE.FILE TEST.DYNAMIC_4File name .................. TEST.DYNAMIC_4Pathname ................... TEST.DYNAMIC_4File type .................. DYNAMICFile style and revision .... 64BIT Revision 12NLS Character Set Mapping .. NONEHashing Algorithm .......... GENERALNo. of groups (modulus) .... 1 curren
Hi, Today, I share a basic code which build helpfull components used by vs code & .rmv/documentation from subr of an account. .rmv/documentation/universe/sourcefile_custom.json to define {brief, detail, signature} info SignatureHelp, CustomizeDoc .rmv/documentation/universe/sysid/subroutineId.md which contain documentation issued from comment at beginning of the subr (try to convert to markdown) CustomizeDoc .vscode/sourcefile.code-snippets to define {prefix, description, body} info of each subr. Snippets it's written on uv linux, you can adapt it. * SYNTAX : IN.VSC.SUBR2SNIP SYSID xx FILES file[,file[,]] {BASEPATH '/dos/vscode/rmv_defn/documentation/universe'} [LIST savedlist[,savedlist[,]]] SYSID refer to SB+ system ; if you do not use it, set it to a word which identify your app BASEPATH is the destination of result files it uses PYTHON to sort the json files (the plateform python, not u2Python) it uses zip to complete the distribution @Chao Han, please try it to bui
hello,I'll introduce a little enhancement suggestion into MVVS display.Like when I edit a json file, I'll read my current 'in code path' into the header of my file. here is the sample on a json : the 'in code path' show the complete 'xpath' like of my cursor position. Applied to BASIC, I'll have : Directoryname > Filename > sectionName > indentLevel > indentLevel > ... where :sectionName := the nearest upper Label in sample WIBASIC > WI.OPENAPI.B > PathItemObject: IndentLevel := the list of nested indent 'word' ... for, if, loop, if with first next word ... in sample WIBASIC > WI.OPENAPI.B > PathItemObject: > for ivar > if APP When we edit large basic code, a such 'in code path' can be really usefull. With kind regards------------------------------Manu Fernandes------------------------------
When a program locks up and I have to close Accuterm to get out of it, the system leaves users logged on. How can I free up those users without rebooting.------------------------------Hal MalletBusiness OwnerAdvanced Retail & Service SystemsChula Vista CA US------------------------------
Hello, I am migrating our production application (Prelude) from a UNIX to Linux environment. Currently, I am working on moving the U2 ODBC database. UniData is installed and working on the system and presents correctly in Prelude, however the ODBC database is having some issues. When I attempt to connect using U2 ODBC drivers, I can only interact with 5 out of the 40 tables present. The account used to manage these tables/subtables/views has owner permissions on the db and is part of the same groups as it was on Unix. I am not sure where to continue my troubleshooting efforts here, but direction/suggestions are greatly appreciated.------------------------------Phaelen Stuart-BergIT Systems ManagerRocket Forum Shared Account------------------------------
Hallo Everyone, I have newly installed AccuTerm IO Web Application" (Accuterm for web) and I am the new one for this web application, I want some assistance with the application My question is how will I use GUI designer on AccuTerm IO I am attaching the screen shot of error message. ------------------------------AzarRocket Forum Shared Account------------------------------
We're pleased to announce the availability of UniObjects for Python (UOPY) v1.3.0 on October 12, 2023. UniObjects for Python offers many benefits including:• Provides remote access to MV servers in Python, great for your developers who don't know BASIC• Offers full stack development in Python: from web server (UOPY) to database backend (U2py)• Ability to leverage the Python ecosystem including many 3rd party libraries• Enables rapid application development• Delivers an open and extensible UniObjects client• Helps attract new development talent UOPY v 1.3.0 enhancements and bug fixes: Enhancements• We've added a new uoserver_timeout attribute to uopy.Session, which allows the UO server to retrieve the timeout value from the unirpcservice file. This feature requires UniVerse 11.3.5, UniData 8.3.1 or later versions.• The fileInfoEx method of the uopy.File object now provides more fileinfo details for the UniData server• From within Python, you can now determine
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.