Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all 4356 articles
Browse latest View live

RE: Visual COBOL eclipse - Debugger Run-time error 253 Cannot load file - unsupported format: b.exe Debugger Error Code 253

$
0
0

I changed it to a CALL and got the same error.  I am wondering if there is something wrong with the environment.  Running on a Windows 7, 64 bit machine.  I just want the code to run local right now.  I am also having trouble with call to ADIS although this does not result in the load error, I am not getting the KEY-STATUS back after the CALL.

My main goal is to enhance this application to something more visual but first I wanted to get it working in its more primitive original version.  Any help would be appreciated.


RE: Visual COBOL eclipse - Debugger Run-time error 253 Cannot load file - unsupported format: b.exe Debugger Error Code 253

$
0
0

How do you have your projects setup? It seems like you are generating .EXE files for both your main program and subprogram which is not allowed.

If your main program is an .exe then you can call programs that are compiled as .dlls or as .int or .gnt code but not .exes.

In order to do this in Visual COBOL you would setup your main program in a project that generates an .exe and then your subprogram in a project that generates a .dll and then add a reference to the subprogram project from the main program project.

Visual COBOL eclipse - Debugger Run-time error 253 Cannot load file - unsupported format: b.exe Debugger Error Code 253

$
0
0

Program "a" CHAINS to program "b.exe" resulting in this error.  However, I can debug program "b" if it is the initial program started in the debugger.  I'm having the same error in Run mode.

RE: Visual COBOL eclipse - Debugger Run-time error 253 Cannot load file - unsupported format: b.exe Debugger Error Code 253

$
0
0

From the 253 error, it appears that you are calling the subprogram with an explicit reference to the extension on the subprogram, something like CALL "b.exe". Once you change the subprogram to be one of the callable executable types that Chris mentioned, you will not need to reference the extension in your call statement - you can use CALL "b" instead.

RE: Printing

$
0
0

Sorry for the back and forth questions.  I am relearning COBOL.  It is quite different from when I studied it in 1984.  In reference to the code you sent to me, is this the exact code I use replacing the MYENV with my filename that is located on my C: drive?  So it would read select test-file assign to external 'C:\users\....\salesrpt'?

RE: Printing

$
0
0

No, that was an example for assigning to an environment variable because you mentioned you were using an external name which uses an environment variable.

If your select statement is assigning directly to a file name then you do not specify EXTERNAL in the select and you do not need to do the display and accept of the environment variable either.

So it would read:

select test-file assign to  'C:\users\....\salesrpt'

and then this would be the name of the file that you set in the PC_PRINT_FILE call as well.

Question: is this a native code project or a managed code project that you are using?

The example in the knowledgbase is for a managed code project so I just wanted to make sure we were on the same page here and then I can send you a complete sample.

RE: Printing

$
0
0

This is for a school project that I am running on my pc at home.  I wasn't sure if it were best for managed for native.  I am assuming native since I am not uploading to a server or anything.  So, could you send me the complete code.  My email address if that would be easier is aadowns1@catamount.wcu.edu.  Thanks for your help.  Just to recap of what I want to do.  When i execute my program to create a sales report, I want the option to send it to my local printer attached to my pc as well as store the sales report on my local disk.

RE: Printing

$
0
0

No need to send the file.  It is working great using the PC_PRINT_FILE.  I now want to look into the option of having the dialog box pop up to choose the printer name.  Maybe another day however.  Thanks for your help!


RE: Installation Visual Cobol stops with 0x80004005 - unspecified error

$
0
0

I have the same problem and checked the TMP and TEMP settings. The actual used temp env. variable is TMP. I have set TMP to C:\TMP and TEMP to C:\TEMP. TMP was used.

The C:\TMP directory contained the following data:

C:\TMP>dir /s

Volume in drive C has no label.

Volume Serial Number is 3A92-D80E

Directory of C:\TMP

18-12-2014  09:18    <DIR>          .

18-12-2014  09:18    <DIR>          ..

18-12-2014  08:55            33.097 Micro_Focus_Enterprise_Developer_for_Visual_

Studio_2012_20141218084843.log

18-12-2014  08:55    <DIR>          {2392a7a3-19a9-42d4-b13f-a1d7a2093b22}

              1 File(s)         33.097 bytes

Directory of C:\TMP\{2392a7a3-19a9-42d4-b13f-a1d7a2093b22}

18-12-2014  08:55    <DIR>          .

18-12-2014  08:55    <DIR>          ..

18-12-2014  08:48       191.832.064 enterprisedevelopervisualstudio201222x86

              1 File(s)    191.832.064 bytes

    Total Files Listed:

              2 File(s)    191.865.161 bytes

              5 Dir(s)  19.671.457.792 bytes free

C:\TMP>

The system I got this error is: Windows 8.1 Pro 64bit.

Version edvs2012_221.exe installed ok.

Version edvs2012_222.exe gave the above error with Windows 8.1 Pro 64bit. This version installed oke on a Windows 7 Enterprise edition SP1 64bit system.

Peter.

RE: Installation Visual Cobol stops with 0x80004005 - unspecified error

$
0
0

I just tested the edvs2012_222.exe installer on a Windows 8.1 Enterprise 64-bit and it worked correctly.

A couple of questions:

1. Do you have a full version of Visual Studio 2012 already installed on your system or are you installing the shell version provided with Enterprise Developer?

2. Are you installing the 2.2.2 version over an existing install of 2.2.1 or have you removed 2.2.1 first?

Thanks.

Installation Visual Cobol stops with 0x80004005 - unspecified error

$
0
0

Logfile:

