× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.






Robin,

Let me first give a description of what goes on with STRRSESVR.  When you
run STRRSESVR the command tries to create a socket connection from the
iSeries to the PC.  Inside of WDSc there is an RSE Communications Daemon
(this used to be called the iSeries Communications Daemon but was renamed
from 5.0 to 5.1 because it is also used by other connection types) that
listens on port 4300 (by default) for this incoming socket connection.  If
the STRRSESVR command cannot connect to the daemon in WDSc then it displays
this RSE2001 error message.

The first thing to check is that the STRRSESVR is using the correct ip and
port number.  These are displayed in the 2nd level help for the RSE2001
message and should match the ip address of your PC and the port number
specified in WDSc under Window -> Preferences -> Remote Systems ->
Communications.  This page also has a checkbox to start the daemon on
workbench startup, or you can manually start the daemon using the "Start
Communications Daemon" and "Stop Communications Daemon" actions on the pull
down menu for the Remote Systems view (the pull down menu is the upside
down triangle.)

If these are all correct then make sure you can ping your PC from the
iSeries.  To do this run the following CL command:  ping ipAddress

What do you see from this command?

If that works then the last thing that goes wrong 95% of the time is a
firewall (typically installed on the PC) that blocks this connection.  The
firewall may be blocking incoming socket requests on certain ports and may
let others (like the ping request) through.  A lot of Internet security and
anti-virus software these days also act as firewalls so if you have any of
these installed make sure they allow port 4300 to accept incoming socket
requests.

Don Yantzi
WebSphere Development Studio Client for iSeries
IBM Toronto Lab
Phone: (905) 413-4476
IBM internal:  IBMCA(yantzi)  -  Internet: yantzi@xxxxxxxxxx



                                                                           
             Robin.Li@microage                                             
             solutions.com                                                 
             Sent by:                                                   To 
             wdsci-l-bounces@m         wdsci-l@xxxxxxxxxxxx                
             idrange.com                                                cc 
                                       MichaelQuigley@xxxxxxxxxx, Don      
                                       Yantzi/Toronto/IBM@IBMCA            
             01/14/2004 04:48                                      Subject 
             PM                        [WDSCI-L] STRRSE problem            
                                                                           
                                                                           
             Please respond to                                             
                 Websphere                                                 
                Development                                                
             Studio Client for                                             
                  iSeries                                                  
                                                                           
                                                                           




Hi,
Thanks for your suggestions.
I tried both, and it still didn't work. The things confusing me the most
is it used to work, but somehow it just stopped working. I can do the edit
source memeber, save it and compile it without any problem. I think it
proves that there is no connection error between my client side and AS400.
So what's the problem? Any suggestions? Thanks!


Robin




wdsci-l-request@xxxxxxxxxxxx
Sent by: wdsci-l-bounces@xxxxxxxxxxxx
01/14/2004 02:29 PM

Please respond to
wdsci-l@xxxxxxxxxxxx


To
wdsci-l@xxxxxxxxxxxx
cc

Subject
WDSCI-L Digest, Vol 2, Issue 25






Send WDSCI-L mailing list submissions to
                 wdsci-l@xxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
                 http://lists.midrange.com/mailman/listinfo/wdsci-l
or, via email, send a message with subject or body 'help' to
                 wdsci-l-request@xxxxxxxxxxxx

You can reach the person managing the list at
                 wdsci-l-owner@xxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of WDSCI-L digest..."


Today's Topics:

   1. Re: STRRSESVR error (MichaelQuigley@xxxxxxxxxx)
   2. Re: STRRSESSVR (Don Yantzi)
   3. Linux Server Daemon (infosys5)
   4. Re: Linux Server Daemon (David McKnight)
   5. Re: Linux Server Daemon (David McKnight)
   6. RE: Linux Server Daemon (infosys5)


----------------------------------------------------------------------

