Showing posts with label Desktop Applications. Show all posts
Showing posts with label Desktop Applications. Show all posts

Thursday, August 7, 2008

Quickbooks and Terminal Server 2003

If you call Intuit tech support and ask them about Quickbooks on Terminal server the answer most likely you will get is that "Quickbooks is not supported on Terminal Server" . Only Quickbooks Enterprise is supported on Terminal Server.

However, I was not going to NO for an answer so I started doing some research and found that there are tweaks that one can use to make Quickbooks to run in a Terminal Server environment.

Users must be given some special priveleges for this to work, here are the steps that I used that worked for me.

  • perform a normal installation of QuickBooks (in install mode!)
  • reboot
  • enter install mode again (change user /install), start QuickBooks and activate it by entering the registration code (this is a crucial step, and must be performed immediately following the reboot
  • go back to execute mode (change user /execute)
  • copy the %systemroot%\Intuit folder into each users %userprofile%\Windows folder
  • create a Quickbooks Users group
  • add your users to this group
  • give the group Full Control to HKEY_LOCAL_MACHINE\Software\Intuit\QuickBooksRegistration
  • give the group Full Control to HKEY_CLASSES_ROOT\.QPG
  • give the group Full Control to HKEY_CLASSES_ROOT\obja.obja
  • give the group Full Control to HKEY_CLASSES_ROOT\Quickbooks.application - QB Premier 2004 only?
  • give the group Modify rights to the %Program Files%\Intuit folder
  • give the group Modify rights to the %Program Files%\Common Files\Intuit folder

Printing Issues:

Printing is always a challenge in Terminal Server Environment and with Quickbooks there are couple additional caveats.

If your printer is working in all other applications except for Quickbooks chances are that the printer has a long printer name. Quickbooks does not support printer names longer than 64 characters,
So you must shorten the name of the printer on your end and then reconnect to the terminal server.

Thursday, July 31, 2008

Adobe 8.0 Installation Error 1406

Yesterday I ran into an issue with installing Adobe 8.0 on a user's computer which was running Windows XP SP2. The installation error was 1406, access is denied. It pointed to certain keys in the registry which the installation program could not write to.

After checking the permissions on the registry keys that the error pointed to, I found out that the I was not set as the owner on these keys.

After changing the permissions on the registry keys (changing ownership), the program installation continued without a hitch.

Please note that to get the details on how to change the registry key permissions please refer to the Adobe forum that talks about the error 1406.