Skip to content


AccPac Error.

Currently I am upgrading a large school network from Netware to Windows Server 2003. Part of the migration included moving AccPac over to the new system.

Whilst most of this process went extremely smoothly I had a problem whereby when logged in as a normal user (with limited rights onto the local PC) couldn’t use AccPac properly. AccPac would load absolutely perfectly but when the user selected an icon within the program (e.g. “Reconcile Bank Statements”). An error occured with the message :

“Control Not Properly Installed”

The answer to this problem was to go into the AccPac runtime directory (on the server) and run a utility (as an administrator) called regacc.exe on each workstation. This tool runs through the registry and reregisters all the .ocx / .dll files necessary so that regular users can access them.

This fixed the problem for me. I have noticed a lot of people with the same problem whilst looking for a solution on Google, so hopefully this helps you also.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • E-mail this story to a friend!
  • Fark
  • Reddit
  • StumbleUpon

Profile:  Frank has been programming for the web using PHP, Javascript and numerous libraries and frameworks for the past 5 years. More articles.

Posted in Windows Server.

One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Unfortunately this doesn’t work on 5.2 as REGACC.EXE doesn’t exist.

    Typing this in the command prompt will do this same thing though:

    for /r C:\ACCPAC\ %A in (*.ocx) do regsvr32 /s %A

    (you have to replace C:\ACCPAC\ with the folder you installed it in)

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.