Example: quiz answers

Troubleshooting Common Problems - OpenOffice

Troubleshooting Common Problems [ Troubleshooting Common Problems ][ ]First edition: [2006-02-23]First English edition: [2006-02-23] and trademark and Message contains Get Storage: "No Content" ..1 Multi-user installations:..1 Single-user installations:..1 Outline numbering is not retained after a page count includes the title page. How do I offset the page count?..4 Document prints or exports with blank pages ..5 General error or General input/output error ..6 Recovering content from a damaged file ..7 Opening Microsoft Works Documents in recipients of my files can't open or incomplete installation or prompted to checking new fonts to Documentation License, Version Common ProblemsiOverviewOverviewExtracts from the Documentation Project User and trademark informationThe contents of this Documentation are subject to the Public Documentation License, Version (the "License"); you may onl

Troubleshooting Chapter. Modifications and updates Version Date Description of Change [1.0] [2006-02-23] [grs: Initial edition issued for comment] [1.1] [2006-08-01] [wam: Edited for clarity/format, added parts from User Guide] [2.0] [2006-08-19] [wam: Added and edited new sections] Troubleshooting Common Problems ii

Tags:

  Troubleshooting, Openoffice

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Troubleshooting Common Problems - OpenOffice

1 Troubleshooting Common Problems [ Troubleshooting Common Problems ][ ]First edition: [2006-02-23]First English edition: [2006-02-23] and trademark and Message contains Get Storage: "No Content" ..1 Multi-user installations:..1 Single-user installations:..1 Outline numbering is not retained after a page count includes the title page. How do I offset the page count?..4 Document prints or exports with blank pages ..5 General error or General input/output error ..6 Recovering content from a damaged file ..7 Opening Microsoft Works Documents in recipients of my files can't open or incomplete installation or prompted to checking new fonts to Documentation License, Version Common ProblemsiOverviewOverviewExtracts from the Documentation Project User and trademark informationThe contents of this Documentation are subject to the Public Documentation License, Version (the "License"); you may only use this Documentation if you comply with the terms of this License.

2 A copy of the License is available at: Original Documentation is Troubleshooting Common Problems . The Initial Writer(s) of the Original Documentation is/are G. Roderick Singleton 2006. All Rights Reserved. (Initial Writer Portions created by are Copyright (C)2006. All Rights Reserved. (Contributor trademarks within this guide belong to legitimate owners.[Note: a copy of the PDL is included in this template and is also available at: ]FeedbackPlease direct any comments or suggestions about this document has contributed this HOW-TO and is basing it on the User Guide Troubleshooting and updatesVersionDateDescription of Change[ ][2006-02-23][grs: Initial edition issued for comment][ ][2006-08-01][wam: Edited for clarity/format, added parts from User Guide][ ][2006-08-19][wam: Added and edited new sections] Troubleshooting Common ProblemsiiError Message contains Get Storage: "No Content" Error Message contains Get Storage.))

3 "No Content" The full error message reads: OpenOffice can not be started due to an error in accessing the configuration contact your system administrator. The following internal error has occurred: Get Storage: "No Content" Often this message occurs because there is a file called that sometimes gets corrupted. In most cases, it seems that this file ends up being filled with 0s (zeros). The problem seems to occur more often under Windows , possibly as a result of a crash or improper exit while was open. Under Windows To locate this file under Windows , it is easiest to use Windows Explorer's Find function (sometimes called Search).

4 Multi-user installations:Where is installed as multi-user under Windows NT/2000/XP, this file is likely to be in a special system user directory. Therefore, having administrator rights and enabling the option to view system directories in Explorer is essential before using the Find function. This particular file should be found in C:\Documents and Settings\<username>\Application Data\ <release>\user\registry\data\org\ OpenOffice \Offic e\ where <username> is an actual user name and <release> is the release of Once the file is located, make sure is closed and simply rename the file (for example, to something like ).

5 Restart and a new is created and the problem should disappear. Single-user installations:Where is installed for a single user, this file is likely to be in C:\Program Files\ <release>\<username>\registry\data\org\ OpenOffice \Office\ where <username> is an actual user name and <release> is the release of However, if the OS is NT/2000/XP, this file could still be in a special system user directory. Therefore, having administrator rights and enabling the option to view system directories in Explorer is essential before using the Find function. For Windows 95/98/ME, the location should be as mentioned above in this section, though C:\Windows\Application Data\ \user\registry\data\org\ OpenOffice \offic e\ might be a good place to , once the file is located, simply rename the file (for example to something like ).

6 Now restart and a new is created and the problem should have disappeared. Troubleshooting Common Problems1 Error Message contains Get Storage: "No Content" Note: there may be files called under paths such as C:\<some path>\. <release>\share\registry\.. et cetera where <release> is the release of The difference being here share appears in place of the user name. Do NOT delete these files!UNIX systemsThe default location of this file under a UNIX installation (single or multi-user) is $HOME/ . <release>/user/registry/data/org/ OpenOffice / where $HOME is the user's home directory. As above, simply rename the file (for example to something like ) and restart A new is created and the problem should have disappeared.

7 Troubleshooting Common Problems2 Outline numbering is not retained after a saveOutline numbering is not retained after a saveThis is issue, 27534 (see ), which is fixed in release However, in documents generated by up to , one must employ a workaround to achieve expected behavior. The problem is that a line in is being set incorrectly when a document is saved. Unfortunately, the only way to fix this is to manually edit the .sxw following provides a procedure to a temporary directory in which to unzip the .sxw file. For example, into this unzip or similar zipfile utility to unpack the problem document and locate the line that looks like the following:<config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item> the value from false to using zip or similar utility, repack the files in the temporary directory under a new file name and give it the.

8 Sxw extension. With Linux the command could be:zip -r * the fixed document in and verify the a copy of StarOffice is available, one can get the same effect by opening and saving the document in StarOffice By doing so, this line will be removed totally. Likewise, might also work. In either case , when the document is opened using , the line, described above, is added with value true and there will be no further Problems with outline Common Problems3 The page count includes the title page. How do I offset the page count?The page count includes the title page. How do I offset the page count?If one has a title page or cover page in the document, Writer's page count field still counts those pages and the page count will be too high.

9 Unfortunately, there is no way to offset the page count field. Using a formula instead will insert the proper page count. Here's the procedure: Place the cursor in the header or footer where the corrected page count should appear. Press the F2 key to bring up the formula bar. Type in the formula =page - 1 (the = will already be there). The page variable is the number of pages in the document, not the page currently selected. Subtract the number of pages that should not be counted in the page count (in this example, 1, for a title page). Press the Enter key to insert the formula. Choose Tools > Update > Fields from the menu (or press F9) to force the formula to refresh.

10 (Otherwise, the page count formula result will display as 0.) To edit this formula again later, place the cursor immediately before the formula, and press F2. Note: Every time the page count changes, refresh the formula Common Problems4 Document prints or exports with blank pages Document prints or exports with blank pages This issue, 3910 (see ), is affected by the book-centric paradigm of left/right, even/odd pages that is so deeply ingrained into that it applies even when using nothing but the Default page a Title page style from Default or First out the title page as , select Insert > Manual and specify Next Style as First Page.


Related search queries