message: 1
date: Wed, 14 Jan 2004 13:32:53 -0500
from: MichaelQuigley@xxxxxxxxxx
subject: Re: [WDSCI-L] STRRSESVR error

   Or better still use STRRSESVR blackbox RMTLOCNAME(*RESOLVE)

   This will resolve your PCs IP address whatever it might be.

   original message:   (in part)
   -----------------------------------------
   date: Wed, 14 Jan 2004 15:13:37 +0100
   from: Peter Merikan <peter.merikan@xxxxxxxxxxxxxx>
   subject: Re: [WDSCI-L] STRRSESVR error

   try to use the ip-number to your desktop
   STRRSESVR NAME(<your connection>) RMTLOCNAME('192.168.9.110')

   I think it's a dhcp problem

   /Peter

   Robin.Li@xxxxxxxxxxxxxxxxxxxxx wrote:

   > Hi,
   >
   > Before I try to start a interactive debug from WDS, I should do an
   > STRRESSVR on the green screen. It used to work all the time, however,
I
   > run into the attached error today when I tried to run STRRSESVR
   > blackbox(blackbox is the connection name to the Iseries in WDS):
   >
                                       .
   .                                     .
                                       .
   .                                     .
                                       .
   .                                     .


------------------------------

message: 2
date: Wed, 14 Jan 2004 13:53:04 -0500
from: Don Yantzi <yantzi@xxxxxxxxxx>
subject: Re: [WDSCI-L] STRRSESSVR





Robin,

Make sure that your IP address is infact 192.168.9.110 and that the daemon
is running on port 4300.  The easiest way to do this is go to a Command
Prompt window on your PC and type:

To get your ip address:  ipconfig

To check for listening ports:  netstat -a | more

You should see a line something like:  TCP    yantzi:4300
yantzi.torolab.ibm.com:0  LISTENING

If your IP address is correct and the port is listening then something
between WDSc and the iSeries might be blocking the connection like a
firewall.  Have you installed any firewall software on your PC lately like
ZoneLabs or Symmantic Internet Security?  If so then you will need to
configure a rule to allow this connection in.

Don Yantzi
WebSphere Development Studio Client for iSeries
IBM Toronto Lab
Phone: (905) 413-4476
IBM internal:  IBMCA(yantzi)  -  Internet: yantzi@xxxxxxxxxx




             Robin.Li@microage
             solutions.com
             Sent by:                                                   To

             wdsci-l-bounces@m         wdsci-l@xxxxxxxxxxxx
             idrange.com                                                cc


                                                                   Subject

             01/14/2004 12:16          [WDSCI-L] STRRSESSVR
             PM


             Please respond to
                 Websphere
                Development
             Studio Client for
                  iSeries






Hi, Peter
Thanks for your email!
I tried to use the IP address, but still no luck and got the same error
message. Any other suggestions? Thanks!


Robin
------------------------------

message: 7
date: Wed, 14 Jan 2004 15:13:37 +0100
from: Peter Merikan <peter.merikan@xxxxxxxxxxxxxx>
subject: Re: [WDSCI-L] STRRSESVR error

try to use the ip-number to your desktop
STRRSESVR NAME(<your connection>) RMTLOCNAME('192.168.9.110')

I think it's a dhcp problem

/Peter

Robin.Li@xxxxxxxxxxxxxxxxxxxxx wrote:

> Hi,
>
> Before I try to start a interactive debug from WDS, I should do an
> STRRESSVR on the green screen. It used to work all the time, however, I
> run into the attached error today when I tried to run STRRSESVR
> blackbox(blackbox is the connection name to the Iseries in WDS):
>
> Message ID . . . . . . :   RSE2001       Severity . . . . . . . :   30
> Message type . . . . . :   Diagnostic
> Date sent  . . . . . . :   01/13/04      Time sent  . . . . . . :
15:55:29
>
>
> Message . . . . :   ERROR CONNECTING TO REMOTE SYSTEMS EXPLORER
> CAUSE . . . . . :   THE STRRSESVR COMMAND COULD NOT CREATE A TCP/IP
> CONNECTION
>   TO THE REMOTE SYSTEMS EXPLORER (RSE) AT REMOTE LOCATION 192.168.9.110
ON
>
>   PORT 4300.  POSSIBLE CAUSES: THE ISERIES RSE COMMUNICATIONS DAEMON HAS

> NOT
>   BEEN STARTED ON THE CLIENT. THE REMOTE LOCATION NAME IS NOT A CORRECT
> TCP/IP
>   HOSTNAME OR ADDRESS.  THE ISERIES RSE COMMUNICATIONS DAEMON IS
LISTENING
> ON
>   A DIFFERENT PORT NUMBER. START THE ISERIES COMMUNICATION DAEMON AND
> VERIFY
>   THAT THE REMOTE LOCATION NAME AND PORT ARE VALID.
>
>
> I'm sure the the connection name is right, RSE communications DAEMON is
> started and The port # 4300 looks like the default one.  Since it worked