[01E8:01EC][2014-05-06T09:30:29]i001: Burn v3.7.1224.0, Windows v5.1 (Build 2600: Service Pack 3), path: E:\Downloads_von_C\Cobol_vce_22.exe, cmdline: ''
[01E8:01EC][2014-05-06T09:30:29]i000: Initializing string variable 'ProductRevision' to value '2.2.00244'
[01E8:01EC][2014-05-06T09:30:29]i000: Initializing string variable 'InstallFolder' to value '[ProgramFilesFolder]Micro Focus\Visual COBOL'
[01E8:01EC][2014-05-06T09:30:29]i000: Initializing string variable 'RumbaCheckboxState' to value 'disable'
[01E8:01EC][2014-05-06T09:30:29]i000: Initializing string variable 'RumbaLabelState' to value 'disable'
[01E8:01EC][2014-05-06T09:30:29]i000: Initializing string variable 'InstallFolder2' to value 'C:\Users\Public\Micro Focus\Visual COBOL'
[01E8:01EC][2014-05-06T09:30:29]i000: Initializing numeric variable 'ignorechecks' to value '0'
[01E8:01EC][2014-05-06T09:30:29]i000: Initializing string variable 'UpgradeRegKey' to value 'SOFTWARE\Micro Focus\Visual COBOL\2.1'
[01E8:01EC][2014-05-06T09:30:29]i000: Initializing string variable 'NucleusRegKey' to value 'SOFTWARE\Micro Focus\Visual COBOL\2.2'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting string variable 'WixBundleLog' to value 'C:\DOCUME~1\uli\LOCALS~1\Temp\Micro_Focus_Visual_COBOL_for_Eclipse_20140506093029.log'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting string variable 'WixBundleOriginalSource' to value 'E:\Downloads_von_C\Cobol_vce_22.exe'
[01E8:01EC][2014-05-06T09:30:29]i052: Condition '((VersionNT=v5.1 AND ServicePackLevel>=3) OR (VersionNT64=v5.1 AND ServicePackLevel>=2) OR (VersionNT=v5.2 AND ServicePackLevel>=2) OR (VersionNT=v6.0 AND ServicePackLevel>=1) OR (VersionNT>=v6.1))' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i000: Setting string variable 'WixBundleName' to value 'Micro Focus Visual COBOL for Eclipse'
[01E8:0200][2014-05-06T09:30:29]i000: Running detect BA function
[01E8:01EC][2014-05-06T09:30:29]i100: Detect begin, 6 packages
[01E8:01EC][2014-05-06T09:30:29]i000: Setting string variable 'ie10version' to value '8.0.6001.18702'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry value not found. Key = 'SOFTWARE\JavaSoft\Java Runtime Environment', Value = 'Java6FamilyVersion'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting string variable 'jre17version' to value '1.7.0_11'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Net Framework Setup\NDP\v3.5'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting string variable 'Netfx4FullVersion' to value '4.0.30319'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.1'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.1'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.2'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.1'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.1'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.2'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.1'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1028'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1031'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1033'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1036'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1040'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1041'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1049'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1082'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\2052'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\VSTDCore'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2010premium' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\PROCore'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2010professional' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\10.0\runtime'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\VSTSCore'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2010ultimate' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\11.0\intshelladditionalres'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2012intshell' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\11.0\isoshell'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2012isoshell' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\11.0\premium'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2012premium' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\11.0\professional'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2012professional' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\11.0\ultimate'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2012ultimate' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2013\2.2'
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\12.0\intshelladditionalres'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2013intshell' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\12.0\isoshell'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2013isoshell' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\12.0\premium'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2013premium' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\12.0\professional'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2013professional' to value 0
[01E8:01EC][2014-05-06T09:30:29]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\12.0\ultimate'
[01E8:01EC][2014-05-06T09:30:29]i000: Setting numeric variable 'vs2013ultimate' to value 0
[01E8:01EC][2014-05-06T09:30:29]i052: Condition '(jre16version AND (jre16version <> "1.6.0_26" AND jre16version <> "1.6.0_25" AND jre16version <> "1.6.0_24" AND jre16version <> "1.6.0_23" AND jre16version <> "1.6.0_22" AND jre16version <> "1.6.0_21" AND jre16version <> "1.6.0_20" AND jre16version <> "1.6.0_19" AND jre16version <> "1.6.0_18" AND jre16version <> "1.6.0_17" AND jre16version <> "1.6.0_16" AND jre16version <> "1.6.0_15" AND jre16version <> "1.6.0_14" AND jre16version <> "1.6.0_13" AND jre16version <> "1.6.0_12" AND jre16version <> "1.6.0_11" AND jre16version <> "1.6.0_10" AND jre16version <> "1.6.0_09" AND jre16version <> "1.6.0_08" AND jre16version <> "1.6.0_07" AND jre16version <> "1.6.0_06" AND jre16version <> "1.6.0_05" AND jre16version <> "1.6.0_04" AND jre16version <> "1.6.0_03" AND jre16version <> "1.6.0_02" AND jre16version <> "1.6.0_01" AND jre16version <> "1.6.0_00")) OR (jre17version AND (jre17version <> "1.7.0_04" AND jre17version <> "1.7.0_03" AND jre17version <> "1.7.0_02" AND jre17version <> "1.7.0_01" AND jre17version <> "1.7.0_00"))' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'Netfx4FullVersion AND (Netfx4FullVersion >= v4.0.30319)' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i101: Detected package: jre, state: Present, cached: None
[01E8:01EC][2014-05-06T09:30:29]i101: Detected package: dotnetfx40, state: Present, cached: None
[01E8:01EC][2014-05-06T09:30:29]i101: Detected package: lmsetupx86, state: Absent, cached: None
[01E8:01EC][2014-05-06T09:30:29]i101: Detected package: lmsetupx64, state: Absent, cached: None
[01E8:01EC][2014-05-06T09:30:29]i101: Detected package: visualcoboleclipse22x86, state: Absent, cached: None
[01E8:01EC][2014-05-06T09:30:29]i101: Detected package: visualcoboleclipse22x64, state: Absent, cached: None
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'Privileged' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regServer2010Latest<>"Micro Focus COBOL Server" and regServer2010R6<>"Micro Focus COBOL Server")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regServer2012Latest<>"Micro Focus COBOL Server 2012" and regServer2012R6<>"Micro Focus COBOL Server 2012")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or vs2013<>"Micro Focus Visual COBOL for Visual Studio 2013"' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regvs2010R6<>"Micro Focus Enterprise Developer" and regvs2010Latest<>"Micro Focus Enterprise Developer")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regEclipseR6<>"Micro Focus Enterprise Developer" and regEclipseLatest<>"Micro Focus Enterprise Developer")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regServer2010Latest<>"Micro Focus Enterprise Server" and regServer2010R6<>"Micro Focus Enterprise Server")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regServer2010Latest<>"Micro Focus Enterprise Test Server" and regServer2010Latest<>"Micro Focus Enterprise Test Server")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regvs2012R6<>"Micro Focus Enterprise Developer for Visual Studio 2012" and regvs2012Latest<>"Micro Focus Enterprise Developer for Visual Studio 2012")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regServer2012Latest<>"Micro Focus Enterprise Server 2012" and regServer2012R6<>"Micro Focus Enterprise Server 2012")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i052: Condition 'ignorechecks="1" or (regServer2012Latest<>"Micro Focus Enterprise Test Server 2012" and regServer2012R6<>"Micro Focus Enterprise Test Server 2012")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:29]i199: Detect complete, result: 0x0
[01E8:0200][2014-05-06T09:30:29]i000: Disable control RumbaCheckbox
[01E8:0200][2014-05-06T09:30:38]i000: Setting string variable 'InstallFolder' to value 'C:\Program Files\Micro Focus\Visual COBOL'
[01E8:0200][2014-05-06T09:30:38]i000: Setting string variable 'InstallFolder2' to value 'C:\Users\Public\Micro Focus\Visual COBOL'
[01E8:0200][2014-05-06T09:30:38]i000: Setting numeric variable 'RumbaCheckbox' to value 0
[01E8:0200][2014-05-06T09:30:38]i000: Setting numeric variable 'EulaAcceptCheckbox' to value 1
[01E8:0200][2014-05-06T09:30:38]i000: Running plan BA function
[01E8:0200][2014-05-06T09:30:38]i000: Setting numeric variable 'RadioButton' to value 0
[01E8:01EC][2014-05-06T09:30:38]i200: Plan begin, 6 packages, action: Install
[01E8:01EC][2014-05-06T09:30:38]i052: Condition '(NOT jre16version AND NOT jre17version) OR (jre16version <> "1.6.0_26" AND jre16version <> "1.6.0_25" AND jre16version <> "1.6.0_24" AND jre16version <> "1.6.0_23" AND jre16version <> "1.6.0_22" AND jre16version <> "1.6.0_21" AND jre16version <> "1.6.0_20" AND jre16version <> "1.6.0_19" AND jre16version <> "1.6.0_18" AND jre16version <> "1.6.0_17" AND jre16version <> "1.6.0_16" AND jre16version <> "1.6.0_15" AND jre16version <> "1.6.0_14" AND jre16version <> "1.6.0_13" AND jre16version <> "1.6.0_12" AND jre16version <> "1.6.0_11" AND jre16version <> "1.6.0_10" AND jre16version <> "1.6.0_09" AND jre16version <> "1.6.0_08" AND jre16version <> "1.6.0_07" AND jre16version <> "1.6.0_06" AND jre16version <> "1.6.0_05" AND jre16version <> "1.6.0_04" AND jre16version <> "1.6.0_03" AND jre16version <> "1.6.0_02" AND jre16version <> "1.6.0_01" AND jre16version <> "1.6.0_00") OR (jre17version <> "1.7.0_04" AND jre17version <> "1.7.0_03" AND jre17version <> "1.7.0_02" AND jre17version <> "1.7.0_01" AND jre17version <> "1.7.0_00")' evaluates to true.
[01E8:01EC][2014-05-06T09:30:38]w321: Skipping dependency registration on package with no dependency providers: jre
[01E8:01EC][2014-05-06T09:30:38]i052: Condition 'NOT Netfx4FullVersion OR (Netfx4FullVersion < v4.0.30319)' evaluates to false.
[01E8:01EC][2014-05-06T09:30:38]w321: Skipping dependency registration on package with no dependency providers: dotnetfx40
[01E8:01EC][2014-05-06T09:30:38]i052: Condition 'Not VersionNT64' evaluates to true.
[01E8:01EC][2014-05-06T09:30:38]i000: Setting string variable 'WixBundleLog_lmsetupx86' to value 'C:\DOCUME~1\uli\LOCALS~1\Temp\Micro_Focus_Visual_COBOL_for_Eclipse_20140506093029_0_lmsetupx86.log'
[01E8:01EC][2014-05-06T09:30:38]i052: Condition 'VersionNT64' evaluates to false.
[01E8:01EC][2014-05-06T09:30:38]i000: Setting string variable 'WixBundleRollbackLog_visualcoboleclipse22x86' to value 'C:\DOCUME~1\uli\LOCALS~1\Temp\Micro_Focus_Visual_COBOL_for_Eclipse_20140506093029_1_visualcoboleclipse22x86_rollback.log'
[01E8:01EC][2014-05-06T09:30:38]i000: Setting string variable 'WixBundleLog_visualcoboleclipse22x86' to value 'C:\DOCUME~1\uli\LOCALS~1\Temp\Micro_Focus_Visual_COBOL_for_Eclipse_20140506093029_1_visualcoboleclipse22x86.log'
[01E8:01EC][2014-05-06T09:30:38]i052: Condition 'VersionNT64' evaluates to false.
[01E8:01EC][2014-05-06T09:30:38]i201: Planned package: jre, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[01E8:01EC][2014-05-06T09:30:38]i201: Planned package: dotnetfx40, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[01E8:01EC][2014-05-06T09:30:38]i201: Planned package: lmsetupx86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
[01E8:01EC][2014-05-06T09:30:38]i201: Planned package: lmsetupx64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[01E8:01EC][2014-05-06T09:30:38]i201: Planned package: visualcoboleclipse22x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[01E8:01EC][2014-05-06T09:30:38]i201: Planned package: visualcoboleclipse22x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[01E8:01EC][2014-05-06T09:30:38]i000: Running plan complete BA function
[01E8:01EC][2014-05-06T09:30:38]i299: Plan complete, result: 0x0
[01E8:01EC][2014-05-06T09:30:38]i300: Apply begin
[02C4:0B00][2014-05-06T09:30:41]i360: Creating a system restore point.
[02C4:0B00][2014-05-06T09:30:48]i361: Created a system restore point.
[02C4:0B00][2014-05-06T09:30:48]i000: Caching bundle from: 'C:\DOCUME~1\uli\LOCALS~1\Temp\{12c508a7-0fd8-4ca0-86e8-1994e7235cb5}\.be\vce_22.exe' to: 'C:\Documents and Settings\All Users\Application Data\Package Cache\{12c508a7-0fd8-4ca0-86e8-1994e7235cb5}\vce_22.exe'
[02C4:0B00][2014-05-06T09:30:48]i320: Registering bundle dependency provider: {12c508a7-0fd8-4ca0-86e8-1994e7235cb5}, version: 2.2.244.0
[01E8:0238][2014-05-06T09:30:48]w341: Prompt for source of container: WixAttachedContainer, path: E:\Downloads_von_C\vce_22.exe
[01E8:0238][2014-05-06T09:31:02]i336: Acquiring container: WixAttachedContainer, copy from: E:\Downloads_von_C\Cobol_vce_22.exe
[01E8:0238][2014-05-06T09:31:05]i000: Setting string variable 'WixBundleLastUsedSource' to value 'E:\Downloads_von_C\Cobol_'
[01E8:0828][2014-05-06T09:31:07]e000: Error 0x80004005: Failed to extract all files from container.
[01E8:0238][2014-05-06T09:31:07]e000: Error 0x80004005: Faild to begin and wait for operation.
[01E8:0238][2014-05-06T09:31:07]e000: Error 0x80004005: Failed to extract payload: a4 from container: WixAttachedContainer
[01E8:0238][2014-05-06T09:31:07]e312: Failed to extract payloads from container: WixAttachedContainer to working path: C:\DOCUME~1\uli\LOCALS~1\Temp\{12c508a7-0fd8-4ca0-86e8-1994e7235cb5}\806FD85E18904AC5672331784F563C8B8B315C14, error: 0x80004005.
[01E8:01EC][2014-05-06T09:31:07]e000: Error 0x80004005: Cache thread exited unexpectedly.
[02C4:0B00][2014-05-06T09:31:07]i330: Removed bundle dependency provider: {12c508a7-0fd8-4ca0-86e8-1994e7235cb5}
[02C4:0B00][2014-05-06T09:31:07]i352: Removing cached bundle: {12c508a7-0fd8-4ca0-86e8-1994e7235cb5}, from path: C:\Documents and Settings\All Users\Application Data\Package Cache\{12c508a7-0fd8-4ca0-86e8-1994e7235cb5}\
[01E8:01EC][2014-05-06T09:31:08]i399: Apply complete, result: 0x80004005, restart: None, ba requested restart: No

