Microsoft Access Reports

Print Friendly and PDF Follow

AtlasBI was launched and implemented over the last year replacing Atlas Systems’ hosted SQL Server Reporting Services (SSRS) for Aeon and Ares. Atlas hosted SSRS will be decommissioned on 8/31/2019.

Self-hosted customers can take advantage of AtlasBI by allowing firewall/access to AtlasBI IP addresses and providing a read-only SQL account that can query your database.

Microsoft Access Reports are created by each institution as needed. This requires setting up a safe ODBC link to your Ares database and creating the reports in MS Access. These reports can be extremely versatile. As long as the required data exists, you can create any report, using any custom parameters. A working knowledge of Microsoft Access is required to set up Access Reports.

While Microsoft Access reporting is still available to create custom reports in Ares, you may want to use SSRS reports instead. SQL Server Reporting Services (SSRS) is a server-based report generating software system that is used to produce and deliver a variety of interactive and printed reports. SSRS allows you to create your reports and run them locally, or access and run them from the web.

There are three steps involved in configuring Ares to work with Microsoft Access:

  1. Setting up the SQL Server User Account
  2. Setting up the ODBC Data Source Link
  3. Setting up Microsoft Access

Setting up the SQL Server User Account

This step is for self-hosted sites only. Sites with servers hosted by OCLC or Atlas Systems will need to contact their server provider to have an account created for them.

These instructions were written using Windows Server 2008, SQL Server 2012 and SQL Server Management Studio. If you have different versions, the screens and process may vary slightly from the steps outlined here.

Adding the AresLink Login

  1. On your Ares Server or on any machine currently connected to the Ares server, open SQL Server Management Studio.
  2. Double click on the Security folder to expand it.
  3. Right click on the Logins folder and select New Login.
  4. Verify that you are on the General page of the Login screen.
  5. Type the Login name in the space provided. Atlas Systems suggests using the name AresLink, but you can name this anything you would like.
  6. Select SQL Server authentication.
  7. Type in a password for your login name. Be sure to use the same password consistently throughout this setup.
  8. Check or uncheck the 3 password enforcement options according to your institution's specific password policy.
  9. Under Default database select AresData (or the name of your Ares database).
  10. Click OK. The window will close and you will be back on the main page.

  1. Double click on the Logins folder to expand it.
  2. Double click on the new AresLink icon.
  3. In the properties screen, click the User Mapping page to open it.
  4. Under Users mapped to this login check the box next to the AresData(or the name of your Ares database).
  5. AresLink will now appear as a user next to the database name.
  6. Click OK to close the window.

Setting Permissions for the AresLink Login

You will want to give user AresLink read access to all tables in the AresData database. You do this by making the login a member of the Role Member db_datareader.

  1. Navigate to the AresLink user under Databases | AresData | Security | Users | AresLink.
  2. Double click to open the AresLink user.
  3. Verify that you are on the Membership page of the screen.
  4. Under Database role membership check the box next to db_datareader.
  5. Click OK to close the window.

Testing the AresLink Permissions

You can test the AresLink permissions by logging into the SQL Server Management Studio using the AresLink login and password and running a simple query.

If you receive any errors during this process, review the Adding the AresLink Login and Setting Permissions for the AresLink Login sections above to make sure the link was created correctly.

  1. If you have SQL Server Management Studio open, close it.
  2. Open SQL Server Management Studio again.
  3. To log in to your AresLink user account, select SQL Server Authentication.
  4. Enter your AresLink login and password.
  5. Click Connect.
  6. On the main screen, click New Query.
  7. In the open space type a simple query such as:
    select * from customization
  8. Click Execute to run the query.
  9. Query results will appear in a grid at the bottom of the screen along with the message Query executed successfully.

Setting up the ODBC Data Source Link

In Windows, the ODBC Data Source Administrator is located in the Start menu under the Administrative Tools folder. It is also found under the Control Panel\Administrative Tools.

  1. Open the ODBC Data Source Administrator.
  2. Click on the System DSN tab.
  3. Click Add. You will see a list of available drivers.
  4. Select SQL Server and click Finish. The Create a New Data Source to SQL Server window will open.
  5. Enter the name you want to use to refer to the data source. It may be easiest to use the name AresLink.
  6. Enter a description for the data source.
  7. Select your Ares server name to connect to.
  8. Click Next.
  9. Select SQL Server authentication as the method for the SQL server to verify the authenticity of the login ID.
  10. Type in your AresLink login ID and password.
  11. Click Next.
  12. Check the box next to Change the default database to and select AresData.
  13. Click Next.
  14. Click Finish.
  15. An ODBC Microsoft SQL Server Setup window will appear. This displays the ODBC data source configuration that will be created.
  16. To test the connection, click Test Data Source. It should say Tests Completed Successfully.
  17. Click OK and close the OBCD Application.

Setting up Microsoft Access

These instructions were written using Microsoft Access 2013 as a guide. If you have a different version, the screens and process may vary slightly from the steps outlined here.

  1. Open Microsoft Access.
  2. Choose the option to create a new Blank Database.
  3. Enter a title for your database and click Create.
  4. To import your data source, click the External Data tab and then ODBC Database.
  5. Select Link to the data source by creating a linked table.
  6. Click the Machine Data Source tab.
  7. Select AresLink from the list and click OK.
  8. Log in with the AresLink login ID and password and click OK.
  9. A Link Tables box is displayed. To link all of the tables, click the Select All button and click OK.
  10. If any tables ask you to Select Unique Record Identifier, click OK. When this is finished, the link is complete.

Questions?

If this article didn’t resolve your issue, please contact Atlas Support for assistance:

Contact Support