You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
Original issue reported on code.google.com by
razack0...@gmail.com
on 14 Jan 2015 at 11:04The text was updated successfully, but these errors were encountered: