This article assumes that you have already installed Mercury.
Mercury comes with a handful of sample reports, including several that use Dynamics GP data from our Test-and-Demo server on the web.
Redirecting these reports to use your own GP server is simple.
Every Mercury report is associated with a data “Connection” that specifies a server and a database. All of the sample GP reports use the same data Connection.
So, all you have to do is edit one Connection, changing the properties so that the connection points to your server (and desired company database) instead of ours, and you’re done! Your sample GP reports will instantly use your own data.
For complete information on creating and editing Connections, see the Mercury documentation on Admin > Connections
In the Mercury main window:
Click on Admin Tools in the Settings ribbon.
Click Connections.
Click on the “GP1” connection to select it. The connection’s properties are displayed in the lower grid.
Click the “Edit” button on the toolstrip.
Optional, but recommended: edit the connection’s description so that it’s meaningful in your context.
Change various connection properties.
Data Source = your GP server name or IP address
Initial Catalog = your GP Company database name
Integrated Security: if you use Windows Authentication to access your database, change this to Yes -- and you're done. The user who runs Mercury must have appropriate select permissions on the views and tables used in these reports.
Otherwise, leave Integrated Security as “No” and also change these:
User ID = a valid SQL login-name on your server
Password = the password associated with the SQL login
To simplify your evaluation, we suggest that you create a new SQL Login and add it to the DYNGRP role in the GP database. You can delete the login at the end of the evaluation.
The password is masked, and it is also encrypted before being saved with the Connection.
Click the “Save” toolstrip button when you’re done.
Here’s an example showing edited values for the GP1 connection, just prior to saving.