Interwoven TeamSite 6.7.2: How to Recover All Pages?

Is it possible to restore all pages in Interwoven TeamSite 6.7.2? Just select a folder and click "Actions" → "Restore Page" does not work. He gets an error: "Not a generated file".

So, is there a trick for recovering through a folder hierarchy?

+3


source to share


4 answers


TeamSite will handle whatever you pass as a parameter, be it a file or folder. If it is not template based you will see this error. It is not possible to recursively regenerate pages throughout the workspace.

I wrote Perl scripts to move the filesystem, tested each extended attribute file to see if it was template-based, and regenerate the page if it was. This is probably the easiest way to achieve mass regeneration.



If needed using a GUI, you can create a custom menu item that calls the above script.

+1


source


Not sure if when this question was posted - it says Jan 25, but doesn't show the year, but TeamSite 6.7 has been EOL (end of life) for several years from vendor HP Autonomy.

At the time of writing, the latest software has TeamSite 7.3.2 installed with version 7.4 just around the corner. The reason I mention versions is because the paradigm for creating and manipulating pages has undergone a complete change.



Pages are no longer "generated" and expanded. SitePublisher - Part of TeamSite now allows you to create pages using WYSIWYG tools.

However, the old paradigm of "generating" pages is still compatible with backlinks, but if you plan to upgrade, you can get more value from the system with SitePublisher and LiveSite.

0


source


run this command from unix command line:

find /your/folder/startpoint -exec /path/to/iwregen {} \;

      

0


source


The error message you receive: "Not generated file" is that you are trying to select a folder, as the contents of the folders may be different. Some may be your actual pages, while some may be a .pdf file. txt, or any other extension files.

Try to restore pages by following these steps:

  • Double click on the folder to open which contains your actual pages.
  • After that try to select all pages (but not manually, but there is an option / checkbox in the UI like “select all” or “select”).
  • Now, after selecting everything, just scroll down and see all the selected objects, whether they are actual pages and not something else. If they are not pages, deselect only that particular file.
  • Now click "Actions" and refresh the pages right away. This will definitely work.

Please vote for this solution, if helpful, please add your further problems / questions to help you with maximum knowledge.

Thank!

0


source







All Articles