Consultor Eletrônico



Kbase P174605: The webspeed agent is showing locked status when running a cgi-wrapper application to upload a file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/24/2011
Status: Unverified

SYMPTOM(s):


The webspeed agent is showing locked status when running a cgi-wrapper application to upload a file

All agents become LOCKED status when running a cgi-wrapper application to upload a file multiple time.

FACT(s) (Environment):

WebSpeed
OpenEdge 10.x

CAUSE:

The upload application had the following in the code which will make the agent state-aware and lock it for 30 minutes:


RUN set-web-state IN web-utilities-hdl (THIS-PROCEDURE, 30).

FIX:

Change the RUN set-web-state parameter to 0 as following:


RUN set-web-state IN web-utilities-hdl (THIS-PROCEDURE, 0).