Report Writer

$
0
0

I have been doing some reading on the report section of Visual Cobol.  Does anyone have any suggestions or comments on report writer for cobol?  I was looking for some sample code and data to test, but could not find any resources.

RE: Installation Visual Cobol stops with 0x80004005 - unspecified error

$
0
0

I have a full version of Visual Studio 2012 installed. (Microsoft Visual Studio Ultimate 2012. v11.0.50727.1).

I first uninstalled version 2.2.1 of MicroFocus Enterprise Developer. Version 2.2.1 installed without a problem.

Currently I have re-installed version 2.2.1 and installed the recent hotfix (edvs2012_222_hf01_91925.exe), except I am not sure if everything will work correctly.

The error occured quit rapidly after starting the installer.

RE: Installation Visual Cobol stops with 0x80004005 - unspecified error

$
0
0

PeetDis, can you please show us what the log file looks like for the unsuccessful install of the 2.2.2 product?

RE: Installation Visual Cobol stops with 0x80004005 - unspecified error

$
0
0

[10B4:1B34][2014-12-18T08:48:43]i001: Burn v3.7.1224.0, Windows v6.2 (Build 9200: Service Pack 0), path: C:\download\MicroFocus\edvs2012_222.exe, cmdline: '-burn.unelevated BurnPipe.{193D0F54-F0FC-476C-A665-692675813B14} {62495EA2-55AA-4560-91F5-1719F268A6D8} 7800'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'ProductRevision' to value '2.2.02172'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'InstallFolder' to value '[ProgramFilesFolder]Micro Focus\Enterprise Developer for Visual Studio 2012'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing numeric variable 'RumbaCheckbox' to value '0'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'EclipseLabelState' to value 'disable'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'FolderEditbox2State' to value 'disable'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'BrowseButton2State' to value 'disable'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing numeric variable 'ignorechecks' to value '0'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'HFKey' to value 'SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D4C5DF1B96E7C54489D668F3802932EF\Patches'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'HFKey2' to value 'SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B0917FE42BC04C341B32CB66439CC0D4\Patches'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'UpgradeRegKey' to value 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.1'

