windows - Access 2010 on shared server compile troubles -


I have an Access 2012 application that works just fine until my equivalent in the city tries to run it . We share a server when I compile it, then it can not run it. When he compiles it, the roles are reversed, he can run it, but I can not. The entry version is the same, what do I not understand here?

defining faulty system

First of all, You should check that the machines are likely to be the source of the problem to you or your colleague.

If you have separated a special machine where the problem arises, then it can be a good thing to completely uninstall and restore the office;

Shared Databases

When you call Shared Server , then I hope that you are not running your Access database from a shared network folder, But instead it is divided into backend databases (which includes the data and located in the shared network folder) and a front-end database (which includes forms and reports and runs on each user's machine).
If you are allowing users to run the .accde file from a network folder!

Things to check

Best to block your antivirus when you check it can block access to some calls or some libraries:

  • Systems with different OS or MS Office bitness (32 bit vs 64 bit)
    There are problems using.
    If you refer to the old external control for 32 bit on your bit, then

  • The machines with slightly different MSOffice patch levels Certainly there were such issues until a.
    Check your MSAccess exact version: Menu file & gt; help. I have to say version: 14.0.6123.5001 (32 bit)

  • Reference to external libraries (or other accda / mda ) That are in different versions or locations and can not be found on the system.
    It can be complicated to track and solve, but there are.
    Are you referring to any library that is a complete path?

  • Use of some related, third-party ActiveX components that are not properly registered, or not exactly the same version on each machine.

  • The database's microcosm.
    Try making a backup afterwards.

  • Are you using a linked backend database with a separate location on each machine?

  • Ensure that the folder where you run the compiled code has been added to the accde list of files < Li>

    Use the normal addcb database and run it in runtime mode (using the msaccess.exe option / runtime ).
    Do you meet ng the same issue?

  • If the problem is coming from accident without access to your code, then it is advisable to add some logging to detect code execution.
    You should also get an excellent library for managing errors and locating your code (you can use it for free).
    Highly Recommended!

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -