Tommy.Holden | 19 Jun 2012 21:23

RDp v8.0.3 Unable to generate the outline view

I found the thread 
http://archive.midrange.com/wdsci-l/201108/msg00073.html about the "Unable 
to generate the outline view" and have tried EVERYTHING on that thread to 
no avail.  Anyone have any additional ideas?  It was working fine this 
morning on the same program source but now it's useless.  I know i can 
live without it but i'm working on the RPG III program from Hell and in 
the process of rewriting it using subprocs and all the goodies available 
and needless to say without the outline it's MUCH more difficult :) 

Thanks,
Tommy Holden
--

-- 
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@...
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

Gary Thompson | 19 Jun 2012 21:35

Re: RDp v8.0.3 Unable to generate the outline view

I quickly checked the thread, but don't think I saw this:
>From the RDp Menu, click Source, then click Verify (Prompt),
	then, on the Program Verification Options, click Cache on the left,
		then, on the right, make sure to check the Refresh cache option
HTH... 

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...] On Behalf Of Tommy.Holden@...
Sent: Tuesday, June 19, 2012 1:24 PM
To: wdsci-l@...
Subject: [WDSCI-L] RDp v8.0.3 Unable to generate the outline view

I found the thread
http://archive.midrange.com/wdsci-l/201108/msg00073.html about the "Unable to generate the
outline view" and have tried EVERYTHING on that thread to no avail.  Anyone have any additional ideas?  It
was working fine this morning on the same program source but now it's useless.  I know i can live without it
but i'm working on the RPG III program from Hell and in the process of rewriting it using subprocs and all the
goodies available and needless to say without the outline it's MUCH more difficult :) 

Thanks,
Tommy Holden
--
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@... To
subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@...
Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.

(Continue reading)

Tommy.Holden | 19 Jun 2012 21:46

Re: RDp v8.0.3 Unable to generate the outline view

No such luck...

Thanks,
Tommy Holden

From:   Gary Thompson <gthompson@...>
To:     Rational Developer for IBM i / Websphere Development Studio Client 
for     System i & iSeries <wdsci-l@...>, 
Date:   06/19/2012 02:32 PM
Subject:        Re: [WDSCI-L] RDp v8.0.3 Unable to generate the outline 
view
Sent by:        wdsci-l-bounces@...

I quickly checked the thread, but don't think I saw this:
>From the RDp Menu, click Source, then click Verify (Prompt),
                 then, on the Program Verification Options, click Cache on 
the left,
                                 then, on the right, make sure to check 
the Refresh cache option
HTH... 

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...] 
On Behalf Of Tommy.Holden@...
Sent: Tuesday, June 19, 2012 1:24 PM
To: wdsci-l@...
Subject: [WDSCI-L] RDp v8.0.3 Unable to generate the outline view

I found the thread
(Continue reading)

Tommy.Holden | 19 Jun 2012 22:23

Re: RDp v8.0.3 Unable to generate the outline view

Ok I found the offending code that hoses the outline view.  Adding 
qualified to a couple of DS structures and the outline works, remove the 
qualified & the refresh fails...sounds like a bug to me...

Thanks,
Tommy Holden

From:   Gary Thompson <gthompson@...>
To:     Rational Developer for IBM i / Websphere Development Studio Client 
for     System i & iSeries <wdsci-l@...>, 
Date:   06/19/2012 02:32 PM
Subject:        Re: [WDSCI-L] RDp v8.0.3 Unable to generate the outline 
view
Sent by:        wdsci-l-bounces@...

I quickly checked the thread, but don't think I saw this:
>From the RDp Menu, click Source, then click Verify (Prompt),
                 then, on the Program Verification Options, click Cache on 
the left,
                                 then, on the right, make sure to check 
the Refresh cache option
HTH... 

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...] 
On Behalf Of Tommy.Holden@...
Sent: Tuesday, June 19, 2012 1:24 PM
To: wdsci-l@...
Subject: [WDSCI-L] RDp v8.0.3 Unable to generate the outline view
(Continue reading)

Anderson, Kurt | 19 Jun 2012 22:37

Re: RDp v8.0.3 Unable to generate the outline view

Then open a PMR.  :)  
The Rational team has fixed a number of bugs I've reported this way.

Glad you found the issue.

https://www-946.ibm.com/support/servicerequest/prodCompSelect.action?userType=0

-Kurt

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...] On Behalf Of Tommy.Holden@...
Sent: Tuesday, June 19, 2012 3:23 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] RDp v8.0.3 Unable to generate the outline view

Ok I found the offending code that hoses the outline view.  Adding qualified to a couple of DS structures and
the outline works, remove the qualified & the refresh fails...sounds like a bug to me...

Thanks,
Tommy Holden

From:   Gary Thompson <gthompson@...>
To:     Rational Developer for IBM i / Websphere Development Studio Client 
for     System i & iSeries <wdsci-l@...>, 
Date:   06/19/2012 02:32 PM
Subject:        Re: [WDSCI-L] RDp v8.0.3 Unable to generate the outline 
view
Sent by:        wdsci-l-bounces@...

(Continue reading)

Edmund Reinhardt | 20 Jun 2012 15:16
Picon

Re: RDp v8.0.3 Unable to generate the outline view


Tommy,
Could you paste the code snippet with the missing QUALIFIED that causes the
outline view to fail in a message here.
I want to make sure that the new outline view handles it.

Regards,

Edmund (E.H.) Reinhardt
COBOL IDE on AIX, DDS, WebFacing, System i Application Development,
Rational Developer for Power

                                                                                                

 2D barcode - Phone: 1-905-413-3125 | Phone: 1-905-854-6195                                 IBM 
 encoded with E-mail: edmund.reinhardt@...                                               
 contact      AIX COBOL:                                                        8200 Warden Ave 
 information  www.youtube.com/user/IBMRational#g/c/62DF24D5BCD43501         Markham, ON L6G 1C7 
              "In every thing give thanks: for this is the will of                       Canada 
              God in Christ Jesus concerning you." - 1                                          
              Thessalonians 5:18                                                                

From:	"Anderson, Kurt" <KAnderson@...>
To:	"Rational Developer for IBM i / Websphere Development Studio
            Client for	System i & iSeries" <wdsci-l@...>,
Date:	06/19/2012 04:38 PM
Subject:	Re: [WDSCI-L] RDp v8.0.3 Unable to generate the outline view
Sent by:	wdsci-l-bounces@...

Then open a PMR.  :)
(Continue reading)

Tommy.Holden | 20 Jun 2012 15:41

Re: RDp v8.0.3 Unable to generate the outline view

Sent you an email offlist to attach the code.

Thanks,
Tommy Holden

From:   Edmund Reinhardt <edmund.reinhardt@...>
To:     Rational Developer for IBM i / Websphere Development Studio Client 
for     System i & iSeries <wdsci-l@...>, 
Date:   06/20/2012 08:20 AM
Subject:        Re: [WDSCI-L] RDp v8.0.3 Unable to generate the outline 
view
Sent by:        wdsci-l-bounces@...

Tommy,
Could you paste the code snippet with the missing QUALIFIED that causes 
the
outline view to fail in a message here.
I want to make sure that the new outline view handles it.

Regards,

Edmund (E.H.) Reinhardt
COBOL IDE on AIX, DDS, WebFacing, System i Application Development,
Rational Developer for Power

  

 2D barcode - Phone: 1-905-413-3125 | Phone: 1-905-854-6195    IBM 
 encoded with E-mail: edmund.reinhardt@...  
 contact      AIX COBOL:      8200 Warden Ave 
(Continue reading)


Gmane