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
Hi,
First of all, great idea for a project and thanks for making it available.
Trying to setup an ANT script to sample the project, I found that PCTCompile
wasn't unable to connect, but didn't report the actual PROGRESS error message.
I've enhanced the code in ProgressV10.properties to report the error message
(in my case an incompatibility of -Mm parameters, I might come back on that).
Ant log:
[PCTCompile] PCTCompile - Progress Code Compiler
[PCTCompile] Unable to connect to -db dbname -pf '[...]\connect.pf'
[PCTCompile] ERROR: Server has -Mm parm 32600 and client has 1024. They must
match. (1150)
ProgressV10.properties:
ProgressV10.1=CONNECT VALUE("{0}") NO-ERROR.\n\
IF ERROR-STATUS:ERROR THEN DO:\n\
MESSAGE "Unable to connect to {0}".\n\
MESSAGE "ERROR:" error-status:get-message(1).\n\
RUN returnValue(14).\n\
QUIT.\n\
END.\n
Obviously the code to report the error messages can be enhanced further to
report multiple error messages if the case, e.g.
define variable i as integer no-undo.
do i = 1 to error-status:num-messages :
message "ERROR:" error-status:get-message(i).
end.
If you could please include this enhancement in would be great.
Thanks,
Dan
Original issue reported on code.google.com by dan.dra...@gmail.com on 5 Feb 2011 at 7:23
The text was updated successfully, but these errors were encountered:
[PCTCompile] PCTCompile - Progress Code Compiler
[PCTCompile] Unable to connect to -db dbname -pf '[...]\connect.pf'
[PCTCompile] ERROR: Server has -Mm parm 32600 and client has 1024. They must
match. (1150)
ProgressV10.properties:
Original issue reported on code.google.com by
dan.dra...@gmail.com
on 5 Feb 2011 at 7:23The text was updated successfully, but these errors were encountered: