This file came from another computer and might be blocked to help protect this computer

This file came from another computer and might be blocked to help protect this computer

Released Date: 10/23/2019
Version: N/A

Sometimes we may place a ZIP file on our website for you to download and give you instructions on how to update your Elliott folder. Depending on multiple factors, after you download the ZIP file, unzip the content and copy to Elliott Programs or Bin folders, the file may be flagged as "unsafe" because it was downloaded from a website. If you right click on the file and choose "Properties," you may see the following message:
    This file came from another computer and might be blocked to help protect this computer


You can click unblock to make it "safe."  If you do not "unblock" the file, you may receive a message indicating that a particular EXE or DLL file is not found, or simply does not work in certain areas without any message. So this is a necessary extra step for you to ensure the proper functioning of Elliott Business Software.

This document intends to give you the procedure to unblock the downloaded file so you can run Elliott without a problem.

Factors That May Cause The "Blocked" Flag

There are several factors that may cause the "blocked" flag after you download a ZIP file:
  1. Operating Systems: The older operating systems, like Windows 2008, may not set the "blocked" flag after downloading a file.
  2. Logon Users: It seems if you login as "Administrator" and download, you'll be less likely to get this "blocked" flag.
  3. Intranet Zone: if you define www.elliott.com as part of your intranet zone, then files downloaded from that website will not be blocked.
  4. Other Security Settings: There are other security settings that may affect this, which we are not totally sure about.

Solution 1 - Unblock the Downloaded ZIP File
Generally speaking, after you download the ZIP file, you can just right click on the file in Windows Explorer and choose "unblock."  After this, if you unzip the ZIP files, all unzipped files will not be blocked.  This method usually works, except we have found that it does not work for Windows 2019.

Solution 2 - Define www.elliott.com as Your "Intranet" Zone
You can do so, for example, by bringing up Internet Explorer, and going to Setup and choosing "Internet Options." Go to the "Security" tab, choose "Local intranet" and click on the "Sites" button:


Add www.elliott.com to your local intranet zone:


Then the ZIP file you download from www.elliott.com will be considered safe and not blocked.

Solution 3 - Use PowerShell to Unblock Extracted Files
In some situations, such as when a Windows 2019 server is being used, neither solution 1 nor 2 will not work. Even after you flag the file as safe, the system will still remember that the ZIP file was downloaded from an unsafe zone. So after you unzip the "unblocked" file, all the extracted files will still be "blocked." If there are not too many files, you can unblock them one by one.  But if there are a lot files extracted from the ZIP file, this can be tiring.  In that case, you can use PowerShell as follows:
    dir c:\mydir -Recurse | Unblock-File
where c:\mydir is the unzipped folder that contains the extracted files and sub-folders.  The purpose of "-Recurse" is to include files in the sub-folder, sub-sub-folder....etc. in a recursive fashion. The "|" is the symbol for "pipe." Unblock-File will receive the files from the "dir" command and flag them as "unblocked."

If there is no sub-folder(s) in the ZIP file, and you are already in the extracted file folder, then you can simplify the PowerShell command as:
    dir | Unblock-File
See example below:


Caution
We can't guarantee that any one of the above methods can successfully unblock the extracted files. Therefore, it is your responsibility to check a sample extracted file to make sure it is indeed unblocked before you copy the file to Elliott Programs or Bin folders.


EMK


    • Related Articles

    • Installing Telerik Components on a Development Computer

      Release date: 5/5/2002 Version: Elliott V8.6 and Higher This article explains how to install licensed Telerik components on a development machine where they are not currently installed: Log into the development machine. Bring up the email you ...
    • How to Fix and Protect Audit Master Data from Corruption

      Release Date: 08/12/2021 Version: 7.x & Up In this article, we are going to talk about two issues related to Audit Master database corruption: How to fix the audit master data when it becomes corrupted How to prevent audit master data from becoming ...
    • How to Copy All Export Processor's Templates from One Company to Another

      Release Date: 09/06/2023 Version: 8.0 & Up Q - How do I copy all my export processor's templates from one company to another (e.g., from company 03 to 08)? See sample screen below for all my templates: A - In your example, you can copy the table ...
    • Feature - Project & Calculate Distance Between Two Zip Codes

      Release Date: 8/7/25 Version: 8.5 and Above The utility program SYDSTCAL.CBL is used to calculate the distance between two zip codes. To calculate the distance between two ZIP codes using latitude and longitude (from their geographic centers), the ...
    • How to Fix Null Characters in NOTE Table

      Release Date: 09/12/2019 Version: 8.2 & Up If you receive the following error from our JSON web services -- [Exception]:[System.Data.ConstraintException: The 'NOTE_ESTIMATED_TIME' property on 'NOTES' could not be set to a 'null' value. You must set ...