Integration/Tutorials/connect-to-the-database.md
... ...
@@ -35,7 +35,6 @@ Izenda Reports supports connecting to multiple data sources simultaneously by us
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 37
* Ensure that the database login can read the tables and views
38
- * Ensure that _"NT AUTHORITY\NETWORK SERVICE"_ account ("ASPNET" on XP) has the access level of "db_owner" permissions to the database which contains the tables and views
39 38
* Open your Izenda Reports Global.asax file in your IDE and find the ``InitializeReporting()`` method.
40 39
* Update the [[LicenseKey|http://wiki.izenda.us/API/CodeSamples/LicenseKey]] and [[ConnectionString|http://wiki.izenda.us/API/CodeSamples/SqlServerConnectionString]]
41 40
* Sample standard connection string (local database):
... ...
@@ -62,7 +61,6 @@ Izenda Reports supports connecting to multiple data sources simultaneously by us
62 61
* _**Important!**_ For these steps, the database and NOT the file system must have the following permissions set:
63 62
* Izenda Reports must have access to the metadata in the database
64 63
* Ensure that the database login can read the tables and views
65
- * Ensure that _"NT AUTHORITY\NETWORK SERVICE"_ account ("ASPNET" on XP) has the access level of "db_owner" permissions to the database which contains the tables and views
66 64
* Open your Izenda Reports Global.asax file in your IDE and find the ``InitializeReporting()`` method.
67 65
* Update the [[LicenseKey|http://wiki.izenda.us/API/CodeSamples/LicenseKey]] and [[ConnectionString|http://wiki.izenda.us/API/CodeSamples/OracleConnectionString]]
68 66
* You can use your [[TNSNames.ora|http://www.orafaq.com/wiki/Tnsnames.ora]] file to create the connection string or you can plug the connection string directly into the OracleConnectionString.
... ...
@@ -91,7 +89,6 @@ User Id=myUsername;Password=myPassword;"**
91 89
* _**Important!**_ For these steps, the database and NOT the file system must have the following permissions set:
92 90
* Izenda Reports must have access to the metadata in the database
93 91
* Ensure that the database login can read the tables and views
94
- * Ensure that "NT AUTHORITY\NETWORK SERVICE" account ("ASPNET" on XP) has the access level of "db_owner" permissions to the database which contains the tables and views
95 92
* Open your Izenda Reports Global.asax file in your IDE and find the ``InitializeReporting()`` method.
96 93
* Update the [[LicenseKey|http://wiki.izenda.us/API/CodeSamples/LicenseKey]] and [[ConnectionString|http://wiki.izenda.us/API/CodeSamples/MySqlConnectionString]]
97 94
* Sample standard connection string (using SSL):