[10B4:1B34][2014-12-18T08:48:43]i000: Initializing string variable 'UpgradeRegKey2' to value 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'WixBundleLog' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843.log'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\download\MicroFocus\edvs2012_222.exe'

[10B4:1B34][2014-12-18T08:48:43]i052: Condition '((VersionNT=v5.1 AND ServicePackLevel>=3) OR (VersionNT64=v5.1 AND ServicePackLevel>=2) OR (VersionNT=v5.2 AND ServicePackLevel>=2) OR (VersionNT=v6.0 AND ServicePackLevel>=1) OR (VersionNT>=v6.1))' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'WixBundleName' to value 'Micro Focus Enterprise Developer for Visual Studio 2012'

[10B4:1DA8][2014-12-18T08:48:43]i000: Running detect BA function

[10B4:1DA8][2014-12-18T08:48:43]i000: Setting string variable 'InstallFolder' to value 'C:\Program Files (x86)\Micro Focus\Enterprise Developer for Visual Studio 2012\'

[10B4:1DA8][2014-12-18T08:48:43]i000: Setting string variable 'FolderEditboxState' to value 'disable'

[10B4:1DA8][2014-12-18T08:48:43]i000: Setting string variable 'BrowseButtonState' to value 'disable'

[10B4:1DA8][2014-12-18T08:48:43]i000: Setting string variable 'HFDetected' to value '0'

