Hi Ken,
A while ago I experienced RDP crashing based on an omitted PI value (in my case it was accidental). I opened a PMR for it and it has been fixed in 8.5.1. The crash in my case was upon requesting an outline (or possibly a verify, it's been a while).
-Kurt Anderson
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Ken Killian
Sent: Tuesday, March 26, 2013 3:33 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] RDP 8.0.3 BOMBS on >Source>New>Procedure
Mike,
I have defined my entry parameter as "PI" with NO NAME, so it works like *ENTRY...
I think it is dumb, to Hard-Code the program name on the entry parameters. Which is what I think causes the error.
It seems to work on programs without my Hard-code name on the "PI" entry parameters.
It creates the procedure, and I see it. Then I saw it trying to refresh the outline, when it crashed.
This happens to be a member type of SQLRPGLE.
Here is a "DUMMY" shell, where I can get it to blow up:
H Debug(*Yes)
H Option(*SrcStmt:*NoDebugIO:*SecLvl)
H DftActGrp(*No)
H ActGrp('QILE')
// *ENTRY parameters
D pi
D Parm_One 10
/Free
If Parm_One > *Blanks;
// New procedure
EndIf;
*inlr = *on;
return;
/End-Free
I bet if you try that dummy code above, it will compile fine. And then you try to add a new Procedure, and then RDP 8.0.3 just crashes... <Big Frown>
-Ken Killian-
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of mgarrison@xxxxxxxxxx
Sent: Tuesday, March 26, 2013 3:54 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] RDP 8.0.3 BOMBS on >Source>New>Procedure
Ken,
It works for me on 8.0.3 on a regular basis. When is it crashing, before or after the RPG Procedure Wizard window is displayed?
wdsci-l-bounces@xxxxxxxxxxxx wrote on 03/26/2013 02:41:32 PM:
From: Ken Killian <kkillian@xxxxxxxxxxxx>
To: "Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>,
Date: 03/26/2013 02:42 PM
Subject: [WDSCI-L] RDP 8.0.3 BOMBS on >Source>New>Procedure Sent by:
wdsci-l-bounces@xxxxxxxxxxxx
Hi,
I must assume that IBM supports a few releases of RDP, just like it
does with the"IBM i". <Smile>
I am using RDP 8.0.3, and I am using this option:
Source>New>Procedure
It blows up....
It worked in WDSC 7.0, rdi 7.5, rdp 7.6....
So, I have been using this for a Long time. I think it worked on WDSC
6.0 too, not sure.
Sadly, it just "KILLS" RDP, and no warning messages....
RDP just "goes away" with NO warning...
Has anyone else ran into this Error on RDP 8.0.3?
Yes, I can create my procedure manually, but why is it blowing up?
Or am I the only one encountering this error?
Any insight would be appreciated.
Thanks!
-Ken Killian-
--
This is the Rational Developer for IBM i / Websphere Development
Studio Client for System i & iSeries (WDSCI-L) mailing list To post a
message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.