SEO, PHP and Javascript Web Dev

Search Engine Optimisation, Web Development and Network Administration Ramblings

-->
24  01 2007

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 this Post:
  • Reddit
  • Sphinn
  • del.icio.us
  • Digg
  • e-mail
  • Mixx
  • Google
  • StumbleUpon

Related posts:

  1. Memory Testing
  2. Mapping Client Network Printers
  3. Monitoring SVCHOST.exe
  4. Terminal Server Licensing.
  5. Regenerating Temporary Terminal Server CALS.

No tags for this post.
« DNS Issues
Return JSON array using AJAX and Prototype »

One Response to “AccPac Error.”

  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)

Leave a Reply

-->
  • Photography