[10B4:1DA8][2014-12-18T08:48:43]i000: Setting string variable 'HFDetected' to value '0'

[10B4:1B34][2014-12-18T08:48:43]i100: Detect begin, 12 packages

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'ie10version' to value '9.11.9600.17498'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry value not found. Key = 'SOFTWARE\JavaSoft\Java Runtime Environment', Value = 'Java6FamilyVersion'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'jre17version' to value '1.7.0_71'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'Netfx35FullVersion' to value '1'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'Netfx4FullVersion' to value '4.5.51641'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.1'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.1'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry value not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.2', Value = 'ProductVersion'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry value not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.2', Value = 'ProductName'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.1'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2013\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2013\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL\2.1'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'regvs2012GAVersion' to value '2.2.01220'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'regvs2012Latest' to value 'Micro Focus Enterprise Developer for Visual Studio 2012'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2012\2.1'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2013\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Micro Focus\Visual COBOL 2013\2.2'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1028'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1031'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'vs2010intshell1033' to value '1'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1036'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1040'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1041'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1049'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\1082'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\intshell\2052'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\VSTDCore'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2010premium' to value 0

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\PROCore'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2010professional' to value 0

[10B4:1B34][2014-12-18T08:48:43]i000: Setting string variable 'vs2010sp1' to value '40219.01'

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\10.0\VSTSCore'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2010ultimate' to value 0

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\11.0\intshelladditionalres'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2012intshell' to value 0

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\11.0\isoshell'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2012isoshell' to value 0

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2012premium' to value 1

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2012professional' to value 1

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2012ultimate' to value 1

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\12.0\intshelladditionalres'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2013intshell' to value 0

[10B4:1B34][2014-12-18T08:48:43]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VS\Servicing\12.0\isoshell'

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2013isoshell' to value 0

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2013premium' to value 1

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2013professional' to value 1

[10B4:1B34][2014-12-18T08:48:43]i000: Setting numeric variable 'vs2013ultimate' to value 1

[10B4:1B34][2014-12-18T08:48:43]i102: Detected related bundle: {93c82f6a-4881-4ae0-bd10-b9061ec7acfe}, type: Upgrade, scope: PerMachine, version: 2.2.1220.0, operation: MajorUpgrade

[10B4:1B34][2014-12-18T08:48:43]i103: Detected related package: {E2C68B20-88AB-4840-9B66-9F878758E7C6}, scope: PerMachine, version: 10000.2.1860.0, language: 0 operation: MajorUpgrade

[10B4:1B34][2014-12-18T08:48:43]i103: Detected related package: {E2C68B20-88AB-4840-9B66-9F878758E7C6}, scope: PerMachine, version: 10000.2.1860.0, language: 0 operation: MajorUpgrade

[10B4:1B34][2014-12-18T08:48:43]i103: Detected related package: {F6D7FC72-A2EB-45BC-8978-807ADDA73AC3}, scope: PerMachine, version: 9.0.0.0, language: 0 operation: MajorUpgrade

[10B4:1B34][2014-12-18T08:48:43]i052: Condition '(jre16version AND (jre16version <> "1.6.0_26" AND jre16version <> "1.6.0_25" AND jre16version <> "1.6.0_24" AND jre16version <> "1.6.0_23" AND jre16version <> "1.6.0_22" AND jre16version <> "1.6.0_21" AND jre16version <> "1.6.0_20" AND jre16version <> "1.6.0_19" AND jre16version <> "1.6.0_18" AND jre16version <> "1.6.0_17" AND jre16version <> "1.6.0_16" AND jre16version <> "1.6.0_15" AND jre16version <> "1.6.0_14" AND jre16version <> "1.6.0_13" AND jre16version <> "1.6.0_12" AND jre16version <> "1.6.0_11" AND jre16version <> "1.6.0_10" AND jre16version <> "1.6.0_09" AND jre16version <> "1.6.0_08" AND jre16version <> "1.6.0_07" AND jre16version <> "1.6.0_06" AND jre16version <> "1.6.0_05" AND jre16version <> "1.6.0_04" AND jre16version <> "1.6.0_03" AND jre16version <> "1.6.0_02" AND jre16version <> "1.6.0_01" AND jre16version <> "1.6.0_00")) OR (jre17version AND (jre17version <> "1.7.0_04" AND jre17version <> "1.7.0_03" AND jre17version <> "1.7.0_02" AND jre17version <> "1.7.0_01" AND jre17version <> "1.7.0_00"))' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'Netfx4FullVersion AND (Netfx4FullVersion >= v4.5.50709)' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'vs2012isoshell OR vs2012premium OR vs2012professional OR vs2012ultimate' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'vs2012intshell OR vs2012premium OR vs2012professional OR vs2012ultimate' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i103: Detected related package: {4EF7190B-0CB2-43C4-B123-BC6634C90C4D}, scope: PerMachine, version: 2.2.1220.0, language: 0 operation: MajorUpgrade

