Kbase 21764: Unable To Run Mapped Web Objects After Deployment
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/8/2002 |
|
SUMMARY:
This Solution applies to Progress WebSpeed 3.x.
You might not be able to run mapped web objects developed on a win32 platform, after these were deployed to an UNIX platform.
There will be no error messages in the broker log files but
the following error messages appear in your browser when
you try to run the application:
Application Error
The HTML file ? cannot be found. [ _offsrch.p ]
Application Error
The offset file RA/raresult.htm was not found and could not be
regenerated. [ rdoffr.p ]
Application Error
The 'ab_unmap.<field>' field was found in the Web object, but
missing from the offset file.
SOLUTION:
It is possible that the html file was not found by the agent.
Double check that the html file referenced by WebSpeed object at the &Scoped-define WEB-FILE code line exists on your file system.
For example, your code has:
&Scoped-define WEB-FILE RA/reresult.htm
but your sources are located in "ra" (lowercase) directory. There are 2 ways to fix the problem. You can either:
rename "ra" directory to "RA"
- or -
manually change WebSpeed code to:
&Scoped-define WEB-FILE ra/reresult.htm