Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
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
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
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 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?
We are having problem executing a programa compiled with Visual Cobol 2.2 and preprocessed with ProCobol. We are not using neither Eclipse nor .NET environment development. We have found in this ORACLE URL: https://community.oracle.com/thread/466190?start=0&tstart=0 that the solution is use the compiler flags "-C IBMCOMP". We tested this, but do not work. The problem occurs when trying to connect to the database. We are blocked and We don't know what can we do. Can anybody help us?
Procobol gives the next error: Pro*COBOL: Release 11.2.0.3.0 - Production on Tue Oct 7 16:59:46 2014 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. Open file: /MNG/DESA/VFUENTES/ATS/TST1F830.sksError at line 0, column 1 in file /MNG/DESA/VFUENTES/ATS/TST1F830.sksPCB-S-00400, Encountered the symbol "<end-of-source>" when expecting one of the following: . , END-EXEC NOWAIT_ ORDER WAIT FOR @The symbol "END-EXEC" was substituted for "<end-of-source>" to continue. On line 0 (zero. The input file was produced by CP preprocessor. This is the only error produced by Procobol precompiler. Any idea?
Problem: From Oracle's SQL*Plus prompt the following is entered to run a procedure: SQL> EXECUTE MYPROCEDURE('my data'); PL/SQL procedure successfully completed. The procedure simply updates a table with the new data, and it runs without error. When the COBOL program passes the same statement to the SQL.ACU program an error occurs about being invalid. This is the relevant portion of the runtime trace file: Try loading 'SQL.ACU'... SQL.ACU loaded ora_execute: ORACLE EXECUTE : execute MYPROCEDURE('my data'); ERROR CODE = [900] ORA-00900: invalid SQL statement Resolution: To execute an Oracle Procedure, the SQL command passed to SQL.ACU must use the BEGIN… END; syntax rather than EXECUTE: BEGIN MYPROCEDURE('my data'); END; Note that only procedures that do not return any data may be executed by calling SQL.ACU.
We just upgraded to netexpress 5.110.0022 and now it appears I can no longer debug my dialog. Use to be when it was called I could substitute DSGRUN with DS and it debug the dialogs behind the screens. Now (and I tried several screens), I get "Execution of the program DSOO had been interrupted. This program is not animatable, but you can view the call/perform stac.. The cause of the interupt was:114. Attempt to access item beyond bounds of memory (Signal 11). I hope this is something I need to change somewhere and not a problem with the new version.#DSGRUN#dialog#DS#114
Current we are facing one issue. As per client requirement we have to create a file having record length 102729. But as per Microfocus Guide line Run Time Limits of File Size should not me more than 64K. Is there any alternate method to access the files having more than 64K of length. Please advice.#eclipsevisualcobolvariablesviewencoding#eclipseMFcobolcontenttypewithoutextension#Eclipse#rebuild#COBOLFILE#RMCOBOLfiles#visualcobolruntimeswitchlinking#VisualCOBOLautoscalemodescreenresolution#COBOL#buffer#COBOLOrion
Problem: Rather than using the SQL Server lock table the application uses the Vision lock file which is specified in the configuration variable A_MSSQL_VISION_LOCKS_FILE. When the program runs it crashes on the first attempt to open a SQL Server table. This is seen in the trace file: opening data segment (#0): Lock4GL.dat Alt lockfile [Lock4GL.dat] error 1 Resolution: The configuration variable A_MSSQL_VISION_LOCKS_FILE must be set to include the complete path and file name. In this case the path was omitted and it specified only the file name. Adding the path to the file name will resolve the error.
My English is very poor, but I try. I tried version 9.2.3 and have problems with headers grids, if the column is numeric, the title appears only if it is a number. Is there any "ecn" to fix this?, How do I get? Thank you very much.
Problem: When the user opens an elevated Net Express command prompt by right-clicking on 'Net Express 32-Bit Command Prompt' and clicking on 'Run as administrator', the command prompt session is created with the following error: 'createnv.bat' is not recognized as an internal or external command,operable program or batch file. The createnv.bat file is the script to set up the Net Express environment variables, and in this case, the script could not be executed. Resolution: Behind the Net Express 32-Bit Command Prompt shortcut, it is actually launching:C:\\Windows\\SysWOW64\\cmd.exe /k createnv.bat In this same shortcut, you will notice that the Start in field is to specify the current directory as "C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Base\\Bin\\" In other words, the createnv.bat is executed from "C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Base\\Bin\\" When running this shortcut as administrator, Windows fo
PROBLEM In the AcuLocks table, the column Lockpid contains the SQL Server Process ID or SPID which is lockinga record. How can the owner of the Lock be determined ? RESOLUTION If SQL Server 2012 is running, then open the SQL Server Management Studio. On the left hand side in the 'Object Explorer' right click on 'Activity Monitor'. This displays all the current processes running on the server. Other methods:- Open 'New Query' and type 'sp_who2', This gives the same display as the 'Activity Monitor'. Each process shows the 'SPID' with information including the Login and Host Name. Match the LockPid to the process running that has the matching SPID. Execute the stored procedure 'sp_who'. This gives the spid, username and hostname of every connection. Reference the spid associated with the lock. For more information, execute this statement: select * from sysprocesses where spid = nn This wil
I have Visual COBOL Personal Edition with Visual Studio 2012, running on Windows/8 I have set up a Project with several programs in it When I Build the Project it tries to compile each source member within the Project And it comes up against the 2200 Procedure Division line limit fairly easily If I have, say, 10 programs in a Project and I change one program, how can I just compile/prepare that one program Is it possible?
Problem AcuXDBC error message - 'Vortex (simple) SQL Interface has stopped working' This occurred when running 'asql' for example with the following statement: - select * from table; Resolution The problem appeared after AcuXDBC V9.1.1 and was resolved in AcuXDBC v9.2.1. This was related to our AcuXDBC Trifox 3rd Party product. Please upgrade to our latest AcuCobol/AcuXDBC version.
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.