When attempting to internally view Microsoft Office documents, users are receiving the message ‘No Preview Available’.

To Resolve the Message:

  1. From the IBMi server, navigate to:
    /cgibin/cmnss/imageinquiry/app/controller/main.jsd
  1. Open main.js. in notepad then search for:
    GoogleDocs.indexOf(fileformat)
  1. Locate the next line under GoogleDocs.indexOf(fileformat)
    this.officedocs = “Y”;

  1. Change this.officedocs = “Y”; to:
    // this.officedocs = “Y”
  1. From an IBMi command line type:
    UPDDTA RVIMGWPF
  1. Set RCFEXT: to DOCX (or the appropriate Office file extension) then page down to access the record.

  1. Set RCFATT: to Y

Google Chrome users should download the Office Editing for Docs, Sheets, & Slides plug-in.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment