RE: VC for VS 2015
This would have to be a Visual Studio Developers prompt in order for it to find the GacUtil command. What was the error that you are receiving?Another method to check this would be to open up Windows...
View ArticleRE: PostgreSQL
The support that we added for PostgreSQL in Visual COBOL 2.3 was in the OpenESQL preprocessor which is thru their ODBC and ADO compatible drivers.In this release, PostgreSQL 9.4 has been tested with...
View ArticlePostgreSQL
Hello, We are in the context of Oracle to PostgreSQL migration testing, we are in the process to realise a POC with Cobol progs accessing PostgreSQL;We currently use Oracle's unix precompiler , does it...
View ArticleVisual COBOL not connecting to Sybase
We are migrating Workbench 4.3 COBOL to Visual COBOL 2.3 using Native Project. The programs have been in production since 2001. We are using the Sybase precompiler COBSQL/COBPRE and have the database...
View ArticleRE: Looking for a Micro Focus document/manual
Sorry, but I have that one already. And no, what I think I remember is more like a guide telling which COBOL statements are native-only (and what their manage-code counterpart is, if any), which have...
View ArticleRE: VC for VS 2015
There are many programs starting with MicroFocus in all 3 sudirectories the first one GAC_32, holds MicroFocus.COBOL.CodeDom. Drilling down through that directory I get to MicroFocus.COBOL.CodeDom.dll...
View ArticleRE: Looking for a Micro Focus document/manual
Hi Don. I don't recall the documentation team producing a document like the one you describe, but I will do some more investigation to see if there's anything I've missed.In terms of producing a...
View ArticleRE: VC for VS 2015
You see these files AFTER uninstalling the Visual COBOL product through Control Panel?
View ArticleRE: Cobol consuming webservice
Chris,I am sorry, I forgot to precise the environment.We use VC 2.1 for Eclipse under Centos (RedHat).And when I write "standard" cobol, this is indeed native procedural cobol.A SOAP third party...
View ArticleRE: VC for VS 2015
Yes, the MicroFocus.* files are still there after the delete of Visual COBOL
View ArticleRE: VC for VS 2015
Also, the visual COBOL folder is still there. I tried to delete it manually after the uninstall but it says I need to provide administrator permission to delete.
View ArticleRE: VC for VS 2015
If you give it Admin permissions then you should be able to delete it but you may have to go into the subdirectories and delete these first.So in Control Panel it no longer shows any Micro Focus...
View ArticleRE: VC for VS 2015
I can't get the command to run it tells me that gacutil is not an internal or external command, operable program or batch file. The command prompt is in the c:\windows\microsoft.net\assembly directory...
View ArticleRE: VC for VS 2015
I was in the wrong diretory! I got both commands to run now the only thing left in gac_32 &_64 is Microfocus.COBOL.Sql.OdbcWrapper.
View ArticleRE: VC for VS 2015
Remove that one with the following command:gacutil /uf Microfocus.COBOL.Sql.OdbcWrapperand then:From Control Panel do a Repair on Visual Studio 2015 Community Editionand then Install Visual COBOL...
View ArticleRE: Cobol consuming webservice
There are 2 new Visual COBOL for Eclipse videos available on YouTube, related to creating Web Services from new or existing COBOL programs. The first demonstrates how to create a SOAP Web Service, and...
View ArticleRE: VC for VS 2015
Chris, Thanks for all of your help. You were very patient and finally figured out the solution. I am up and running now. Tomorrow I will go through a tutorial and see how it goes.I had problems with...
View ArticleRE: Cobol consuming webservice
I thank you for your answer."nsuming a web service created by another tool" is precisely what interests me.Is there any information on this subject ?Kind regards,Alain
View ArticleRE: Cobol consuming webservice
You can generate a COBOL client program directly from a WSDL or JSON Schema file either within the IDEs or by using the command-line tool imtkmake with the -genclientwsdl or -genclientjson options.For...
View Article