2382ece047e101af5712a614e7e849eb05136fd9
Integration/Tutorials/connect-to-the-database.md
| ... | ... | @@ -34,6 +34,7 @@ Izenda Reports supports connecting to multiple data sources simultaneously by us |
| 34 | 34 | |
| 35 | 35 | * You must have a functioning database in order to connect Izenda Reports |
| 36 | 36 | * _**Important!**_ For these steps, the database and NOT the file system must have the following permissions set: |
| 37 | + * Izenda Reports must have access to the metadata in the database |
|
| 37 | 38 | * Ensure that the database login can read the tables and views |
| 38 | 39 | * Open your Izenda Reports Global.asax file in your IDE and find the ``InitializeReporting()`` method. |
| 39 | 40 | * Update the [[LicenseKey|http://wiki.izenda.us/API/CodeSamples/LicenseKey]] and [[ConnectionString|http://wiki.izenda.us/API/CodeSamples/SqlServerConnectionString]] |