[10B4:1B34][2014-12-18T08:48:43]i103: Detected related package: {40961308-00FA-4EC6-AF91-914AB4E4C8B5}, scope: PerMachine, version: 2.2.1220.0, language: 0 operation: MajorUpgrade

[10B4:1B34][2014-12-18T08:48:43]i103: Detected related package: {44B8DCF8-602C-40E0-AE9C-744870A62CA6}, scope: PerMachine, version: 2.2.1027.0, language: 0 operation: MajorUpgrade

[10B4:1B34][2014-12-18T08:48:43]i103: Detected related package: {44B8DCF8-602C-40E0-AE9C-744870A62CA6}, scope: PerMachine, version: 2.2.1027.0, language: 0 operation: MajorUpgrade

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: lmsetupx86, state: Absent, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: lmsetupx64, state: Absent, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: vcredist_x86, state: Absent, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: rumba, state: Absent, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: jre, state: Present, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: dotnetfx45, state: Present, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: vs2012isoshell, state: Present, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: vs2012intshell, state: Present, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: enterprisedevelopervisualstudio201222x86, state: Absent, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: enterprisedevelopervisualstudio201222x64, state: Absent, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: enterpriseserverdotnetx86, state: Absent, cached: None

[10B4:1B34][2014-12-18T08:48:43]i101: Detected package: enterpriseserverdotnetx64, state: Absent, cached: None

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'Privileged' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'HFDetected="0"' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regvs2010Latest<>"Micro Focus Visual COBOL" and regvs2010R6<>"Micro Focus Visual COBOL")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regEclipseLatest<>"Micro Focus Visual COBOL" and regEclipseR6<>"Micro Focus Visual COBOL")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regServer2010Latest<>"Micro Focus COBOL Server" and regServer2010R6<>"Micro Focus COBOL Server")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regvs2012Latest<>"Micro Focus Visual COBOL for Visual Studio 2012" and regvs2012R6<>"Micro Focus Visual COBOL for Visual Studio 2012")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regServer2012Latest<>"Micro Focus COBOL Server 2012" and regServer2012R6<>"Micro Focus COBOL Server 2012")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or regvs2013Latest<>"Micro Focus Visual COBOL for Visual Studio 2013"' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regServer2013Latest<>"Micro Focus COBOL Server 2013" and regServer2013R6<>"Micro Focus COBOL Server 2013")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regServer2010Latest<>"Micro Focus Enterprise Server" and regServer2010R6<>"Micro Focus Enterprise Server")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regServer2010Latest<>"Micro Focus Enterprise Test Server" and regServer2010R6<>"Micro Focus Enterprise Test Server")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regServer2012Latest<>"Micro Focus Enterprise Server 2012" and regServer2012R6<>"Micro Focus Enterprise Server 2012")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regServer2012Latest<>"Micro Focus Enterprise Test Server 2012" and regServer2012R6<>"Micro Focus Enterprise Test Server 2012")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i052: Condition 'WixBundleInstalled or ignorechecks="1" or (regServer2012Latest<>"Micro Focus Enterprise Test Server 2012" and regServer2012R6<>"Micro Focus Enterprise Test Server 2012")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:43]i199: Detect complete, result: 0x0

[10B4:1DA8][2014-12-18T08:48:43]i000: Disable control FolderEditbox

[10B4:1DA8][2014-12-18T08:48:43]i000: Disable control BrowseButton

[10B4:1DA8][2014-12-18T08:48:43]i000: Disable control EclipseLabel

[10B4:1DA8][2014-12-18T08:48:43]i000: Disable control FolderEditbox2

[10B4:1DA8][2014-12-18T08:48:43]i000: Disable control BrowseButton2

[10B4:1DA8][2014-12-18T08:48:47]i000: Setting string variable 'InstallFolder' to value 'C:\Program Files (x86)\Micro Focus\Enterprise Developer for Visual Studio 2012\'

[10B4:1DA8][2014-12-18T08:48:47]i000: Setting string variable 'InstallFolder2' to value ''

[10B4:1DA8][2014-12-18T08:48:47]i000: Setting numeric variable 'RumbaCheckbox' to value 1

[10B4:1DA8][2014-12-18T08:48:47]i000: Setting numeric variable 'EulaAcceptCheckbox' to value 1

[10B4:1DA8][2014-12-18T08:48:47]i000: Running plan BA function

[10B4:1DA8][2014-12-18T08:48:47]i000: Setting numeric variable 'RadioButton' to value 0

[10B4:1B34][2014-12-18T08:48:47]i200: Plan begin, 12 packages, action: Install

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'Not VersionNT64' evaluates to false.

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'VersionNT64' evaluates to true.

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleLog_lmsetupx64' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_0_lmsetupx64.log'

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'RumbaCheckbox=1 AND Netfx35FullVersion=1' evaluates to true.

[10B4:1B34][2014-12-18T08:48:47]w321: Skipping dependency registration on package with no dependency providers: vcredist_x86

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleLog_vcredist_x86' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_1_vcredist_x86.log'

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'RumbaCheckbox=1 AND Netfx35FullVersion=1' evaluates to true.

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleLog_rumba' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_2_rumba.log'

[10B4:1B34][2014-12-18T08:48:47]i052: Condition '(NOT jre16version AND NOT jre17version) OR (jre16version <> "1.6.0_26" AND jre16version <> "1.6.0_25" AND jre16version <> "1.6.0_24" AND jre16version <> "1.6.0_23" AND jre16version <> "1.6.0_22" AND jre16version <> "1.6.0_21" AND jre16version <> "1.6.0_20" AND jre16version <> "1.6.0_19" AND jre16version <> "1.6.0_18" AND jre16version <> "1.6.0_17" AND jre16version <> "1.6.0_16" AND jre16version <> "1.6.0_15" AND jre16version <> "1.6.0_14" AND jre16version <> "1.6.0_13" AND jre16version <> "1.6.0_12" AND jre16version <> "1.6.0_11" AND jre16version <> "1.6.0_10" AND jre16version <> "1.6.0_09" AND jre16version <> "1.6.0_08" AND jre16version <> "1.6.0_07" AND jre16version <> "1.6.0_06" AND jre16version <> "1.6.0_05" AND jre16version <> "1.6.0_04" AND jre16version <> "1.6.0_03" AND jre16version <> "1.6.0_02" AND jre16version <> "1.6.0_01" AND jre16version <> "1.6.0_00") OR (jre17version <> "1.7.0_04" AND jre17version <> "1.7.0_03" AND jre17version <> "1.7.0_02" AND jre17version <> "1.7.0_01" AND jre17version <> "1.7.0_00")' evaluates to true.

