Month: October 2010

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

Drupal OpenWYSIWYG text editor

openwysiwyg_0.thumbnail.gif

One of the biggest drawbacks of Drupal for several years has been the lack of a single rich-text editor that is totally compatible with all browsers. Two years ago, I tested all of the WYSIWYG modules available at the time, found they were all riddled with bugs and incompatibilities, and finally settled on the YUI editor for a large Drupal site I run.

Unfortunately, it never really worked that well: the site’s members upload lots of photos, and it did a poor job of sizing them – users had no idea how to ensure they were not displayed at full resolution – and with 10 megapixel cameras, full resolution is enormous!

Continue reading

Audio, but no video on GoToMeeting WMV videos (G2M3 format)

The other day I came across a Windows Media file that would not play correctly on any player on Mac or PC. The audio track played fine, but there was no video – it was black. Nor would any encoding software convert the file to Flash Video, which is what was really needed. 

Looking in Quicktime’s Movie Inspector I could at least tell that the video was in “G2M3” format. G2M3 is a proprietary codec, used in GoToMeeting by default when you save a recorded session.

GoToMeeting allows users to record meetings in either G2M3 or in standard Windows Media format. The latter choice is likely to be overlooked by most users, so chances are their recordings will be un-viewable and un-convertable on non-GoToMeeting software. However, even if a GoToMeeting session has been recorded in the proprietary format  you can still convert the file after the fact using a little application called g2mtranscoder that is installed in the GoToMeeting folder.

Continue reading