[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

4255.0. "MS Word 6 conversions" by GIDDAY::BURT (Scythe my dandelions down, sport) Tue Jun 14 1994 11:26

Hello and greetings,

ALL-IN-1 V3.0A (ie with MUP) and MS Word for Windows v6.0

Trying to convert document under CDA 2.0

        Creating new document - converting to Word5
        Error in CDA convert operation

Then upgraded to CDA 2.2
get error
        warning from CDA convert operation
        %OA-W-CDACONVWARN

Can ALL-IN-1 & CDA handle MS Word v6 at all? Is there a workaround? Converting 
to RTF is not likely to be an acceptable solution.


Thanks & regards,

Chele
T.RTitleUserPersonal
Name
DateLines
4255.1No CDA converterIOSG::NEWLANDRichard Newland, IOSG, REO2-G/L2Tue Jun 14 1994 21:5310
CDA does not have a MS Word for Windows converter.  

What ALL-IN-1 options were being used when the CDA errors were reported?

It may be possible to use other converters such as KEYpak, which currently 
has a MS Word for Windows V5 converter.


Richard

4255.2GIDDAY::BURTStick this fish in your earThu Jun 23 1994 09:0011
Customer is attempting to use the CD option

Both RTF1 & RTF2 convert formats fail with "error in CDA convert operation"
which expands to "error in CDA convert operation, shareable image must be
installed"


Thanks & regards,

Chele

4255.3Install shareable imagesIOSG::NEWLANDRichard Newland, IOSG, REO2-G/L2Thu Jun 23 1994 17:596
The DDIF$READ_RTF.EXE and DDIF$WRITE_RTF.EXE shareable images in SYS$SHARE
need to be installed.  This is because they are called from OA$MAIN, which 
is an installed executable image.


Richard
4255.4GIDDAY::BURTStick this fish in your earMon Jul 04 1994 10:096
Hello again, 


Customer DOES have DDIF$READ_RTF.EXE and DDIF$WRITE_RTF.EXE installed shared

Chele
4255.5Try some CDA_CONVERT function callsIOSG::NEWLANDRichard Newland, IOSG, REO2-G/L2Tue Jul 05 1994 15:089
Try some direct calls to the CDA_CONVERT function, for example:

    <CDA_CONVERT 'FILE.TXT', 'TEXT', 'FILE.PS', 'PS'


Use different input and output formats to see if some work and some don't.


Richard