[10B4:1B34][2014-12-18T08:48:47]w321: Skipping dependency registration on package with no dependency providers: jre

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'NOT Netfx4FullVersion OR (Netfx4FullVersion < v4.5.50709)' evaluates to false.

[10B4:1B34][2014-12-18T08:48:47]w321: Skipping dependency registration on package with no dependency providers: dotnetfx45

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'NOT vs2012isoshell AND NOT vs2012premium AND NOT vs2012professional AND NOT vs2012ultimate' evaluates to false.

[10B4:1B34][2014-12-18T08:48:47]w321: Skipping dependency registration on package with no dependency providers: vs2012isoshell

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'NOT vs2012intshell AND NOT vs2012premium AND NOT vs2012professional AND NOT vs2012ultimate' evaluates to false.

[10B4:1B34][2014-12-18T08:48:47]w321: Skipping dependency registration on package with no dependency providers: vs2012intshell

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleRollbackLog_enterprisedevelopervisualstudio201222x86' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_3_enterprisedevelopervisualstudio201222x86_rollback.log'

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleLog_enterprisedevelopervisualstudio201222x86' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_3_enterprisedevelopervisualstudio201222x86.log'

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'VersionNT64' evaluates to true.

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleRollbackLog_enterprisedevelopervisualstudio201222x64' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_4_enterprisedevelopervisualstudio201222x64_rollback.log'

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleLog_enterprisedevelopervisualstudio201222x64' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_4_enterprisedevelopervisualstudio201222x64.log'

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'Not VersionNT64' evaluates to false.

[10B4:1B34][2014-12-18T08:48:47]i052: Condition 'VersionNT64' evaluates to true.

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleRollbackLog_enterpriseserverdotnetx64' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_5_enterpriseserverdotnetx64_rollback.log'

[10B4:1B34][2014-12-18T08:48:47]i000: Setting string variable 'WixBundleLog_enterpriseserverdotnetx64' to value 'C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_5_enterpriseserverdotnetx64.log'

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: lmsetupx86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: lmsetupx64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: vcredist_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: Yes, dependency: None

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: rumba, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: jre, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: dotnetfx45, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: vs2012isoshell, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: vs2012intshell, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: enterprisedevelopervisualstudio201222x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: enterprisedevelopervisualstudio201222x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: enterpriseserverdotnetx86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[10B4:1B34][2014-12-18T08:48:47]i201: Planned package: enterpriseserverdotnetx64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register

[10B4:1B34][2014-12-18T08:48:47]i207: Planned related bundle: {93c82f6a-4881-4ae0-bd10-b9061ec7acfe}, type: Upgrade, default requested: Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency: None

[10B4:1B34][2014-12-18T08:48:47]i000: Running plan complete BA function

[10B4:1B34][2014-12-18T08:48:47]i299: Plan complete, result: 0x0

[10B4:1B34][2014-12-18T08:48:47]i300: Apply begin

[1E78:1BC4][2014-12-18T08:48:47]i360: Creating a system restore point.

[1E78:1BC4][2014-12-18T08:48:47]i361: Created a system restore point.

[1E78:1BC4][2014-12-18T08:48:48]i000: Caching bundle from: 'C:\TMP\{2392a7a3-19a9-42d4-b13f-a1d7a2093b22}\.be\edvs2012_222.exe' to: 'C:\ProgramData\Package Cache\{2392a7a3-19a9-42d4-b13f-a1d7a2093b22}\edvs2012_222.exe'

[1E78:1BC4][2014-12-18T08:48:48]i320: Registering bundle dependency provider: {2392a7a3-19a9-42d4-b13f-a1d7a2093b22}, version: 2.2.2172.0

[10B4:0EFC][2014-12-18T08:48:48]e000: Error 0x80004005: Failed to extract all files from container.

[10B4:0628][2014-12-18T08:48:48]e000: Error 0x80004005: Faild to begin and wait for operation.

[10B4:0628][2014-12-18T08:48:48]e000: Error 0x80004005: Failed to extract payload: a8 from container: WixAttachedContainer

[10B4:0628][2014-12-18T08:48:48]e312: Failed to extract payloads from container: WixAttachedContainer to working path: C:\download\MicroFocus\edvs2012_222.exe, error: 0x80004005.

[10B4:1B34][2014-12-18T08:48:48]e000: Error 0x80004005: Cache thread exited unexpectedly.

[1E78:1BC4][2014-12-18T08:48:48]i330: Removed bundle dependency provider: {2392a7a3-19a9-42d4-b13f-a1d7a2093b22}

[1E78:1BC4][2014-12-18T08:48:48]i352: Removing cached bundle: {2392a7a3-19a9-42d4-b13f-a1d7a2093b22}, from path: C:\ProgramData\Package Cache\{2392a7a3-19a9-42d4-b13f-a1d7a2093b22}\

[10B4:1B34][2014-12-18T08:48:49]i399: Apply complete, result: 0x80004005, restart: None, ba requested restart:  No

