|
I understand there is a company who offers a convesion program for $600. I'll find out its name if you are interested. Edith Lueke owner-midrange-l-digest@midrange.com (MIDRANGE-L Digest) on 05/15/2000 09:52:24 AM Please respond to MIDRANGE-L@midrange.com To: midrange-l-digest@midrange.com cc: Subject: MIDRANGE-L Digest V3 #293 MIDRANGE-L Digest Monday, May 15 2000 Volume 03 : Number 293 | 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: Maximum library size ipl Re: BISYNC vs ASYNCH programming Re: ipl Re: csv output from cpytoimpf Further Security problems for desktops RE: QM/400 vs Query/400 Re: Archiving - In general Re: Client Access & Rumba co-existence Changing IBM-supplied User Profile QDIRSRV RE: QtmmSendMail API? RE: csv output from cpytoimpf RE: QtmmSendMail API? RE: Client Access & Rumba co-existence report distribution Web site monitoring RE: Client Access & Rumba co-existence RE: QM/400 vs Query/400 RE: QtmmSendMail API? RE: BISYNC vs ASYNCH programming ---------------------------------------------------------------------- Date: Mon, 15 May 2000 08:40:59 +1200 From: Evan Harris <spanner@ihug.co.nz> Subject: RE: Maximum library size Hi Bob, I have hit the ownership limit (with rather destructive results). It was awful hard to track down as the message is somewhat vague. When a message is telling you a user profile is full and the storage is specified as *NOMAX it turns into a bit of a head-scratcher. IBM were a little baffled at first, but eventually (after the problem recurred 2 days later) I got onto someone who was able to point me in the right direction. Like you I eventually stumbled on the PCTFULL report, although this was a coincidence - - I was doing some security stuff. I regularly approach the 32,767 limit on members in a physical file (and have hit it once) as we have a system that receives files from a Unix box via FTP and adds them as new members in a file. This is the underlying design problem that caused my ownership problem - the same profile used to own the file receiving new members and the archived members. Regards Evan Harris >I have hit limits several times over the past 5 years, does anyone else hit >limits? examples of a few I have hit are: Maximum folders in an ASP 65536, >max docs in an ASP 349,000, Max object ownership by user profile -- this IBM >command has helped solve this issue -- PRTPRFINT SELECT(*PCTFULL) >PCTFULL(30). I had a LF set to 4GB max and of course had to change it to >1TB max. ------------------------------ Date: Mon, 15 May 2000 00:06:16 +0100 From: "Martin Glenn" <martinglenn@rpmgcomputing.freeserve.co.uk> Subject: ipl My daughter turned my AS400 off whilst it was in the middle of an IPL, and now I cannot get it to work, the code I get on the front of the box is 00000020. Please can anyone tell me what it means and what I can do to get it working again. Regards Martin Glenn ------------------------------ Date: Mon, 15 May 2000 00:00:28 GMT From: lgoodbar@watervalley.net (Loyd Goodbar) Subject: Re: BISYNC vs ASYNCH programming Depending on your industry, bisynch is going away rather quickly. I work for an automotive supplier, and several companies are discontinuing bisynch support as an EDI option. It gets even hairier as more companies move to VANs and Internet-required connectivity. If you have a choice, a third party package that supports multiple protocols may be your best bet. (We use Gentran, which offers bisynch, asynch, and FTP support and scripting, among others.) Loyd On Fri, 12 May 2000 16:03:33 -0700, Eric Kempter <noerick.norcal@cleancity.com> wrote: >Is there a great deal of difference in the programming of Bisynchronous >communications vs Asynchronous communications. We purchased an EDI package >that uses Bisynch comms. We asked the vendor for a quote on how much it >would cost to modify his package to support asynch comms. He said it would >take him weeks to come up with a quote and then it would probably take >months to program. Does this sound realistic. TIA >+--- >| 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 >+--- - -- Loyd Goodbar lgoodbar@watervalley.net ICQ#504581 http://www.watervalley.net/users/lgoodbar/ ------------------------------ Date: Sun, 14 May 2000 17:44:00 -0700 From: Kirk Goins <kgoins@aracnet.com> Subject: Re: ipl I checked a couple of 2xx and 4xx manuals I had since you said it was "your" and "daughter" I ass u me d that its a smaller AS/400. Code says Power Supply Failure in the expansion chassis. I would unplug it. let it sit until the backlite goes off on the control panel, plug it back in and try an IPL. It would be odd for turning off a machine during an IPL to cause this problem.. You have other problems related to corupted files once you get past this error Martin Glenn wrote: > My daughter turned my AS400 off whilst it was in the middle of an IPL, and > now I cannot get it to work, the code I get on the front of the box is > 00000020. Please can anyone tell me what it means and what I can do to get > it working again. > > Regards > Martin Glenn > > +--- > | 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: Sun, 14 May 2000 20:40:56 -0700 From: Dave Brimeyer <dbrimeyer@home.com> Subject: Re: csv output from cpytoimpf Actually, IBM has a PTF to fix the CPYTOIMPF problem with the comma following the last field. R420 SF56130 R430 SF56123 R440 SF56124 Dave Brimeyer Ascend Technologies Joel Fritz wrote: > You're right about the Client Access file transfer. Don't know what I was > thinking. The other thing that seems a bit nonstandard with cpytoimpf is > the comma that follow the last field. I assume that that's "as designed > also." (Although it seems like the off by one errors that plague me in my > own code. <g>) > > It's not a matter of life and death for me, but it's bizarre how cpytoimpf > seems to follow its own path for the comma delimited format. I'm belaboring > the obvious here, but CSV is _supposed_ to be a standard for file exchange. > <g> > > > -----Original Message----- > > From: Dave Brimeyer [mailto:dbrimeyer@home.com] > > Sent: Saturday, May 13, 2000 2:28 PM > > To: MIDRANGE-L@midrange.com > > Subject: Re: csv output from cpytoimpf > > > > > > The Client Access Express data transfer to csv file strips > > trailing blanks from > > character fields. When we discovered cpytoimpf does not, we > > reported to IBM as a > > bug. We got their typical "working as designed" response, > > though they realized > > it is something that needs to be changed. Don't know if/when > > that will happen. > > > > Dave Brimeyer > > Ascend Technologies > > > > > +--- > | 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: Mon, 15 May 2000 00:25:28 -0400 From: "Jim Franz" <franz400@triad.rr.com> Subject: Further Security problems for desktops This is a multi-part message in MIME format. - ------=_NextPart_000_01A4_01BFBE04.124AC5A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Just to let people know there are ways for a virus to attack a desktop = without opening e-mail attachments or even using e-mail. SANS.org has = documented an Active-X problem from 1999 (many people may not have gone = to windowsupdate to get the fix). In Microsoft's words "The net effect of the vulnerabilities is that a = web page could take unauthorized action against a person who visited it. = Specifically, the web page would be able to do anything on the computer = that the user could do." See = http://www.microsoft.com/technet/security/bulletin/ms99-032.asp .=20 - ------=_NextPart_000_01A4_01BFBE04.124AC5A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Just to let people know there are ways = for a virus=20 to attack a desktop without opening e-mail attachments or even using = e-mail.=20 SANS.org has documented an Active-X problem from 1999 (many people may = not have=20 gone to windowsupdate to get the fix).</FONT></DIV> <DIV><FONT face=3DArial size=3D2>In Microsoft's words "The net effect of = the=20 vulnerabilities is that a web page could take unauthorized action = against a=20 person who visited it. Specifically, the web page would be able to do = anything=20 on the computer that the user could do." See <A=20 href=3D"http://www.microsoft.com/technet/security/bulletin/ms99-032.asp">= http://www.microsoft.com/technet/security/bulletin/ms99-032.asp</A> = .=20 </FONT></DIV></BODY></HTML> - ------=_NextPart_000_01A4_01BFBE04.124AC5A0-- ------------------------------ Date: Mon, 15 May 2000 06:33:03 +0200 From: janusz.prusaczyk@big.pl Subject: RE: QM/400 vs Query/400 Maybe what I have to say is not quite to the subject... I apologize if that is the case... When I was rewriting Query/400 to QM queries, I used "IN ('...', '...')" in place of "LIST '...' '...'" ( ex. WHERE ICLAS TTYPE IN ('C ', 'O ', 'B ', 'IR', 'II') AND TTYPE NOT IN ('...', '...') . If you have consecutive values you can use BETWEEN(ex. ICLAS BETWEEN '51' AND '62'). I do not have time now to check if you can pass that as parameters and how many items are allowed, so - sorry if this is of no help... ------------------------------ Date: Sun, 14 May 2000 09:52:27 -0700 From: John Earl <johnearl@400security.com> Subject: Re: Archiving - In general Dave, "Shaw, David" wrote: > <snip> -----Original Message----- > > Even if a > mainstream format did die off, I imagine that there would be a changeover > period when most of the valuable info would be able to be migrated from the > old format to whatever the popular one at the time might be. I was with you 100% until right here. When (not if) a mainstream format dies off, it will be the exception that someone thinks to go back and read all the archival information from the old format and store it onto the new. Partly because this is no official date of death (it just get's scarcer and scarcer), and partially because even if someone in your organization spots the trend in x years, how likely is it that someone would propose a Big$ project to recopy CD's to something else? (and then how likely that it would get budgetted and approved?. Wow! That sounds a little to fatalistic to even to me. I don't mean to come off sounding like Chicken Little, it's just that the whole issue reminds me of this mindless obsession this industry has with "backups" (As if backing something up was a valuable act all by itself). The fact that something is backed up carries little weight with me. But, if it's a backup I can restore from.... Now that's something of real value!!! jte > Right now I > think CD's are about the safest thing there is, and indeed it's the most > popular choice for professional archivists, who ought to have a handle on > this stuff. Of course, your right again. Even after having typed all that I recognize that, all things considered, CD's represent the most _restorable_ mdeia we have today :) jte - -- John Earl johnearl@400security.com The PowerTech Group 206-575-0711 PowerLock Network Security www.400security.com - -- ------------------------------ Date: Sun, 14 May 2000 09:57:14 -0700 From: John Earl <johnearl@400security.com> Subject: Re: Client Access & Rumba co-existence Dan, Absent a specific reason or a specific error that could be cited to the contrary, I would guess that somebody is blowing smoke at you. While it is conceivable that Rumba and Client Access won't co-exist on the same client (doubtful, but possible), there are no conflicts between Rumba and Client Access on the AS/400. The AS/400 really doesn't care that much about what client you are running. If I were to gather a guess, I'd guess that your network guy installed a buggy version of Client Access (there were a couple of those!) and vowed never to go through that again. jte "Bale, Dan" wrote: > Since I started here about one month ago in a multi-AS/400 environment, I've > been using Rumba version 6.0 on an NT 4.0 workstation and I hate it. I have > asked if I could get Client Access installed and was told that there are > problems with Rumba and Client Access co-existing. The source of this > information was unable to be more specific than that. Does anyone have any > experience with this? > > I don't want to cause problems where I have to be "rescued" or where I'd > have to spend more than 30 minutes recovering from problems. If I knew that > there would be no problems using CA in this environment, I would gladly > uninstall Rumba before installing CA. > > TIA, > Dan Bale > > +--- > | 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 > +--- - -- John Earl johnearl@400security.com The PowerTech Group 206-575-0711 PowerLock Network Security www.400security.com - -- ------------------------------ Date: Mon, 15 May 2000 09:59:26 +0100 From: "Bull, Jeff" <BullJ1@Midas-Kapiti.com> Subject: Changing IBM-supplied User Profile QDIRSRV Hi all, I would like to change the ACGCDE value of the QDIRSRV user profile, and of course the front-door approach is closed. All the other IBM-supplied user profiles have a value of '*SYS' in this field and I would like to make QDIRSRV consistent with them, it's an analysis/reporting issue. Can any of you help or point me in the right direction ? Kind regards, Jeff Bull. Senior AS/400 Support Consultant (AS/400) Midas Kapiti International Ltd Tel: 44 (0) 175 370 8224 Fax: 44 (0) 175 357 0233 Email: Jeff.Bull@Midas-Kapiti.Com << == Replies to The views and opinions expressed in this e-mail are the senders own and do not necessarily represent the views and opinions of Misys Plc. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the intended named recipient of this email then you should not copy it or use it for any purpose, nor disclose its contents to any other person. You should contact Midas-Kapiti International as shown below so that we can take appropriate action at no cost to yourself. Midas-Kapiti International Ltd, Key West, 53-61 Windsor Road, Slough, Berkshire, SL1 2DW, England Email: Postmaster@midas-kapiti.com Tel: (44) 1753 573244 Fax: (44) 1753 570233 Midas-Kapiti International Ltd is registered in England and Wales under company no. 971479 ------------------------------ Date: Mon, 15 May 2000 07:56:43 -0500 From: "Graziano, Marie" <mgraziano@badgermeter.com> Subject: RE: QtmmSendMail API? Which news 400 issue? I have been searching for that article on how to send mail via the as/400 Marie Graziano -----Original Message----- From: Rob Berendt [mailto:rob@dekko.com] Sent: Saturday, May 13, 2000 8:33 PM To: MIDRANGE-L@midrange.com Subject: Re: QtmmSendMail API? << File: MsgBdy1.txt >> I use that API to send mail to Notes and Internet users. The fact that you are a Microsoft shop should be irrelavant, (at least to this task). SCross@clippergroup.com on 05/12/2000 03:58:42 PM Please respond to MIDRANGE-L@midrange.com@Internet To: MIDRANGE-L@midrange.com@Internet cc: Fax to: Subject: QtmmSendMail API? I am trying to use the SNDEMAIL command that was featured in a News/400 article. This command uses the QtmmSendMail API to create and send an email. Our shop uses a Microsoft Exchange Server (NT) to handle our email. What do I have to do on the AS400 in order to get this API to work? We do have SMTP and MSF running, but they are not configured (AFAIK). Any help would be appreciated. TIA, Steve Cross Clipper IT Department Phone (630) 739-0700 x 102 Fax (630) 739-0358 E-Mail scross@clippergroup.com ------------------------------ Date: Mon, 15 May 2000 06:34:24 -0700 From: "Draper, Dale" <dale.draper@seu.sega.com> Subject: RE: csv output from cpytoimpf We are trying, and succeeding in using this command along with a few others to create files readable by MS products. But I would like to try to change the " FIELD DELIMITER . . . . . . . . FLDDLM ',' " field to *TAB as shown as an alternative. But this input field is only 3 characters long! Is this merely an example of poor documentation? > -----Original Message----- > From: Dave Brimeyer [SMTP:dbrimeyer@home.com] > Sent: Sunday, May 14, 2000 8:41 PM > To: MIDRANGE-L@midrange.com > Subject: Re: csv output from cpytoimpf > > Actually, IBM has a PTF to fix the CPYTOIMPF problem with the comma > following the > last field. > > R420 SF56130 > R430 SF56123 > R440 SF56124 > > Dave Brimeyer > Ascend Technologies > > Joel Fritz wrote: > > > You're right about the Client Access file transfer. Don't know what I > was > > thinking. The other thing that seems a bit nonstandard with cpytoimpf > is > > the comma that follow the last field. I assume that that's "as designed > > also." (Although it seems like the off by one errors that plague me in > my > > own code. <g>) > > > > It's not a matter of life and death for me, but it's bizarre how > cpytoimpf > > seems to follow its own path for the comma delimited format. I'm > belaboring > > the obvious here, but CSV is _supposed_ to be a standard for file > exchange. > > <g> > > > > > -----Original Message----- > > > From: Dave Brimeyer [mailto:dbrimeyer@home.com] > > > Sent: Saturday, May 13, 2000 2:28 PM > > > To: MIDRANGE-L@midrange.com > > > Subject: Re: csv output from cpytoimpf > > > > > > > > > The Client Access Express data transfer to csv file strips > > > trailing blanks from > > > character fields. When we discovered cpytoimpf does not, we > > > reported to IBM as a > > > bug. We got their typical "working as designed" response, > > > though they realized > > > it is something that needs to be changed. Don't know if/when > > > that will happen. > > > > > > Dave Brimeyer > > > Ascend Technologies > > > > > > > > +--- > > | 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: Mon, 15 May 2000 08:35:56 -0500 From: "Leland, David" <dleland@Harter.com> Subject: RE: QtmmSendMail API? This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. - ------_=_NextPart_001_01BFBE72.80E2012C Content-Type: text/plain; charset="iso-8859-1" Sept. 1998. - -----Original Message----- From: Graziano, Marie [mailto:mgraziano@badgermeter.com] Sent: Monday, May 15, 2000 7:57 AM To: 'MIDRANGE-L@midrange.com' Subject: RE: QtmmSendMail API? Which news 400 issue? I have been searching for that article on how to send mail via the as/400 Marie Graziano -----Original Message----- From: Rob Berendt [mailto:rob@dekko.com] Sent: Saturday, May 13, 2000 8:33 PM To: MIDRANGE-L@midrange.com Subject: Re: QtmmSendMail API? << File: MsgBdy1.txt >> I use that API to send mail to Notes and Internet users. The fact that you are a Microsoft shop should be irrelavant, (at least to this task). SCross@clippergroup.com on 05/12/2000 03:58:42 PM Please respond to MIDRANGE-L@midrange.com@Internet To: MIDRANGE-L@midrange.com@Internet cc: Fax to: Subject: QtmmSendMail API? I am trying to use the SNDEMAIL command that was featured in a News/400 article. This command uses the QtmmSendMail API to create and send an email. Our shop uses a Microsoft Exchange Server (NT) to handle our email. What do I have to do on the AS400 in order to get this API to work? We do have SMTP and MSF running, but they are not configured (AFAIK). Any help would be appreciated. TIA, Steve Cross Clipper IT Department Phone (630) 739-0700 x 102 Fax (630) 739-0358 E-Mail scross@clippergroup.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 +--- - ------_=_NextPart_001_01BFBE72.80E2012C Content-Type: text/html; charset="iso-8859-1" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"> <TITLE>RE: QtmmSendMail API?</TITLE> </HEAD> <BODY> <P><FONT SIZE=2>Sept. 1998.</FONT> </P> <P><FONT SIZE=2>-----Original Message-----</FONT> <BR><FONT SIZE=2>From: Graziano, Marie [<A HREF=" mailto:mgraziano@badgermeter.com ">mailto:mgraziano@badgermeter.com</A>]</FONT> <BR><FONT SIZE=2>Sent: Monday, May 15, 2000 7:57 AM</FONT> <BR><FONT SIZE=2>To: 'MIDRANGE-L@midrange.com'</FONT> <BR><FONT SIZE=2>Subject: RE: QtmmSendMail API?</FONT> </P> <BR> <P><FONT SIZE=2>Which news 400 issue? I have been searching for that article on how to send</FONT> <BR><FONT SIZE=2>mail via the as/400</FONT> </P> <P><FONT SIZE=2>Marie Graziano</FONT> </P> <P><FONT SIZE=2> -----Original Message-----</FONT> <BR><FONT SIZE=2>From: Rob Berendt [<A HREF="mailto:rob@dekko.com ">mailto:rob@dekko.com</A>] </FONT> <BR><FONT SIZE=2>Sent: Saturday, May 13, 2000 8:33 PM</FONT> <BR><FONT SIZE=2>To: MIDRANGE-L@midrange.com</FONT> <BR><FONT SIZE=2>Subject: Re: QtmmSendMail API?</FONT> </P> <P><FONT SIZE=2> << File: MsgBdy1.txt >> I use that API to send mail to Notes and Internet </FONT> <BR><FONT SIZE=2>users. The fact that you are a Microsoft shop </FONT> <BR><FONT SIZE=2>should be irrelavant, (at least to this task).</FONT> </P> <BR> <BR> <BR> <BR> <P><FONT SIZE=2>SCross@clippergroup.com on 05/12/2000 03:58:42 PM</FONT> <BR><FONT SIZE=2>Please respond to MIDRANGE-L@midrange.com@Internet</FONT> <BR><FONT SIZE=2>To: MIDRANGE-L@midrange.com@Internet</FONT> <BR><FONT SIZE=2>cc: </FONT> <BR><FONT SIZE=2>Fax to: </FONT> <BR><FONT SIZE=2>Subject: QtmmSendMail API?</FONT> </P> <P><FONT SIZE=2>I am trying to use the SNDEMAIL command that was featured in a News/400</FONT> <BR><FONT SIZE=2>article. This command uses the QtmmSendMail API to create and send an</FONT> <BR><FONT SIZE=2>email. Our shop uses a Microsoft Exchange Server (NT) to handle our email.</FONT> <BR><FONT SIZE=2>What do I have to do on the AS400 in order to get this API to work? We do</FONT> <BR><FONT SIZE=2>have SMTP and MSF running, but they are not configured (AFAIK).</FONT> </P> <P><FONT SIZE=2>Any help would be appreciated.</FONT> </P> <P><FONT SIZE=2>TIA,</FONT> <BR><FONT SIZE=2>Steve Cross</FONT> <BR><FONT SIZE=2>Clipper IT Department</FONT> <BR><FONT SIZE=2>Phone (630) 739-0700 x 102</FONT> <BR><FONT SIZE=2>Fax (630) 739-0358</FONT> <BR><FONT SIZE=2>E-Mail scross@clippergroup.com</FONT> </P> <BR> <P><FONT SIZE=2>+---</FONT> <BR><FONT SIZE=2>| This is the Midrange System Mailing List!</FONT> <BR><FONT SIZE=2>| To submit a new message, send your mail to MIDRANGE-L@midrange.com.</FONT> <BR><FONT SIZE=2>| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.</FONT> <BR><FONT SIZE=2>| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.</FONT> <BR><FONT SIZE=2>| Questions should be directed to the list owner/operator: david@midrange.com</FONT> <BR><FONT SIZE=2>+---</FONT> </P> </BODY> </HTML> - ------_=_NextPart_001_01BFBE72.80E2012C-- ------------------------------ Date: Mon, 15 May 2000 07:52:16 -0600 From: Sannan Solberg <SSolberg@Washcorp.com> Subject: RE: Client Access & Rumba co-existence We used to be a Rumba shop but found it to be "lacking for the money" so over the years we have swithched over to C/A. We still have some PC's out there running Rumba versions 1.0 (yes 1.0!) thru 5.1 and have no known problems. No NT boxes running it though... We are currently on V4R3. > On Friday, May 12, 2000 12:42 PM, Bale, Dan [SMTP:DBale@lear.com] wrote: > | Since I started here about one month ago in a multi-AS/400 environment, > I've > | been using Rumba version 6.0 on an NT 4.0 workstation and I hate it. I > have > | asked if I could get Client Access installed and was told that there are > | problems with Rumba and Client Access co-existing. The source of this > | information was unable to be more specific than that. Does anyone have > any > | experience with this? > | > | I don't want to cause problems where I have to be "rescued" or where I'd > | have to spend more than 30 minutes recovering from problems. If I knew > that > | there would be no problems using CA in this environment, I would gladly > | uninstall Rumba before installing CA. > | > | TIA, > | Dan Bale > | > | +--- > | | 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: Mon, 15 May 2000 09:59:10 EDT From: JGracetri@aol.com Subject: report distribution is there a simple way to send copies of a report to multiple users. i am now coding sndnetsplf to the users in the cl's. due to turnover it is becoming a chore. thank you Jeff G. ------------------------------ Date: Mon, 15 May 2000 15:05:27 +0100 From: "MDC Information Systems" <mdcis@iol.ie> Subject: Web site monitoring Hi all, Any thoughts or input on the following would be appreciated- We want to use 2 AS/400s (both web servers running I/Net s/w) to monitor each other and send an alert to a mobile (cell) or pager if no response to a specific requested page on each server. (We can't ping etc. due to security restrictions imposed by our client.) 1. Anyone know of 400 s/w to do something like this? 2. Anyone using any other method of 24hr monitoring which is 400 based? PS The 400s are in different buildings with seperate comms., power etc Thanks, Mike Dunnion ************************************************************ MDC Information Systems Merchants House Merchants Quay Dublin 8 Ireland Tel: +353 1 6791330 http://www.mdc.ie mdcis@iol.ie ------------------------------ Date: Mon, 15 May 2000 10:36:19 -0400 From: "Shaw, David" <dshaw@spartan.com> Subject: RE: Client Access & Rumba co-existence Dan, My previous employer has two NT servers that run Rumba and Client Access simultaneously to the same AS/400. We never had any problems with them that could be attributed to a conflict between the two applications. The reason is that they're running DCSI's bar code package (I forget the product name - Data Collection Advantage or something like that), which needs Rumba to feed transactions to the MAPICS PM&C interface. The version of Rumba that we got had a problem downloading data from the MAPICS file library because there were too many objects in it, so we had to use Client Access to get to that data. It was annoying to have to do it that way (Wall Data wasn't real supportive about it), but it worked fine. Just make sure you don't have client-side name conflicts between the two and you should be okay. Dave Shaw Spartan International, Inc. Spartanburg, SC > -----Original Message----- > From: Bale, Dan [mailto:DBale@lear.com] > > Since I started here about one month ago in a multi-AS/400 > environment, I've > been using Rumba version 6.0 on an NT 4.0 workstation and I > hate it. I have > asked if I could get Client Access installed and was told > that there are > problems with Rumba and Client Access co-existing. The source of this > information was unable to be more specific than that. Does > anyone have any > experience with this? > > I don't want to cause problems where I have to be "rescued" > or where I'd > have to spend more than 30 minutes recovering from problems. > If I knew that > there would be no problems using CA in this environment, I > would gladly > uninstall Rumba before installing CA. ------------------------------ Date: Mon, 15 May 2000 10:31:41 -0400 From: "Bale, Dan" <DBale@lear.com> Subject: RE: QM/400 vs Query/400 Hopefully Simon got you going with his reply. But I thought I'd just let you know that it _is_ possible to use variables in WrkQry. I'd point you directly to the reference, but I do not _yet_ have internet access here; you will be able to find it in the midrange-L archives. - - Dan Bale > -----Original Message----- > From: Dennis Munro [SMTP:DMunro@badgerminingcorp.com] > Sent: Friday, May 12, 2000 5:12 PM > To: 'Midrange Users' > Subject: QM/400 vs Query/400 > > I am trying to move to Query Management queries vs. Query/400. QMQRY > works > better because I then can pass variables into them as part of a job > stream, > i.e. month end reports with dates. > <snip> ------------------------------ Date: Mon, 15 May 2000 07:52:58 -0700 From: Chuck Lundgren <lundgren@iris-software.com> Subject: RE: QtmmSendMail API? September 1998. I'll be updating the program this week with some changes and bug fixes made by the author. Send me private email at clundgren@news400.com if you want a copy right away. ... Chuck At 07:56 AM 5/15/00 -0500, you wrote: >Which news 400 issue? I have been searching for that article on how to send >mail via the as/400 ------------------------------ Date: Mon, 15 May 2000 10:34:57 -0400 From: Tim McCarthy <timm@as400ftp.com> Subject: RE: BISYNC vs ASYNCH programming Well it's not just as simple as saying "async" comms, you really need to know the file transfer protocol involved e.g. ZMODEM, KERMIT, ANSI CLEAR etc. and the scripting values needed to perform log on and so on. Our ZMOD400 package is relatively inexpensive and can connect with anything - - it also operates with most of the EDI packages out there (Harbinger, Gentran, Extol). TrailBlazer Systems, Inc. http://www.as400ftp.com AS/400 Communications & E-Commerce Solutions Errors have been made. Others will be blamed. > -----Original Message----- > From: Eric Kempter [SMTP:noerick.norcal@cleancity.com] > Sent: Friday, May 12, 2000 4:04 PM > To: 'midrange-l@midrange.com' > Subject: BISYNC vs ASYNCH programming > > Is there a great deal of difference in the programming of > Bisynchronous > communications vs Asynchronous communications. We purchased an EDI > package > that uses Bisynch comms. We asked the vendor for a quote on how much > it > would cost to modify his package to support asynch comms. He said it > would > take him weeks to come up with a quote and then it would probably take > > months to program. Does this sound realistic. TIA > +--- > | 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 #293 ******************************** +--- | 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 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.