Share via

Errormessage: The security settings restrict access to the file because it does not contain a digital signature.

Anonymous
2024-12-10T07:50:28+00:00

Hello

I am trying to migrate from Access 2007 to the actual version. This does not work, I already asked this question with the error message but did not get any further.
What other possibilities do I have to solve this problem beside this community?

Thank you

Dana

Microsoft 365 and Office | Access | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. George Hepworth 22,855 Reputation points Volunteer Moderator
    2024-12-10T17:57:23+00:00

    It sounds, then, like the problem is in the accde which you created from the accdb, which you created originally.

    So, the problem might be that you made some change to the accdb AFTER digitally signing it and BEFORE creating the accde from it.

    Referring to the site linked above, you'll find this note:

    Notes   

    • If you want to prevent users of your solution from accidentally modifying your VBA project and invalidating your signature, lock the VBA project before signing it. However, locking your VBA project doesn't prevent another user from replacing the digital signature with another signature. Corporate administrators might re-sign templates and add-ins so that they can control exactly what users may run on their computers.
    • If your application modifies the database in a way that will invalidate the signature, for example, by creating a new action query, then avoid digitally signing the database. Instead, use a signed package (.accdc) for distribution, and then combine that with the use of a trusted location.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-12-10T14:38:28+00:00

    Yes, I created the accdb.
    Yes, the folder is a Trusted Location.

    I already investigated for digital signatures. It is only possible to sign an accdb file. After extracting it on another computer, it does not open.

    The unsigned accde returns the upward error message.

    Signature is with global sign.

    No, there is no restriction set by our IT.

    Was this answer helpful?

    0 comments No comments
  3. George Hepworth 22,855 Reputation points Volunteer Moderator
    2024-12-10T13:46:51+00:00

    Is this in an accdb you created yourself?

    Do you have the folder where you placed the accdb designated as a Trusted Location?

    You may want to investigate what Digital Signatures are and how they are applied. https://support.microsoft.com/en-us/office/show-trust-by-adding-a-digital-signature-5f4ebff3-360d-4b61-b2f8-ce0dfb53adf6

    Have you consulted your organization's IT policy on using accdb/accde files? Is this a restriction imposed by your IT?

    Was this answer helpful?

    0 comments No comments