Consultor Eletrônico



Kbase 22002: WebSpeed 3.1C: Compile Errors After Install on IBM AIX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/04/2002
SUMMARY:

If you install the WebSpeed 3.1C Transaction Server in AIX and try to compile a WebSpeed application, you might see the following errors:

** "src/web2/admweb.i" was not found. (293)
** /usr2/dlc/src/web2/wrap-cgi.i Could not understand line 82. (193)

EXPLANATION:

The WebSpeed Transaction Server 3.1C install misses all the files that start with an *adm* prefix in the "$DLC/src/web2" folder. This behavior has been found to happen only for IBM AIX platforms, and is documented in Bug number 20020430-009.

Because the *admweb.i* file is missing, you get error (293). In addition, since the wrap-cgi.i file uses the *admweb.i* include file reference as "{src/web2/admweb.i}" at line 82, you get the second error, (193), as a side effect of the missing admweb.i file.

SOLUTION:

If you have the WebSpeed 3.1C Workshop or ProvisionPlus for Windows, or WebSpeed Transaction Server 3.1C for any platform, you can ftp all the files having an *adm* prefix from the %DLC%/src/web2 or $DLC/src/web2 folder to the $DLC/src/web2 folder on the AIX machine.