MichaelQuigley | 1 Mar 2004 03:25
Favicon

Re: Post your top 10 WDSC problems ...

   1)        Library list management.  If I've changed the library list in
   RSE, this **REALLY** needs to be carried over the CODE Designer or
   oftentimes any referenced fields won't resolve.  (I've made the change to
   specify the whole library list on the connection properties, rather than
   using a command equivalent to CHGLIBL.  This helps most of the time, but
   there are times when I open a DSPF or PRTF using CODE Designer and I get
   prompted for my password (which I've already told WDSc to remember) and
   then no referenced fields are resolved.  It takes ***WAY*** too long to
   close down CODE Designer and WDSc, then shut down all servers and re-open
   the workbench to get consistent results with resolving fields.  (This
   appears to be the most certain way to get the library list correct for
   CODE Designer.)  Even so, whatever method I've used to set the library
   list should carry over to CODE Designer.  Really this should include any
   libraries added or removed by entering a command in the 'iSeries Commands
   Log', but I would settle for using what I've setup in the connection
   properties using our homegrown SETLIBL command.)

   2)        Editing CL in the LPEX editor.  I'm almost always going back to
   green-screen SEU to edit CL.  If I've got a CL command that spans more
   than one line, when I enter the command and press enter, the workbench
   tries to reformat my CL command and instead replaces the second line with
   a mis-formatted first line.  (The second line is gone.)

   3)        Editing CL in the LPEX editor.  If I format a command in CL the
   workbench always wants to reformat the line.  I need an easy way to allow
   me to specify the format of a line instead of using the workbench's
   defaults.  (Yes, I know I can turn off much of the CL formatting in the
   preferences, but this is awfully cumbersome.  Also, if I turn off
   everything what's the advantage to using the workbench over green screen
   SEU.)
(Continue reading)

Bartell, Aaron L. (TC | 1 Mar 2004 03:35

RE: Post your top 10 WDSC problems ...

>   8) A quick method to save a source member like the Ctrl-Shift-N to open
a member.

I think Ctrl + S is what you are looking for.  You will find this to work in
99% of all PC apps where you are editing text.

>...(Oftentimes, the compile options are greyed out when editing a member.)
Your source member is either not in focus or it is in the act of being saved
to the iSeries, most likely.

Aaron Bartell
_______________________________________________
This is the Websphere Development Studio Client for 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.

Peter Merikan | 1 Mar 2004 08:34
Picon

Re: How to end server after STRRSESRV

Right click on iSeries objects in RSE, then select  Release Interactive Job

/Peter

Rick.Chevalier@... wrote:

>How do I stop the server started by STRRSESVR?  I think I've confused it and want to restart.  I could use
SysReq 2 but I would prefer more 'normal' way.
>
>Rick Chevalier
> <<ole0.bmp>> 
>ITS
>Ext. 57178
>
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>This is the Websphere Development Studio Client for 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)

Colin Williams | 1 Mar 2004 09:52
Favicon

RE: Post your top 10 WDSC problems ...


Michael,
See below:

-----Original Message-----
From: MichaelQuigley@...
[mailto:MichaelQuigley <at> TheWay.org] 
Sent: 01 March 2004 02:26
To: wdsci-l@...
Subject: Re: [WDSCI-L] Post your top 10 WDSC problems ...

   1)        Library list management.  If I've changed the library list in
   RSE, this **REALLY** needs to be carried over the CODE Designer or
   oftentimes any referenced fields won't resolve.  (I've made the change to
   specify the whole library list on the connection properties, rather than
   using a command equivalent to CHGLIBL.  This helps most of the time, but
   there are times when I open a DSPF or PRTF using CODE Designer and I get
   prompted for my password (which I've already told WDSc to remember) and
   then no referenced fields are resolved.  It takes ***WAY*** too long to
   close down CODE Designer and WDSc, then shut down all servers and re-open
   the workbench to get consistent results with resolving fields.  (This
   appears to be the most certain way to get the library list correct for
   CODE Designer.)  Even so, whatever method I've used to set the library
   list should carry over to CODE Designer.  Really this should include any
   libraries added or removed by entering a command in the 'iSeries Commands
   Log', but I would settle for using what I've setup in the connection
   properties using our homegrown SETLIBL command.)

   2)        Editing CL in the LPEX editor.  I'm almost always going back to
   green-screen SEU to edit CL.  If I've got a CL command that spans more
(Continue reading)

Kelly Cookson | 1 Mar 2004 15:13
Favicon

RE: How do I turn off or delete logs to IFS.

Okay. Set the logging as requested and will send you the files as soon as I
notice the Error List doesn't appear.

Thanks,
Kelly

-----Original Message-----
From: wdsci-l-bounces@...
[mailto:wdsci-l-bounces@...]On Behalf Of Eric Simpson
Sent: Sunday, February 29, 2004 3:02 PM
To: Websphere Development Studio Client for iSeries
Subject: RE: [WDSCI-L] How do I turn off or delete logs to IFS.

Kelly,

Yes, the Error List will not appear if the log files remain.  Normally, the
log file is processed, deleted, and then the Error List is populated (the
first line of the log file has the events file name that gets popuplated in
the Error List).

