Operating System - OpenVMS
1829438 Members
1124 Online
109992 Solutions
New Discussion

Re: New V7.3-2 driver patch kit.

 
SOLVED
Go to solution
Malcolm Wade
Valued Contributor

New V7.3-2 driver patch kit.

What's the go? It downloads from the hp resource centre as a pcsi$compressed kit which PRODUCT INSTALL fails to read with a RMS-W-RTB error. What's wrong with using a DCX EXE like all the others?

Malcolm
7 REPLIES 7
John Gillings
Honored Contributor

Re: New V7.3-2 driver patch kit.

Hi Malcolm,

It's not supposed to do that! Please log a case with the support centre so we can look into it. Maybe the file has been microsofted on it's way to your OpenVMS system?

The PCSI$COMPRESSED kits are supposed to bypass the additonal step of unpacking the DCX compressed images. The plan is to phase out self expanding compressed images in favour of the "native" compressed image.

A crucible of informative mistakes
David B Sneddon
Honored Contributor

Re: New V7.3-2 driver patch kit.

Malcolm,

Did you download it directly to a VMS system
or go via some other box?
I downloaded direct to VMS and the kit is fine.

Dave
Malcolm Wade
Valued Contributor

Re: New V7.3-2 driver patch kit.

Direct to my Windoze box which has always worked fine for the DCX EXE. I then drag and drop the file to my VMS server via attached pathworks drives.

From there I used to run the .EXE; now I just try PRODUCT INSTALL * and it fails.

That all said; I have fixed my problem by using a interactive FTP session to get the file. Using 'IE' and the web site stuff it all up.

>Did you download it directly to a VMS
>system
>or go via some other box?
>I downloaded direct to VMS and the kit is
>fine.
John Gillings
Honored Contributor
Solution

Re: New V7.3-2 driver patch kit.

This is a bug in ITRC. The format of the files is changed from FIXED 512 to stream by the FTP transfer.

The same happens for the compressed images, but the image activator doesn't care about the record format so RUN works.

PCSI is more fussy, so it requires the expected file type.

Try:

$ SET FILE/ATTR=(RFM:FIX,MRS:512,LRL:512)

This should "repair" the file. We'll need to find a way to convince ITRC & FTP to preserve the record attributes.


A crucible of informative mistakes
Garry Fruth
Trusted Contributor

Re: New V7.3-2 driver patch kit.

John, It may be difficult to "convince ITRC & FTP to preserve the record attributes." Its likely easier to convince PRODUCT INSTALL to ignore them.
Malcolm Wade
Valued Contributor

Re: New V7.3-2 driver patch kit.

Thanks to all; I just tried HTTP downloading and then applied the

SET FILE/ATTR=(RFM:FIX,MRS:512,LRL:512)

fix it all appears good. I'll close the thread.
Malcolm Wade
Valued Contributor

Re: New V7.3-2 driver patch kit.

As above indicate; it's a 'feature' of the files being in PCSI* format and the method of dowloading. Fixable in the interm via a SET FILE command.