Search results

  1. T

    Progress OE - AdminServer not started

    Progress OE 10.1C Linux - AdminServer not started Hi all, I've had the following problem with Adminserver. Could anyone help get it sorted out please, I'll be grateful! ============================= [4/24/08 11:57:05 AM]=== Start logging. Local time: 4/24/08 11:57:05 AM. === [4/24/08...
  2. T

    Check empty file content using Progress statement

    Hi all, I've got the following lines of code os-command value("wget -q -O /tmp/" + vReportID + ".pdf http://" + vReportServer + "/output/" + vReportID + ".pdf"). INPUT STREAM inputfile FROM VALUE("/tmp/" + vReportID + ".pdf") BINARY NO-ECHO. ASSIGN LENGTH(ra_rawdata) = 8192. REPEAT: IMPORT...
  3. T

    PCT Compilation Error

    Hi all, I am just quite a newbie to Progress. I am packaging Progress Project using PCT and ANT build and I am coming up against with the ****ing following problem under Linux box 2.x, PCT 0.8 and ANT 1.6.5 ============================================ Buildfile: build.xml init: initialise...
Back
Top