Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Problem: The Visual COBOL setup aborts while it is installing MS Visual Studio 2012 Shell, and the MSI log file (dd_vs_isoshell_<date/timestamp>.log) reports an issue with the installation of MS .NET Framework 4.5. Resolution: MS .NET Framework 4.5 is a requirement to install MS Visual Studio 2012, and the details of the problem are reported in the MSI log file. According to the log file, here is the command that it is trying to execute: [...] Applying execute package: netfxfullweb, action: Install, path: C:\\ProgramData\\Package Cache\\C22163DDD7881C5E3B73E3B3CFB926A66ACAC7FE\\packages\\dotNetFramework\\dotNetFx45_Full_setup.exe, arguments: '"C:\\ProgramData\\Package Cache\\C22163DDD7881C5E3B73E3B3CFB926A66ACAC7FE\\packages\\dotNetFramework\\dotNetFx45_Full_setup.exe" /q /norestart /KeepAUPaused /ChainingPackage "" ' And the command fails with the following errors: [...] Error 0x800c0005: Process returned error: 0x800c0005[...] Error 0x800c
I would like to know license expiry date of installed Server Express 5.0. I got output from apptrack as follows Installed Application Server licenses:----------------------------------------------------------00001/apps/ServerExpressVersion of Server for COBOLLicense users: Unlimited CPUs: 001Duration: Unlimited Server As per one article in microfocus community Duration means Duration: Unlimited Note: Unlimited rather than an expiration date indicates this is a purchased license, not a temporary evaluation key or an emergency issue from SupportLine. So how to know actual expiry date of existing license? Thanks in advance
Hi all, I am using the CDO library in order to create and send a mail with an attachment. After mail is sent, program deletes or moves the attachment file to another folder. My program works well (message is sent) except the following: wrun32.exe keeps the attachment file locked and the program can't delete it or move it to another folder. Although I am doing all the necessary DESTROY statements, the attachment file is actualy deleted or moved only when wrun32.exe terminates. Is there any other way for creating and sending e-mail messages (except using an outlook object) ? Thanks
Problem: Net Express 5.1 installation appears to be completed without any errors, but License Management System does not list any product. For this reason, it is not possible to: generate a Request Key to exchange with a Response Key apply Update (formerly known as WrapPack) Here is the error message when one tries to apply Net Express 5.1 Update 4: This upgrade can only be applied to Net Express 5.1 version 5.100.0157, 5.101.0074, 5.102.0118 or 5.103.0042. Please uninstall your existing version and rerun setup. Resolution: Attempting to install Net Express 5.1 (base version 5.100.0157 that comes with the media) on Windows 7 or Windows Server 2008 R2 may fail or appear completed without any errors. In either way, a key in the registry became corrupt, and it cannot be removed through the normal uninstallation process. After the above attempt, installing Net Express 5.1 Update 1 or Net Express 5.1 Update 6 (both full product) may appear to be completed successfully, but the Licen
I want to bind each control on my Windows Form to a property in a a class. Is this possible ? In C#, I can select a TextBox, expand its DataBindings node in the Properties window, click the arrow next to the Text property, then click on the "Add Project Data Source" link. This link does not appear in Visual COBOL. Even if the link did appear, I'm not even sure if I can use my class. On the "Choose data source type" window, you can select "Object" but this doesn't seem to be what I am looking for. I know how to do this in WPF using the download from this link: community.microfocus.com/.../19748.automatically-refresh-a-bound-wpf-control-when-values-of-bound-object-are-updated.aspx Can I do something like this with a Windows Form ? #VisualCOBOL
Problem: Although users with Super Users privileges have no problem to install Net Express 5.1, they are unable to apply any WrapPack and get the following error message:"Windows Install error 1605" Resolution: Installing Net Express and its WrapPacks (or Updates) requires Administrators or Super Users privileges, but a corporation may put a system policy in place to prevent users from installing or applying software update. Windows Install error 1605 actually means "This installation is forbidden by system policy" In the system policy, there is an option to prevent non-administrator accounts from applying software updates. It is called Prohibit non-administrators from applying vendor-signed updates. Since Super Users are non-administrators, they may be able to install software, but not to apply updates. The users will then need to request their IT group to disable the option temporarily or have someone with administrator's privileges to apply the WrapPack on th
A customer wants to migrate a large computer system developed in " ACUCOBOL v7 " to " GeneXus " , what are the arguments for NOT do ? .#GeneXus
Object-oriented (OO) concepts are fundamental to both .NET and the Java Virtual Machine. If you’re considering deploying COBOL applications onto either platform, you’ll need to have a grounding in OO skills to take full advantage of what these platforms can provide. We have produced a guide (available here) that provides an introduction to OO concepts for procedural COBOL developers. We plan to build upon the material, so your feedback on the existing material and the new topics you’d like added is most welcome. Regards, The Micro Focus Documentation Team
Hi, we need a grid with 2 lines of col-headings (no problem with NUM-COL-HEADINGS) but the cells of the first line should span over 3 cols of the second and all other lines of the grid. Is this possible ? If so, please tell us how. If not, how would you solve this problem ?
I am creating a Line Sequential File, for the State of Illinois, and they are saying my file contains "an extra line". My program opens the file as output, writes the records, and then closes the file. When I look at the file, it looks to me as if the program is adding an extra carriage return at the end of the file. How do I get rid of that, OR not write it at all? Anyone have any suggestions?
Hello, I am new to the Visual (Cobol) / WPF World (coming from ACU-Cobol). I tried to find a Sample that demonstrates how to fill a WPF DataGrid (NOT DataGridView!!) from a file. I tested 2 different ways to populate the DG but None of them worked - here are them: 1. - read a file called "VER01" (employees)- filling a list with the Name, shortname and the number- read next entry of file - filling list ...- set the list (LISTBOX) to ItemsSource of Datagrid (LB1)- DataGrid is empty although the List is filled correctly Code 2. - read file called "VER01" (employees) - fill a Single-line-Array (LB1X) with entries from VER01 and - directly try to add this line to the DataGrit (Invoke LB1::Items::Add(LB1X)- The DataGrid is populatetd with the correct number of rows (concerning to the entries in the file) but the DataGrid has no content Code I really tried to find samles/help in the documentation, Forums, wikis, Google but could not find something that helps ... can a
Problem: When setting up a Remote Connection on Visual COBOL DevHub using SSH, the Visual COBOL Eclipse Client is unable to set up a project on the remote server with DevHub Installed. Solution: 1. Ensure that remote desktop option daemon has been started on the remote server. To check for this log on to the remote server and run ps -ef | grep 4075 from the remote server's shell. If the server has been started, the output will display something like: "/usr/bin/perl -w .........remotedev/rseserver/rseserver-3.5/daemon.pl 4075" If the daemon has not been started, then start the daemon in the foillowing manner as root: Run "cobsetenv" to set your environment such as ". /opt/microfocus/devhub221/bin/cobsetenv" Then run "$COBDIR/remotedev/startrdodaemon & " to start the server
We're compiling all our COBOL as 64 bit for the next release of our system, and one of the programs won't link. It gets the error message 'cbllds00003DFC.obj : error LNK2001: unresolved external symbol _mFxxxx' (where xxxx is a 4 digit hex number). It gets this message many, many times. This program has calls to the 'CBL_' routines as well as access to the windows registry. I probably missed something in the documentation about 64 bit 'CBL_', so if anyone has some wisdom on this, I would greatly appreciate it. Thanks in advance for your help!
Problem: Need to Activate the free one year License for Visual COBOL for Eclipse Personal Edition. Solution: 1. Start Visual COBOL. If you have not installed a license for Visual COBOL, starting the IDE for the first time after you install the product opens the Micro Focus Visual COBOL Product Licensing dialog box. If you cancel this dialog box, you can invoke it again from Help > Micro Focus > Product Licensing. 2. Click I want to activate the free product. 3. Ensure that the email address used to register the product is in the Email address text entry field. If you haven't registered your email address yet, click registration page and follow the instructions onthat page. 4. Select one of the following options: Automatic Use this if you have Internet access.4.1. Click Finish to activate your copy of Visual COBOL Personal Edition. Manual Use this if you are not connected to the Internet.4.1. Click Next and then click Send email. This opens your default email client and
Hello, I received the licence string in a Micro Focus Visual COBOL Activation Request mail When I paste it in the licence textbox and click on the install license button, an error message appear : "Invalid license string"
Runtime error in VC (latest version of personal edition) ? App runs without error on other compiler. Looked at a similar error posted in the community but in this case: - Standard cobol commands are used - Programm doesn’t call any sub-programms - No pointers are used
I have MF VC P/Edit and the 'free licence' will run out early next year What happens then?
Hi, We are trying to upgrade our application from NET EXPRESS 4.0 to 5.1 and Windows Server 2003 to 2008 and Visual Studio 2003 to 2008. While compiling the code, I am getting "System error - failure during ILASM phase". I am not sure what this issue is. I also referred previous posts and made settings but still it dint help. Could someone help on this? Thank You
Please watch our video demo here: https://bcove.video/2slPQhN Micro Focus License Administration: Setting up a License Server If you have received an authorisation code for a concurrent license, you will need to install this on a license server. For further information on how to activate your license, please view the activating your license video. Once the authorisation code has been activated on the License server, you will need to point your client machines to the license server. Please ensure that the Micro Focus License Administration tool is installed on each of your client machines. - On the client machine, start the License Administration tool. - Click on Options| Advanced Configuration - The License Server field will be showing the IP Address: 127.0.0.1 which is the local host. - &nb
I'm using Visual Cobol for Eclipse with the RM Dialect. Using a RM Window Call, when the Window Closes the program displays a Terminate Window message, and doesn't redraw the background. Is there an easy way to get this working? I use CONTROL "WINDOW-CREATE" AND CONTROL "WINDOW-REMOVE" ... to start and stop the window in RM. But with RM in Visual Cobol, the main screen doesn't redraw, which is behavior that normally happens in RM. #window#COBOL#rm#VisualCOBOL
Micro Focus License Administration: Activating your License If you have received a 16-digit authorisation code to license your product, you will need to activate this by authorising it through the Micro Focus License Administration tool. Automatic Authorisation: An internet connection is required for a successful automatic activation. Enter the authorisation code into the ‘Enter authorisation code’ field in the License Administration tool and click on authorise. The License Administration Tool will attempt to connect to the authorisation server. If activation is successful, a message in green will appear stating ‘license(s) added successfully’. Manual Authorisation: If the activation is not successful a message will appear in red: Authorization failed.If the error message reads that the authorisation code is exhausted, it means it has already been installed on a machine and cannot be used again. If it states that the code is invalid, there are a number of possibilities. It cou
Micro Focus License Administration: Activating your License If you have received a 16-digit authorisation code to license your product, you will need to activate this by authorising it through the Micro Focus License Administration tool. Automatic Authorisation: An internet connection is required for a successful automatic activation. Enter the authorisation code into the ‘Enter authorisation code’ field in the License Administration tool and click on authorise. The License Administration Tool will attempt to connect to the authorisation server. If activation is successful, a message in green will appear stating ‘license(s) added successfully’. Manual Authorisation: If the activation is not successful a message will appear in red: Authorization failed.If the error message reads that the authorisation code is exhausted, it means it has already been installed on a machine and cannot be used again. If it states that the code is invalid, there are a number of possibilities. It could be t
Micro Focus License Administration: Revoking your License If you wish to move your permanent license from one machine to another you will need to revoke your license on the original machine. This will release the license so that you can reinstall it.Please note that once an authorisation code has reached its activation limit, it cannot be reused for rehost purposes. A revoke must be carried out to release the license. This process is for those who have authorisation codes, rather than Pre-Authorised licenses. Click on the Revoke button beside the license that you wish to remove. On the next screen confirm that you would like to revoke this license. The system will connect to the server and release the license. If this is successful, there will be a message in green: Licenses revoked, and a new authorisation code will be displayed for you to use on the new machine. If the Revoke process fails, an error message will appear: Click on OK and the license manager will display your License
Micro Focus License Administration: Setting up a License Server If you have received an authorisation code for a concurrent license, you will need to install this on a license server. For further information on how to activate your license, please view the activating your license video. Once the authorisation code has been activated on the License server, you will need to point your client machines to the license server. Please ensure that the Micro Focus License Administration tool is installed on each of your client machines. - On the client machine, start the License Administration tool. - Click on Options| Advanced Configuration - The License Server field will be showing the IP Address: 127.0.0.1 which is the local host. - To set up a connection with the license server
I have an acubench report template set up with an image on the document as a place holder for a user signature. This must be populated with the appropriate bitmap when the document is created (ie: the bitmap for the specific user). How do I soft-code the bitmap property on the report image so that I get the correct signature on the document?
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.