Open and resave documents
Hello.
We have a book which has 530 files. This book is in FrameMaker10 format.
Now we want to resave all files to FM12 format.
We used FrameMaker Scripting to open all book components, open the document and save document and then close.
The problem is that it only processes 176 files and then it crashes with message in console:
Script Error :
Error Message : Uncaught exception Open
Script, Line# : D:\Temp\FM_HierarchicalBooks.jsx, 73
so it fail by calling Open function.
Then we have tried to create simple FDK plugin to do the same work and it fails with same error.
What can be a problem?
