| Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 | 
| Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit | 
| Moderator: | STAR::VATNE | 
| Created: | Mon Oct 30 1989 | 
| Last Modified: | Mon Dec 31 1990 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 3726 | 
| Total number of notes: | 19516 | 
    
    	I have two vaxstations: one with VMSDECwindows 5.1 and the other
    with UWS 2.0.
    
    	I can't access from the VMS Paint application to a DDIF file
    in the Ultrix worstation. I can't also access from de Ultrix Paint
    application to a DDIF file in the VMS workstation. 
    
    	I've tryed to copy first the DDIF file from one machine to the
    other but still does not work. I thought the DDIF files were compatible
    over both operating system. Is this supposition false?
    
    
    				Thanks, Xavi
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 991.1 | FLUME::dike | Wed Jun 21 1989 11:58 | 4 | ||
| Did you dcp -i it? The default is to copy it as though it were text, and that doesn't work for things that aren't text. Jeff | |||||
| 991.2 | JAMMER::JACK | Marty Jack | Wed Jun 21 1989 12:15 | 2 | |
| If you're pulling from Ultrix to VMS, you have to use EXCHANGE/NETWORK. | |||||
| 991.3 | Still does not work | BARNA::FURIO | Thu Jun 22 1989 02:14 | 11 | |
|     
    I have tried the command   dcp -i   from Ultrix to VMS and I get
    an "unsupported document format" when accessing it through the 
    VMS DDIF viewer.
    
    I have tried the EXCHANGE/NETWORK  from Ultrix to VMS. Same result.
    
    
    The version of VMS is 5.1-1
    UWS 2.0 (Ultrix 3.0)
 | |||||
| 991.4 | Try set file.... | AKOV06::LANGER | "BERTHOLD LANGER DTN:244-6312" | Thu Jun 22 1989 07:47 | 23 | 
| Hi, I did the same thing and it worked by using: dcp -i /x/y/file node::"disk:[dir]file.ddif" --------------------------------------------- After copying it over I do a: $set file/semantics=ddif [dir]file.ddif --------------------------------------- And then call it into the ddif-viewer or DECwrite. Hope it works for you,too. berthold | |||||