Kbase P27150: Application error '<file name>' cannot be run as web object
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/06/2003 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.1C
SYMPTOM(s):
Application error
'<file name>' cannot be run as web object
Application 1 post the information on Application 2 upon clicking the submit button.
The application 2 name in the form's action in Application 1 has a minor typo (wrong name).
CAUSE:
One reason for the above error is if the file does not exists. When Application 1 posts the information on Application 2 upon clicking the submit button, the application 2 was not found. The application 2 name in the form's action in Application 1 has a minor typo (wrong name). Therefore the posting file was not found, hence, the above error was displayed in the browser.
FIX:
Correct the name of the application 2 name in the application 1's form's action tag.