Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
Do you want to: Know more about the MultiValue Experiences? Explore the NEW MultiValue Cloud roadmap? See the improvements we are making in the next release of the MultiValue Integration Server (MVIS)? Learn what's in the 1st release of MV BASIC for VS Code? I'm excited to present the 1st 2021 Rocket MultiValue quarterly livestream of the MV product roadmaps, covering Rocket® UniVerse, Rocket® UniData®, Rocket® D3®, and MultiValue tools including the MultiValue Integration Server (MVIS) and MV BASIC for VS Code. This year we've added a cloud roadmap for customers moving to the cloud. Throughout the year other MV product managers will present on both our near-future and distant-future plans, as well as the many possibilities we're still thinking about. But the only way to learn what's coming soon is to be there!Register here.Head back to the forum after this session and let us know what you're most excited or curious about.Best regards, Chris------------------------------Christine
Starting on a project that needs to mobile apps. I would like to use one machine for many customers. Been feeling out what MVS Tools can do for me, and I think it will work.Anyone want to share their setup?Thank youMark Laursen------------------------------Mark LaursenOwner/DeveloperComplete Computing Inc------------------------------
My name is Amey Rokde, and I'm a senior software engineer and architect at Rocket in the Pune office. In this MVU session we covered how to use Kubernetes with the Rocket® MultiValue Integration Server (MVIS) to develop, maintain, and manage your UniVerse and UniData apps (D3 support coming soon). Kubernetes is an open-source platform for managing containerized workloads and services. Code samples available here: https://github.com/MultiValue-University/MVIS-Kubernetes Note: The video playlist below can be accessed using the menu at the upper right of the frame. Click the icon to access additional videos in this series.#MVU #MVIS #DevOps #Modernization #Containers ------------------------------Amey RokdeSenior Software EngineerRocket Software------------------------------
Hi! I'm Brian Cram, Rocket Senior Technical Support Engineer, and I'm going to take you on a Rocket D3® security tour. We'll be covering how to set up D3/Windows data encryption, D3/Windows Host Authentication, HTTPS for the MVS Toolkit, SSL for MVSP. Be sure to check out next week's session where Tim Rude takes us through Securing D3 Data on Unix, along with me demo'ing how you can use mvWorkstation for secure remote access to D3 without a VPN. Note: The video playlist below can be accessed using the menu at the upper right of the frame. Click the icon to access additional videos in this series.#MVU #D3 #Security #Compliance #MVSToolkit #MVSP ------------------------------Brian CramSenior Technical Support EngineerRocket Software------------------------------
UniData version 8.2.1.9126 has been released on 3 Feb 2021 for the below platforms/versions: Amazon Linux 2 CentOS 7 Oracle Enterprise Linux x86 7 RedHat Enterprise Linux Intel 7 SuSE Linux Enterprise Server Intel 11.0 (SP2) This 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 u2askus@rocketsoftware.com.
UniData version 8.2.2.1001 has been released on 3 Feb 2021 for the below platforms/versions: Amazon Linux 2 CentOS 7, 8 Oracle Enterprise Linux x86 7, 8 RedHat Enterprise Linux Intel 7, 8 SuSE Linux Enterprise Server Intel 11.0, 12.0 This 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 u2askus@rocketsoftware.com.
Hi! I'm Tim Rude, Senior Manager of Software Engineering, and I'm going to take our D3 Unix users on a deep-dive look into D3 10.3. Come see how you can upgrade to this version and take a closer look at the performance gains we have made. In case you missed it, check out @Brian Cram's video series post last week for D3 Windows users looking to upgrade to 10.3. Note: The video playlist below can be accessed using the menu at the upper right of the frame. Click the icon to access additional videos in this series. #MVU #D3 #NewRelease #Upgrade #Performance ------------------------------Tim RudeRocket Software------------------------------
Hi everyone, my name is Stuart Mackenzie, Principal Support Engineer at Rocket, and I'm going to show you how you can easily migrate your existing U2 REST applications to the Rocket MultiValue Integration Server (MVIS). We'll be comparing the differences between MVIS and U2 REST, highlight what you need to know to get started, demonstrate how to import existing U2 REST services into MVIS and review some of the added benefits of moving to MVIS. Note: The video playlist below can be accessed using the menu at the upper right of the frame. Click the icon to access additional videos in this series.#MVU #REST #MVIS #Upgrade #Modernization ------------------------------Stuart MacKenziePrincipal Support EngineerRocket SoftwareDenver CO------------------------------
Hi, my name is Chris Rizza and I am the Product Manager for the Rocket MV Databases. Rocket UniData 8.2.2 was launched September of 2020, but in case you missed it, here is the overview video highlighting some of the major performance, usability and security improvements we have made. In this video, myself and Advanced Technical Support Engineer, @Jonathan Smith, highlight and demo the following features: Performance Improvements Dynamic Array performance improvement demo Multiple Index Optimization demo Python performance improvements Security OpenSSL 1.1.1 features Self-Signed/Default Root Certificates demo Python Versioning, enhancements and platform support External Database Access New supported database additions Datetime field support Supportability Linux 8 certification BASIC improvements Replication enhancements TOJSON support demo If you're a UniData user, then this video is definitely one you should not miss!#MVU #U
Thank you for the quick response. The reason I posted to the forums is that Rocket Support has had this issue for several months and the issue appears to have grown cold with them. This stoppage happens at least once a week so I am trying everything possible to resolve this as soon as possible.On Mon, Feb 1, 2021, 2:47 AM Jonathan Smith via Rocket Software <Mail@forum.rocketsoftware.com> wrote: Kevin, A upl_unlock error occurs when UniData cannot free a resource from it's lock table, it can be a toggle / latch, record lock, file lock or... Be sure to join the forums you're interested in to be notified of new content. Click the join button from either the forum listing page or the home page of any given sub-forum. Tip: Want a single update on all your forum memberships? Go to Profile > My Account > Forum Notifications, and check 'daily consolidated digest.' Switch the discussion email drop down to 'no email' or you will receive both.
Unidata 8.2.1 on RHEL - what does this error mean? When it happens the system usually locks up (when udt is started from the .profile) and people can't login until Unidata is forced down with stopud -f and restarted.
If you have become used to stopping PHANTOM processes by killing them or editing a controlling record in a file, there is a much more elegant method available using the often under-recognised method of process locks.For example, if we choose lock 1 to signify that a job is already running and lock 2 to instruct a job to terminate, then the code below can be used to ensure that one - and only one - instance of the PHANTOM is permitted to run at any one time:* Sample code snippet:- PHANTOM job start ** Set the PHANTOM job name *PHANTOM_JOB='WEEKLY_INVOICES_EMEA' ** Designate the locks to be used for this handshake * RUNNING_LOCK=1 ; * the lock number used by the PHANTOM when it is running * * check if the PHANTOM is running by attempting to set the process lock * that it would own if it were already running. * LOCK RUNNING_LOCK THEN * * The controlled job is not running - OK to start it * first release the lock we just set to check if it was already running. * UNLOCK RUNNING_LOCK * * now
I am writing a paragraph to script compiling programs and am creating a log record using the DIVERT.OUT capability. So, the DIVERT.OUT command is set up to be:DIVERT.OUT ON log_file THIS.PARA APPENDI want to add the date to the name 'THIS.PARA' so that the command would be:DIVERT.OUT ON log.file THIS.PARA.<<P,THIS.DATE>> APPENDSo, I am trying to set 'THIS.DATE' to a date in the form of 'yymdd'.i have a program that will set paragraph variables but at this point, that program is not yet compiled and available. Suggestions for a simple way to do this just in the paragraph?Thanks!
Hi, I'm Zhuo Liu (Joanna), Rocket Automation Team Scrum Master, and I'm going to showcase the details of our DevOps efforts to ensure consistent quality in our data server products including: Continuous integration smoke tests and regression tests Conversion of manual test cases to automated tests Automation enhancements such as bringing flexibility to existing auto cases and Smart Installer Whether you’re interested in our efforts to release quality products or if your organization is looking to make the switch to Agile product development, there’s plenty of great information in this MVU virtual event. Note: The video playlist below can be accessed using the menu at the upper right of the frame. Click the icon to access additional videos in this series.#MVU #DevOps #UniVerse #UniData #Performance ------------------------------Joanna LiuEngineer in TestRocket SoftwareDalian+8641139404648------------------------------
Hello! My name is Steve Wingfield, Principal Software Engineer at Rocket, and I'm going to give you a general overview on some of the fundamental concepts MVIS uses, such as REST and Swagger. I'll also demo our Rocket MV Developer Edition, which is an AWS image you can leverage for free through the AWS marketplace. In these sessions, I'll share examples of data and subroutines exposed as RESTful services and create a front-end UI using React. Note: The video playlist below can be accessed using the menu at the upper right of the frame. Click the icon to access additional videos in this series.#MVU #MVIS #Modernization ------------------------------Steven WingfieldRocket Software------------------------------
Hi!, I'm Brian Cram, Rocket Senior Technical Support Engineer, and I'm going to take you on a journey to discover Rocket D3® 10.3.1, specifically for Windows users. We'll be covering how to upgrade to D3 10.3, and Senior Manager of Software Engineering, @Tim Rude@Tim Rude will take us through a closer look at some of the performance gains we've made on Windows platforms. Tune in next week when Tim takes through how to install D3 on Unix platforms and the performance gains on Unix. Note: The video playlist below can be accessed using the menu at the upper right of the frame. Click the icon to access additional videos in this series.#MVU #NewRelease #Upgrade #Performance ------------------------------Brian CramSenior Technical Support EngineerRocket Software------------------------------
We have been requested by our Accounting folks to move quarterly report printing to pdf output to eliminate the need to print hardcopy reports. Does anyone have experience in doing this and how were you able to make it happen? We run D3 V10.2 on a Windows 2012 server.------------------------------Cory BelgradeSr ManagerOne America------------------------------
Hi, my name is Zain Master, Rocket Software Senior Product Manager, and in this session, I present an MVIS product overview including: · MVIS Features / Capabilities · Why MVIS is the future of U2REST & Web DE · MVIS Roadmap · MVIS Trial Software & Additional Resources to get you ready for upcoming hands on sessions Since this video was published, I have transitioned over to managing MV Experiences. @Hernando Borda has taken over the product management of MVIS. If you have any questions, please reach out to him directly.#MVU #MVIS #Modernization #NewRelease ------------------------------Zain MasterRocket Software------------------------------
Hi, my name is Chris Rizza and I am the Product Manager for the Rocket MV Databases. UniVerse 11.3.2 was launched in early 2020, but in case you missed it, here is the overview video highlighting some of the major performance, usability and security improvements we have made. In this video, myself and Advanced Technical Support Engineer, @Neil Morris, highlight and demo the following features: New Features Sequential File I/O replication UTC Date Time Geospatial support Security OpenSSL 1.1.1 features Self-Signed/Default Root Certificates demo Python Python v3.7 Windows, Linux, AIX, Solaris Python performance improvements External Database Access Support for MySQL and PostgreSQL Datetime field support EDA file size reduction Supportability Linux 8 certification #MVU #UniVerse #NewRelease #Upgrade #Security #Performance ------------------------------Christine RizzaMV Product ManagerRocket Software------------------------
I need someone to help me through setting up EDA replication on a UV/Windows server connecting to SQL Server. The documentation doesn't seem to make sense and I can't figure out how to make it work.------------------------------Kevin KingPresidentPrecision Solutions, Inc.------------------------------
Hi all.Hope someone could share some light on this for me.I'm calling an API in Python using Basic to fire the call ( WooCommerce ) I then receive a JSON Response in the below format [ { "id": 799, "name": "Ship Your Idea", "slug": "ship-your-idea-22", "permalink": "https://example.com/product/ship-your-idea-22/", "date_created": "2017-03-23T17:03:12", "date_created_gmt": "2017-03-23T20:03:12", "date_modified": "2017-03-23T17:03:12", "date_modified_gmt": "2017-03-23T20:03:12", "type": "variable", "status": "publish", "featured": false, "catalog_visibility": "visible", "description": "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> ", "short_description": "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac
We have converted a number of our files from 32-bit to 64-bit over that last couple of years. Typically, that has been done when we have a write issue and react to the specific problem. Does anyone have a dictionary or programmatic means of identifying the two type of file so that we can target conversion proactively?Once the files are identified, they can certainly be resized to 64-bit via a script.------------------------------Jeff TeterWoodforest National Bank------------------------------
Good afternoon, I am wondering if the ability to send keyword arguments into PyCallFunction/PyCallMethod is something being added into a future version of UV? Does anyone have any insight as to when something like this might be added?------------------------------Nic DavidsonCombined Transport------------------------------
Hello,I am receiving an error code 2 when trying to use the createRequestHeader function.:Source: stat = setRequestHeader (restPUT, 'Authorization', 'Basic ':AUTHORIZATION.STRING)The REST API I am working with uses an API KEY that is created and converted to base64 and added to the "Authorization" header. I am receiving the correct response when I test in the Postman software, but cannot get the Universe code to work. I do see in the documentation that the it seems to be expecting the "normal" format for basic user authentication of user:password. My guess is that is what's throwing the error as my API KEY is just a long string of characters. Lastly, I am running Universe v11.3 running on AIX. Please let me know if you need any other information.Thanks,LarryFrom the documentation:This function supports Base64 encoding for Basic authentication. If header_namecontains either “Authorization” or “Proxy-Authorization,”the header_value shouldth
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.