Kbase P8688: Unable to run web objects 'webtools\edtscrpt.w' occurs when
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/02/2003 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.1x
SYMPTOM(s):
ERROR: unable to run web objects 'webtools\edtscrpt.w'
Error is seen when record is updated
Error is not seen when record is displayed
Table has database triggers defined
Error is not seen against tables that do not have database triggers defined
Database trigger code located on server
Webspeed client resides on windows and database server is on UNIX
No NFS between windows client and UNIX server
CHANGE:
Database triggers added to table
CAUSE:
The client is the process that runs the trigger code, in this case, it's the _progres from WebSpeed. Since the trigger codes is located on the server, the client has no way of knowing or identifying where the trigger code is located.
FIX:
Since there is no NFS between the client and server, the trigger code has to be put on a location where the client can find them. Put them within the client's working directory or a directory that is located in the client's PROPATH