> before without any problem,  I'm really confused by this error. Any
> suggestions? Thanks for the help!
>
> Robin
>
_______________________________________________
This is the Websphere Development Studio Client for 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.




------------------------------

message: 3
date: Wed, 14 Jan 2004 13:41:35 -0600
from: "infosys5" <infosys5@xxxxxxx>
subject: [WDSCI-L] Linux Server Daemon

Within the RSE editor, I am "unsuccessfully" trying to make a connection
to
a remote Linux server. There are detailed instructions within WebSphere,
which I have followed.....but am stuck at the point of getting the Linux
daemon started. I installed the server code, ran the jar command for the
rseserver.jar and all worked fine. Now trying to start the server has
given
me problems, I've chmod on the following files: daemon.linux, auth.pl,
server.linux, server.unix, I've also moved the auth.pl script into a
subdirectory dstore.core......I've tried starting it manually, with REXEC,
and by using the daemon......with no success. I'm interested in knowing
has
ANYONE successfully done this?? AND are there more
instructions.....somewhere....that could clue me in to what is not working
for me....

*****************************************
MY ERRORS:
> cd /opt/rseserver ./server.unix
./server.unix: line 3:
: command not found
./server.unix: line 4:
: command not found
./server.unix: line 5: java: command not found
./server.unix: line 5:
: command not found

> /opt/rseserver./daemon.linux
sh: line 1: /opt/rseserver./daemon.linux: No such file or directory

> cd /opt/rseserver ./server.linux
sh: line 1: java: command not found

************************************
So any thoughts on giving up on trying to make this work.......I'm
thinking
and hoping that if I can get the Linux server daemon to run, then
hopefully
I could make this connection.

Diane







------------------------------

message: 4
date: Wed, 14 Jan 2004 14:56:37 -0500
from: David McKnight <dmcknigh@xxxxxxxxxx>
subject: Re: [WDSCI-L] Linux Server Daemon





Hi,

Looking at your errors, the first thing that comes to mind is you need to
have java installed and in your path.  Without java, you won't be able to
run the server or the daemon.

The path: /opt/rseserver./daemon.linux should instead by
/opt/rseserver/.daemon.linux

Hope that helps,
____________________________________
David McKnight
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/643/8200/TOR
____________________________________




             "infosys5"
             <infosys5@xxxxxxx
             >                                                          To

             Sent by:                  "Websphere Development Studio
             wdsci-l-bounces+d         Client for iSeries"
             mcknigh=ca.ibm.co         <wdsci-l@xxxxxxxxxxxx>
             m@xxxxxxxxxxxx                                             cc


                                                                   Subject

             14/01/2004 02:41          [WDSCI-L] Linux Server Daemon
             PM


             Please respond to
                 Websphere
                Development
             Studio Client for
                  iSeries






Within the RSE editor, I am "unsuccessfully" trying to make a connection
to
a remote Linux server. There are detailed instructions within WebSphere,
which I have followed.....but am stuck at the point of getting the Linux
daemon started. I installed the server code, ran the jar command for the
rseserver.jar and all worked fine. Now trying to start the server has
given
me problems, I've chmod on the following files: daemon.linux, auth.pl,
server.linux, server.unix, I've also moved the auth.pl script into a
subdirectory dstore.core......I've tried starting it manually, with REXEC,
and by using the daemon......with no success. I'm interested in knowing
has
ANYONE successfully done this?? AND are there more
instructions.....somewhere....that could clue me in to what is not working
for me....

*****************************************
MY ERRORS:
> cd /opt/rseserver ./server.unix
./server.unix: line 3:
: command not found
./server.unix: line 4:
: command not found
./server.unix: line 5: java: command not found
./server.unix: line 5:
: command not found

> /opt/rseserver./daemon.linux
sh: line 1: /opt/rseserver./daemon.linux: No such file or directory

> cd /opt/rseserver ./server.linux
sh: line 1: java: command not found

