Introduction to MSSQL Server 2000 Analysis Services: Build a Web Site Traffic Analysis Cube: Part II - Page 3August 25, 2003
The Data Link Properties Dialog - Connection Tab appears similar to that shown in Illustration 5, except for the environmental differences we have noted.
We should get a verification dialog confirming that the source has been established in our definition (as depicted in Illustration 6).
We will leave all the other Data Link Properties at their default setpoints for now.
The Data Link Properties dialog closes, and a Security Warning dialog appears, as shown in Illustration 7. For purposes of this lesson, we will overlook the warning and proceed. Keep in mind that most real-world environments would likely not allow for the luxury of this flexibility, and to take steps to secure any embedded passwords, etc., as appropriate.
The Security Warning dialog closes.
We can see that the new source appears under the Data Sources folder in the tree area, again on the left side of the Analysis Manager Console. The data source displays the actual file name, a composite of the server and database names, and as shown in Illustration 8. Let's rename the file to be a bit more concise.
This causes Analysis Services to indicate that a duplicate has been detected, and to prompt us for a unique name. We will respond to the new name request with WebTrafficSource, using the dialog box that appears (as shown in Illustration 9).
Once we click OK, the Duplicate Name dialog disappears, and the newly named data source appears under the Data Sources folder. All that remains is to delete the original data source, from which we cloned WebTrafficSource.
Our tree should now resemble that shown in Illustration 10. In Lesson One, as well as in other lessons, we used the Cube Wizard, together with the specialized "sub-wizards" (including the Dimension Wizard), as called by the Cube Wizard, to rapidly create a simple cube to explore the various aspects and steps of the process from a relatively high level. In this lesson, we will create a simple cube from the table we created in our last lesson, using the DTS package we created to perform extraction, transformation and load of the original data source, the sample Server Access Log. Our preparation for the lesson is complete. We now have an Analysis Services database in place, linked to a valid data source (the WebTrafficAnalysis_DB database, containing the ServerAccessLog table, created via the DTS package in our last lesson). Next, we will initialize the Cube Editor, and begin creating our cube. |