Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While executing PCTRun getting the following error Result: -1073741819 Progress procedure failed - No output file #86

Closed
GoogleCodeExporter opened this issue Mar 28, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I'm using PCTrun to start linting the files . I have    <PCTRun 
procedure="bprolint.p" dlchome="${DLC}"  > 
            <propath>
                <pathelement path="${PROJECT_PROPATH}" />
                <pathelement path="../prolint" />
                <pathelement path="../prolint/.." />
            </propath>
            <dbconnection dbname="prolintdb" dbDir="${PROLINT_DB_PATH}"  />
            <DBConnection dbName="xlos" dbDir="prolintdb/db"  singleUser="true" >
              <PCTAlias name="security" />
              <PCTAlias name="archive" />
              <PCTAlias name="prod" />
              <PCTAlias name="tar" />
              <PCTAlias name="tgt" />
              <PCTAlias name="xlosrmt" />
              <PCTAlias name="curr-db" />
              <PCTAlias name="smdb" />
              <PCTAlias name="secmkt" />
            </DBConnection>
            <DBConnection dbName="zmaint" dbDir="prolintdb/db"  singleUser="true" >
              <PCTAlias name="maint" />
              <PCTAlias name="proddb" />
            </DBConnection>
            <option name="-clientlog" value="${prolint_logdir}/${prolintclientlog}"/>
            <option name="-s" value="128" />
            <option name="-T" value="${prolint_logdir}" />
            <parameter name="projectDir" value="${PROJECT_PROPATH}" />
            <parameter name="compileExtensions" value="${COMPILE_EXTENSIONS}" />
            <parameter name="environment" value="PROD"/>
            <parameter name="nonCompileUnits" value="${NONCOMPILE_UNITS}"/>
        </PCTRun>


Expected output is all the programs in my project should get linted. Actual 
result is in the process of linting the files especially when linting a file 
name appelments.p I PCTRun gets erred out with "PCTRun] 
E:\WS\MPX_ProLint\2015-03-01\mpx\los_prod\doc\alice.p
   [PCTRun] Result: -1073741819

BUILD FAILED
E:\WS\MPX_ProLint\2015-03-01\Prolint\MPX_Prolint\build.xml:212: Progress 
procedure failed - No output file"


I'm using PCT Version 1.1-pre - Build 192 on windows server (64-bit OS)




Please provide any additional information below.

If I remove that particular program appelments.p from the code base build gets 
completed without any problem


Original issue reported on code.google.com by razack0...@gmail.com on 14 Jan 2015 at 11:04

@GoogleCodeExporter
Copy link
Author

Hi,

Could you try linting only this file to see if you can reproduce this error ?
If so, can you share the file (either on Google Code, or you can send this file 
on my private address, guess you know it).
I assume that Proparse generates an exception, which in turn crash the AVM. In 
this case, PCT just reports that the return value wasn't found ; a more 
explicit message could be useful !

Original comment by g.quer...@gmail.com on 15 Jan 2015 at 8:06

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Hi Gilles,


I found the issue.program that was causing trouble is using 
latest OE features but my lint job was running in lower version of progress.
Ideally it should have given syntax error but the session was crashing.
I tried manual compile using OE client and got same problem.
I think I need to take this issue to progress support.

Thanks

Original comment by razack0...@gmail.com on 16 Jan 2015 at 10:11

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by g.quer...@gmail.com on 21 Jan 2015 at 4:33

  • Changed state: Invalid
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant