Hi Ekstrand,
We are experiencing some issues with the activation website. Please bear with us until the issue is resolved. Apologies for the inconvenience.
Regards,
Raquel
Hi Ekstrand,
We are experiencing some issues with the activation website. Please bear with us until the issue is resolved. Apologies for the inconvenience.
Regards,
Raquel
I am trying to activate the free Visual Cobol PE version after installing it every time I try it throws a Authorization Process Error. "MG0006: unable to authorized the request."
I am a student attempting to activate the free 1 year version of visual cobol. I have downloaded it but when i try to acquire the free license i get an error. Please advise
Hi Matthew,
We are experiencing some issues with the activation website. Please bear with us until the issue is resolved. Apologies for the inconvenience.
Regards,
Raquel
Hi CBatt,
We are experiencing some issues with the activation website. Please bear with us until the issue is resolved. Apologies for the inconvenience.
Regards,
Raquel
Hey when I try to activate the product I get an error code MG0006.
I am not able to activate the free 1 year version of visual cobol. I can download it but when it asks for my registered account it has an error MG0006. Help
Hi EBockting,
We are experiencing some issues with the activation website. Please bear with us until the issue is resolved. Apologies for the inconvenience.
Regards,
Raquel
Hi Swilson,
We are experiencing some issues with the activation website. Please bear with us until the issue is resolved. Apologies for the inconvenience.
Regards,
Raquel
I'm receiving the unable to authorize the request, MG0006 error. I have a class of approximately 40 students that are depending on this software. Please advise on how to prevent this error.[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/18/Capture.zip:550:0]
When trying to activate VCVS2015 in visual studios I get the same error as everyone else when trying to active when it's an error.
Dear Chris,
We migrate from Oracle 10g to Oracle 11g, and we have problem with Opened Cursors.
In the versión 10g de Oracle at final the commit close automatic the cursore, in the version 11g dont do the same.
Our consult is there are an intruction like CLOSE ALL CURSOR in Server Expres using SQL Command ???.
Dear Chris,
We are using Server Express 5.2 with AIX 5.1 and we have problem with several Cursor Open. How we can Close of them before finish the program???
Many Thanks
Hi,
Has this been resolved already? I'm receiving the same error too.
Regards, Marko
Hi
From some Oracle documentation I find useful
docs.oracle.com/.../pco03dbc.htm
>>>>>>>
WITH HOLD Clause in DECLARE CURSOR Statements
Any cursor that has been declared with the clause WITH HOLD after the word CURSOR remains open after a COMMIT or a ROLLBACK. The following example shows how to use this clause:
EXEC SQL
DECLARE C1 CURSOR WITH HOLD
FOR SELECT ENAME FROM EMP
WHERE EMPNO BETWEEN 7600 AND 7700
END-EXEC.
The cursor must not be declared for UPDATE. The WITH HOLD clause is used in DB2 to override the default, which is to close all cursors on commit. Pro*COBOL provides this clause in order to ease migrations of applications from DB2 to Oracle. When MODE=ANSI, Oracle uses the DB2 default, but all host variables must be declared in a Declare Section. To avoid having a Declare Section, use the precompiler option CLOSE_ON_COMMIT described next. See "DECLARE CURSOR (Embedded SQL Directive)".
CLOSE_ON_COMMIT Precompiler Option
The precompiler option CLOSE_ON_COMMIT is available to override the default behavior of MODE=ANSI (if you specify MODE=ANSI on the command line, any cursors not declared with the WITH HOLD clause are closed on commit):
CLOSE_ON_COMMIT = {YES | NO}
>>>>>>
A example putting oracle option into a example options file.
>>>>>>>>>
#
# lets produce a 64 bit executable using cobsql.
#
export COBMODE=64
#
examplecfg=$PWD/example.cfg
export examplecfg
cat >$examplecfg << EOF
PAGELEN=10000
MAXOPENCURSORS=250
MODE=ORACLE
CLOSE_ON_COMMIT=YES
DECLARE_SECTION=NO
END_OF_FETCH=100
HOLD_CURSOR=NO
RELEASE_CURSOR=NO
IRECLEN=250
ORECLEN=250
UNSAFE_NULL=NO
DBMS=V8
COMP5=NO
EOF
#
rm multiconn
#
cob -xgt -C anim -v -k multiconn.cbl -C"p(cobsql) makesyn sqldebug debugfile end-c verbose config==$examplecfg P(cp) sy endp endp list() listwidth=132" $ORACLE_HOME/precomp/lib/cobsqlintf.o -L$ORACLE_HOME/lib/ -lclntsh -Nnolitlink
#
/usr/bin/time ./multiconn
#
# end
#
>>>>>>>
Hi Marko,
Unfortunately, this has not been resolved yet, we are still working on the issue.
Regards,
Raquel
Hi Pedro,
Tony's response is correct if you are using Oracle Pro*COBOL. If you are using OpenESQL and ODBC then the BEHAVIOR setting determines whether or not a COMMIT will close a cursor. If BEHAVIOR=MAINFRAME then cursors will automatically be closed otherwise they will remain open.
All cursors are automatically closed on a DISCONNECT or when the program terminates.
Hello,,,Am using Personal COBOL 2015.
I want to install the HELP files on my machine, so do not have to go online for help.
I think I have set up the files needed (eg, installed Java, downloaded Eclipse Classic 3.6.0. , etc). Refered to https://supportline.microfocus.com/documentation/MFInfocenter.htm
Am at the stage where it says
Display the Infocenter by pointing your browser to http://localhost:8081/help/index.jsp.
I have created a batch file to 1) add Java bin directory to the path, and it executes the startup command as per the instructions.(this is all done in a DOS window), 2) I then open my browser and enter the localhost info in and hit ENTER
If I open a browser window and input the localhost info, says "local host refused to connect".
What does "point your browser" mean here?
Thank you...Thomas
It is not really a converter but we added limited support for RM/Panels directly into the Visual COBOL product at least at the run-time level.