T.R | Title | User | Personal Name | Date | Lines |
---|
4311.1 | Versions? | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Mon Jul 04 1994 12:17 | 8 |
| What version of ALL-IN-1 is being used?
Is the WordPerfect integration installed, and if so what version?
Does this happen for nay WordPerfect document, of just one document?
Richard
|
4311.2 | more info | HGOVC::PETELAM | | Tue Jul 05 1994 04:32 | 31 |
| >What version of ALL-IN-1 is being used?
The simulation model is v3.0 in my office.
>Is the WordPerfect integration installed, and if so what version?
no, they are using their own application on PC which can have any file
in DOS level attached. The version of WordPerfect is v5.1.
The connection between PC and VMS is also their own application.
>Does this happen for nay WordPerfect document, of just one document?
not happen to every document, but it happened several times.
here is the elaboration of the case:
The application on PC can define the type of attachment. If they define
the WPerfect doc as FOREIGN (i.e., binary), no described problem
happens. However, some users used TXT by mistake, that means when the
WPerfect sent to VMS, it is corrupted somehow. (Because WPerfect for
VMS cannot read these document)
Now the customer insists that their jobs are in batch and they don't
want to see ACCVIO even though their users have made some mistakes.
Do you have any comment on this ?
Thanks again
Pete
|
4311.3 | More information | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Tue Jul 05 1994 11:30 | 4 |
| Please provide a pointer to the file, and the exact steps used to transfer
the file into ALL-IN-1 and the options then performed on the file.
Richard
|
4311.4 | | HGOVC::PETELAM | | Wed Jul 06 1994 05:01 | 15 |
| file:
hgovc::00005350.ATT;1
To produce the ACCVIO:
1. WP DT RV then type [dir]00005350.ATT
2. WP DT SV then type [dir]aaa.txt
^^^
if this is WPL, then no ACCVIO problem
Cheers
Pete
|
4311.5 | My results | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Wed Jul 06 1994 11:49 | 53 |
| I tried the following using ALL-IN-1 V3.1.
Set Working Conditions Edit style: WPSPLUS
DT RV your file, which created a document with a WPSPLUS Data type
DT SV to a .TXT file
The error message
%OA-E-NOCOPY, Problem with COPY function - file "W4311.TXT"
-RMS-F-RSZ, invalid record size
was displayed, but it appears that virtual memory is also corrupted
because repeating the operation results in LIB$FREE_VM failures, and
eventually an ACCVIO.
DT SV to a .WPL file
The output file was created, but this is what I would expect because a
conversion from WPS-PLUS to WPS-PLUS is being requested and therefore
ALL-IN-1 just does a block mode copy.
Set Working Conditions Edit style: EDT
DT RV your file, which created a document with a ASCII Data type
DT SV to a .TXT file
The output file was created, but this is what I would expect because a
conversion from ASCII to ASCII is being requested and therefore ALL-IN-1
just does a block mode copy.
DT SV to a .WPL file
The output file was created.
There does seem to be a problem in the record mode action routines of
either the WPS-PLUS or ASCII text datasets. Please submit an SPR.
A possible work around could be for the customer's script to examine the
file type of the file specification and do record mode copies for supported
types (for example .TXT and .WPL) and block mode copies for other types.
Richard
|