Author: ellen

Acrobat was unable to make this document accessible… error

5223946221_737743a7db_o.jpg

The other day I received a PDF file that need to be converted back to Word or text format. But every attempt to save it from Acrobat Pro to Word resulted in the error shown above:

“Acrobat was unable to make this document accessible because of the following error:

Could not save page structure. [12]

Please not that some pages of this document may have been changed. Because of this failure, you are advised to not save these changes.”

Continue reading

SQL Server: Clone a database with all its objects

A previous post covered the steps to copy table structure and data to a new or existing database.

To copy all the objects (tables, users, constraints, etc.) from one SQL Server database to another database, use the Generate Scripts function in SQL Server Management Studio.

  1. In the Object Explorer, right click the name of the database. Select Tasks > Generate Scripts…


  2. The Script Wizard will open. Click Next.


  3. Select the source database. If you want to copy ALL objects, make sure Script all objects in the selected database is checked. If the box is not checked, you will get a chance to choose the objects you want to include later.

    Click Next.


Continue reading

Installing .mobileconfig files on iPad (Setting up MWireless and U-M VPN)

Secure wifi networks often require installation of a certificate on mobile devices trying to connect. Apple provides a utility to allow companies to create configuration (“.mobilconfig”) files for iPhone and iPad that install the appropriate settings and certificates for their wifi network.

These .mobileconfig files can be put on the web for download to the device through Safari, but sometimes this doesn’t work. If the web server is not configured with the correct MIME type (application/x-apple-aspen-config for .mobileconfig files), the device’s Safari browser may not allow it to be downloaded. The link may not even function at all – it is not clickable in some cases.

If this happens, you can still install the .mobilconfig file by downloading it on a laptop or desktop computer and emailing it to your i-device. When you click on the attachment, it should start the installation process. However, you may have to change the extension to “.der” before emailing it to have it recognized as a certificate.

The University of Michigan has .mobilconfig files available for connection to the MWireless network and U-M VPN, and I found that emailing them to my iPad as described above was the only way I could install them.

Continue reading

Captivate 4 not generating SCORM support files

If you have a Captivate 4 file that refuses to generate any SCORM support files when publishing, check your Publish settings. Make sure that “Fullscreen” is not checked in the publishing settings. Then it will publish fine.

Since you are eliminating the Captivate generated code for maximizing the window, you may want to add that back in. To force the Captivate window to maximize to full-screen upon opening, add the following to the head of your published HTML file:

Continue reading