A
avtar.jain
Guest
My webspeed application has started behaving very odd. When debugged I found that "FILE-INFO:FULL-PATHNAME" is returing different results each time by adding and removing DRIVE LETTER randomly. I can simulate this in webspeed WebTools by writing following script - def var myDir as char. FILE-INFO:FILE-NAME = "util". myDir = FILE-INFO:FULL-PATHNAME. disp myDir format "X(50)". There is a pattern as well. On every 1st and 3rd refresh, result is coming - E:\CodeBaseDir\util On every 2nd and 4th and 5th refresh, result is coming without drive letter - \CodeBaseDir\util In configuration I have setup webspeed work directory as - E:\CodeBaseDir my webspeed agent PROPATH begins with "." (dot) follwed by sub directories and progress install directories \BillChaserDEV\caseflow\util
Continue reading...
Continue reading...