1 INFO-VAX	Tue, 20 Sep 2005	Volume 2005 : Issue 526       Contents:. Re: Cannot Ping or Telnet Server After Restore. Re: Cannot Ping or Telnet Server After Restore2 copying vms image backup files from tape to disk ?6 Re: copying vms image backup files from tape to disk ?6 Re: copying vms image backup files from tape to disk ? DEC-C: Missing includes (CDA)  Dipswitch settings for BA35X-MH ( RE: How much did IBM pay to not do EV79?( Re: How much did IBM pay to not do EV79?( Re: How much did IBM pay to not do EV79?( Re: How much did IBM pay to not do EV79?$ Re: HP SWB V1.7.8 consistent crasherI Re: HP will have to give back 1.25 M EUR help that it got to create jobs. P Re: HP will have to give back 1.25 M EUR help that it got to create jobs. jobs.j% Marketing opportunity ? VW in Dresden ) Re: Marketing opportunity ? VW in Dresden ) Re: Marketing opportunity ? VW in Dresden ) Re: Marketing opportunity ? VW in Dresden 0 Re: Migration checklist (no, not away from VMS!)2 New SWB (Mozilla) browser version 1.7.11 available* OT : HP may diminish the number of layoffs Re: Pathworks32 in Citrix  Re: Pathworks32 in Citrix  Putty SSH to Linux server  Re: Putty SSH to Linux server  Re: Putty SSH to Linux server  Re: Remote backups via WAN Re: Remote backups via WAN Re: Remote backups via WAN Re: Remote backups via WAN Re: Remote backups via WAN SCP from Solaris to OpenVMS  SCP from Solaris to OpenVMS  Re: SCP from Solaris to OpenVMS  Re: SCP from Solaris to OpenVMS  www.OpenVMS.org/Advocate  F ----------------------------------------------------------------------    Date: 20 Sep 2005 03:12:08 -0700/ From: "Shahin Yaz" <Shahinyaz@blueyonder.co.uk> 7 Subject: Re: Cannot Ping or Telnet Server After Restore C Message-ID: <1127211128.575161.307140@g47g2000cwa.googlegroups.com>   @ Thanks for the response. We have already changed the IP Address,E Gateway and Network Mask via UCX$CONFIG (on VMS 7.1-2). We do not run F DECNET so SCSYSYSTEMID and NETCONFIG are not required (if I understandC correctly) . Is there any error log / trace information that can be # configured and generated with UCX ?   F The source machine is larger than the destination so the LICENSE UNITSE will be more than sufficient, and the licenses are not node specific.   " Please advise further if possible.   Regards & Thanks   Shahin   ------------------------------    Date: 20 Sep 2005 07:23:38 -0700 From: bill@wcschmidt.com7 Subject: Re: Cannot Ping or Telnet Server After Restore C Message-ID: <1127226218.676553.236770@g49g2000cwa.googlegroups.com>   B I recently did a clone of another system, and I had to stop all IPE services and then reconfigure TCPIP from scratch, and then restart IP G services. After the reconfigure check that all services are enabled and 0 started, had a few that were in a stopped state.   Bill S.    Shahin Yaz wrote: B > Thanks for the response. We have already changed the IP Address,G > Gateway and Network Mask via UCX$CONFIG (on VMS 7.1-2). We do not run H > DECNET so SCSYSYSTEMID and NETCONFIG are not required (if I understandE > correctly) . Is there any error log / trace information that can be % > configured and generated with UCX ?  > H > The source machine is larger than the destination so the LICENSE UNITSG > will be more than sufficient, and the licenses are not node specific.  > $ > Please advise further if possible. >  > Regards & Thanks >  > Shahin   ------------------------------    Date: 20 Sep 2005 09:06:22 -0700 From: mike.whorley@coda.com ; Subject: copying vms image backup files from tape to disk ? C Message-ID: <1127232382.683307.236490@g14g2000cwa.googlegroups.com>    Hi,   G I'm trying to move some image backup saveset files from a tape straight  to disk but am having no joy.   ! What is the best way to do this ?   
 I've tried   Mount/for & Mount/over=id   ) and used copy/log mkb400:*.bck sys$login:    but won't restore anything...   E I can use back/rew/lis to see the savesets and the backup header info  ie   Save set:          DUA22.BCK Written by:        SYSTEM " UIC:               [000001,000004]* Date:              29-AUG-2002 11:23:30.14 Command:A BACKUP/LOG/MEDIA=COMPACT/BLOCK=32768/IGNO=INTER/IMAGE $255$DUA22: 0 $44$MUA230:DUA22.BCK/LABEL=AVES/SAV/VERIFY/NOREW+ Operating system:  OpenVMS AXP version V6.2  BACKUP version:    V6.2  CPU ID register:   80000000  Node name:         _FALCON:: Written on:        _$44$MUA230:  Block size:        32768 Group size:        10  Buffer count:      257   Any ideas guys ?   ------------------------------    Date: 20 Sep 2005 12:06:56 -0500; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler) ? Subject: Re: copying vms image backup files from tape to disk ? 3 Message-ID: <tRSCGcaiN+Ce@eisner.encompasserve.org>   a In article <1127232382.683307.236490@g14g2000cwa.googlegroups.com>, mike.whorley@coda.com writes:  > Hi,  > I > I'm trying to move some image backup saveset files from a tape straight  > to disk but am having no joy.  > # > What is the best way to do this ?  >    > Block size:        32768      You need to do:  (    $mount/over=id/block=32768 tapedrive:  F    then you can probably restore from the disk file after you COPY it.0    If that doesn't work then you need either of:  A       Backup Saveset Manager - a product that will do the tape to     disp copy  9       TCOPY - freeware that will do the tape to disk copy   H    But if you're restoring from tape to the same system, just use BACKUP    to do a direct restore.  D    If you're restoring from tape across the network to a system thatC    doens't have a tape drive, then beware of how you copy the file.    ------------------------------  % Date: Tue, 20 Sep 2005 13:17:31 -0400  From: norm.raphael@metso.com? Subject: Re: copying vms image backup files from tape to disk ? Q Message-ID: <OFFB02B49B.0884D1E1-ON85257082.005D8A8C-85257082.005EFCC4@metso.com>   A You will not succeed.  Disk blocks for backup cannot exceed 32256   < "The default block size for magnetic tape is 8192 bytes; the'      default for disk is 32,256 bytes."   : and if you are going to move the saveset files around, you; need to use "/INTERCHANGE" which has it's own restrictions:   : It is the last one listed that can cause problems.  If the6 tape error-processing is for backup, it handles errors< more robustly and not the "normal" way.  With "/INTERCHANGE"3 it handles tape errors in the "normal" way, so that  COPY will work.      BACKUP_Command     /INTERCHANGE        Command Qualifier  B      Directs BACKUP to process files in a manner suitable for dataF      interchange (software distribution) by excluding information thatC      would prevent other utilities or sites from reading the BACKUP       save set.  E      The /INTERCHANGE qualifier implies /CONVERT when the input is an       ODS-5 disk or file.  >      The effects of the /INTERCHANGE qualifier are as follows:  9      o  Directories not selected as files are not copied.   ,      o  Access control lists are not copied.  =      o  Block size on magnetic tape is limited to 8192 bytes.   E      o  Normal error recovery is used to write magnetic tapes so that <         no bad records exist on the resulting magnetic tape.    6 mike.whorley@coda.com wrote on 09/20/2005 12:06:22 PM:   > Hi,  > I > I'm trying to move some image backup saveset files from a tape straight  > to disk but am having no joy.  > # > What is the best way to do this ?  >  > I've tried >  > Mount/for & Mount/over=id  > + > and used copy/log mkb400:*.bck sys$login:  >  > but won't restore anything...  > G > I can use back/rew/lis to see the savesets and the backup header info  > ie >  > Save set:          DUA22.BCK > Written by:        SYSTEM $ > UIC:               [000001,000004], > Date:              29-AUG-2002 11:23:30.14
 > Command:C > BACKUP/LOG/MEDIA=COMPACT/BLOCK=32768/IGNO=INTER/IMAGE $255$DUA22: 2 > $44$MUA230:DUA22.BCK/LABEL=AVES/SAV/VERIFY/NOREW- > Operating system:  OpenVMS AXP version V6.2  > BACKUP version:    V6.2  > CPU ID register:   80000000  > Node name:         _FALCON::! > Written on:        _$44$MUA230:  > Block size:        32768 > Group size:        10  > Buffer count:      257 >  > Any ideas guys ? >    ------------------------------  % Date: Tue, 20 Sep 2005 02:27:24 -0400 - From: JF Mezei <jfmezei.spamnot@teksavvy.com> & Subject: DEC-C: Missing includes (CDA), Message-ID: <432FABB2.677BCD87@teksavvy.com>  E On a node which has only seen DEC-C (VAX VMS 7.2, DEC-C 6.0), the CDA  includes are missing.    CDA$DEF.H,  	 cda$msg.h 	 cda$ptp.h 	 cda$typ.h 
 ddif$def.h
 dtif$def.h  . (as per the old CDA programming documentation)  @ On my now adult all-mighty Microvax II, in the old VAXC includes, directory, those include files are present.     H While development of the CDA architecture has long ended, the actual CDAC converter kernel (convert/document and its callable interface)  has F always remained with the owner of VMS (only shareable images went to aD 3rd party), so the includes should continue to be included with VMS.   ------------------------------  % Date: Tue, 20 Sep 2005 13:04:58 -0400 0 From: BRAD <bMradAhamPiltSon-at-coMmcAast.nPeSt>( Subject: Dipswitch settings for BA35X-MH: Message-ID: <fcmdnUcoNMff3K3enZ2dnUVZ_s-dnZ2d@comcast.com>  G I thought this information had been posted before, but I can't find it   in the Google archives.   G Can someone provide a pointer to information on the dipswitch settings  A for a BA35X-MH personality module?  I just acquired one of these  ; critters, and want to make sure I have the proper settings.    --  . Bradford J. Hamilton "All opinions are my own"@                       "Lose the MAPS, and replace '-at-' with @"=                       "Brownie, you're doing a heck of a job"    ------------------------------  % Date: Tue, 20 Sep 2005 19:50:21 +1000 6 From: "O'Brien Paddy" <Paddy.O'Brien@transgrid.com.au>1 Subject: RE: How much did IBM pay to not do EV79? X Message-ID: <8BAD914A0B8CA84C9E94187103A1AB9E05BEB3@EX-TG2-PR.corporate.transgrid.local>  , This is a multi-part message in MIME format.  ' ------_=_NextPart_001_01C5BDC8.B744858F . Content-Type: text/plain; charset="iso-8859-1"+ Content-Transfer-Encoding: quoted-printable   L I'll apologise up front for an HTML posting.  I have absolutely no control =L of options from OWA.  Our company is dedicated to his majesty and our contr=L actors are too frightened to change from default options.  This is the ONLY=  mail option left to me.  I I shall now minimise my mails to mailing lists, but I must reply to this.    -----Original Message-----) From: FredK [mailto:notme@nospam.dec.com]  Sent: Tue 9/20/2005 1:35 AM  To: Info-VAX@Mvb.Saic.Com 1 Subject: Re: How much did IBM pay to not do EV79?  =20 ( RE: How much did IBM pay to not do EV79?A "O'Brien Paddy" <Paddy.O'Brien@transgrid.com.au> wrote in message L news:8BAD914A0B8CA84C9E94187103A1AB9E05BEAA@EX-TG2-PR.corporate.transgrid.l= ocal...       I Of the products that I use and have died:  FMS (do not know who that went  to, perhaps just died);   6     AFAIK, FMS is still available, and supported by HP    GKS (same comment);  C     GKS is absolutely still available, and the Itanium version will A     ship on the consolidated LP kit at the end of the year (it is +     being tested by several customers now).    ***** End of Fred's response  L JF gave an excellent reply regarding FMS.  Yes, on the last Condist it went=L  from 2.4 to 2.5, purely to release it on IA64 - no other changes.  When ou=L r group negotiated our own support contract (as opposed to corporate who wa=L nt nothing to do with VMS), our FMS support was marked as not supported aft= er end of this year.  L As JF said, there have been no changes for about a decade (but then it has = been a good product).   L GKS has had no changes for a similar length of time.  It's in maintenance, =L and I have had no problems fixed.  I have to do work-arounds.  Get your cus=L tomer testers to compare early examples as opposed to the current, but the =L early health example has never worked correctly, and the old gun example no=L  longer works VAX or Alpha.  The current examples are just very simplistic =L and primitive enough to just work (just).  EPS support is incorrect, the bo=L unding box is wrong and this creates an error file.  I have had to write su=L pport into my routines to correct this bug -- reported years ago, but given=L  up on.  Don't suggest I keep "bugging" support.  Over the past dozen years=: , I have learnt to just give up and work out work-arounds.  ; Oh, yes, they are available but not really being supported.   L DECset has not been changed for a while (but less than the others).  Our la=L st contact was with a Ms Burra (IIRC) from EDS when we offered to beta a ve=L rsion several years ago (last century).  We use it, but there are many thin=L gs that we would like fixed.  Steven Schweda (sp. I apologise if incorrect =L memory) seems to be frustrated with ODS-5 support.  O.K., Robert D. put me =G straight on ownership, but there is still no work seemingly being done.   L My latest is 12.5, how did it get to 12.7?  Possibly a cosmetic change for = IA64 somewhere along the line.  C AND the Fortran compiler seems no longer supported along with CXML.   L One area of support (we were told by our local people to contact Compaq, th=L en, directly as we were beta testers of both products from F90 inception) w=6 as the marvellous support when Steve Lionel was there.  L I have used your web site to log problems that we are currently having with=L  CXML -- no response.  I have sent an email to your Fortran team to tell th=L em that their help on the ATAN2/ATAN2D intrinsics is incorrect -- no respon= se.   L I have a large list of problems that, because of the early death of Alpha F=L 90/5, were never addressed in the compiler.  It was one of the best and cou=L ld so much have been improved with reports from myself and other beta teste=L rs, and obviously the more knowledgable internal compiler developers.  It w=" as killed along with so much else.  L As a technical programmer and administrator of our development and producti=L on machines, these programs and the compiler are my bread-and-butter.  I st=L ruggle to keep VMS alive in our environment against corporate policy.  When=L  I retire at the end of this year, there will be no more VMS in our company=L  (and, but don't quote me, they seem to be moving away from HP).  Our peopl=L e will buy commercial packages on PCs to try to get the service that we giv=L e them from our programmers.  Many of our engineers are accepting that they=F  will not get the same facilities/advantages of our in-house programs.   Regards, Paddy      G *********************************************************************** ; Please consider the environment before printing this email.   C "This electronic message and any attachments may contain privileged @ and confidential information intended only for the use of the=20D addressees named above.  If you are not the intended recipient of=20C this email, please delete the message and any attachment and advise D the sender.  You are hereby notified that any use, dissemination,=207 distribution, reproduction of this email is prohibited.   C If you have received the email in error, please notify TransGrid=20 C immediately.  Any views expressed in this email are those of the=20 ? individual sender except where the sender expressly and with=20 C authority states them to be the views of TransGrid.  TransGrid uses > virus-scanning software but excludes any liability for viruses contained in any attachment.  < Please note the email address for TransGrid personnel is now$ firstname.lastname@transgrid.com.au"  G ***********************************************************************     ' ------_=_NextPart_001_01C5BDC8.B744858F - Content-Type: text/html; charset="iso-8859-1" + Content-Transfer-Encoding: quoted-printable   1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">  <HTML> <HEAD>L <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Diso-8859-= 1"> K <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version 6.5.7226.0"> 7 <TITLE>RE: How much did IBM pay to not do EV79?</TITLE>  </HEAD>  <BODY>) <!-- Converted from text/plain format -->   L <P><FONT SIZE=3D2>I'll apologise up front for an HTML posting.&nbsp; I have=L  absolutely no control of options from OWA.&nbsp; Our company is dedicated =L to his majesty and our contractors are too frightened to change from defaul== t options.&nbsp; This is the ONLY mail option left to me.<BR>  <BR>L I shall now minimise my mails to mailing lists, but I must reply to this.<B= R> <BR> -----Original Message-----<BR>L From: FredK [<A HREF=3D"mailto:notme@nospam.dec.com">mailto:notme@nospam.de= c.com</A>]<BR> Sent: Tue 9/20/2005 1:35 AM<BR>  To: Info-VAX@Mvb.Saic.Com<BR> 5 Subject: Re: How much did IBM pay to not do EV79?<BR>  <BR>, RE: How much did IBM pay to not do EV79?<BR>L &quot;O'Brien Paddy&quot; &lt;Paddy.O'Brien@transgrid.com.au&gt; wrote in m=
 essage<BR>L <A HREF=3D"news:8BAD914A0B8CA84C9E94187103A1AB9E05BEAA@EX-TG2-PR.corporate.=L transgrid.local">news:8BAD914A0B8CA84C9E94187103A1AB9E05BEAA@EX-TG2-PR.corp=  orate.transgrid.local</A>...<BR> <BR> <BR> <BR>L Of the products that I use and have died:&nbsp; FMS (do not know who that w= ent<BR>  to, perhaps just died);<BR>  <BR>I &nbsp;&nbsp;&nbsp; AFAIK, FMS is still available, and supported by HP<BR>  <BR> &nbsp;GKS (same comment);<BR>  <BR>L &nbsp;&nbsp;&nbsp; GKS is absolutely still available, and the Itanium versi= on will<BR> L &nbsp;&nbsp;&nbsp; ship on the consolidated LP kit at the end of the year (=	 it is<BR> > &nbsp;&nbsp;&nbsp; being tested by several customers now).<BR> <BR>  ***** End of Fred's response<BR> <BR>L JF gave an excellent reply regarding FMS.&nbsp; Yes, on the last Condist it=L  went from 2.4 to 2.5, purely to release it on IA64 - no other changes.&nbs=L p; When our group negotiated our own support contract (as opposed to corpor=L ate who want nothing to do with VMS), our FMS support was marked as not sup=" ported after end of this year.<BR> <BR>L As JF said, there have been no changes for about a decade (but then it has = been a good product).<BR>  <BR>L GKS has had no changes for a similar length of time.&nbsp; It's in maintena=L nce, and I have had no problems fixed.&nbsp; I have to do work-arounds.&nbs=L p; Get your customer testers to compare early examples as opposed to the cu=L rrent, but the early health example has never worked correctly, and the old=L  gun example no longer works VAX or Alpha.&nbsp; The current examples are j=L ust very simplistic and primitive enough to just work (just).&nbsp; EPS sup=L port is incorrect, the bounding box is wrong and this creates an error file=K &nbsp; I have had to write support into my routines to correct this bug --= L  reported years ago, but given up on.&nbsp; Don't suggest I keep &quot;bugg=L ing&quot; support.&nbsp; Over the past dozen years, I have learnt to just g=% ive up and work out work-arounds.<BR>  <BR>? Oh, yes, they are available but not really being supported.<BR>  <BR>L DECset has not been changed for a while (but less than the others).&nbsp; O=L ur last contact was with a Ms Burra (IIRC) from EDS when we offered to beta=L  a version several years ago (last century).&nbsp; We use it, but there are=L  many things that we would like fixed.&nbsp; Steven Schweda (sp. I apologis=L e if incorrect memory) seems to be frustrated with ODS-5 support.&nbsp; O.K=K , Robert D. put me straight on ownership, but there is still no work seemi=  ngly being done.<BR> <BR>L My latest is 12.5, how did it get to 12.7?&nbsp; Possibly a cosmetic change='  for IA64 somewhere along the line.<BR>  <BR>G AND the Fortran compiler seems no longer supported along with CXML.<BR>  <BR>L One area of support (we were told by our local people to contact Compaq, th=L en, directly as we were beta testers of both products from F90 inception) w=: as the marvellous support when Steve Lionel was there.<BR> <BR>L I have used your web site to log problems that we are currently having with=L  CXML -- no response.&nbsp; I have sent an email to your Fortran team to te=L ll them that their help on the ATAN2/ATAN2D intrinsics is incorrect -- no r= esponse.<BR> <BR>L I have a large list of problems that, because of the early death of Alpha F=L 90/5, were never addressed in the compiler.&nbsp; It was one of the best an=L d could so much have been improved with reports from myself and other beta =L testers, and obviously the more knowledgable internal compiler developers.&=0 nbsp; It was killed along with so much else.<BR> <BR>L As a technical programmer and administrator of our development and producti=L on machines, these programs and the compiler are my bread-and-butter.&nbsp;=L  I struggle to keep VMS alive in our environment against corporate policy.&=L nbsp; When I retire at the end of this year, there will be no more VMS in o=L ur company (and, but don't quote me, they seem to be moving away from HP).&=L nbsp; Our people will buy commercial packages on PCs to try to get the serv=L ice that we give them from our programmers.&nbsp; Many of our engineers are=L  accepting that they will not get the same facilities/advantages of our in-= house programs.<BR>  <BR> Regards, Paddy<BR> <BR> </FONT>  </P>   <FONT SIZE=3D3><BR>  <BR>K ***********************************************************************<BR> ? Please consider the environment before printing this email.<BR>  <BR>G "This electronic message and any attachments may contain privileged<BR> B and confidential information intended only for the use of the <BR>F addressees named above.  If you are not the intended recipient of <BR>G this email, please delete the message and any attachment and advise<BR> F the sender.  You are hereby notified that any use, dissemination, <BR>; distribution, reproduction of this email is prohibited.<BR>  <BR>E If you have received the email in error, please notify TransGrid <BR> E immediately.  Any views expressed in this email are those of the <BR> A individual sender except where the sender expressly and with <BR> G authority states them to be the views of TransGrid.  TransGrid uses<BR> B virus-scanning software but excludes any liability for viruses<BR>  contained in any attachment.<BR> <BR>@ Please note the email address for TransGrid personnel is now<BR>( firstname.lastname@transgrid.com.au"<BR> <BR>K ***********************************************************************<BR>  </FONT>  </BODY>  </HTML> ) ------_=_NextPart_001_01C5BDC8.B744858F--    ------------------------------    Date: 20 Sep 2005 04:56:19 -0700# From: "Galen" <gltackett@gmail.com> 1 Subject: Re: How much did IBM pay to not do EV79? B Message-ID: <1127217379.363263.17560@g44g2000cwa.googlegroups.com>   Larry wrote: >  > D > Those individuals are pikers compared to those who _truly_ tilt at( > windmills and want new VAX processors. >   E And ultra-pikers compared to those who still want a 32 bit (or now 64 ! bit) PDP-11 with RSX-32 (or -64).    :-)    ------------------------------  # Date: Tue, 20 Sep 2005 14:28:46 GMT $ From: "FredK" <notme@nospam.dec.com>1 Subject: Re: How much did IBM pay to not do EV79? 4 Message-ID: <y0VXe.12916$Wh2.11568@news.cpqcorp.net>  : "JF Mezei" <jfmezei.spamnot@teksavvy.com> wrote in message& news:432F5B59.CB0DC330@teksavvy.com... > FredK wrote:: > >     AFAIK, FMS is still available, and supported by HP >  > H > FMS had been declared dead by Palmer and wasn't to be ported to Alpha.  C Bob Palmer wouldn't have known FMS if it bit him in the butt.  This A was far, far too down the food chain.  More to the point, I think ? that many people were unaware that it was still being used as a & critical piece of enabling technology.  H > It was resurected by the ALLIN1 folks who convinced management to portG > it to Alpha. It has since been in maintenance mode. There hasn't been - > active development on it for over a decade.  >   B What "development" do you want?  It's code needed to keep existing$ character cell applications running.  H > In an interesting twist, this time around, FMS was ported to that IA64 > thing, but ALLIN1 wasn't.   D It's not an interesting twist.  FMS is low level enabling code for a lot of legacy applications.   @ All In One is application code initially written when the VAX780 was bleeding edge technology.    ------------------------------  # Date: Tue, 20 Sep 2005 14:35:22 GMT $ From: "FredK" <notme@nospam.dec.com>1 Subject: Re: How much did IBM pay to not do EV79? 3 Message-ID: <K6VXe.12917$aj2.5016@news.cpqcorp.net>   ( RE: How much did IBM pay to not do EV79?4 GKS has had no changes for a similar length of time.  ? GKS IS A DEAD LIBRARY IN THE INDUSTRY.  THERE IS NO DEVELOPMENT ? BECAUSE AS AN INDUSTRY STANDARD - IT IS DEAD.  JUST LIKE PHIGS.   D It's in maintenance, and I have had no problems fixed.  I have to doL work-arounds. Get your customer testers to compare early examples as opposedL to the current, but the early health example has never worked correctly, andK the old gun example no longer works VAX or Alpha.  The current examples are K just very simplistic and primitive enough to just work (just).  EPS support I is incorrect, the bounding box is wrong and this creates an error file  I J have had to write support into my routines to correct this bug -- reportedJ years ago, but given up on.  Don't suggest I keep "bugging" support.  Over@ the past dozen years, I have learnt to just give up and work out
 work-arounds.   B IF YOU FILE A BUG REPORT, WE WILL ADDRESS IT.  THIS MAY NOT ALWAYSD RESULT IN A NEW RELEASE.  CONTACT ME DIRECTLY IF YOU ARE NOT GETTING% A RESPONSE TO AN OFFICIAL BUG REPORT.   ; Oh, yes, they are available but not really being supported.   
 YES THEY ARE.    ------------------------------    Date: 20 Sep 2005 00:34:26 -0700& From: "Bart Zorn" <bartzorn@yahoo.com>- Subject: Re: HP SWB V1.7.8 consistent crasher C Message-ID: <1127201666.517030.266730@g44g2000cwa.googlegroups.com>    Thanks! I found it.    Bart   ------------------------------  % Date: Tue, 20 Sep 2005 09:24:36 -0400 * From: "Dennis Couch" <dencouch@us.ibm.com>R Subject: Re: HP will have to give back 1.25 M EUR help that it got to create jobs.) Message-ID: <43300b88_1@news3.prserv.net>   J IIRC, the automotive unions here in the US did something like this a while$ back in order to create more jobs...  F "Z" <Z@no.spam> wrote in message news:0GKXe.15655$Q71.1178@fe02.lga... mark_hpq@yahoo.com wrote:  > _ http://www.boursorama.com/infos/actualites/detail_actu_societes.phtml?&symbole=HPQ&news=2947714  > C > Hewlett Packard: le conseil gnral de l'Isre souhaite rcuprer  > 1,25 M EUR  6 Q. Just how screwed up _is_ the French economic model?C A. So much so that they need to pay companies to create jobs there.   H A few years back France decided the way to ease its chronic unemploymentH problems was to mandate a shorter work week - at the same pay, of courseF - forcing employers to hire 10% more workers to get the same man-hours of work.  E The rest of the world laughed at first.  Then, when it was clear this   wasn't a sick joke, they gasped.  F France, undaunted, undeterred went ahead with this great, new economicH idea! Now, of course, unemployment is back where it was before the Great7 Idea and companies in France are much less competitive.   B How long will France continue to wallow in the Economic Dark Ages?   ------------------------------  % Date: Tue, 20 Sep 2005 10:29:22 +0200  From: S <soterroatyahoodotcom>Y Subject: Re: HP will have to give back 1.25 M EUR help that it got to create jobs. jobs.j & Message-ID: <432fc856$1@news1.ethz.ch>   Z wrote:8 > Q. Just how screwed up _is_ the French economic model?E > A. So much so that they need to pay companies to create jobs there.   G Whatever, but you're missing the point: HP took happily that money and   now wants to run away with it.$ But what would you expect from HP...? http://www.thechannelinsider.com/article2/0,1895,1857360,00.asp    S    ------------------------------  % Date: Tue, 20 Sep 2005 05:43:44 -0400 - From: JF Mezei <jfmezei.spamnot@teksavvy.com> . Subject: Marketing opportunity ? VW in Dresden, Message-ID: <432FD9AB.11998F5F@teksavvy.com>  H Volkswagen has a new factory in Dresden (Germany) which is "glassed" andG has become the city's biggest tourist attraction.  It is quiet, lots of 7 robots etc and builds the expensive luxury Phaeton car.   C **IF** VW uses VMS to control all those robots, it would be a great D marketing opportunity if the owner of VMS got a deal with VW to haveG some prominent sign in the assembly hall stating that the robots run on * the reliable VMS operating system from HP.   ------------------------------  % Date: Tue, 20 Sep 2005 05:37:12 -0700 # From: "Tom Linden" <tom@kednos.com> 2 Subject: Re: Marketing opportunity ? VW in Dresden( Message-ID: <opsxeioamvzgicya@hyrrokkin>  . On Tue, 20 Sep 2005 05:43:44 -0400, JF Mezei  % <jfmezei.spamnot@teksavvy.com> wrote:   J > Volkswagen has a new factory in Dresden (Germany) which is "glassed" andI > has become the city's biggest tourist attraction.  It is quiet, lots of 9 > robots etc and builds the expensive luxury Phaeton car.  > E > **IF** VW uses VMS to control all those robots, it would be a great F > marketing opportunity if the owner of VMS got a deal with VW to haveI > some prominent sign in the assembly hall stating that the robots run on , > the reliable VMS operating system from HP.   Mighy create a run on VAXEN:-)   ------------------------------  + Date: Tue, 20 Sep 2005 13:00:30 +0000 (UTC) ( From: m.kraemer@gsi.de (Michael Kraemer)2 Subject: Re: Marketing opportunity ? VW in Dresden5 Message-ID: <dgp15e$fl6$1@lnx107.hrz.tu-darmstadt.de>   5 In article <432FD9AB.11998F5F@teksavvy.com>, JF Mezei & <jfmezei.spamnot@teksavvy.com> writes:J > Volkswagen has a new factory in Dresden (Germany) which is "glassed" andI > has become the city's biggest tourist attraction.  It is quiet, lots of 9 > robots etc and builds the expensive luxury Phaeton car.  > E > **IF** VW uses VMS to control all those robots, it would be a great F > marketing opportunity if the owner of VMS got a deal with VW to haveI > some prominent sign in the assembly hall stating that the robots run on , > the reliable VMS operating system from HP.  , And about 99+% of visitors would just think:4 OK, VMS is short for "Verkehrsverbund Mittelsachsen"8 which is what you get if you google VMS on .de websites.? It means sth like "Metropolitan Transport System Middle Saxony" " (Dresden is the capital of Saxony)   ------------------------------    Date: 20 Sep 2005 08:17:15 -0700 From: dphill46@netscape.net 2 Subject: Re: Marketing opportunity ? VW in DresdenC Message-ID: <1127229435.295415.286770@g49g2000cwa.googlegroups.com>    JF Mezei wrote: J > Volkswagen has a new factory in Dresden (Germany) which is "glassed" andI > has become the city's biggest tourist attraction.  It is quiet, lots of 9 > robots etc and builds the expensive luxury Phaeton car.  > 2 > **IF** VW uses VMS to control all those robots,      Do they use VMS?   ------------------------------  % Date: Tue, 20 Sep 2005 09:42:01 -0400 * From: "Syltrem" <syltremzulu@videotron.ca>9 Subject: Re: Migration checklist (no, not away from VMS!) 0 Message-ID: <11j04dh7f3kak50@corp.supernews.com>  3 <norm.raphael@metso.com> a crit dans le message de K news:OF136A8533.173715A0-ON85257081.0058FE38-85257081.00590E48@metso.com... ' Have you been on holidays for 2 months?     G No, my MS-Outlook just lost track of this thread I previously marked as  "watch this thread"...> And yesterday I stumbled over this post by pure coincidence...I I would love to have 2 months vacations ! Especially since we had a great  summer season here.    --   Syltrem   H http://pages.infinit.net/syltrem (OpenVMS related web site, en franais)E "Syltrem" <syltremzulu@videotron.ca> wrote on 09/19/2005 11:14:15 AM:    > J > "Keith Parris" <keithparris_NOSPAM@yahoo.com> a crit dans le message de. > news:4FQCe.8748$Pa6.8013@news.cpqcorp.net...! > > norm.raphael@metso.com wrote: , > > > Would you please explain this section: > > ... * > > >>File USRD:[PARRIS]FIXQUEUE_COM.TXT;2 > > >>   973   $ > > >>   974   $! icitte > > >>   975   $!  > > >>   976   $! J > > >>   977   $! If this wasn't a file line, then after the blanks, there > > ...  > > > Why a bare $ line? > > > What is "icitte"? ) > > > What does this set of comments add?  > > I > > This and the rest of the changes were kindly provided by Syltrem. I'm  noJ > > linguist, but based on a quick web investigation, it appears this wordK > > may be French and just seems to be indicating that this is the specific K > > area of code in need of corection -- the Altavista/Babelfish definition E > > for "icitte" is "In this place (the place where the person is who . > > speaks); as opposed to there, over there." > > $ > > You can simply omit this change. >  >  > Hi ! > G > I just placed this comment to come back to this place when debugging,  then > forgot about removing it. I > Icitte is not very good french either, and I'm surprised that Babalfich K > picked it up fine (translation is ok). The real word in the dictionary is K > "ici" and translated to "here" but since "ici" may easily be part of many ( > words when searching wit hthe editor.. >  > Just take off the comment !  > 	 > Syltrem  >  >    ------------------------------    Date: 20 Sep 2005 09:24:40 -0700 From: jordan@ccs4vms.com; Subject: New SWB (Mozilla) browser version 1.7.11 available B Message-ID: <1127233480.386838.87240@g43g2000cwa.googlegroups.com>  = http://h71000.www7.hp.com/openvms/products/ips/cswb/cswb.html   > Alpha and I64.  Appears to be mostly security related updates.   ------------------------------    Date: 20 Sep 2005 10:35:52 -0700 From: mark_hpq@yahoo.com3 Subject: OT : HP may diminish the number of layoffs C Message-ID: <1127237752.114318.203400@o13g2000cwo.googlegroups.com>   ? According to the Mayor of grenoble who met HP's vice-presidents  in California.   More info :   H http://www.grenoble.fr/jsp/site/Portal.jsp?article_id=648&portlet_id=445  ) http://www.radiobfm.com/points.php(audio)    http://hpwfr.blogspot.com    ------------------------------  % Date: Tue, 20 Sep 2005 10:34:23 +0100 % From: David Gray <police@spamcop.net> " Subject: Re: Pathworks32 in Citrix8 Message-ID: <jmlvi1dcfc3qrgjpfido92tgr1a4n3eoiv@4ax.com>  " Great stuff, thanks for the info.   - On Fri, 16 Sep 2005 15:24:46 -0400, "Syltrem" ! <syltremzulu@videotron.ca> wrote:   D >No problems with PowerTerm on Citrix. For the last 5 years and many
 >versions.J >Only thing is, there is only one set of setup files (colors, keyboard) soI >you may want to protect them because if one user changes it, all get it. > >Those are in the PTW525 directory, not in the user's profile.J >I would be happy to know if there's a way around that if someone knows. I >never really bothered but...    ------------------------------  % Date: Tue, 20 Sep 2005 12:43:45 +0100 % From: David Gray <police@spamcop.net> " Subject: Re: Pathworks32 in Citrix8 Message-ID: <o1svi1hbbbmfon7vrpog0r9b6mj3g68njr@4ax.com>  F Would love to attend but unfortunately a 3000 mile flight is more than. the bean counters would go for at the moment.    Cheers 	Dave.  D On Fri, 16 Sep 2005 16:04:15 -0500, Thomas Wirt <twnews@kittles.com> wrote:   >Syltrem wrote:  > F >> No problems with PowerTerm on Citrix. For the last 5 years and many >> versions.L >> Only thing is, there is only one set of setup files (colors, keyboard) soK >> you may want to protect them because if one user changes it, all get it. @ >> Those are in the PTW525 directory, not in the user's profile.L >> I would be happy to know if there's a way around that if someone knows. I >> never really bothered but...  >>  I >We created an all user desktop shortcut with "X:\progs\ptw525\pt525.exe  H >m:\profiles\ptdef.pts" for the Target line.  When we create a new user H >they get a copy of the master ptdef.pts file put in their m:\profiles\ G >directory.  (This is done by a .bat windows file that is created by a  G >DCL adduser script that we run on VMS.)  As long as the user uses the  I >desktop shortcut to open their Powerterm session, they get their custom  G >settings.  If they open a second Powerterm session from the Powerterm  J >tool bar, then they get the write protected global settings.  One of the 1 >keys to this is that all users have an M: drive.  > C >Shameless plug to follow.  For more tips on using Citrix in a VMS  I >environment, attend my HP Tech Forum session "1185: Managing Multi-user  0 >Windows (Citrix) from a System Manager's View".   ------------------------------    Date: 20 Sep 2005 04:57:12 -0700 From: corne@rtt.co.za " Subject: Putty SSH to Linux serverC Message-ID: <1127217432.061721.242740@g43g2000cwa.googlegroups.com>   F I have a Redhat Linux Ent 3 server running a Unix/Dos like menu system: for users to connect via internet and use the menu system.  G Connecting to the server using ssh on putty, users log in fine but once . in the menu system, the num pad does not work.  < Using Secure CRT, the num pad works fine in the menu system.  D Due to licencing issues, outside users are issued with putty and not Secure CRT.   G Is it settings on Putty or the users .profile on the server or what can  the problem be.    Please help   	 Thank you    ------------------------------  % Date: Tue, 20 Sep 2005 12:38:46 -0000 / From: Thomas Dickey <dickey@saltmine.radix.net> & Subject: Re: Putty SSH to Linux server0 Message-ID: <11j00mmk9p3ml25@corp.supernews.com>   corne@rtt.co.za wrote:H > I have a Redhat Linux Ent 3 server running a Unix/Dos like menu system< > for users to connect via internet and use the menu system.  I > Connecting to the server using ssh on putty, users log in fine but once 0 > in the menu system, the num pad does not work.  F There are two possible problems: the menu system isn't right, or PuTTYF isnt'.  I'd test that using vttest (to check if the numeric keypad for PuTTY is set up properly):  $ 	http://invisible-island.net/vttest/  " (the user's profile is irrelevant)   --   Thomas E. Dickey http://invisible-island.net  ftp://invisible-island.net   ------------------------------    Date: 20 Sep 2005 07:50:56 -0500; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler) & Subject: Re: Putty SSH to Linux server3 Message-ID: <eP01hLYkiGXo@eisner.encompasserve.org>   [ In article <1127217432.061721.242740@g43g2000cwa.googlegroups.com>, corne@rtt.co.za writes: H > I have a Redhat Linux Ent 3 server running a Unix/Dos like menu system< > for users to connect via internet and use the menu system.  %    And you came asking VMS group why?   B    Yes, many of us do use puTTY.  Since I don't know what settingsD    your Linux system expects, I can't tell you what settings to use.A    But most software is happy with VT100 emulation and puTTY does ?    a useable job of VT100 emulation (not perfect, but useable).   C    Most importantly your terminal emulation in puTTY needs to match A    the TERM variable in the Linux shell and be a supported value.    ------------------------------  % Date: Tue, 20 Sep 2005 02:24:56 -0400 ' From: Dave Froble <davef@tsoft-inc.com> # Subject: Re: Remote backups via WAN 0 Message-ID: <11ivaf9pdmh7716@corp.supernews.com>   Scott Coats wrote:H > I am trying to setup a remote OpenVMS system and would like some ideasH > as to how to keep the two systems data current.  The link is via a VPNI > over a 5 MB connection.  The systems need to be OpenVMS of Alphas.  The 4 > data needs to be as current as our nightly backup. >  > Please give me some advise.   I First give us some information.  What type of systems, and specifically,  C what type of storage is currently in use?  Is acquisition of newer   technology an option.   ' There's volume shadowing as an example.    --  4 David Froble                       Tel: 724-529-04504 Dave Froble Enterprises, Inc.      Fax: 724-529-0596> DFE Ultralights, Inc.              E-Mail: davef@tsoft-inc.com 170 Grimplin Road  Vanderbilt, PA  15486    ------------------------------  % Date: Tue, 20 Sep 2005 03:33:34 -0400 - From: JF Mezei <jfmezei.spamnot@teksavvy.com> # Subject: Re: Remote backups via WAN , Message-ID: <432FBB31.8233B93B@teksavvy.com>   Dave Froble wrote:) > There's volume shadowing as an example.   H Volume shadowing requires an SCS capable link (pure ethernet, no router)( and I am not sure 5mbps would be enough.  G DECnet however would be plenty enough, and you could copy savesets over 2 the decnet link and unpack them at the other side.  E If you could get 10mbps link, you could cluster the 2 nodes, and then B use volume shadowing which would make your disks at the other site constantly up-to-date.  A However, the disadvantage of this situation is that if you make a F mistake and delete *:*;* on one site, the delete command will also zap) the contents of your other site's disks.     So you still need backups.   ------------------------------  % Date: Tue, 20 Sep 2005 07:06:24 -0400 2 From: "Stanley F. Quayle" <squayle@insight.rr.com># Subject: Re: Remote backups via WAN / Message-ID: <432FB4F0.31707.19416BCA@localhost>    Scott Coats wrote:B > I am trying to setup a remote OpenVMS system and would like someD > ideas as to how to keep the two systems data current.  The link isF > via a VPN over a 5 MB connection.  The systems need to be OpenVMS ofA > Alphas.  The data needs to be as current as our nightly backup.   @ I had a similar requirement between two sites (actually, it was 8 hourly).  The only available connection was TCP/IP-only.  D A batch job created a backup saveset to a scratch disk, used ZIP to C compress it, and FTP'd it to the other site.  The other site had a  D batch job waiting to see the file appear, and then un-ZIP and apply  the backup saveset.   F It was a little more complicated because the database in use was RDB, E but that was just an extra little step at the sending end (using the  D RMU backup tool), and two steps at the receiving end (use RMU, then , roll forward with the after-image journals).  C Should be a snap -- doesn't require clustering, shadowing, DECnet,  2 will work to anywhere on the planet (or to orbit).  
 --Stan Quayle  Quayle Consulting Inc.  
 ----------- Stanley F. Quayle, P.E. N8SQ  +1 614-868-1363 3 8572 North Spring Ct., Pickerington, OH  43147  USA 0 stan-at-stanq-dot-com       http://www.stanq.com) "OpenVMS, when downtime is not an option"    ------------------------------    Date: 20 Sep 2005 07:43:27 -0500; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler) # Subject: Re: Remote backups via WAN 3 Message-ID: <WpOMU+7DLvvs@eisner.encompasserve.org>   r In article <1127186791.051886.133560@g43g2000cwa.googlegroups.com>, "Scott  Coats" <scott.coats@gmail.com> writes:H > I am trying to setup a remote OpenVMS system and would like some ideasH > as to how to keep the two systems data current.  The link is via a VPNI > over a 5 MB connection.  The systems need to be OpenVMS of Alphas.  The 4 > data needs to be as current as our nightly backup.  A    I don't know if its supported, but I have clustered VAXen over E    1 MB connections.  If this is feasable, a shadowed disk would give ,    you an up to the millisecond concurrency.  D    Other options are to backup the data, transfer, and restore it onE    the remote system.  Or use a WAN file sharing product like DEC DTF     or NFS and copy frequently.  G    If there's any possibility that your file attributes (meta data) are >    important, DEC DFS is likely to be better for you than NFS.  F    The advantage of a shadowed disk is that you never have to take the7    application down to get an intact copy of the files.    ------------------------------  % Date: Tue, 20 Sep 2005 09:31:25 -0400 * From: "Syltrem" <syltremzulu@videotron.ca># Subject: Re: Remote backups via WAN 0 Message-ID: <11j03plfpmtl2d3@corp.supernews.com>  @ "Scott Coats" <scott.coats@gmail.com> a crit dans le message de= news:1127186791.051886.133560@g43g2000cwa.googlegroups.com... H > I am trying to setup a remote OpenVMS system and would like some ideasH > as to how to keep the two systems data current.  The link is via a VPNI > over a 5 MB connection.  The systems need to be OpenVMS of Alphas.  The 4 > data needs to be as current as our nightly backup. >  > Please give me some advise.  >  > Thanks...   J I send incremental savesets via DECnet to our disaster recovery site every2 night, and restore them over there as they arrive.+ It looks good so far (this is a new setup). @ Mirroring / Shadowing is way too expensive between the 2 cities.   --   Syltrem   H http://pages.infinit.net/syltrem (OpenVMS related web site, en franais) >    ------------------------------    Date: 20 Sep 2005 02:46:16 -0700+ From: "Lee Morgan" <leemorgan@ntlworld.com> $ Subject: SCP from Solaris to OpenVMSC Message-ID: <1127209576.155880.196220@g43g2000cwa.googlegroups.com>    Hi all  F Can somebody please help. I am trying to run an scp from a Solaris box? to an Alpha server running OpenVMS 7.3-2 and TCPIP v 5.4 ECO 5.   D When I run the scp command, the following error is displayed and the$ file doesn't reach it's destination.  3 debug1: Authentications that can continue: password , debug1: Next authentication method: password system@avtct3's password: , debug1: Authentication succeeded (password).' debug1: channel 0: new [client-session] % debug1: Entering interactive session. / debug1: Sending command: scp -v -t sys:[sysmgr]   3 *****scp1 compatibility mode is not supported.*****   4 debug1: channel 0: free: client-session, nchannels 1  debug1: fd 0 clearing O_NONBLOCK  debug1: fd 1 clearing O_NONBLOCKE debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.6 seconds ; debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0  debug1: Exit status -1  $ Can anyone shed any light on this???   Thanks very much.    ------------------------------    Date: 20 Sep 2005 02:46:02 -0700+ From: "Lee Morgan" <leemorgan@ntlworld.com> $ Subject: SCP from Solaris to OpenVMSC Message-ID: <1127209562.498202.305080@g44g2000cwa.googlegroups.com>    Hi all  E Can somebody please help. I am trying to run an scp from a Solari box ? to an Alpha server running OpenVMS 7.3-2 and TCPIP v 5.4 ECO 5.   D When I run the scp command, the following error is displayed and the$ file doesn't reach it's destination.  3 debug1: Authentications that can continue: password , debug1: Next authentication method: password system@avtct3's password: , debug1: Authentication succeeded (password).' debug1: channel 0: new [client-session] % debug1: Entering interactive session. / debug1: Sending command: scp -v -t sys:[sysmgr]   3 *****scp1 compatibility mode is not supported.*****   4 debug1: channel 0: free: client-session, nchannels 1  debug1: fd 0 clearing O_NONBLOCK  debug1: fd 1 clearing O_NONBLOCKE debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.6 seconds ; debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0  debug1: Exit status -1  $ Can anyone shed any light on this???   Thanks very much.    ------------------------------  % Date: Tue, 20 Sep 2005 08:46:37 -0400 , From: "Richard Whalen" <WhalenR@process.com>( Subject: Re: SCP from Solaris to OpenVMS+ Message-ID: <dgp0bg$avq$1@news.process.com>   6 "Lee Morgan" <leemorgan@ntlworld.com> wrote in message= news:1127209576.155880.196220@g43g2000cwa.googlegroups.com...  > Hi all > H > Can somebody please help. I am trying to run an scp from a Solaris boxA > to an Alpha server running OpenVMS 7.3-2 and TCPIP v 5.4 ECO 5.  > F > When I run the scp command, the following error is displayed and the& > file doesn't reach it's destination. > 5 > debug1: Authentications that can continue: password . > debug1: Next authentication method: password > system@avtct3's password: . > debug1: Authentication succeeded (password).) > debug1: channel 0: new [client-session] ' > debug1: Entering interactive session. 1 > debug1: Sending command: scp -v -t sys:[sysmgr]  > 5 > *****scp1 compatibility mode is not supported.*****  > 6 > debug1: channel 0: free: client-session, nchannels 1" > debug1: fd 0 clearing O_NONBLOCK" > debug1: fd 1 clearing O_NONBLOCKG > debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.6 seconds = > debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0  > debug1: Exit status -1 > & > Can anyone shed any light on this??? >  > Thanks very much.  >   E It means exactly what it says: The SSH service in TCP/IP Services for  OpenVMS E V5.4 does not support scp1 compatibility mode, which is RCP over SSH.  OpenSSH J  (which is probably what Solaris uses) uses RCP over SSH for SCP, the SSH2J implementation that comes with TCP/IP Services V5.4 only supports the SFTP service.  L Process Software's SSH for OpenVMS runs on TCP/IP Services and supports both= SCP and SFTP services.  http://www.process.com/tcpip/ssh.html      ---------------------------  Richard Whalen Process Software   ------------------------------    Date: 20 Sep 2005 07:48:08 -0500; From: koehler@eisner.nospam.encompasserve.org (Bob Koehler) ( Subject: Re: SCP from Solaris to OpenVMS3 Message-ID: <3+qsZPsPfqxF@eisner.encompasserve.org>   q In article <1127209562.498202.305080@g44g2000cwa.googlegroups.com>, "Lee Morgan" <leemorgan@ntlworld.com> writes:  > 5 > *****scp1 compatibility mode is not supported.*****  >   D    Your Sun is running out of date scp1 software.  The VMS system isF    configured not to support it.  You need to do one of the following:  G    Update the software on the Sun.  I recommend that because scp1 isn't     very secure.   E    Enable scp1 on the VMS system.  The IP stack on the VMS system may @    or may not have this capability.  This is not the recommended    solution.   ------------------------------  # Date: Tue, 20 Sep 2005 15:11:49 GMT 6 From: "Kenneth Farmer" <kfarmer@NOSPAM.spyderbyte.com>! Subject: www.OpenVMS.org/Advocate = Message-ID: <VEVXe.64959$SL.1085996@twister.southeast.rr.com>    Folks,  I I've gotten a few presentations/papers.  They're good!  We're working on   sterilizing now.  C Please...I know many of you have had to make presentations to your  H management.  Let's create an archive of this material to share with the L community.  It helps to see what other people have written and what they're 7 using to argue that OpenVMS is the best OS for the job.   M I've added RFPs and RFQs to the list.  It could possibly spare someone a lot  / of research on part numbers, descriptions, etc.   I With a community this big and passionate you would think more than a few  > would have been sent.  Don't procrastinate, send them now.  :)  - Nothing will be posted without your approval!   M As stated before, no paper/presentation is too small of insignificant.  Even  G if it wasn't succesful in your organization, it may still be useful to  
 someone else.      http://www.openvms.org/advocate        Ken   % _____________________________________  Kenneth Farmer <>< 336-736-7376 3 www.OpenVMS.org | dba.OpenVMS.org | dcl.OpenVMS.org  HP OpenVMS News and Info   ------------------------------   End of INFO-VAX 2005.526 ************************        