![]() |
Error "Access Denied" Running Macro Second Ti |
The information in this document applies to:
WordPerfect® 5.1 for DOS
Problem
Solutions: The user received the error message, "Access Denied" when running a macro for the second time in a session of WordPerfect. Part of the purpose of the macro was to save a file. The user found that if he increased the "file blocks" from FCBS=4,4 to FCBS=10,10 in the CONFIG.SYS with SHARE.EXE, the problem did not occur. The first number in FCBS=#,# is the maximum file block number, and the second number is the number of file blocks that can stay open. Apparently, more file blocks were asked to stay open than the maximum allowed when the macro was run the second time. After increasing the number of file blocks, the error message did not reappear. The customer was limiting the amount of files to be concurrently opened to four, and was protecting all four of those files from automatic closure. If the customer was using all four files and tried to open another file, or if the program tried to close one, the problem might occur. The customer may have also gotten around this by setting FCBS=4,0, instead of FCBS=4,4. This would still limit it to the four concurrently open files but will allow necessary closure of those files not being used, so others could be opened. When the customer put the FCBS=10,10, he allowed more concurrent openings of files, and therefore, the problem was solved, by allowing the program to open the necessary file to do its job. |
Answer:
Details:
Product specifications, packaging, technical support and information (*Specifications*) refer to theUnited States retail English version only. Specifications for other versions may vary. All Specifications, claims, features, representations, and/or comparisons provided are correct to the best of our knowledge of the date of publication, but are subject to change without notice.OUR MAXIMUM AGGREGATE LIABILITY TO YOU AND THAT OF OUR DEALERS AND SUPPLIERS IS LIMITED. IT SHALL NOTEXCEED THE AMOUNT YOU PAID TO ACCESS THE INFORMATION. SEE LEGAL DISCLAIMER. |