[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

1178.0. "COPY Function Problem w/ ALLIN1/NOINIT" by VNABRW::EHRLICH_K (Fear of the Dark ...) Tue Aug 04 1992 15:11

    Hi all,
    
    a customer has detected a problem with the COPY Function to 
    convert a DX or TXT File to WPL Format file under ALL-IN-1 V2.4
    
    Example in German
    $ allin1/noinit
    Kommando:copy "x.EXT" "y.wpl"
    
    %OA-E-NOCOPY, Es gibt Schwierigkeiten mit der Kopierfunktion. Datei
    "y.wpl"
    -OA-E-TXTOPNERR, TEXT DSAB-Fehler beim Aufrufen.
    
    I think this means in English:
    
    %OA-E-NOCOPY, Problem with the COPY function, File "y.wpl"
    -OA-E-TXTOPNERR, TEXT DSAB-Error.
    
    ".EXT" stands for .DX or .TXT Format 
       
    My customer want's to know if there's a possible way to do this.
    
    Many thanks to your help in advance
    
    Charly_from_vienna
     
    
    
T.RTitleUserPersonal
Name
DateLines
1178.1See 572.2IOSG::NEWLANDRichard Newland, IOSG, REO1-D/4ATue Aug 04 1992 16:263
It is possible - see note 572.2 in this conference.

Richard
1178.2Output - Input DSABCESARE::EIJSAll in 1 PieceTue Aug 04 1992 17:1117
    
    Charly,
    
    Also, is the .EXT extention related to a text DSAB? If not, and the
    .EXT stands for either .DX or .TXT, you probably need the additional
    paramaters for the COPY function:
    
    $ ALLIN1/NOINIT
    GET LOG$OAUSER = "xxx"
    COPY "X.EXT" "Y.WPL" TXT$DSAB_WPSPLUS TXT$DSAB_DX	or:
    
    COPY "X.EXT" "Y.WPL" TXT$DSAB_WPSPLUS TXT$DSAB_ASCII
    
    Ciao,
    
    	Simon
    
1178.3You've got it, bothVNABRW::EHRLICH_KFear of the Dark ...Wed Aug 05 1992 08:2211
    Good Morning Richard, Simon
    
    thank you very much for your replies, you've brought some light
    in the dark.
    
    Yesterday night I've done a OA$INI_INIT before the COPY Command
    and it worked, too.
    
    Thanks again and have a nice day 
    
    Charly_CSC_Vienna
1178.4OA$INI_INITIALIZEIOSG::NEWLANDRichard Newland, IOSG, REO1-D/4AWed Aug 05 1992 11:135
An OA$INIT_INITIALIZE will also work because it initializes everything. 
The example I gave only initializes the things which need to be initialized
and therefore will probably be faster. 

Richard