[10B4:1B34][2014-12-18T08:55:56]i500: Shutting down, exit code: 0x4005

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: BrowseButton2State = disable

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: BrowseButtonState = disable

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: EclipseLabelState = disable

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: EulaAcceptCheckbox = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: FolderEditbox2State = disable

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: FolderEditboxState = disable

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: HFDetected = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: HFKey = SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D4C5DF1B96E7C54489D668F3802932EF\Patches

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: HFKey2 = SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\B0917FE42BC04C341B32CB66439CC0D4\Patches

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: ie10version = 9.11.9600.17498

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: ignorechecks = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: InstallFolder = C:\Program Files (x86)\Micro Focus\Enterprise Developer for Visual Studio 2012\

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: InstallFolder2 =

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: jre17version = 1.7.0_71

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: Netfx35FullVersion = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: Netfx4FullVersion = 4.5.51641

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: Privileged = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: ProductRevision = 2.2.02172

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: RadioButton = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: regvs2012GAVersion = 2.2.01220

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: regvs2012Latest = Micro Focus Enterprise Developer for Visual Studio 2012

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: RumbaCheckbox = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: UpgradeRegKey = SOFTWARE\Micro Focus\Visual COBOL 2012\2.1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: UpgradeRegKey2 = SOFTWARE\Micro Focus\Visual COBOL 2012\2.2

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: VersionNT = 6.2.0.0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: VersionNT64 = 6.2.0.0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2010intshell1033 = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2010premium = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2010professional = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2010sp1 = 40219.01

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2010ultimate = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2012intshell = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2012isoshell = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2012premium = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2012professional = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2012ultimate = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2013intshell = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2013isoshell = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2013premium = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2013professional = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: vs2013ultimate = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleAction = 4

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleElevated = 1

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleInstalled = 0

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleLog = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleLog_enterprisedevelopervisualstudio201222x64 = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_4_enterprisedevelopervisualstudio201222x64.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleLog_enterprisedevelopervisualstudio201222x86 = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_3_enterprisedevelopervisualstudio201222x86.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleLog_enterpriseserverdotnetx64 = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_5_enterpriseserverdotnetx64.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleLog_lmsetupx64 = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_0_lmsetupx64.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleLog_rumba = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_2_rumba.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleLog_vcredist_x86 = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_1_vcredist_x86.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleManufacturer = Micro Focus

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleName = Micro Focus Enterprise Developer for Visual Studio 2012

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleOriginalSource = C:\download\MicroFocus\edvs2012_222.exe

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleProviderKey = {2392a7a3-19a9-42d4-b13f-a1d7a2093b22}

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleRollbackLog_enterprisedevelopervisualstudio201222x64 = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_4_enterprisedevelopervisualstudio201222x64_rollback.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleRollbackLog_enterprisedevelopervisualstudio201222x86 = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_3_enterprisedevelopervisualstudio201222x86_rollback.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleRollbackLog_enterpriseserverdotnetx64 = C:\TMP\Micro_Focus_Enterprise_Developer_for_Visual_Studio_2012_20141218084843_5_enterpriseserverdotnetx64_rollback.log

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleTag =

[10B4:1B34][2014-12-18T08:55:56]i410: Variable: WixBundleVersion = 2.2.2172.0

[10B4:1B34][2014-12-18T08:55:56]i007: Exit code: 0x4005, restarting: No


RE: Installation Visual Cobol stops with 0x80004005 - unspecified error

$
0
0

When you stated "This version installed ok on a Windows 7 Enterprise edition SP1 64bit system" did you mean that you used the same exact copy of the installer that you used here or was that installer from a separate download altogether?

RE: error msvcr110.dll

$
0
0

msvcr110.dll refers to the Microsoft C++ restributable. Ordinarily this would be installed as part of the Visual Studio IDE. Windows will usually include at least one version as part of the operating system installation. Whiich version of Visual COBOL are you attempting to install? Also, do you currently have a Visual Studio Installation on your machine?

error msvcr110.dll

$
0
0

i have installed for many times but when i run a program the message appears again. How i can fix these problem??

Problems with XML Extension in JVM.

$
0
0

Hi.
I got an issue with Visual Cobol in Eclipse and the XML Extension:

When I compile the program I always get an error that MicroFocus.COBOL.XmlExtensions.MicroFocusCOBOLXmlExtensions can't be found:

Description Resource Path Location Type Program
COBCH0845S Unknown type 'type MicroFocus.COBOL.XmlExtensions.MicroFocusCOBOLXmlExtensions' Program1.cbl /JVM_Project_Test/src line 338 COBOL Problem

I tried it in the Visual Studio version aswell, it worked like a charm after adding the references to the project.

So I got the same issue here, but I don't know how I should add the libraries or where I can find them.
If I search the installation directory I only find the .dll extensions but I guess they have to be .jar for eclipse.

I am using Visual COBOL for Eclipse 2.2 Version: 2.2.00244.

Thanks for your help.

Sincerely,

Mario

Setting DevExpress persistent object property

$
0
0

I have a grid bound to a database table using DevExpress XPO.  The business class is defined like this:

      $set ILUSING"DevExpress.Xpo".
      $set ILUSING"System".
       class-id AG_200_Reconcile.basic_trans is public is partial inherits type XPBaseObject..

       working-storage.

         01  fcleared_status           string.


       property-id cleared_status string public.
       getter.
           set property-value to fcleared_status
 
       setter.
           set fcleared_status to property-value

       end property.

To update the record in the database, I need to call the DevExpress SetPropertyValue method.  C# Intellisense shows me this method and it is part of XPBaseObject.  This is an example of how this is coded in C#:


string fcleared_status;
public string cleared_status {
   get { return fcleared_status; }
   set { SetPropertyValue("cleared_status", ref fcleared_status, value); }
}

Intellisense in Visual COBOL does not find this method.  I've tried using  this syntax in COBOL but maybe I have it wrong:

       property-id cleared_status string public.
       getter.
           set property-value to fcleared_status
     
       setter.
           invoke SetPropertyValue("cleared_status", by reference fcleared_status, property-value)
      
       end property.







        

Viewing all 4356 articles
Browse latest View live




Latest Images