Search results

  1. T

    Progress OE - AdminServer not started

    Re: Progress OE 10.1C under Linux RH9, jdk-1_5_0_11 - AdminServer not started Dear Casper, Thank you very much for you reply. I am sorry I have tried logging in and changed the title in order for it to be more specific, however, it did not take effect, i do not know why. 1. My Progress is...
  2. 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...
  3. T

    Check empty file content using Progress statement

    it works properly Thanks cencil
  4. 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...
  5. T

    PCT Compilation Error

    The error now has been fixed. To fix it, the followings should be noticed. PCT v0.8: Note for previous versions users : PCT uses .r files for its internal use : these files had previously to be copied to your $DLC directory. This is no longer the case as of 0.10 : r-code is wrapped in PL...
  6. T

    PCT Compilation Error

    Thanks Casper! It is so confusing that PCTRun is also an XML tag in PCT build box that execute a progress procedure, and as said I have successed in dealing with that. I have assumed, Progress has found my procedure, compile and run it properly. However, next to PCTRun, I have placed...
  7. 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