************************************
So any thoughts on giving up on trying to make this work.......I'm
thinking
and hoping that if I can get the Linux server daemon to run, then
hopefully
I could make this connection.

Diane





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




------------------------------

message: 5
date: Wed, 14 Jan 2004 15:02:09 -0500
from: David McKnight <dmcknigh@xxxxxxxxxx>
subject: Re: [WDSCI-L] Linux Server Daemon





Ooops, for the last one, I mean it should be "cd /opt/rseserver
./daemon.linux"

____________________________________
David McKnight
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/643/8200/TOR
____________________________________




             David
             McKnight/Toronto/
             IBM@IBMCA                                                  To

             Sent by:                  Websphere Development Studio Client

             wdsci-l-bounces@m         for iSeries <wdsci-l@xxxxxxxxxxxx>
             idrange.com                                                cc

                                       Websphere Development Studio Client

                                       for iSeries <wdsci-l@xxxxxxxxxxxx>,

             14/01/2004 02:56          wdsci-l-bounces+dmcknigh=ca.ibm.com

             PM                        @midrange.com
                                                                   Subject

                                       Re: [WDSCI-L] Linux Server Daemon
             Please respond to
                 Websphere
                Development
             Studio Client for
                  iSeries










Hi,

Looking at your errors, the first thing that comes to mind is you need to
have java installed and in your path.  Without java, you won't be able to
run the server or the daemon.

The path: /opt/rseserver./daemon.linux should instead by
/opt/rseserver/.daemon.linux

Hope that helps,
____________________________________
David McKnight
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/643/8200/TOR
____________________________________




             "infosys5"
             <infosys5@xxxxxxx
             >                                                          To
             Sent by:                  "Websphere Development Studio
             wdsci-l-bounces+d         Client for iSeries"
             mcknigh=ca.ibm.co         <wdsci-l@xxxxxxxxxxxx>
             m@xxxxxxxxxxxx                                             cc

                                                                   Subject
             14/01/2004 02:41          [WDSCI-L] Linux Server Daemon
             PM


             Please respond to
                 Websphere
                Development
             Studio Client for
                  iSeries






Within the RSE editor, I am "unsuccessfully" trying to make a connection
to
a remote Linux server. There are detailed instructions within WebSphere,
which I have followed.....but am stuck at the point of getting the Linux
daemon started. I installed the server code, ran the jar command for the
rseserver.jar and all worked fine. Now trying to start the server has
given
me problems, I've chmod on the following files: daemon.linux, auth.pl,
server.linux, server.unix, I've also moved the auth.pl script into a
subdirectory dstore.core......I've tried starting it manually, with REXEC,
and by using the daemon......with no success. I'm interested in knowing
has
ANYONE successfully done this?? AND are there more
instructions.....somewhere....that could clue me in to what is not working
for me....

*****************************************
MY ERRORS:
> cd /opt/rseserver ./server.unix
./server.unix: line 3:
: command not found
./server.unix: line 4:
: command not found
./server.unix: line 5: java: command not found
./server.unix: line 5:
: command not found

> /opt/rseserver./daemon.linux
sh: line 1: /opt/rseserver./daemon.linux: No such file or directory

> cd /opt/rseserver ./server.linux
sh: line 1: java: command not found

************************************
So any thoughts on giving up on trying to make this work.......I'm
thinking
and hoping that if I can get the Linux server daemon to run, then
hopefully
I could make this connection.

Diane





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




------------------------------

message: 6
date: Wed, 14 Jan 2004 15:28:49 -0600
from: "infosys5" <infosys5@xxxxxxx>
subject: RE: [WDSCI-L] Linux Server Daemon

David,
I know very little about Java, but learning as I go with this project.
This
is what I have done......
1) mkdir /opt/rseserver
2) ftp'd the ....\serverruntime\rseserver.jar from my pc to the Linux
server
3) (ON A COMMAND LINE WITHIN LINUX)--ran the following:
                 1)cd /opt/rseserver
                 2) /usr/lib/IBMJava2-1.3.1/bin/jar xf rseserver.jar

At that point, the rseserver.jar file was extracted.  When I follow the
/usr/lib...path, I find java & jar in the bin directory.

So then, I went to the Linux server, command shell, and ran my commands
with
the errors that I posted earlier.

