EDS Blog

A professional IT services company blog

Blogger: Taylor
Taylor
Technician/Network Administrator
A +, Net +

When installing Allscripts PM on a Windows Vista computer I have found that it is normal to see errors when trying to get into the application.

 

What I have found to work to resolve these errors is the following command.

 

bcdedit.exe /set nx AlwaysOff

Continue reading

This information is copied from the documentation for the Watchguard Firebox X Edge.

Restore the Firebox to the factory default settings

If you cannot correct a configuration problem and must “start over,” you can restore the factory default settings. For example, if you do not know the administrator account passphrase or a power interruption causes damage to the Firebox X Edge appliance software, you can restore the Edge to the factory default settings and build your configuration again.

To set the Firebox X Edge e-Series to the factory default settings:

  1. Disconnect the power supply.
  2. Hold down the Reset button on the rear side of the Edge.
  3. Connect the power supply while you continue to hold down the Reset button.
  4. Continue to hold down the button until the yellow Attn light stays on. This shows you that the Edge was successfully restored to the factory default settings.
    This process can take 45 seconds or more.

Do not try to connect to the Edge at this time. You must start the Edge one more time, as the subsequent steps show. If you do not start the Edge one more time, when you try to connect to the Edge you will see a web page that shows the message, “Your WatchGuard Firebox X Edge is running from a backup copy of firmware.” You could also see this message if the Reset button is stuck in the depressed position. If you continue to see this page, check the Reset button, and start the Edge again.

  1. Disconnect the power supply.
  2. Connect the power supply again.
    The Power Indicator is on and your Edge is reset.
Continue reading

When installing eClinicalWorks on a computer you will sometimes run into .ocx errors that popup when you are navigating through the application.

to fix these errors you just have to do the following.

 

1. Open Command Prompt ( Run Command Prompt as Administrator for Windows Vista or Windows 7)

2. Change Directory to C:\Windows\System32 if you are not already in this directory.

3. Execute the the following command.

For %h in (*.ocx *.dll) do regsvr32 /s %h

4. After the command is run change directory to c:\Program Files\eClinicalWorks

5. Execute the Command again in this directory.

7. After the command is finished running execute cwreg.

8. Command Prompt will automatically close after cwreg is finished.

 

Now when you open eClinicalWorks again you should not longer see any errors about .ocx files.