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 |
hi My customer have some problem using the option " WP DT RVC Receive without conversion" On a DECWRITE document. The CDA_PACK function return the error : %OA-E-CDAFPAC And return OA$STATUS to 0 (See with A1TRACE.LOG) We are able to reproduce the problem with interactive commands: <GET #a="DDIF" <CDA_PACK "decwrite_file.doc","output_file.DDIF",#a %OA-E-CDAFPAC error during CDA pack operation We have try to increase KOA$HEAP_SIZE from 200000 to 600000 but the problem remain. On small DECWRITE document the RSC option works well , but on large decwrite document (without graphics) the RVC option failed (CDA_PACK failed) . The RV option works well on all the document (CONVERT OK at each time). Questions: Does any one already encoutered this problem ? Is it possible to PACK a DECWRITE document with DCL command to see if it's a problem on the CDA_PACK allin1 function , OR a problem on CDA routine. What CDA routine is called by CDA_PACK allin1 function ? Thanks in advance Simon
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
492.1 | Use GOLD-W to further error information | IOSG::NEWLAND | Richard Newland, IOSG, REO1-D/4A | Wed Apr 15 1992 13:12 | 40 |
When the CDA_PACK function returns the '%OA-E-CDAFPAC error during CDA pack operation' error do a GOLD-W to display the message buffer. This should contain additional information about the error which the CDA routine is returning to ALL-IN-1. Changing KOA$HEAP_SIZE will have no affect on the CDA_PACK function. KOA$HEAP_SIZE is used only by code written in KOALA and none of the code invoked by a CDA_PACK function is written in KOALA. >> Does any one already encoutered this problem ? ALL-IN-1 Engineering do not know of any problems with our interface to the CDA Packing routines. Failures in the CDA routines will be reported by the ALL-IN-1 CDA functions. >> Is it possible to PACK a DECWRITE document with DCL command to see if it's a problem on the CDA_PACK allin1 function , OR a problem on CDA routine. There is no DCL command that I know of. >> What CDA routine is called by CDA_PACK allin1 function ? ALL-IN-1 calls a routine called DOTS$PACK, which is not documented by the CDA group. Since the CDA_PACK function works on some documents and not others I think the problem is likely to be in the CDA routines. When you do a DT RV what type of ALL-IN-1 document are you creating, DDIF, WPS-PLUS, ASCII? Richard |