× 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.


  • Subject: Re: MIDRANGE-L Digest V3 #234
  • From: "Nathan M. Andelin" <nathanma@xxxxxxxxx>
  • Date: Mon, 24 Apr 2000 09:50:57 -0600


----- Original Message -----
From: MIDRANGE-L Digest <owner-midrange-l-digest@midrange.com>
To: <midrange-l-digest@midrange.com>
Sent: Friday, April 21, 2000 4:00 PM
Subject: MIDRANGE-L Digest V3 #234


> MIDRANGE-L Digest        Friday, April 21 2000        Volume 03 : Number
234
>
>
>
> | This is the Midrange System Digest Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to
MIDRANGE-L-DIGEST-SUB@midrange.com.
> | To unsubscribe from this list send email to
MIDRANGE-L-DIGEST-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
david@midrange.com
>
> Topics covered in this issue...
>
> Re: Client Access Async problem
> Re: Embedded SQL in RPGIV
> Re: Embedded SQL in RPGIV
> RE: Client Access Async problem
> RE: Embedded SQL in RPGIV
> RE: Client Access Async problem
> Re: STRINFSKR
> RE: Client Access Async problem
> Re: JWALK VS. TRADEPAQ VS JACADA
> Re: SMTP taking 100% cpu utilization
> Web Data Presentation
> Re: STRINFSKR
> RE: STRINFSKR
> Re: SMTP taking 100% cpu utilization
> Re: Web Data Presentation
> Credit cards
> RE: Web Data Presentation
>
> ----------------------------------------------------------------------
>
> Date: Fri, 21 Apr 2000 8:07:15 -0500
> From: Rob Berendt <rob@dekko.com>
> Subject: Re: Client Access Async problem
>
> To reinitialize the modem do one of the following.  Either hook
> it up to a regular comm port on the 400 and use STRITF, or hook
> it up to a PC and use Start-Programs-Accessories-Hyper Terminal.
> After that then type in the following:
> AT       and then press the PC enter key
> It should echo back OK.  If it does then do the following, if it
> doesn't then, and you're using STRITF, check your configuration or
> hook up to PC.
> After you get it to echo back OK then type in the following:
> AT&F       and press you enter key
> AT&C1&K4S0=1E0Q1&W   and press your enter key
> If you have any questions as to what that means, then consult your
> modem manual.  After you are done then hook it back to the ASCII
> workstation controller and call the number from your voice phone.
> It should 'squeal like a pig'.  If it doesn't then perhaps your
> phone system has a problem.  (Which incidentally, you should check
> for the squeal first).  If this works then write these codes on a
> label and paste it to the side of the modem.  This is where I found
> these codes, on the modem we removed from our ASCII workstation
> controller this week.  Yep, we just shut her down and are using the
> modem elsewhere.
>
>
>
>
>
> Jeff.Schmehl@besi.com on 04/20/2000 04:32:59 PM
> Please respond to MIDRANGE-L@midrange.com@Internet
> To: MIDRANGE-L@midrange.com@Internet
> cc:
> Fax to:
> Subject: Client Access Async problem
>
> We had a power outage at the site with our AS/400 last night.  Since then
2
> remote users that use Client Access Async connection cannot dial in to our
> system.  Everything looks fine on the AS/400.  The ASCII workstation
> controller is fine.  The modems are operational.
>
> What happens is that when the user dials in through Client Access, the
> modems at the AS/400 will answer but if you listen to the modem on the PC,
> it just continues to ring.  I've powered off the modems at the AS/400 and
> back on again but the same result.  I do not get any messages on the
AS/400.
>
> At this point, I am stumped.  Does anyone have any suggestions?
>
> Thanks,
>
> Jeff Schmehl
>
>
>
>
>
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
david@midrange.com
> +---
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 8:15:19 -0500
> From: Rob Berendt <rob@dekko.com>
> Subject: Re: Embedded SQL in RPGIV
>
> Two syntatical differences I've noticed in our implementation are in the
Prepare and the Fetch.
>
> C/EXEC SQL
> C+ Prepare Stmt1 from :SqlCmd
> C/END-EXEC
> ...
> C/EXEC SQL
> C+ Declare Cur1 Cursor for Stmt1
> C/END-EXEC
> ...
> C/EXEC SQL
> C+ Open Cur1
> C/END-EXEC
> ...
> C/EXEC SQL
> C+ Fetch Cur1 into :Field
> C/END-EXEC
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 15:27:05 +0200
> From: theis_richard@fr.ibm.com
> Subject: Re: Embedded SQL in RPGIV
>
> > C/Exec SQL Prepare StateM1 into :QSQS00 from :WKSQLSTMT
>  >    C/End-Exec
> Try removing 'into :QSQS00'
>
> Bonne réception/Best regards
> Richard THEIS
>   Education AS/400, Sce 8072, MTG
>   01.49.14.46.34 /  Fax 01.43.04.59.85
>   theis_richard@fr.ibm.com
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 8:48:49 -0500
> From: Rob Berendt <rob@dekko.com>
> Subject: RE: Client Access Async problem
>
> Maybe they meant that a simple voice call to the modem should at least
hear it squeal.
>
>
>
>
> Jeff.Schmehl@besi.com on 04/21/2000 08:45:15 AM
> Please respond to MIDRANGE-L@midrange.com@Internet
> To: MIDRANGE-L@midrange.com@Internet
> cc:
> Fax to:
> Subject: RE: Client Access Async problem
>
> Ok, forgive my ignorance, but why would I get a the modem answering at the
> AS/400 end (trying to handshake)?  Shouldn't I hear it at least trying to
> handshake at the PC end???
>
> - -----Original Message-----
> From: Kirk Goins [mailto:kgoins@aracnet.com]
> Sent: Thursday, April 20, 2000 6:46 PM
> To: MIDRANGE-L@midrange.com
> Subject: Re: Client Access Async problem
>
>
> How do you know the AS/400 answered? If the PC end hears ringing the Modem
> Didn't pickup the line.
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 09:55:41 -0400
> From: "Fisher, Don" <DRF@HeiligMeyers.com>
> Subject: RE: Embedded SQL in RPGIV
>
> Thank you, Richard.  That did work.
>
> Now the obvious question:  Why should this be removed when it didn't have
to
> be removed in the other program?
>
> I guess it may have something to do with the way the cursor is declared?
>
> Thanks again!
>
> Donald R. Fisher, III
> Project Manager
> Heilig-Meyers Furniture Company
> (804) 784-7500 ext. 2124
> Don.Fisher@HeiligMeyers.com
>
> <clip>
> > C/Exec SQL Prepare StateM1 into :QSQS00 from :WKSQLSTMT
>  >    C/End-Exec
> Try removing 'into :QSQS00'
>
> Bonne réception/Best regards
> Richard THEIS
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 10:02:58 -0400
> From: Jeff Schmehl <Jeff.Schmehl@besi.com>
> Subject: RE: Client Access Async problem
>
> You wouldn't happen to know the settings for US Robotics Sportster modems.
> I think there are 28800 and 19200.  These were set up before my employment
> here and there is no documentation.
>
> Thanks
>
>
> - -----Original Message-----
> From: jack.roughgarden@cussys.com [mailto:jack.roughgarden@cussys.com]
> Sent: Thursday, April 20, 2000 3:29 PM
> To: MIDRANGE-L@midrange.com
> Subject: Re: Client Access Async problem
>
>
>
> Happened to me a long time ago. I my case I lost the settings on the
> modems.
> Once I re-configured them, all was fine. I am assuming that you also lost
> power
> to them as well.
>
>
>
>
>
>
>
>
> Jeff Schmehl <Jeff.Schmehl@besi.com>@midrange.com on 04/20/2000 12:50:06
PM
>
> Please respond to MIDRANGE-L@midrange.com
>
> Sent by:  owner-midrange-l@midrange.com
>
>
> To:   "'MIDRANGE-L@midrange.com'" <MIDRANGE-L@midrange.com>
> cc:
>
> Subject:  Client Access Async problem
>
>
> We had a power outage at the site with our AS/400 last night.  Since then
2
> remote users that use Client Access Async connection cannot dial in to our
> system.  Everything looks fine on the AS/400.  The ASCII workstation
> controller is fine.  The modems are operational.
>
> What happens is that when the user dials in through Client Access, the
> modems at the AS/400 will answer but if you listen to the modem on the PC,
> it just continues to ring.  I've powered off the modems at the AS/400 and
> back on again but the same result.  I do not get any messages on the
> AS/400.
>
> At this point, I am stumped.  Does anyone have any suggestions?
>
> Thanks,
>
> Jeff Schmehl
>
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
> MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
> david@midrange.com
> +---
>
>
>
>
>
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
> david@midrange.com
> +---
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 10:13:16 -0400
> From: Pat Barber <mboceanside@worldnet.att.net>
> Subject: Re: STRINFSKR
>
> Joel Fritz wrote:
> >
> > I find it hard to believe, but I'm endorsing BookManager.  Granted it's
a
> > vile piece of software, but it is actually more responsive than
InfoSeeker.
>
> Desperation breeds strange friends(or something like that)
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 10:34:35 -0400
> From: Jeff Schmehl <Jeff.Schmehl@besi.com>
> Subject: RE: Client Access Async problem
>
> Thank you very much.  This will be very helpful!
>
>
> - -----Original Message-----
> From: Rob Berendt [mailto:rob@dekko.com]
> Sent: Friday, April 21, 2000 9:07 AM
> To: MIDRANGE-L@midrange.com
> Subject: Re: Client Access Async problem
>
>
> To reinitialize the modem do one of the following.  Either hook
> it up to a regular comm port on the 400 and use STRITF, or hook
> it up to a PC and use Start-Programs-Accessories-Hyper Terminal.
> After that then type in the following:
> AT       and then press the PC enter key
> It should echo back OK.  If it does then do the following, if it
> doesn't then, and you're using STRITF, check your configuration or
> hook up to PC.
> After you get it to echo back OK then type in the following:
> AT&F       and press you enter key
> AT&C1&K4S0=1E0Q1&W   and press your enter key
> If you have any questions as to what that means, then consult your
> modem manual.  After you are done then hook it back to the ASCII
> workstation controller and call the number from your voice phone.
> It should 'squeal like a pig'.  If it doesn't then perhaps your
> phone system has a problem.  (Which incidentally, you should check
> for the squeal first).  If this works then write these codes on a
> label and paste it to the side of the modem.  This is where I found
> these codes, on the modem we removed from our ASCII workstation
> controller this week.  Yep, we just shut her down and are using the
> modem elsewhere.
>
>
>
>
>
> Jeff.Schmehl@besi.com on 04/20/2000 04:32:59 PM
> Please respond to MIDRANGE-L@midrange.com@Internet
> To: MIDRANGE-L@midrange.com@Internet
> cc:
> Fax to:
> Subject: Client Access Async problem
>
> We had a power outage at the site with our AS/400 last night.  Since then
2
> remote users that use Client Access Async connection cannot dial in to our
> system.  Everything looks fine on the AS/400.  The ASCII workstation
> controller is fine.  The modems are operational.
>
> What happens is that when the user dials in through Client Access, the
> modems at the AS/400 will answer but if you listen to the modem on the PC,
> it just continues to ring.  I've powered off the modems at the AS/400 and
> back on again but the same result.  I do not get any messages on the
AS/400.
>
> At this point, I am stumped.  Does anyone have any suggestions?
>
> Thanks,
>
> Jeff Schmehl
>
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
> david@midrange.com
> +---
>
>
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
> david@midrange.com
> +---
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 09:58:08 -0500
> From: Ed Davidson <edavid3001@PRIMEINC.COM>
> Subject: Re: JWALK VS. TRADEPAQ VS JACADA
>
> - --------------D6C322D0929337DBC88CF4B1
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> We bought JWalk and are using it for load tracing, however we have since
> decided to migrate away from Jwalk, and move towards using HTML (I/Net's
> commerce server).   If you want to use all of the features of Jwalk you
> have to use the windows client, which is a 10 meg download.  The windows
> client doesn't do any encryption so your userID's and passwords are sent
> over the internet in the clear.  We have to walk each and every customer
> through the install, which is a nightmare for us.
>
> We also had a difficult time getting the software up and running.  It
> took many months of calls to tech support to get it working correctly.
> We would get the windows client working, then break the Java client and
> visa versa.   I think they have most of version 3's bugs worked out now,
> however.   ( Check out our Jwalk download page,
> http://www.primeinc.com/applications/loadtracing/loadtracing.html )
>
> The product looks like it would be a great solution for wrapping a GUI
> onto legacy programs for your inhouse folks.  You could use something
> like Zenworks or SMS and not have to worry about the install issues.
>
>
>
>
> "Angela Wawrzaszek(EXCH)" wrote:
>
> > We are looking into putting some of out inquiry/entry screens on our
> > web site and have been checking into the following products.   JWALK,
> > Tradepaq, and jacada.  Anyone have any pros/cons and/or experience for
> > any of these?
> >
> > Angela Wawrzaszek
> >
> > Programmer/Analyst
> >
>
> - --------------D6C322D0929337DBC88CF4B1
> Content-Type: multipart/related;
>  boundary="------------7D1CAB1AF6B74049782FCB66"
>
>
> - --------------7D1CAB1AF6B74049782FCB66
> Content-Type: text/html; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
> <html>
> <body bgcolor="#FFFFFF"
background="cid:part1.39006C7F.E460B156@primeinc.com"
style="BACKGROUND-COLOR: #ffffff; COLOR: #000000; FONT-FAMILY: ; FONT-SIZE:
14pt">
> We bought JWalk and are using it for load tracing, however we have since
> decided to migrate away from Jwalk, and move towards using HTML (I/Net's
> commerce server).&nbsp;&nbsp; If you want to use all of the features of
> Jwalk you have to use the windows client, which is a 10 meg
download.&nbsp;
> The windows client doesn't do any encryption so your userID's and
passwords
> are sent over the internet in the clear.&nbsp; We have to walk each and
> every customer through the install, which is a nightmare for us.
> <p>We also had a difficult time getting the software up and running.&nbsp;
> It took many months of calls to tech support to get it working
correctly.&nbsp;
> We would get the windows client working, then break the Java client and
> visa versa.&nbsp;&nbsp; I think they have most of version 3's bugs worked
> out now, however.&nbsp;&nbsp; ( Check out our Jwalk download page, <A
HREF="http://www.primeinc.com/applications/loadtracing/loadtracing.html">htt
p://www.primeinc.com/applications/loadtracing/loadtracing.html</A>
> )
> <p>The product looks like it would be a great solution for wrapping a GUI
> onto legacy programs for your inhouse folks.&nbsp; You could use something
> like Zenworks or SMS and not have to worry about the install issues.
> <br>&nbsp;
> <br>&nbsp;
> <br>&nbsp;
> <p>"Angela Wawrzaszek(EXCH)" wrote:
> <blockquote TYPE=CITE><style>BODY {
> BACKGROUND-COLOR: #ffffff; BACKGROUND-POSITION: left top;
BACKGROUND-REPEAT: repeat-y; COLOR: #000000; FONT-FAMILY: ; FONT-SIZE: 14pt;
MARGIN-BOTTOM: 0em; MARGIN-LEFT: 5em; MARGIN-TOP: 0em
> }
> P.msoNormal {
> BACKGROUND-COLOR: #ffffff; BACKGROUND-POSITION: left top;
BACKGROUND-REPEAT: repeat-y; COLOR: #ff9900; FONT-FAMILY: "Comic Sans MS";
FONT-SIZE: 14pt; FONT-WEIGHT: normal; MARGIN-BOTTOM: 0em; MARGIN-LEFT: 5em;
MARGIN-TOP: 0em
> }
> LI.msoNormal {
> BACKGROUND-COLOR: #ffffff; BACKGROUND-POSITION: left top;
BACKGROUND-REPEAT: repeat-y; COLOR: #ff9900; FONT-FAMILY: "Comic Sans MS";
FONT-SIZE: 14pt; FONT-WEIGHT: normal; MARGIN-BOTTOM: 0em; MARGIN-LEFT: 5em;
MARGIN-TOP: 0em
> }
> </style>
> <span class=710482619-14042000><font face="Arial"><font size=+1>We
> are looking into putting some of out inquiry/entry screens on our web site
> and have been checking into the following products.&nbsp;&nbsp;
JWALK,&nbsp;
> Tradepaq, and jacada.&nbsp; Anyone have any pros/cons and/or experience
> for any of these?</font></font>
> <p><font face="Monotype Corsiva"><font size=+1>Angela
Wawrzaszek</font></font>
> <p><font face="Courier New"><font size=+1>Programmer/Analyst</font></font>
> <br></span></blockquote>
>
> </body>
> </html>
>
> - --------------7D1CAB1AF6B74049782FCB66
> Content-Type: application/x-unknown-content-type
> Content-ID: <part1.39006C7F.E460B156@primeinc.com>
> Content-Transfer-Encoding: base64
> Content-Disposition: inline; filename=""
>
>
> - --------------7D1CAB1AF6B74049782FCB66--
>
> - --------------D6C322D0929337DBC88CF4B1--
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 10:04:08 -0500
> From: Ed Davidson <edavid3001@PRIMEINC.COM>
> Subject: Re: SMTP taking 100% cpu utilization
>
> Thank you for your reply, however this did not resolve my problem.  I did
EXACTLY what you
> specified, and my utilization was fine for a while, as it normally is
after I reset SMTP, then
> it skyrocketed back up.   Any other ideas?
>
> Thank you,
>
> Ed Davidson.
>
>
>
> Tawbrey@ascend-tech.com wrote:
>
> > Ed,
> >
> > You have a message stuck in the SMTP server. You will need to perform
the
> > following steps to clear the message and get things working again. This
is
> > due to IBM's wonderful implementation of SMTP on the AS/400. By the way
you
> > will lose any messages that have not already been processed. I would put
> > this email in a safe place because we used to use the AS/400 for email
and
> > had this happen all the time, now we went to Domino on the AS/400's
native
> > SMTP and no problems at all.
> >
> > 1. ENDMSF
> > 2. ENDTCPSVR *SMTP
> > 3. CRTDTAARA DTAARA(QUSRSYS/QTMSCLEAN) TYPE(*CHAR) LEN(1) VALUE('c') AUT
> > (*ALL)
> > 4. STRMSF MSGOPT(*CLEAR)
> > 5. STRTCPSVR *SMTP
> >
> > Thanks,
> >
> > Tony Awbrey
> > Technical Specialist
> >
> > IBM Certified Specialist -- AS/400 Technical Solutions, Domino for
AS/400
> >
> > Ascend Technologies, Inc.
> > 2658 Crosspark Rd. Suite 200
> > Coralville, IA 52241
> > Voice: 319.626.5490 ext. 825
> > Fax:     319.626.5491
> >
> >
> >                     Ed Davidson
> >                     <edavid3001@PRIMEIN        To:
MIDRANGE-L@midrange.com
> >                     C.COM>                     cc:
> >                     Sent by:                   Subject:     SMTP taking
100% cpu utilization
> >                     owner-midrange-l@mi
> >                     drange.com
> >
> >
> >                     04/11/2000 02:50 PM
> >                     Please respond to
> >                     MIDRANGE-L
> >
> >
> >
> > After it has been running for some time, the QTSMTPCLTP job will take as
> > much of
> > the processor as it can, making utilization 100% or ++++.
> >
> > I have V4R4, I have applied all of the group PTF's, all of the Group
> > Hypers, and
> > all of the Hypers as of April 10th, 2000.
> >
> > If I look at the job log of the job, it is almost empty.  No open files
> > either.
> >
> > After an IPL, the system runs normal (20% utilization) for a few days or
so
> > before
> > this starts up again.
> >
> >  This started after I closed off third party mail relay by configuring
my
> > AS/400 to
> > send E-Mail through the firewall vs. relaying it to the firewall.  This
> > didn't
> > start immediately.
> >
> > Any ideas?
> >
> > Thank you;
> >
> > Ed Davidson.
> >
> > +---
> > | This is the Midrange System Mailing List!
> > | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> > | To unsubscribe from this list send email to
> > MIDRANGE-L-UNSUB@midrange.com.
> > | Questions should be directed to the list owner/operator:
> > david@midrange.com
> > +---
> >
> > +---
> > | This is the Midrange System Mailing List!
> > | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> > | To unsubscribe from this list send email to
MIDRANGE-L-UNSUB@midrange.com.
> > | Questions should be directed to the list owner/operator:
david@midrange.com
> > +---
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 08:34:33 -0700
> From: "Karen D. Summers" <ksummers@sasainc.com>
> Subject: Web Data Presentation
>
> I apologize in advance for the length of this post...
>
> I have an intranet site on an NT server that is serving up the nightly
error
> and balancing reports.  These are currently generated on the 400, copied
to
> database files and the data files are ftp'd to the NT server.
> Due to the volatile nature of the ftp services on the NT server (and my
own
> curiosity), we are moving the site to the AS/400. (Did you know that
> FrontPage 2000 recognizes the IFS as a place to put webs? Wheeha!)
>
> My question is, how would you access these error and balancing reports
> without requiring additional desktop functionaility?
>
> a) CPYTOSTMF
> b) ASP pages
> c) standalone CGI programs
> d) NET.DATA
> e) servlets and JSP's served up with WebSpere
> f) output converted to PDF files
>
> Thanks in advance,
> Karen
> The opinions expressed are my own and may be the opinion of my company if
I
> say so.
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 12:19:35 -0400
> From: "Al Barsa, Jr." <barsa2@ibm.net>
> Subject: Re: STRINFSKR
>
> At 05:19 PM 04/20/2000 -0500, you wrote:
>
>
> >You know, I feel like such an idiot.  I've been doing version upgrades
> >since we
> >were beta in 1988 and I missed this one.  My hand is red from me slapping
> >it!!!
> >Thanks for the help.  Al, you really need to open up and express your
opinion.
> >How do you really feel about the product? <g>
>
> I now recognize that my understated style has just been too subtle to be
> effective, and in the future I will have to be more hard-hitting
> (*HYDROGENBOMB) :-)))))
>
> For those to whom it matters, Happy Easter, for other for whom it
mattered,
> I hope you had a Happy Passover, and for those that don't who don't care
> about either, have a nice weekend.
>
> Al
>
>
>
>
> +--------------------------------------------------+
> | Please do not send private mail to this address. |
> | Private mail should go to barsa@ibm.net.         |
> +--------------------------------------------------+
>
> Al Barsa, Jr. - Account for Midrange-L
> Barsa Consulting, LLC.
> 400 > 390
>
> Phone: 914-251-1234
> Fax: 914-251-9406
> http://www.barsaconsulting.com
> http://www.taatool.com
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 11:41:57 -0500
> From: "Allen, Stuart" <sallen@fellowes.com>
> Subject: RE: STRINFSKR
>
> -----Original Message-----
> From: Al Barsa, Jr. [SMTP:barsa2@ibm.net]
> Sent: Thursday, April 20, 2000 3:25 PM
> To: MIDRANGE-L@midrange.com
> Subject: Re: STRINFSKR
>
>
> 3.      A bypass solution for Infoseeker use in V4R4 was previously
> posted
> to the list, but if you try it (which I did),  you will find that
> none of
> the IBM supplied books are there.  So it would still be useful if
> you
> authored your own books.
>
> They're all there on my system!  Lots of the R4 ones just point you to the
> web-based stuff, so i've left the R3 ones there too.
> Agreed it's an awful thing, but it can be handy to have it there, just in
> case.  Particularly if you're on a dumb terminal at a distant site with no
> manuals and no laptop <g>!
>
> Regards,
> Stuart
>
> Stuart Allen
> European Systems Analyst
> Fellowes
>
> mailto:sallen@fellowes.com
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 14:31:06 -0400
> From: mkrouse@co.ottawa.mi.us
> Subject: Re: SMTP taking 100% cpu utilization
>
> I have the same thing happen except it's MSF that sucks all the CPU
cycles.
> It get real high, so I shut down all the messaging stuff (SMTP, MSF,
Domino
> Router) and do a STRMSF *RESET.  This fixes it for a while, then it
> gradually starts sucking CPU again.  It's kind of annoying, but not so bad
> that I want to go through dealing with IBM to get it resolved.
>
>
>
>
>                     Ed Davidson
>                     <edavid3001@PRIMEINC.CO        To:
MIDRANGE-L@midrange.com
>                     M>                             cc:
>                     Sent by:                       Subject:     Re: SMTP
taking 100% cpu
>                     midrange-l-owner@UUCPHO        utilization
>                     ST.MCS.NET
>
>
>                     04/21/00 11:04 AM
>                     Please respond to
>                     MIDRANGE-L
>
>
>
>
>
>
> Thank you for your reply, however this did not resolve my problem.  I did
> EXACTLY what you
> specified, and my utilization was fine for a while, as it normally is
after
> I reset SMTP, then
> it skyrocketed back up.   Any other ideas?
>
> Thank you,
>
> Ed Davidson.
>
>
>
> Tawbrey@ascend-tech.com wrote:
>
> > Ed,
> >
> > You have a message stuck in the SMTP server. You will need to perform
the
> > following steps to clear the message and get things working again. This
> is
> > due to IBM's wonderful implementation of SMTP on the AS/400. By the way
> you
> > will lose any messages that have not already been processed. I would put
> > this email in a safe place because we used to use the AS/400 for email
> and
> > had this happen all the time, now we went to Domino on the AS/400's
> native
> > SMTP and no problems at all.
> >
> > 1. ENDMSF
> > 2. ENDTCPSVR *SMTP
> > 3. CRTDTAARA DTAARA(QUSRSYS/QTMSCLEAN) TYPE(*CHAR) LEN(1) VALUE('c') AUT
> > (*ALL)
> > 4. STRMSF MSGOPT(*CLEAR)
> > 5. STRTCPSVR *SMTP
> >
> > Thanks,
> >
> > Tony Awbrey
> > Technical Specialist
> >
> > IBM Certified Specialist -- AS/400 Technical Solutions, Domino for
AS/400
> >
> > Ascend Technologies, Inc.
> > 2658 Crosspark Rd. Suite 200
> > Coralville, IA 52241
> > Voice: 319.626.5490 ext. 825
> > Fax:     319.626.5491
> >
> >
> >                     Ed Davidson
> >                     <edavid3001@PRIMEIN        To:
> MIDRANGE-L@midrange.com
> >                     C.COM>                     cc:
> >                     Sent by:                   Subject:     SMTP taking
> 100% cpu utilization
> >                     owner-midrange-l@mi
> >                     drange.com
> >
> >
> >                     04/11/2000 02:50 PM
> >                     Please respond to
> >                     MIDRANGE-L
> >
> >
> >
> > After it has been running for some time, the QTSMTPCLTP job will take as
> > much of
> > the processor as it can, making utilization 100% or ++++.
> >
> > I have V4R4, I have applied all of the group PTF's, all of the Group
> > Hypers, and
> > all of the Hypers as of April 10th, 2000.
> >
> > If I look at the job log of the job, it is almost empty.  No open files
> > either.
> >
> > After an IPL, the system runs normal (20% utilization) for a few days or
> so
> > before
> > this starts up again.
> >
> >  This started after I closed off third party mail relay by configuring
my
> > AS/400 to
> > send E-Mail through the firewall vs. relaying it to the firewall.  This
> > didn't
> > start immediately.
> >
> > Any ideas?
> >
> > Thank you;
> >
> > Ed Davidson.
> >
> > +---
> > | This is the Midrange System Mailing List!
> > | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> > | To unsubscribe from this list send email to
> > MIDRANGE-L-UNSUB@midrange.com.
> > | Questions should be directed to the list owner/operator:
> > david@midrange.com
> > +---
> >
> > +---
> > | This is the Midrange System Mailing List!
> > | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> > | To unsubscribe from this list send email to
> MIDRANGE-L-UNSUB@midrange.com.
> > | Questions should be directed to the list owner/operator:
> david@midrange.com
> > +---
>
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
> MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
> david@midrange.com
> +---
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 15:33:46 -0500
> From: tomh@simas.com
> Subject: Re: Web Data Presentation
>
> I don't think I've ever seen "Wheeha!" in a post before...
>
> I'd use Net.Data to serve the database info, no need to FTP them anywhere.
> One of our dot coms (http://www.idocket.com) is written in Net.Data
scripts
> using CL/RPG/SQL to retrieve database info; it's pretty easy once you get
> the hang of it.  The only client side functionality you would need is a
> browser.
>
> You could achieve the same results using RPG, but you need to know
> something about the API's to get it working.
>
>
>
>
>
>                     "Karen D. Summers"
>                     <ksummers@sasainc.c        To:
<midrange-l@midrange.com>
>                     om>                        cc:

>                     Sent by:                   Subject:     Web Data
Presentation
>                     owner-midrange-l@mi
>                     drange.com
>
>
>                     04/21/00 10:34 AM
>                     Please respond to
>                     MIDRANGE-L
>
>
>
>
>
>
> I apologize in advance for the length of this post...
>
> I have an intranet site on an NT server that is serving up the nightly
> error
> and balancing reports.  These are currently generated on the 400, copied
to
> database files and the data files are ftp'd to the NT server.
> Due to the volatile nature of the ftp services on the NT server (and my
own
> curiosity), we are moving the site to the AS/400. (Did you know that
> FrontPage 2000 recognizes the IFS as a place to put webs? Wheeha!)
>
> My question is, how would you access these error and balancing reports
> without requiring additional desktop functionaility?
>
> a) CPYTOSTMF
> b) ASP pages
> c) standalone CGI programs
> d) NET.DATA
> e) servlets and JSP's served up with WebSpere
> f) output converted to PDF files
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 17:08:43 -0400
> From: "Carl Galgano" <cgalgano@ediconsulting.com>
> Subject: Credit cards
>
> I looked thru the archives but was not able to get enough info to answer
my
> questions:
> I'd like to be able to process credit card transactions from my AS400.
I'd
> like the transaction to come in on a web page, capture the CC info and
then
> have a "back end" process that did the verification and submitted the
> transaction to the CC company.  Anyone doing this that would like to have
a
> conversation off line.  The comm piece should be pretty simple, if I don't
> do it over the Internet, I would think it would be just dial the CC
company,
> send a transaction and receive the response.  I don't have to do the
> verification while the user is at the web site.  I can queue up the
requests
> and send the user an email if the verification does not go thru.
> I'd like to avoid buying an expensive package, as this does not seem like
> rocket science.  It is for a small start up company.
> Any help is appreciated.
> CJG
>
>
> Carl J. Galgano
> EDI Consulting Services, Inc.
> 540 Powder Springs Street, Suite C19
> Marietta, GA  30064
> (770) 422-2995 - voice
> (419) 730-8212 - fax
> mailto:cgalgano@ediconsulting.com
> http://www.ediconsulting.com
> AS400 EDI, Networking, E-Commerce and Communications Consulting and
> Implementation
>
> ------------------------------
>
> Date: Fri, 21 Apr 2000 17:52:44 -0400
> From: "Carl Galgano" <cgalgano@ediconsulting.com>
> Subject: RE: Web Data Presentation
>
> Karen:
> We set up an Intranet for a client for very much the same purpose, all
> nightly reports are available on the Intranet (they call it their work
> bench), no more printing.  We wrote them software that converts the spool
> files to RTF format or HTML before we place it on the IFS.
> CJG
>
>
> Carl J. Galgano
> EDI Consulting Services, Inc.
> 540 Powder Springs Street, Suite C19
> Marietta, GA  30064
> (770) 422-2995 - voice
> (419) 730-8212 - fax
> mailto:cgalgano@ediconsulting.com
> http://www.ediconsulting.com
> AS400 EDI, Networking, E-Commerce and Communications Consulting and
> Implementation
>
> > -----Original Message-----
> > From: owner-midrange-l@midrange.com
> > [mailto:owner-midrange-l@midrange.com]On Behalf Of Karen D. Summers
> > Sent: Friday, April 21, 2000 11:35 AM
> > To: midrange-l@midrange.com
> > Subject: Web Data Presentation
> >
> >
> > I apologize in advance for the length of this post...
> >
> > I have an intranet site on an NT server that is serving up the
> > nightly error
> > and balancing reports.  These are currently generated on the 400,
> > copied to
> > database files and the data files are ftp'd to the NT server.
> > Due to the volatile nature of the ftp services on the NT server
> > (and my own
> > curiosity), we are moving the site to the AS/400. (Did you know that
> > FrontPage 2000 recognizes the IFS as a place to put webs? Wheeha!)
> >
> > My question is, how would you access these error and balancing reports
> > without requiring additional desktop functionaility?
> >
> > a) CPYTOSTMF
> > b) ASP pages
> > c) standalone CGI programs
> > d) NET.DATA
> > e) servlets and JSP's served up with WebSpere
> > f) output converted to PDF files
> >
> > Thanks in advance,
> > Karen
> > The opinions expressed are my own and may be the opinion of my
> > company if I
> > say so.
> >
> >
> >
> > +---
> > | This is the Midrange System Mailing List!
> > | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> > | To unsubscribe from this list send email to
> > MIDRANGE-L-UNSUB@midrange.com.
> > | Questions should be directed to the list owner/operator:
> > david@midrange.com
> > +---
>
> ------------------------------
>
> End of MIDRANGE-L Digest V3 #234
> ********************************
>
> +---
> | This is the Midrange System Digest Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to
MIDRANGE-L-DIGEST-SUB@midrange.com.
> | To unsubscribe from this list send email to
MIDRANGE-L-DIGEST-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
david@midrange.com
> +---
>

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.