Now, since your e-mail, I removed the "cd" from my command and have ran
the
following from the Linux shell....

> /opt/rseserver ./daemon.linux
sh: line 1: /opt/rseserver: is a directory
> /opt/rseserver/ ./daemon.linux
sh: line 1: /opt/rseserver/: is a directory
******
Decided now to go into the directory opt/rseserver and run the command
from
there and a new error.....
********
> cd opt
opt: No such file or directory
> cd //
> cd opt
> cd rseserver
> ./daemon.linux
sh: ./daemon.linux: /usr/bin/perl
: bad interpreter: No such file or directory


AT this point, do I keep with it, give it up, or can this really work??

I appreciate your help on this.

Diane



-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx
[mailto:wdsci-l-bounces@xxxxxxxxxxxx]On Behalf Of David McKnight
Sent: Wednesday, January 14, 2004 2:02 PM
To: Websphere Development Studio Client for iSeries
Subject: Re: [WDSCI-L] Linux Server Daemon






Ooops, for the last one, I mean it should be "cd /opt/rseserver
./daemon.linux"

____________________________________
David McKnight
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/643/8200/TOR
____________________________________




             David
             McKnight/Toronto/
             IBM@IBMCA                                                  To
             Sent by:                  Websphere Development Studio Client
             wdsci-l-bounces@m         for iSeries <wdsci-l@xxxxxxxxxxxx>
             idrange.com                                                cc
                                       Websphere Development Studio Client
                                       for iSeries <wdsci-l@xxxxxxxxxxxx>,
             14/01/2004 02:56          wdsci-l-bounces+dmcknigh=ca.ibm.com
             PM                        @midrange.com
                                                                   Subject
                                       Re: [WDSCI-L] Linux Server Daemon
             Please respond to
                 Websphere
                Development
             Studio Client for
                  iSeries










Hi,

Looking at your errors, the first thing that comes to mind is you need to
have java installed and in your path.  Without java, you won't be able to
run the server or the daemon.

The path: /opt/rseserver./daemon.linux should instead by
/opt/rseserver/.daemon.linux

Hope that helps,
____________________________________
David McKnight
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/643/8200/TOR
____________________________________




             "infosys5"
             <infosys5@xxxxxxx
             >                                                          To
             Sent by:                  "Websphere Development Studio
             wdsci-l-bounces+d         Client for iSeries"
             mcknigh=ca.ibm.co         <wdsci-l@xxxxxxxxxxxx>
             m@xxxxxxxxxxxx                                             cc

                                                                   Subject
             14/01/2004 02:41          [WDSCI-L] Linux Server Daemon
             PM


             Please respond to
                 Websphere
                Development
             Studio Client for
                  iSeries






Within the RSE editor, I am "unsuccessfully" trying to make a connection
to
a remote Linux server. There are detailed instructions within WebSphere,
which I have followed.....but am stuck at the point of getting the Linux
daemon started. I installed the server code, ran the jar command for the
rseserver.jar and all worked fine. Now trying to start the server has
given
me problems, I've chmod on the following files: daemon.linux, auth.pl,
server.linux, server.unix, I've also moved the auth.pl script into a
subdirectory dstore.core......I've tried starting it manually, with REXEC,
and by using the daemon......with no success. I'm interested in knowing
has
ANYONE successfully done this?? AND are there more
instructions.....somewhere....that could clue me in to what is not working
for me....

*****************************************
MY ERRORS:
> cd /opt/rseserver ./server.unix
./server.unix: line 3:
: command not found
./server.unix: line 4:
: command not found
./server.unix: line 5: java: command not found
./server.unix: line 5:
: command not found

> /opt/rseserver./daemon.linux
sh: line 1: /opt/rseserver./daemon.linux: No such file or directory

> cd /opt/rseserver ./server.linux
sh: line 1: java: command not found

************************************
So any thoughts on giving up on trying to make this work.......I'm
thinking
and hoping that if I can get the Linux server daemon to run, then
hopefully
I could make this connection.

Diane





_______________________________________________
This is the Websphere Development Studio Client for 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 Websphere Development Studio Client for 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 Websphere Development Studio Client for 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 Websphere Development Studio Client for iSeries  (WDSCI-L)
digest 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.


End of WDSCI-L Digest, Vol 2, Issue 25
**************************************

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

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.