Please turn on additional logging messages.
- In Windows>Preferences, select Remote Systems>Logging and pick 'errors,
warnings, and information messages'.
- Edit the rsecomm.properties file in
c:\wdsc\iseries\eclipse\plugins\com.ibm.etools.systems.universal_<version>\s
erverruntime
 directory.  Change 'debug_level=0' to 'debug_level=3'.
You will need to restart the product.

Then just try the scenarios again and send me (esimpson@...) two log
(Continue reading)

Rick.Chevalier | 1 Mar 2004 15:37

RE: How to end server after STRRSESRV

Thanks Peter.  I was hoping there was something other than the disconnect all option.  That one made me wonder
what else I was ending.

Rick

> -----Original Message-----
> From: wdsci-l-bounces@...
> [mailto:wdsci-l-bounces@...]On Behalf Of Peter Merikan
> Sent: Monday, March 01, 2004 1:35 AM
> To: Websphere Development Studio Client for iSeries
> Subject: Re: [WDSCI-L] How to end server after STRRSESRV
> 
> 
> Right click on iSeries objects in RSE, then select  Release 
> Interactive Job
> 
> /Peter

_______________________________________________
This is the Websphere Development Studio Client for 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.

Samuel J Lennon | 1 Mar 2004 19:42
Picon
Favicon

RE: Post your top 10 WDSC problems ...

   Hmmm.  Looks like my last reply somehow got mangled.  (I pasted from a
   Word document...)

   1) SQL embedded in RPG.  Can't get the compile errors back.

   2) No equivalent off Code/400's Ctrl-Shift-C to save and compile in one
   key stroke.

   3) No intelligent indenting in RPG /FREE.  (Java has it.  Is RPG more
   complex?)

   4) Doesn't remember the error inserting settings, so I have to reset them,
   one at a time, for each member.

   5) Sometime when you try to save the LPEX editor tells you that the member
   has been changed on the server when it hasn't been changed.  This is
   confusing.

   Sam
   >From: Leon Kiriliuk <LEONKI@...>

   >Reply-To: Websphere Development Studio Client for
   iSeries<WDSCI-L@...>
   >To: wdsci-l@...
   >Subject: [WDSCI-L] Post your top 10 WDSC problems ...
   >Date: Thu, 26 Feb 2004 10:29:17 -0800 (PST)
   >
   >I'm interested in hearing back from the members of
   >this mailing list what they consider to be the top 10
   >problems with WebSphere Development Studio client for
(Continue reading)

Samuel J Lennon | 1 Mar 2004 20:05
Picon
Favicon

RE: Post your top 10 WDSC problems ...

   6) Can't have a member open in two windows simultaneously. (Like you can
   with Code/400).

   Sam

   >From: "Samuel J Lennon" <LENNON_S_J@...>
   >Reply-To: Websphere Development Studio Client for
   iSeries<WDSCI-L@...>
   >To: wdsci-l@...
   >Subject: RE: [WDSCI-L] Post your top 10 WDSC problems ...
   >Date: Mon, 01 Mar 2004 13:42:19 -0500
   >
   >    Hmmm.  Looks like my last reply somehow got mangled.  (I pasted from
   a
   >    Word document...)
   >
   >    1) SQL embedded in RPG.  Can't get the compile errors back.
   >
   >    2) No equivalent off Code/400's Ctrl-Shift-C to save and compile in
   one
   >    key stroke.
   >
   >    3) No intelligent indenting in RPG /FREE.  (Java has it.  Is RPG more
   >    complex?)
   >
   >    4) Doesn't remember the error inserting settings, so I have to reset
   them,
   >    one at a time, for each member.
   >
   >    5) Sometime when you try to save the LPEX editor tells you that the
(Continue reading)

MWalter | 1 Mar 2004 20:36

New install


Hello all,

 I had a system crash so when rebuilding my system and installing WSCi 5.1
on W2K, I didn't get the RSE perspective. Everything seemed to install
fine, but I can't open that perspective. Any ideas.

Thanks,

Mark

Mark D. Walter
Senior Programmer/Analyst
CCX, Inc.
mwalter@...
http://www.ccxinc.com

_______________________________________________
This is the Websphere Development Studio Client for 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.

Mark Phippard | 1 Mar 2004 20:42

Re: New install

Are you using a fresh workspace or the one from the previous system?

I would try a fresh one if you are using the previous one.  If you are 
using a fresh one, it sounds like you didn't install the iSeries 
extensions.  WDSC 5.1 is a 2-part install, first you install WSSD/WSAD. 
and then the iSeries Extensions.

Mark

MWalter@... 
Sent by: wdsci-l-bounces@...
03/01/2004 02:36 PM
Please respond to
Websphere Development Studio Client for iSeries <wdsci-l@...>

To
Websphere Development Studio Client for iSeries <wdsci-l@...>
cc

Subject
[WDSCI-L] New install

Hello all,

 I had a system crash so when rebuilding my system and installing WSCi 5.1
on W2K, I didn't get the RSE perspective. Everything seemed to install
fine, but I can't open that perspective. Any ideas.

Thanks,

(Continue reading)


Gmane