Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
yes, thats exactly it! can't figure out how to reply online to this - butthank you!On Tue, Apr 5, 2022 at 12:47 PM Jonathan Smith via Rocket Forum wrote:> Check your VOC file for the keyword of PID. It should read >CT VOC PID PID> 0001 K 0002 249 > If PID is missing from the VOC you will get this...> Invite your colleagues to join the Rocket Forum and grow our expert> network.> ------------------------------> [image: Rocket Software] > Rocket U2 | UniVerse & UniData> > Post New Message Online> > Invite your colleagues to join the Rocket Forum and grow our expert> network. Share this link. > Re: port status> > Reply to Group Online> > [image: Jonathan Smith]> > Apr 5, 2022 12:45 PM> Jonathan Smith> > Check your VOC file for the keyword of PID.> It should read>> >CT VOC PID>> PID> 0001 K> 0002 249> >>> If PID is missing from the VOC you will get this error, if PID is missing> you are more than likely missing some other keyword definitions in the VOC> as well.> I would check the followin
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
Hi,We have a customer who uses Rocket Dynamic Connect V6.3.7.It looks like it is quite old. My question is: are there any issues with certain printers not working?They have a printer that needs replacing with a much more recent model. I believe it does not matter as Windows provides the interface from what I can see.ThanksDave Boulter------------------------------Dave BoulterRocket Forum Shared Account------------------------------
I've got a friend who's looking to generate PDFs from D3 that include an image ( a company logo for an invoice ) and a barcode. Barcodes can be accomplished by using PCL which is understood by most if not all PDF printers/converters, but the image is a little trickier. I've done it before using PCL Tools but that was a long time ago. I understand Print Wizard can do this, but I have no experience with Print Wizard. Anybody out there got any suggestions?------------------------------Brian S. CramPrincipal Technical Support EngineerRocket Software------------------------------
Hello, I've run into a strange issue where I'm trying to wrap the d3 C functions so I can use them from nodejs. Everything compiles fine but the _CP_logon function hangs in node but not when I run it outside of node. stracing showed that there was a segmentation fault that was causing it to hang and I'm guessing something weird might be happening with the C memory that _CP_mkstr allocates and node's memory. After running my addon in valgrind, it looks like there might be a memory bug somewhere deeper down.I ended up being able to duplicate the issue in it's most simple form by running valgrind against the cdemo project that comes with d3. I think the root issue is that there might be a double free error somewhere in pick_init or maybe a null deref (I have basically 0 experience with C so take this all with a heaping of salt).I built cdemo using gcc 7.3 and then ran it valgrind and I see the following error which is the same error that I get through node. [root@d3linux cdemo]# valgrind
Below is a post from the U2 Forum. While this does not affect D3 directly, if customers are using certificates for gaining access to their machine, they may be vulnerable. The recommended course of action would be to obtain the 1.1.1n release of OpenSSL, install it on their server, run D3_setup to link D3 with the new version of OpenSSL.========================================================================================================A major OpenSSL vulnerability has been addressed in 1.1.1n - we should upgrade as it is a well-known and published method of inflicting a DDoS attack:https://nvd.nist.gov/vuln/detail/CVE-2022-0778https://www.openssl.org/news/secadv/20220315.txtThe BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a base point en
OpenSSL cert parsing bug causes infinite denial of service loop BleepingComputer remove preview OpenSSL cert parsing bug causes infinite denial of service loop OpenSSL has released a security update to address a vulnerability in the library that, if exploited, activates an infinite loop function and leads to denial of service conditions. Denial of service attacks may not be the most disastrous security problem. However, it can still cause significant business interruption, long-term financial repercussions, and brand reputation degradation for those affected. View this on BleepingComputer > Came across this today and noted that OpenSSL v1.1.1 is impacted, which means UV 11.3.4 is affected.------------------------------Gregor ScottSoftware ArchitectPentana Solutions Pty LtdMount Waverley VIC AU------------------------------
Recently a support case came in asking if there was an OCONV option to determine the week of the year of a passed date. OCONV won't do that, so I wrote a subroutine:subroutine weekOfYear.sub(inDate, weekNo)** Pass: inDate ( 5-digit internal date format )* Return: weekNo ( 1-53 )* Calculates which Sunday-Saturday week#* within the year. Week 1 is only 7 days* if January 1st is a Sunday.*if not(assigned(inDate)) then inDate=date()if inDate matches "5n" else inDate=iconv(inDate,"d")if inDate matches "5n" else inDate=date()inYear=oconv(inDate,"dy")begOfYear=iconv("1/1/":inYear,"d")firstYearDay=oconv(begOfYear,"dw")daysToSun=7-firstYearDayweekNo=int(((oconv(inDate,"dj")-daysToSun)+6)/7)+(daysToSun>0)returnAs the comments state, you pass a date in Pick internal format, which has been a 5-digit number since May of 1995, and you receive a number from 1 to 53 indicating which week of the year contains that date. This assumes that the week you seek starts on a Sunday and ends on a Saturday. I
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
I am beginning our journey with MVX:P and UV 11.3.4 on RHEL8.Reading through the MVX install guide I noted that the MVAdmin installation "highly recommend"s making the following uvconfig changesPERF_SYSTEM_SECTIONS 17PERF_SESSION_SECTIONS 17PERF_SYSTEM_FILES 29PERF_SESSION_FILES 29The default setting for these in a clean UV 11.3.4 install on RHEL8 has these set at follows:PERF_SYSTEM_SECTIONS 17PERF_SESSION_SECTIONS 11PERF_SYSTEM_FILES 163PERF_SESSION_FILES 19The description of these settings in the uvconfig leads me to conclude that the xx_SYSTEM_xx settings are the system-wide maximums, and the xx_SESSION_xx are maximums for a monitoring session. What I don't understand, and the documentation on MVX does not help here, is what's the relationship between the xx_SYSTEM_xx settings and the xx_SESSION_xx settings? Are the session settings a sub-set of the system ones, or do they control something totally different to the system one?If the session items are a sub-set of the
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?
In the MVX installation guide, within the Installing MVAdmin on Linux an AIX section, is a highlighted tip that readsAfter MVAdmin is installed, if you should ever need to edit the uvconfig file, for your changes to take effect, you will need to use the mvadmin command to stop andrestart the MVAdmin Service (after stopping and before restarting the UniVerse Resource Service).I have never seen anything that refers to the UniVerse Resource Service before, and can find nothing that resembles it in the UV 11.3.4 installation on RHEL8.It is mentioned only 4 times in the MVX installation guide - 2 times each within the MVAdmin installation notes for both Windows and Linux/AIX.Can anyone shed some light as to what it is and does?------------------------------Gregor ScottSoftware ArchitectPentana Solutions Pty LtdMount Waverley VIC AU------------------------------
Hello,We plan to use the MVS Toolkit for data entry form on a phone app. How would you go about uploading a photo from your mobile app to a server? The picture should be stored on a server as JPG file. The path or URL for the picture should be stored on D3.Thanks,Chris------------------------------Chris WolczSenior Software DeveloperExecontrol Global SolutionsClifton Park NY US------------------------------
Hello,We have a new build of unidata 8.2.1 on centos 7 and cannot connect via SBClient. When connecting, it does not ask for user credentials, it just gives us a "Session disconnected" message and quits. Has anyone seen this behavior? Any way to resolve this issue? ------------------------------Victoria LeeIS Support TechnicianEye Bank For Sight RestorationNew York NY US------------------------------
Yes, but the whole D3 system and PICK before it was built independent of the operating system. We have moved our software from R83, AP/PRO, Mandrake, Mandriva and finally CentOS simply by backing up and thenrestoring it on the new system. New hardware, new OS and a couple of hours later, all up and running and back in business. We could have even used an AP/DOS or a Windows version, so the underlying OS is, or was, basically inconsequential.-- Alex PolglazeThe Book-Keeping Network(08) 9349 9189+61 419 776 348apolglaze@book-keepingnetwork.com.auhttps://www.book-keepingnetwork.com.au
I just read that Rocket has 4 free workshops on MVIS to users with a maintenance. How do I register for these workshops? Thankshttps://www.dbta.com/Editorial/News-Flashes/MultiValue-Vendors-Continue-to-Move-Forward-in-2022-151297.aspx?PageNum=3------------------------------Peter GonzalezprogrammerSelf RegisteredSt. Louis MO US------------------------------
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 group!It has been many years since I downloaded wIntergrate (the free version without all the bells and whistles) . I can't seem to find it on the Rocket website. Could someone post the link? Thanks------------------------------Peter GonzalezprogrammerSt. Louis MO US------------------------------
When opening one of our programs in VS Code I've noticed the java process use up a large amount of system resources before eventually ending in a StackOverflowError in the folding handler. I've reproduced this issue a few times with the same program, but no other programs seem to hit this issue. CPU usage on the java process are between 30% and 35% with RAM usage around 1GB or higher before the process spits out the logs as pasted below. Additionally, the WARN appears to be related to an underscore following an INPUT statement: INPUT NUL,1:_ 17:07:50.165 [ForkJoinPool.commonPool-worker-1] WARN com.rs.mv.mvvs.basic.services.semantichighlighting.SemanticAnalyseVisitor - Semantic recognition error. Token type:351,Text: _ Dec 08, 2021 5:07:50 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint fallbackResponseError SEVERE: Internal error: java.lang.StackOverflowError java.util.concurrent.CompletionException: java.lang.StackOverflowError at java.base/java.util.concurrent.CompletableFuture.enc
After updating to 1.4.0, I noticed that any variable that is not declared or assigned before a subroutine call is marked as an error after that subroutine call. In the below snippet, line 3 would show as an error in 1.4.0 but does not show as an error in 1.3.3 VAR1 = ""CALL PROGRAM1(VAR1, VAR2)CRT VAR2 ------------------------------Robert MetzgerSoftware Engineerbasys IncBaltimore MD US------------------------------
hello everybody,Do you have any idea how to limit a SBuser to only 1 (or n) open session ? many thanks
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.