Forum Post: Installation Error
# cat /etc/redhat-release Red Hat Enterprise Linux Workstation release 7.1 (Maipo) # java -version java version "1.8.0_91" Java(TM) SE Runtime Environment (build 1.8.0_91-b14) Java HotSpot(TM) Server...
View ArticleForum Post: RE: Installation Error
# swapon -s Filename Type Size Used Priority /dev/dm-0 partition 19922940 0 -1 19GB for swap partition -- also far enough.
View ArticleForum Post: RE: Installation Error
Hi Jack, The Release Notes document for Visual COBOL for Eclipse 2.3 on Red Hat indicates that the space requirement during installation is only 3.69 GB, so this does not appear to be a space issue....
View ArticleForum Post: RE: Installation Error
You may want to determine whether pax is installed. The installer uses pax to extract the binaries.
View ArticleForum Post: RE: Installation Error
#ls /opt/microfocus logs VisualCOBOL So I need to remove /opt/microfocus first # rm -Rf /opt/microfocus Then, I create it # mkdir -p /opt/microfocus #cd /opt/microfocus # pwd /opt/microfocus # df...
View ArticleForum Post: RE: Installation Error
#yum install pax Resolving Dependencies -- Running transaction check --- Package pax.x86_64 0:3.4-19.el7 will be installed -- Finished Dependency Resolution Dependencies Resolved...
View ArticleForum Post: RE: Installation Error
So, free space and pax package are not the reason for above error. I tried the installation on RHEL 7.2, I got installation passed through, but I can not start it -- only Eclipse, no COBOL...
View ArticleForum Post: RE: Installation Error
I have contacted Jack outside the forum to gather some additional information. I will update the forum as appropriate when the issue is resolved.
View ArticleForum Post: Constructor Chaining
Can you tell me how to do this in COBOL (C# as the example). I’ve highlighted the constructor chaining method in yellow. public class Car { private Driver driver; public Driver Driver...
View ArticleForum Post: RE: Constructor Chaining
Something like: class-id Car. 01 Driver type Driver property. method-id new. invoke self::new(new Driver) set Driver::Name to "Speed Racer" end method....
View ArticleForum Post: RE: Installation Error
This issue is resolved. Basically, the customer had 2 issues: 1) The product is tested and certified on Red Hat Enterprise Server, and he was trying to install it on Red Hat Enterprise Workstation;...
View ArticleForum Post: RE: Installation Error
Visual COBOL is the development tools just like Microsoft Visual Studio. Not a server product. Being certified on Workstation OS makes more sense to developers. I expect 3 improvements in next...
View ArticleWiki Page: Unable to determine the status of the product license:...
Problem: When opening a project, intermittently, the following error message might appear: Unable to determine the status of the product license: Unable to retrieve error details for error...
View ArticleForum Post: RE: Installation Error
Hi jzhang, thanks for your feedback. Just wanted to let you know that many of the points you have made here should be resolved or greatly simplified in our next major product update. Now you have the...
View ArticleForum Post: Select a treeview
Hello, I made my first program with a TreeView and is working. I used the method that is in the example WPFBOOK the demo. Now the question I am asking is how do I get the selected line? For example I...
View ArticleForum Post: Crystal reports
Has anyone used the Crystal reports .NET interface to run, print and export a Crystal report from a COBOL program? If so, I'd appreciate any suggestions, sample code, pointers or other advice....
View ArticleForum Post: RE: Crystal reports
Hi Walter I used Crystal Reports about 10 years ago with Visual Studio 2005. Unfortunately Crystal Reports is not part of Visual Studio anymore. Therefore I cannot run my solution anymore. What...
View ArticleForum Post: RE: Crystal reports
I don't know to access .NET assemblies from COBOL on Windows, I am the beginner on that. But if you know about how to access .NET assemblies from COBOL, then it is not a big deal to integrate...
View ArticleForum Post: RE: Crystal reports
I don't know how to access .NET assemblies from COBOL on Windows, I am the beginner on that. But if you know about how to access .NET assemblies from COBOL, then it is not a big deal to integrate...
View ArticleForum Post: Linker flag -U in cob32 or cob64
I try to understand how Visual COBOL works in Eclipse GUI. I turn verbose mode I saw this information in the build output windows: [cobollink] Linking Hello... [cobollink] cob32 -g -x -t -oHello...
View Article