Kbase P26526: Increasing -s parameter in WebSpeed procedure doesn't have any effect.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/08/2007 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 2.x
WebSpeed 3.x
SYMPTOM(s):
Running WebSpeed application using the REPLACE function to manipulate HTML pages.
System Error: Not enough room for REPLACE. Increase -s by <nnnnn>. (2919)
CAUSE:
-s (stack size) parameter was increased in WebSpeed startup procedure using the CONNECT -pf <pf-file.pf> statement and NO-ERROR. -s is not a database connection parameter. If the NO-ERROR clause is removed, SYSTEM ERROR 1402 will be displayed or logged in the WebSpeed logfiles:
Warning: -s is not a database parameter and was ignored. (1402)
Description:
The given argument is not a database parameter, so it cannot be used with the CONNECT statement. It has been ignored and the CONNECT statement will continue executing normally.
FIX:
Increase -s parameter value in the "Agent Startup Parameters" properties (Progress Explorer > Webspeed > WSBroker > Agent > General).