Managed Code Calling Naïve code
I have a project where managed code calls a naïve code program, which in turns call another naïve code program. I get a stack overflow on a read after processing about 300 records, it's a basic...
View ArticleWorking storage variables persisting after class finalized in native code
A class had a method that used WORKING-STORAGE instead of LOCAL-STORAGE. I created in instance of the class and set a variable in WORKING-STORAGE to a value, then finalized the instance. I then...
View ArticleRE: Working storage variables persisting after class finalized in native code
It depends where the variable is defined. If it's defined in the STATIC area of the class (or the definition includes the STATIC keyword), then it would be expected to be the same for all instances of...
View ArticleRE: Installation Visual Cobol stops with 0x80004005 - unspecified error
Please try to make your responses to the original thread instead of creating a new one.It sounds as if the actual download file is corrupt.Can you please tell me that exact size of the file that you...
View ArticleInstallation Visual Cobol stops with 0x80004005 - unspecified error
I have tried to install on a second machine, result is the same.Error is shown in a separate window shortly after strta of installation.TEMP variable is correct.Installation is run under "ADMIN"
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
Merci pour votre aide :)
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
Information en plus "Cannot find module 'SQLADR'"
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
These newer versions of Oracle have never been certified by Oracle with these older product releases such as Net Express 3.0.The 173 error on SQLADR can normally be resolved by using one of the...
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
1. I find the Library on C:\app\rg1899\product\11.2.0\client_1\precom\lib.2. How to add the directive initcall "ORASQL11"?Thanks
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
You would use either the LITLINK directive or the INITCALL"ORASQL11" directive but not both.If you are linking to the library C:\app\rg1899\product\11.2.0\client_1\precomp\lib\orasql11.lib then you...
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
I put the string in this screen?Thanks in advance
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
Yes you can put either LITLINK or INITCALL"ORASQL11" in that box between ENSUITE(3) and the ending semi-colon.Since the procobol directives are not included here they must be set somewhere else.Again,...
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
After the modification, I have this new error: GetProcessImageNameA not found in the Library PSAPI.DLL.Api's version: 5.1.2600.5512.Thanks in advance
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
Question:Was this application compiling and running successfully on this same computer before moving from Oracle 10 to Oracle 11 or are you also changing to a new OS, etc.?I ask because you really...
View ArticleRE: Error 173 called program file not found in drive / directory SQLADR avec...
Which method did you use, LITLINK or INITCALL"ORASQL11"?I would recommend that you try LITLINK as there may be an issue with INITCALL"ORASQL11" with Oracle 11.Please try LITLINK and add the...
View ArticleError 173 called program file not found in drive / directory SQLADR avec...
Bonjour les cobolistes, Je viens d'installer un client oracle 11g afin de faire des tests de comptabilité pour une migration d'oracle 10 vers là 11.Installation Ok, compilation du programme OK. Au...
View ArticleRE: COBCH0857: System Error failure during ILASM phase
Can you please open up a support incident with customer care for this issue as we will need a demo in order to reproduce the problem.Please reference my name in the description so that it will be...
View ArticleRE: COBCH0857: System Error failure during ILASM phase
This problem was occurring because there was a constructor "New" specified within the interface definition which is not allowed.The compiler was not generating an appropriate error for this and let it...
View ArticleCOBCH0857: System Error failure during ILASM phase
Error 1 COBCH0857 : System error - failure during ILASMmethod-id ReturnNBTransDTO private. 01 oNBTransPolicyRTSKeyDA type NBTransPolicyRTSKeyDA.procedure division returning oNBTransDTO as type...
View ArticleRE: call x'91' function 35
Having similar issue. I can run the command using my credentials, but another user receives a pop-up box stating "The specified network name is no longer available".
View Article