When attempting to internally view Microsoft Office documents, users are receiving the message ‘No Preview Available’.
To Resolve the Message:
- From the IBMi server, navigate to:
/cgibin/cmnss/imageinquiry/app/controller/main.js
- Open main.js. in notepad then search for:
GoogleDocs.indexOf(fileformat)
- Locate the next line under GoogleDocs.indexOf(fileformat)
// me.officedocs = “Y”;
- Remove the slashes in front of // me.officedocs = “Y”; to:
me.officedocs = “Y”
- From an IBMi command line type:
UPDDTA RVIMGWPF
- Set RCFEXT: to DOCX (or the appropriate Office file extension) then page down to access the record.
- Set RCFATT: to Y
Google Chrome users should download the Office Editing for Docs, Sheets, & Slides plug-in.
Post your comment on this topic.