MicroStrategy Connectivity MIS 497. Project Source A Project Source is an alias in which connectivity information for all the projects in that Project.

Slides:



Advertisements
Similar presentations
Security Pertemuan 7 Matakuliah: T0413 Tahun: 2009.
Advertisements

Copyright ®xSpring Pte Ltd, All rights reserved Versions AuthorDateDescription 1.0NBL2012/05First version. Modified from Enterprise edition.
Copyright ®xSpring Pte Ltd, All rights reserved Versions AuthorDateDescription 1.0NBL2012/05First version. Modified from Enterprise edition.
ProjectWise 101 Chapter 1 - Installation
MC365 JDBC in Servlets. Today We Will Cover: DBVisualizer Using JDBC in servlets Using properties files.
Advanced Databases Basic Database Administration Guide to Oracle 10g 1.
Databases and Connectivity MIS 497. Relational Databases Dominant database technology today. Dominant database technology today. Stores data in relational.
VMware vCenter Server Module 4.
1 Client/Server Database Tutorial. SQL Server Connection through MS Access FACBUSAD1 SQL server MS Access MGD B106 Computer or your own PC Remote SQL.
HOW TO CREATE DSN ON WINDOWS 7. Step 1. Click Start Step 2. Click Control Panel.
Advanced OOP MCS-3 OOP BSCS-3 Lecture # 11. DATABASE CONNECTIVITY IN JAVA JDBC Programming JDBC (Java Database Connectivity) is the specification of a.
ODBC Open DataBase Connectivity a standard database access method developed by Microsoft to access data from any application regardless of which database.
1 TN232921: Differences between Project Configuration settings output in XML from Command Manager versus the Project Configuration Editor in MicroStrategy.
Installation Guide to SOUL 2.0 Demo Version
Advance Computer Programming Java Database Connectivity (JDBC) – In order to connect a Java application to a database, you need to use a JDBC driver. –
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.

Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 3 Administration of Users.
ODBC REPORTS How to Use Access to work with MS SQL Server Database.
Microsoft SQL Server 2008 Installation Guide Omer Alrwais.
4-1 INTERNET DATABASE CONNECTOR Colorado Technical University IT420 Tim Peterson.
Chapter 7 PHP Interacts with Ms. Access (Open DataBase Connectivity (ODBC))
Multiple Cases Access Utilities1 Access & ODBC Managing and Using ODBC Connections P.O. Box 6142 Laguna Niguel, CA
ODBC : Open Database Connectivity SNU OOPSLA Lab. October 2005.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
4 Copyright © 2009, Oracle. All rights reserved. Designing Mappings with the Oracle Data Integration Enterprise Edition License.
8-1 3 Oracle Data Integrator Topology: Connecting to the World.
CIS 270—Application Development II Chapter 25—Accessing Databases with JDBC.
CST203-2 Database Management Systems Lecture 2. One Tier Architecture Eg: In this scenario, a workgroup database is stored in a shared location on a single.
1 SQL Server 2000 Administration Kashef Mughal MSB.
DIT314 ~ Client Operating System & Administration CHAPTER 5 MANAGING USER ACCOUNTS AND GROUPS Prepared By : Suraya Alias.
SQL2005 Cluster Build. IP Request Request 6 IP Addresses – One for EACH SQL virtual server (2) – One for the cluster – One for Distributed Transaction.
ADMINISTRATION & MANAGEMENT TOOLS BY: DURGESH PATEL & KHUSHBOO KADBER
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
Slide 1 ASP Authentication There are basically three authentication modes Windows Passport Forms There are others through WCF You choose an authentication.
14 Copyright © 2005, Oracle. All rights reserved. Backup and Recovery Concepts.
Adding an ODBC source ODBC is Windows’ way of talking to a database Start->Settings-> Control Panel-> ODBC Data Sources Do not try this until I send you.
PHP Programming. Topics Database Handling (MySQL, MSSQL, ODBC)
Eurostat SDMX Reference Infrastructure: Tools demonstration November 2015 Eurostat Unit B3 – IT and standards for data and metadata exchange Jean-Francois.
What is MySQL? MySQL is a relational database management system (RDBMS) based on SQL (Structured Query Language). First released in January, Many.
Go to Start >> Programs >> Outlook Express ( as shown)
SQL SERVER 2008 Installation Guide A Step by Step Guide Prepared by Hassan Tariq.
© 2009 Wipro Ltd - Confidential ETL TESTING Handling Heterogeneous Data Formats Rajasimman Selvaraj Simanchal Sahu Tithi Mukherjee.
Oracle Business Intelligence Foundation - Commonly Used Features in Repository.
Chapter 5 Building Your Product Catalog database Objectives Create Database. Create Table. Connect to Database. Use ASP Script to add new products. Use.
6 Copyright © 2007, Oracle. All rights reserved. Managing Security and Metadata.
Physical Layer of a Repository. March 6, 2009 Agenda – What is a Repository? –What is meant by Physical Layer? –Data Source, Connection Pool, Tables and.
Eurostat Mapping Assistant May 2016 Eurostat, Unit B3 – IT solutions for statistical production Jean-Francois LEBLANC Christian SEBASTIAN 1.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
How To Start a SQL server Connecting to SQL Server.
2 Copyright © 2008, Oracle. All rights reserved. Building the Physical Layer of a Repository.
Databases and DBMSs Todd S. Bacastow January 2005.
Module 1: SQL Server Overview
Data Virtualization Demoette… ODBC Clients
, MS-Access, QBE, Access/Oracle
W04 Connecting 3rd Party Application to ODBC
JDBC Database Management Database connectivity
Creating an Oracle Database
Geospatial Database Create Geodatabase Practical Session
Software for Eligible Beneficiaries Accession
DATABASE LINK DISTRIBUTED DATABASE.
Building the Physical Layer of a Repository
SDMX Reference Infrastructure Introduction
Administering Your Network
These slides are for reference only. They are not "lecture notes"
Analysis Services Analysis Services vs. the Data Warehouse vs. OLTP DB
Ch 1 .Installing and configuring SQL Server 2005
Fernando Jacinto Alvarez
Presentation transcript:

MicroStrategy Connectivity MIS 497

Project Source A Project Source is an alias in which connectivity information for all the projects in that Project Source is stored. A Project Source is an alias in which connectivity information for all the projects in that Project Source is stored. 2 – Tier Project Source Specifies a DSN and login for a direct connection to metadata. 3 – Tier Project Source identifies the MSTR I-Server machine to which the client will connect.

Project Source (continued) A Project Source (PS) houses the information needed to connect to a Metadata at start-up A Project Source (PS) houses the information needed to connect to a Metadata at start-up –A PS can contain several projects, each of which can potentially connect to a different DW. However, there can be only one metadata per PS, so all projects within a PS share the same metadata –PS can be created in either 2-tier (direct connection to the metadata) or in 3-tier (through Intelligence Server) mode. –We’ll have both modes of connection for different phases of the projects in the class.

Start-up Connectivity Logical Layout Project Source Intelligence Server MD DSN + login MD Database Direct ODBC 2 - Tier 3 - Tier

Start-up Connectivity Logical Layout 2 Tier (Direct): 2 Tier (Direct): –A local ODBC DSN must be specified along with the login. –This information is stored in the registry of the local MSTR Desktop machine. –ODBC PWD is stored encrypted in the registry of the local machine.

Start-up Connectivity Logical Layout 3 Tier (Intelligence Server): 3 Tier (Intelligence Server): –No ODBC connection from the client to the DB –MSTR Desktop client will connect to I-Server definition, so the name of I- Server and RPC connection to it are necessary. –All connection information and MD DSN are located on the Server machine.

Database Instance A Database Instance is a logical representation of a connection to a physical database. A Database Instance is a logical representation of a connection to a physical database.

Database Instance Each PS is associated with one MD DB Instance and at least one Warehouse DB Instance. Each PS is associated with one MD DB Instance and at least one Warehouse DB Instance. Database Instance stores the following information: Database Instance stores the following information: –Database Connection –Type of DB (Oracle, SQL Server, Informix, etc.) –Maximum number of connections allowed for the DB Instance –DB specific optimizations (I.e. VLDB properties) –Warehouse table prefixes (if required) –Location for intermediate table storage –Prioritization scheme to be used when submitting jobs to the DB

Database Connection A Database Connection is comprised of a DSN and other information necessary for connection to a database. A Database Connection is comprised of a DSN and other information necessary for connection to a database. Each Database Instance can potentially point to multiple Database Connections. Each Database Instance can potentially point to multiple Database Connections.

DSN and Database Login The DSNs listed represent the local machine’s system ODBC data sources and DSNs from other sources. The DSNs listed represent the local machine’s system ODBC data sources and DSNs from other sources. A Database Login stores the UID and PWD that will be used to access the database or the NT network login A Database Login stores the UID and PWD that will be used to access the database or the NT network login

DSN and Database Login DSNs listed will list local machine DSNs and all other DSNs recorded in Metadata. DSNs listed will list local machine DSNs and all other DSNs recorded in Metadata. In a 3 tier environment, DSN may or may not actually be a DSN on a local machine. In a 3 tier environment, DSN may or may not actually be a DSN on a local machine. There’s unlimited number of Database Logins that can be created, this functionality is needed for advanced administration and monitoring by DBAs and thus won’t be discussed in this class. There’s unlimited number of Database Logins that can be created, this functionality is needed for advanced administration and monitoring by DBAs and thus won’t be discussed in this class.

The Big Picture WH DSN WH Login: WH UID WH PWD WH DB Connection Project Source Project WH DB Instance WH Database MD DSN MD Login: MD UID MD PWD MD DB Connection MD DB Instance MD Database MSTR Intelligence Server Connection Mapping

Workshop

Goals: Create VMALL Warehouse Instance Create VMALL Warehouse Instance Prerequisites: Completion of Database Connectivity workshop Completion of Database Connectivity workshop

Workshop 1. Open MicroStrategy Desktop 2. Go to Tools  Project Source Manager 3. Click Add

Workshop 4. Enter your group name as the project source name, select your metadata DSN and enter appropriate login information 5. Click OK twice, your Project Source is created!

Workshop 6. Now connect to your Project Source, your default login is Administrator, the password is blank. 7. Now we’ll create Database Instance for our Data Warehouse 8. Go to Administration  Database Instance Manager  Right Click select New  Database Instance

Workshop 9. Name your DB Instance VMALL Warehouse, choose your database type (SQL Server 7.0) and create a new DB Connection:

Workshop 10. Select your Warehouse DSN in the list of all DSNs, choose Administrator as your default login. 11. Click OK twice, your Warehouse connection is created!

Next steps We’ll go over Data Modeling and create our project! We’ll go over Data Modeling and create our project!

Resources: MicroStrategy Administrator Guide – will have more information on connectivity and advanced topics not covered in the class. MicroStrategy Administrator Guide – will have more information on connectivity and advanced topics not covered in the class.