CB Linked Server for Enterprise Applications

Size: px
Start display at page:

Download "CB Linked Server for Enterprise Applications"

Transcription

1 CB Linked Server for Enterprise Applications Document History Version Date Author Changes Mar 2016 Sherif Kenawy Creation Mar 2016 Sherif Kenawy Modified Introduction & conclusion Mar 2016 Michal Hainc Review Summary [The benefits of connecting ConnectBridge to Microsoft SQL Server via Linked Servers feature with an easy to follow tutorials on how to achieve that] All rights reserved. No part of the document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the written permission of Connecting Software s.r.o. & Co. KG. Company or product names mentioned in this document may be trademarks or registered trademarks of their respective companies.

2 Table of Contents 1. Introduction Why should you read this article? What are we trying to achieve here? Why should you do that? What are your current available options? Why Not? So what are we proposing? Why this is the right solution? ConnectBridge What is ConnectBridge? How does ConnectBridge look like? Why Should you use ConnectBridge? More on ConnectBridge Configure ConnectBridge to connect to the required Platform ConnectBridge Terminologies: Steps to configure CB to connect the required platform: Microsoft SQL Server MS SQL Server & its Management Studio MS SQL Server Query Analyzer MS SQL Server Linked Servers Configure MS SQL Server to Connect to External Data-source(s) Link MS SQL Server to ConnectBridge What we understood so far? What s Next? Why will we connect CB & MS SQL Server? Steps to link MS SQL Server to CB via Linked Server & CB Accounts Conclusion: Mar 2016 Page 2/16

3 1. Introduction 1.1 Why should you read this article? No matter how big or small your company is, this article is valuable to you, if your company s enterprise application is connected to Microsoft SQL Server database for its day to day operation while in the same time your company is using or willing to use different business platforms & workflows like CRM, SharePoint, Exchange, Dropbox and so on. 1.2 What are we trying to achieve here? In few words, we are trying to create a centralized data source to integrate & synchronize between the local company database and the business platforms we mentioned earlier. 1.3 Why should you do that? There are so many advantages, due to the fact that you will have a centralized database/datasource, you are enabling your company s enterprise application to access all data from all company s branches and departments so you or person in charge - can track what is happening? when it s happening? and where it s happening? You are able to see a complete picture no matter how complex is your operations and regardless of how many business platforms your company is using or going to use in the future. 1.4 What are your current available options? Why Not? 1. Modify the source code of company s application to access those platforms. Why not? a. You can t access/modify the source code of your company s enterprise application b. You don t have enough resources to modify the source code of your company s enterprise application c. Your company s enterprise application is developed using outdated technology/programming language it can happen and you are not willing to upgrade it at the moment and it s expensive to outsource a developer experienced in that outdated technology d. Your company s enterprise application is stable and working without errors and you don t want to risk modifying it 2. Develop a software/tool that gets data from those business platforms and writes them to the company s database. Why not? a. Such an application will be expensive and time consuming b. Such an application could have errors or bugs or even wrong logic that could render your database and data inconstant which could be really costly c. This application will be based on a certain platform, let s say SharePoint2010, now imagine, that your company would like to upgrade to SharePoint2013 or even worse discard SharePoint and use CRM. What will happen? Of course now that software/tool will become useless, and your company will have to develop a new one d. Imagine that your company is using more than one business platform 1.5 So what are we proposing? We are proposing a solution that reduces risks & costs and increases productivity, a solution that doesn t involve modifying the company s enterprise application or developing a new 24 Mar 2016 Page 3/16

4 tool/software, in fact the solution doesn t involve writing a single line of code. That solution will depend on 2 main technologies ConnectBridge & MS SQL Server Linked Server. 1.6 Why this is the right solution? 1. As we said, no external tool/software will be needed 2. No modification to the source code of the company s application is needed 3. No need to hire a software developer, not a single line of code would need to be written. 4. No need to study any platform APIs/Functions or hire a platform integration specialist 5. Solution is based on SQL statements & Stored Procedures utilizing the true power of SQL. Yes! You are going to interact with those platforms using SQL Statements and still without accessing the database of those platforms. 6. There is also a possibility to work with SSIS (SQL Server Integration Services) easily. 7. The entire solution is maintained in Microsoft SQL Server Database 8. The DB administrator/consultant currently in charge of the company s database is capable enough to work with this solution 9. The integration/synchronization between those platforms and the local company database could be done periodically using MS SQL Server Scheduled Job & database triggers Now, let s see how we are going to deliver what we promised. 2. ConnectBridge 2.1. What is ConnectBridge? ConnectBridge is an integration/middleware tool based on a brilliant concept that allows the interaction with many platforms (SharePoint, CRM, Exchange ) using simple and easy to understand SQL Statements and SQL Stored Procedures without actually accessing the backend/database of those platforms How does ConnectBridge look like? Imagine ConnectBridge as a box which takes from you SQL statements, converts/translates them to code let s say C# - then it makes function calls to any platform you want for example SharePoint. SharePoint reacts, do some tasks, sends data/result/status message back to ConnectBridge. ConnectBridge then gets the data back from that platform and gives it back to you visualized as grid if possible. Notice! ConnectBridge won t access the database of SharePoint at all, there is no interaction whatsoever between ConnectBridge and the database of SharePoint or any other platform for that matter. Check Figure 1 MS SQL Server with ConnectBridgebelow. 24 Mar 2016 Page 4/16

5 Figure 1 MS SQL Server with ConnectBridge 2.3. Why Should you use ConnectBridge? Simple because we make life easier for you. We simplified things, by allowing you to type SQL statements that you already know. You don t have to study the APIs/Functions of SharePoint to insert a contact to SharePoint More on ConnectBridge Please refer to our ConnectBridge documentations. 3. Configure ConnectBridge to connect to the required Platform In this section, we are going to use certain ConnectBridge terminologies. Although I am going to explain them briefly, it s definitely better to read our ConnectBridge Quick-Reference first so we could be on the same page. Please refer to our ConnectBridge documentation ConnectBridge Terminologies: Here we are the most common terminologies we are going to use in this document which are related to ConnectBridge: 1. CB: CB is an abbreviation for ConnectBridge 2. CB Connector: CB Connector is basically a DLL file. This connector will be used by ConnectBridge to connect to the required platform. You have a connector for each supported platform. 3. CB Account: as we said a connector allows CB to connect to the required platform, but as you know, to be able to actually use the connector to connect to the required platform, you have to configure it by providing username, password and so on. Now this configured connector is what we call CB Account. So if we configured a connector to connect to SharePoint, we have an account called ACCOUNT_SHAREPOINT. Notice! We could have more than one account configured to use SharePoint, for example, in case we have multiple user access details to SharePoint. 4. CB Group: okay so now CB has a CB Account which is configured to connect to a particular platform, but who is authorized to use that CB Account? CB Group is part of the answer to this question. We create a CB Group for example GROUP_SHAREPOINT who is authorized to access SharePoint. 5. CB User: Great! From the previous step, we have a group of users who are able to connect to SharePoint using CB, but in fact there are no users in that group yet we just created a group, but it still empty! - so let s create those users to fill that group. Here we are going to create CB User by giving him a full name, login and password - 24 Mar 2016 Page 5/16

6 let s say (Mr. Martin Tomlinson) with login (mto) and password (****) - and of course assign him to the group we created in the previous step - GROUP_ SHAREPOINT. 6. CB Administration Tool: So if you followed the logic in steps 2 5, you should have now a user (mto) who is a member of group (GROUP_SHAREPOINT) who are authorized to connect to SharePoint via the account (ACCOUNT_SHAREPOINT). Now you might ask, where I am going to do all those steps? The answer is CB Administration Tool. What s that? It is a tool created by us to configure CB to connect to the required platform(s) and decide who which user can connect to what which platform using ConnectBridge. 7. CB Query Analyzer: okay great, now the ultimate question, how can Martin start accessing SharePoint via ConnectBridge? Where is he going to use his login and password to interact with SharePoint? Good question! Using another tool, we created for any CB User. This tool is called CB Query Analyzer. 8. CB Connection String: okay now Martin logged to CB Query Analyzer, but there is nothing there to access SharePoint as we promised him, why? That s okay! It s because Martin needs to do one more step before he can access SharePoint, basically he needs to add a connection to SharePoint, how will he do that? he will have to provide his username and password and that account we created earlier. Once he does that, a connection will be created for SharePoint, this connection is basically a line of text/string with some info required to connect to SharePoint, that s why it s called Connection- String or CB Connection String Steps to configure CB to connect the required platform: What we need to do here is to load 2 connectors, one connector for CRM and another one for SharePoint, configure them by creating an account for each, create a group for each account, and finally create a single user and assign those two groups to that user and get the connection string for each platform. No worries, we are here to help, to achieve that, please Follow the steps in our (CB Quick- Reference). I already followed those steps and I have those Connection Strings to 2 platforms: CRM Connection: Driver={Media Gateway ODBC Driver};IMPL=CORBA;HOST='localhost';PORT='8087';ACC='ACCOUNT_CRM'; UID='mto';PWD='*****' SharePoint Connection: Driver={Media Gateway ODBC Driver};IMPL=CORBA;HOST='localhost';PORT='8087';ACC='ACCOUNT_SHAREPOINT'; UID='mto';PWD='*****' 4. Microsoft SQL Server 4.1. MS SQL Server & its Management Studio Of course we all know that Microsoft SQL Server is a very powerful relational database management system - RDBMS. MS SQL Server is having a graphical user interface GUI that allows us to right click and choose menu options New Table, Properties to work with our database, this GUI is called MS SQL Server Management Studio. You might have noticed that it s called MS SQL Server, why? because this software MS SQL will be installed on the machine as a Server which is basically a software that is able to get requests and 24 Mar 2016 Page 6/16

7 send responses. For example, you are going to ask MS SQL Server to give you list of Contacts stored in table Contacts in a database called MyCompanyDB. That requires MS SQL Server to be able to listen to you, accept request from you, do the job and send you back the result. Using MS SQL Server, we are able to create databases and perform Create, Read, Update and Delete - CRUD - operations on the tables inside our databases MS SQL Server Query Analyzer If you have a solid knowledge of SQL statements and prefer to write queries code to perform your CRUD queries, then MS SQL Server Query Analyzer is the perfect tool for you. Using that tool, you can write queries to do anything you want to achieve we are actually going to use it in this document. You can access any database you want, access any table you want and get any information you want, you can even access more than one database at the same time in the same statement but those databases obviously need to be on the same MS SQL Server. Great, but what if from my MS SQL Server s Query Analyzer, I want to access a database which is not in my MS SQL Server?! Is it Possible?! Yes! This is where MS SQL Server Linked Servers comes to rescue! 4.3. MS SQL Server Linked Servers So as we understood using this feature MS SQL Server Linked Servers we are able to connect our MS SQL Server to external data sources, so that from within our Server we are able to perform CRUD operations on external data sources. How? let s see next. 5. Configure MS SQL Server to Connect to External Data-source(s) 5.1. Start Microsoft SQL Server Management Studio and login using either windows authentication or username and password as shown below in Figure 2: MS SQL Server Management Studio Login Screen Figure 2: MS SQL Server Management Studio Login Screen 24 Mar 2016 Page 7/16

8 Figure 3: MSDASQL Properties 5.2. Navigate to Sever Objects -> Linked Servers -> Providers -> MSDASQL by expanding the corresponding nodes as shown above in (Figure 3: MSDASQL Properties). Right click on MSDASQL Microsoft Data Access SQL and select Properties to show the dialog in (Figure 4: MSDASQL Properties Settings) Figure 4: MSDASQL Properties Settings 5.3. We have to ensure that the following settings/options are checked: Level zero only: For security reasons we have to ensure that only OLE DB providers that are compliant with level 0 OLE DB interface are supported Allow inprocess: to allow the data provider(s) external data sources to be instantiated as an in-process server in the same process as MS SQL Server. We need to do that to avoid passing authentication information between MS SQL Server and the Provider and to be able to work with datatypes like (varchar(max), nvarchar(max), varbinary(max), text, ntext, or image). Without enabling this option, we won t be able get a data of type image from SharePoint - for example - and insert it in our MS SQL Server Database. 24 Mar 2016 Page 8/16

9 5.4. Now we need to enable MS SQL Server to connect to external providers and execute queries to query data from external providers that use OLEDB let s call them External OLEDB Data Sources. We will do that in 3 steps: We need to open a new Query window by clicking the New Query button as shown in Figure 5: MS SQL Server Query Analyzer below. It doesn t matter which database is active, because what we are going to do is going to affect the entire MS SQL Server installation and in turn each and every database in there. As show below I have master as the active/target database Figure 5: MS SQL Server Query Analyzer We need to reconfigure MS SQL Server so that we can change/configure its advanced options. To do that we are going to execute a stored procedure called sp_configure it s a preinstalled system stored procedure - and we are going to specifically show advanced options by setting this option to 1. To do that we type the following stored procedure and press F5 to execute it. If everything goes right, you should get a message similar to the message in Figure 6: MS SQL Server - Showing Advanced Options below Figure 6: MS SQL Server - Showing Advanced Options Now we need to allow MS SQL Server to query those External OLEDB Data Sources using something called Ad Hoc Distributed Queries. By default, MS SQL Server doesn t allow the Ad Hoc Distributed Queries therefore we need to reconfigure this advanced option that s why we did the previous step by executing the stored procedure sp_configure passing the setting Ad Hoc Distributed Queries and the value 1 to enable it. If everything goes right, you should get a message similar to the message in Figure 7: MS SQL Server - Enabling Ad Hoc Distributed Queries below 24 Mar 2016 Page 9/16

10 Figure 7: MS SQL Server - Enabling Ad Hoc Distributed Queries 6. Link MS SQL Server to ConnectBridge 6.1. What we understood so far? Okay by now we understood the following: CB is a powerful tool that can connect to many platforms using APIs (function calls) while allowing you to interact with it using simple SQL Statements CB is using CB Account to connect to the required platform(s) We already loaded 2 connectors, configured them as 2 accounts CRM & SharePoint, we got the connection string for each one of them; We have a user called Martin with login mto who is authorized to use those 2 accounts We can login to MS SQL Server using windows authentication or using some username and password (we used sa ) 6.2. What s Next? Now we want to Connect MS SQL Server to ConnectBridge using the Linked Servers feature. Basically we are going to create 2 Linked Server, one Linked Server for CRM and the second one for SharePoint Why will we connect CB & MS SQL Server? Because of the goal we set at the beginning, remember? Accessing SharePoint without studying SharePoint - using SQL statements but without accessing the database of SharePoint. Great! Let s see how to do that! 6.4. Steps to link MS SQL Server to CB via Linked Server & CB Accounts Login to MS SQL Server, on the left side, navigate to Sever Objects -> Linked Servers. Right click on Linked Servers and choose New Linked Server as shown in the Figure 8: MS SQL Server - Adding New Linked Server below 24 Mar 2016 Page 10/16

11 Figure 8: MS SQL Server - Adding New Linked Server In the new Linked Server dialog, type in the required settings as shown in Figure 9: MS SQL Server - Configuring New Linked Server - General below. You will notice that we choose Microsoft OLE DB Providers for ODBC Drivers that s because ConnectBridge is relying on OLE DB and ODBC. Please don t close this dialog yet! Figure 9: MS SQL Server - Configuring New Linked Server - General Now we need to establish a relationship between the user using/accessing MS SQL Server and the user using/accessing CB. The user using MS SQL Server is called Local Login (in our scenario it s sa ) and the user using/accessing CB is called Remote User (in our scenario it s Martin with login mto). This is what we have to configure, and to do 24 Mar 2016 Page 11/16

12 that we click security tab to show the dialog in Figure 10: MS SQL Server - Configuring New Linked Server - Security below: Figure 10: MS SQL Server - Configuring New Linked Server - Security When the above dialog is displayed, we click the Add button and we type in the Local Login and the Remote User as we agreed. That s what I did here in Figure 11: MS SQL Server - Configuring New Linked Server - Logins Figure 11: MS SQL Server - Configuring New Linked Server - Logins 24 Mar 2016 Page 12/16

13 Okay I know you want to close the dialog but wait, we need to do one more step. Now we need to go to Server Options tab on the left hand side to show the dialog in Figure 12: MS SQL Server - Configuring New Linked Server - Server Options below and enable 2 features: RPC: to enable a certain security feature which we would need when we use some legacy feature called Remote Server don t worry about it now so that login validation between CB and MS SQL Server is possible RPC Out: to enable Remote Procedure Call feature, as we need to allow our stored procedures to be able to run remotely Figure 12: MS SQL Server - Configuring New Linked Server - Server Options Now we click okay and we are done! Yes! We configured MS SQL Server to connect to SharePoint. Now we can see SharePoint platform as a database in MS SQL Server, we can see table called Contacts, we can show a list of contacts from SharePoint, all this, without accessing SharePoint database as you could see in Figure 13: MS SQL Server - Linked Server Configured Successfully below 24 Mar 2016 Page 13/16

14 Figure 13: MS SQL Server - Linked Server Configured Successfully Now, I am going to try to show all contacts on SharePoint, by writing the SQL Statement SELECT * FROM SHAREPOINT Contacts;. Why the? because it follows the syntax server.database.schema.table and as you could see from Figure 13: MS SQL Server - Linked Server Configured Successfully above, our Server is SHAREPOINT, our database is without name our schema is without name and finally our table is Contacts. Okay let s try it out: Figure 14: MS SQL Server - Querying The Linked Server As you can see in Figure 15: Confirming the results of the Linked Server Query below, this is what I actually have online on SharePoint as well. Notice! The result of executing this 24 Mar 2016 Page 14/16

15 statement will be different as it depends on what is being stored in your SharePoint account. Figure 15: Confirming the results of the Linked Server Query I am sure you can add CRM as Linked Server to MS SQL Server on your own, you just need to repeat the same steps from to but of course using CRM Connecting String. You should have something similar to Figure 16: MS SQL Server - The 2nd Linked Server Configured Successfully below by the time you finish. You will notice difference in column names of course. Notice! The result of executing this statement will be different as it depends on what is being stored in your CRM account. Figure 16: MS SQL Server - The 2nd Linked Server Configured Successfully 24 Mar 2016 Page 15/16

16 7. Conclusion: We used 2 main technologies ConnectBridge and Microsoft SQL Server Linked Server to create an optimal solution maintained in SQL Server and based on SQL statements & stored procedures. Solution that allowed us to synchronize between multiple business platforms and our local MS SQL Server, giving us the advantage of a centralized data storage location, regardless of the platforms used and without writing a single line of code. Solution that s able to access those platforms using SQL statements but still without accessing the back end of those platforms which saves us the time, effort and money to study those platforms, makes us independent on how many or which platforms the company is using or going to use and finally allows our DB administrator to utilize his SQL knowledge to quickly use the solution to automate the synchronization process. Solution that can dramatically decrease costs and risks and increase productivity. 24 Mar 2016 Page 16/16

Using the SQL Server Linked Server Capability

Using the SQL Server Linked Server Capability Using the SQL Server Linked Server Capability SQL Server s Linked Server feature enables fast and easy integration of SQL Server data and non SQL Server data, directly in the SQL Server engine itself.

More information

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO: INTRODUCTION: You can extract data (i.e. the total cost report) directly from the Truck Tracker SQL Server database by using a 3 rd party data tools such as Excel or Crystal Reports. Basically any software

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Connecting to SQL server

Connecting to SQL server Micromedia International Technical study Author: Pierre Chevrier Number of pages: 17 Company: Micromedia International Date: 24/08/2011 Réf. : ETT_20110624_000001.docx Connecting to SQL server This document

More information

Website Pros Templates v1.0. Database Template Overview

Website Pros Templates v1.0. Database Template Overview Website Pros Templates v1.0 Database Template Overview The Templates v1.0 CD includes a pre-configured template using the database component introduced in NetObjects Fusion v8.0. The theme for this template

More information

DBMoto 6.5 Setup Guide for SQL Server Transactional Replications

DBMoto 6.5 Setup Guide for SQL Server Transactional Replications DBMoto 6.5 Setup Guide for SQL Server Transactional Replications Copyright This document is copyrighted and protected by worldwide copyright laws and treaty provisions. No portion of this documentation

More information

Installing Cobra 4.7

Installing Cobra 4.7 Installing Cobra 4.7 Stand-alone application using SQL Server Express A step by step guide to installing the world s foremost earned value management software on a single PC or laptop. 1 Installing Cobra

More information

Release Notes For Versant/ODBC On Windows. Release 7.0.1.4

Release Notes For Versant/ODBC On Windows. Release 7.0.1.4 Release Notes For Versant/ODBC On Windows Release 7.0.1.4 Table of Contents CHAPTER 1: Release Notes... 3 Description of Release... 4 System Requirements... 4 Capabilities of the Drivers... 5 Restrictions

More information

Connecting Software Connect Bridge - Exchange Server Sync User manual

Connecting Software Connect Bridge - Exchange Server Sync User manual Connect Bridge - Exchange Server Sync User manual Document History Version Date Author Changes 1.0 02 Mar 2015 KK Creation 1.1 17 Apr 2015 KK Update 1.2 27 July 2015 KK Update 1.3 3 March 2016 DMI Update

More information

Migration Manager v6. User Guide. Version 1.0.5.0

Migration Manager v6. User Guide. Version 1.0.5.0 Migration Manager v6 User Guide Version 1.0.5.0 Revision 1. February 2013 Content Introduction... 3 Requirements... 3 Installation and license... 4 Basic Imports... 4 Workspace... 4 1. Menu... 4 2. Explorer...

More information

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code. Content Introduction... 2 Data Access Server Control Panel... 2 Running the Sample Client Applications... 4 Sample Applications Code... 7 Server Side Objects... 8 Sample Usage of Server Side Objects...

More information

How to Connect to CDL SQL Server Database via Internet

How to Connect to CDL SQL Server Database via Internet How to Connect to CDL SQL Server Database via Internet There are several different methods available for connecting to the CDL SQL Server. Microsoft Windows has built in tools that are very easy to implement

More information

Accessing a Microsoft SQL Server Database from SAS on Microsoft Windows

Accessing a Microsoft SQL Server Database from SAS on Microsoft Windows Accessing a Microsoft SQL Server Database from SAS on Microsoft Windows On Microsoft Windows, you have two options to access a Microsoft SQL Server database from SAS. You can use either SAS/Access Interface

More information

MS SQL Server Database Management

MS SQL Server Database Management MS SQL Server Database Management Contents Creating a New MS SQL Database... 2 Connecting to an Existing MS SQL Database... 3 Migrating a GoPrint MS SQL Database... 5 Troubleshooting... 11 Published April

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Getting to Know the SQL Server Management Studio

Getting to Know the SQL Server Management Studio HOUR 3 Getting to Know the SQL Server Management Studio The Microsoft SQL Server Management Studio Express is the new interface that Microsoft has provided for management of your SQL Server database. It

More information

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later Copyright 2015, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

AutoMate BPA Server 10 Installation Guide

AutoMate BPA Server 10 Installation Guide AutoMate BPA Server 10 Installation Guide AutoMate BPA Server follows the client/server model of computing where one or more servers are hosts that share their resources with multiple clients. Since data

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3

INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 Often the most compelling way to introduce yourself to a software product is to try deliver value as soon as possible. Simego DS3 is designed to get you

More information

Connecting to Manage Your MS SQL Database

Connecting to Manage Your MS SQL Database Using MS SQL databases HOWTO Copyright 2001 Version 1.0 This HOWTO describes how to connect to a MS SQL database and how to transfer data to an SQL server database. Table of Contents Connecting to Manage

More information

HR Onboarding Solution

HR Onboarding Solution HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights

More information

IceWarp Server. Log Analyzer. Version 10

IceWarp Server. Log Analyzer. Version 10 IceWarp Server Log Analyzer Version 10 Printed on 23 June, 2009 i Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 2 Advanced Configuration... 5 Log Importer... 6 General...

More information

Guidelines for Installing SQL Server and Client (SQL Server Management Studio)

Guidelines for Installing SQL Server and Client (SQL Server Management Studio) Guidelines for Installing SQL Server and Client (SQL Server Management Studio) Installing process is pretty straightforward. Any Express version would be ok with writing SQL part of the course, but Stored

More information

Microsoft SQL Replication

Microsoft SQL Replication Microsoft SQL Replication v1 28-January-2016 Revision: Release Publication Information 2016 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and

More information

Avigilon Control Center System Integration Guide

Avigilon Control Center System Integration Guide Avigilon Control Center System Integration Guide with STENTOFON AlphaCom INT-STENTOFON-B-Rev3 Copyright 2013 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

RSA Security Analytics

RSA Security Analytics RSA Security Analytics Event Source Log Configuration Guide Microsoft SQL Server Last Modified: Thursday, July 30, 2015 Event Source Product Information: Vendor: Microsoft Event Source: SQL Server Versions:

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

Release Notes LS Retail Data Director 3.01.04 August 2011

Release Notes LS Retail Data Director 3.01.04 August 2011 Release Notes LS Retail Data Director 3.01.04 August 2011 Copyright 2010-2011, LS Retail. All rights reserved. All trademarks belong to their respective holders. Contents 1 Introduction... 1 1.1 What s

More information

Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute

Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute JMP provides a variety of mechanisms for interfacing to other products and getting data into JMP. The connection

More information

Video Administration Backup and Restore Procedures

Video Administration Backup and Restore Procedures CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following

More information

SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

Jolly Server Getting Started Guide

Jolly Server Getting Started Guide JOLLY TECHNOLOGIES Jolly Server Getting Started Guide The purpose of this guide is to document the creation of a new Jolly Server in Microsoft SQL Server and how to connect to it using Jolly software products.

More information

4cast Server Specification and Installation

4cast Server Specification and Installation 4cast Server Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements Item Minimum Recommended Operating system

More information

MSSQL quick start guide

MSSQL quick start guide C u s t o m e r S u p p o r t MSSQL quick start guide This guide will help you: Add a MS SQL database to your account. Find your database. Add additional users. Set your user permissions Upload your database

More information

Using SQL-server as database engine

Using SQL-server as database engine This tutorial explains on a step by step base how to configure YDOC-Insights for usage with a SQL-server database. (How to manage SQL-server itself is not part of this tutorial) CONTENTS CONTENTS 1 1.

More information

Technical Bulletin. SQL Express Backup Utility

Technical Bulletin. SQL Express Backup Utility Technical Bulletin SQL Express Backup Utility May 2012 Introduction This document describes the installation, configuration and use of the SATEON SQL Express Backup utility, which is used to provide scheduled

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Grupo Lanka s Pivotal Development tools are integrated by the follow individual products:

Grupo Lanka s Pivotal Development tools are integrated by the follow individual products: Page 1 / 7 Pivotal Development Tools Our portfolio is oriented to present technical products created by Grupo Lanka specifically for Pivotal systems Video-demo showcases are available to show some of the

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Managing User Accounts

Managing User Accounts Managing User Accounts This chapter includes the following sections: Configuring Local Users, page 1 Active Directory, page 2 Viewing User Sessions, page 6 Configuring Local Users Before You Begin You

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

CounterPoint SQL and Magento ecommerce Interface

CounterPoint SQL and Magento ecommerce Interface CounterPoint SQL and Magento ecommerce Interface Requirements: CounterPoint SQL: 8.3.9, 8.4.2 Magento Community Edition: 1.5.1+ (older versions are not compatible due to changes in Magento s API) MagentoGo

More information

CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY

CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY Outline The Proficy HMI/SCADA CIMPLICITY product has the ability to log point data to a Microsoft SQL Database. This data can

More information

Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL

Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL Microsoft Dynamics Connector for Microsoft Dynamics Configuration Guide for Microsoft Dynamics SL Revised August, 2012 Find updates to this documentation at the following location: http://www.microsoft.com/download/en/details.aspx?id=10381

More information

Aradial Installation Guide

Aradial Installation Guide Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

ReportByEmail ODBC Connection setup

ReportByEmail ODBC Connection setup ReportByEmail ODBC Connection setup Page 2 of 28 Content Introduction... 3 ReportByEmail Server and changing ODBC settings... 3 Microsoft AD Windows setup... 3 Important notice regarding 32-bit / 64-bit

More information

Creating IBM Cognos Controller Databases using Microsoft SQL Server

Creating IBM Cognos Controller Databases using Microsoft SQL Server Guideline Creating IBM Cognos Controller Databases using Microsoft SQL Product(s): IBM Cognos Controller 8.1 or higher Area of Interest: Financial Management 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

TaskCentre v4.5 Run Crystal Report Tool White Paper

TaskCentre v4.5 Run Crystal Report Tool White Paper TaskCentre v4.5 Run Crystal Report Tool White Paper Document Number: PD500-03-13-1_0-WP Orbis Software Limited 2010 Table of Contents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 Features 2 TECHNICAL

More information

How-To: MySQL as a linked server in MS SQL Server

How-To: MySQL as a linked server in MS SQL Server How-To: MySQL as a linked server in MS SQL Server 1 Introduction... 2 2 Why do I want to do this?... 3 3 How?... 4 3.1 Step 1: Create table in SQL Server... 4 3.2 Step 2: Create an identical table in MySQL...

More information

EVENT LOG MANAGEMENT...

EVENT LOG MANAGEMENT... Event Log Management EVENT LOG MANAGEMENT... 1 Overview... 1 Application Event Logs... 3 Security Event Logs... 3 System Event Logs... 3 Other Event Logs... 4 Windows Update Event Logs... 6 Syslog... 6

More information

Introducing SQL Server Express

Introducing SQL Server Express 4402book.fm Page 1 Monday, May 8, 2006 10:52 AM Part 1 Introducing SQL Server Express Chapter 1: Introduction to SQL Server Express Chapter 2: Overview of Database Concepts Chapter 3: Overview of SQL Server

More information

Setting up a database for multi-user access

Setting up a database for multi-user access BioNumerics Tutorial: Setting up a database for multi-user access 1 Aims There are several situations in which multiple users in the same local area network (LAN) may wish to work with a shared BioNumerics

More information

Defining an OLEDB Library in SAS Management Console Using Windows Authentication

Defining an OLEDB Library in SAS Management Console Using Windows Authentication Defining an OLEDB Library in SAS Management Console Using Windows Authentication Adding a User with the SAS Management Console User Manager Defining the OLEDB Server Defining the OLEDB Library Verifying

More information

ecopy ShareScan 5.0 SQL installs guide

ecopy ShareScan 5.0 SQL installs guide ecopy ShareScan 5.0 SQL installs guide Created by Rob O Leary, 3/28/2011 5.0 SQL installs guide 2 ShareScan 5.0 has two SQL setup types: Complete: Installs and connects the local MS SQL Server 2008 Express

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

RDS Migration Tool Customer FAQ Updated 7/23/2015

RDS Migration Tool Customer FAQ Updated 7/23/2015 RDS Migration Tool Customer FAQ Updated 7/23/2015 Amazon Web Services is now offering the Amazon RDS Migration Tool a powerful utility for migrating data with minimal downtime from on-premise and EC2-based

More information

Basic SQL Server operations

Basic SQL Server operations Basic SQL Server operations KB number History 22/05/2008 V1.0 By Thomas De Smet CONTENTS CONTENTS... 1 DESCRIPTION... 1 SOLUTION... 1 REQUIREMENTS...13 REFERENCES...13 APPLIES TO...13 KEYWORDS...13 DESCRIPTION

More information

ODBC Driver Version 4 Manual

ODBC Driver Version 4 Manual ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual

More information

DocumentsCorePack for MS CRM 2011 Implementation Guide

DocumentsCorePack for MS CRM 2011 Implementation Guide DocumentsCorePack for MS CRM 2011 Implementation Guide Version 5.0 Implementation Guide (How to install/uninstall) The content of this document is subject to change without notice. Microsoft and Microsoft

More information

Guide to Setting up Docs2Manage using Cloud Services

Guide to Setting up Docs2Manage using Cloud Services COMvantage Solutions Presents: Version 3.x Cloud based Document Management Guide to Setting up Docs2Manage using Cloud Services Docs2Manage Support: Email: service@docs2manage.com Phone: +1.847.690.9900

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Falcon Install Guide

Falcon Install Guide Falcon Install Guide Table Of Contents Installation...1 FALCON...1 Installation Instructions...1 Server Install...2 Server Install...2 Server Install...7 Client Install...11 SQLBase Client Install...12

More information

How to Install SQL Server 2008

How to Install SQL Server 2008 How to Install SQL Server 2008 A Step by Step guide to installing SQL Server 2008 simply and successfully with no prior knowledge Developers and system administrators will find this installation guide

More information

ICE for Eclipse. Release 9.0.1

ICE for Eclipse. Release 9.0.1 ICE for Eclipse Release 9.0.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional

More information

HansaWorld SQL Training Material

HansaWorld SQL Training Material HansaWorld University HansaWorld SQL Training Material HansaWorld Ltd. January 2008 Version 5.4 TABLE OF CONTENTS: TABLE OF CONTENTS:...2 OBJECTIVES...4 INTRODUCTION...5 Relational Databases...5 Definition...5

More information

R i o L i n x s u p p o r t @ r i o l i n x. c o m 1 / 3 0 / 2 0 1 2

R i o L i n x s u p p o r t @ r i o l i n x. c o m 1 / 3 0 / 2 0 1 2 XTRASHARE INSTALLATION GUIDE This is the XtraShare installation guide Development Guide How to develop custom solutions with Extradium for SharePoint R i o L i n x s u p p o r t @ r i o l i n x. c o m

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Technical Paper. Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication

Technical Paper. Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication Technical Paper Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication Release Information Content Version: 1.0 October 2015. Trademarks and Patents SAS Institute

More information

Suite. How to Use GrandMaster Suite. Exporting with ODBC

Suite. How to Use GrandMaster Suite. Exporting with ODBC Suite How to Use GrandMaster Suite Exporting with ODBC This page intentionally left blank ODBC Export 3 Table of Contents: HOW TO USE GRANDMASTER SUITE - EXPORTING WITH ODBC...4 OVERVIEW...4 WHAT IS ODBC?...

More information

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Connecting Software. CB Mobile CRM Windows Phone 8. User Manual

Connecting Software. CB Mobile CRM Windows Phone 8. User Manual CB Mobile CRM Windows Phone 8 User Manual Summary This document describes the Windows Phone 8 Mobile CRM app functionality and available features. The document is intended for end users as user manual

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

More information

Microsoft Dynamics GP. econnect Installation and Administration Guide Release 9.0

Microsoft Dynamics GP. econnect Installation and Administration Guide Release 9.0 Microsoft Dynamics GP econnect Installation and Administration Guide Release 9.0 Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Backup Assistant User Guide NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Liability Disclaimer NEC Unified Solutions, Inc. reserves the right to change the specifications, functions,

More information

XMailer Reference Guide

XMailer Reference Guide XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this

More information

Perceptive Connector for Infor Lawson AP Invoice Automation

Perceptive Connector for Infor Lawson AP Invoice Automation Perceptive Connector for Infor Lawson AP Invoice Automation Integration Guide Version: 1.4.x Written by: Product Knowledge, R&D Date: October 2015 2015 Lexmark International Technology, S.A. All rights

More information

How to Use PIPS Access to/from SQL Database Utility Program. By PIPSUS Support Team Dr. Chouikha (achouikha@gmail.com)

How to Use PIPS Access to/from SQL Database Utility Program. By PIPSUS Support Team Dr. Chouikha (achouikha@gmail.com) How to Use PIPS Access to/from SQL Database Utility Program By PIPSUS Support Team Dr. Chouikha (achouikha@gmail.com) 1. Introduction PIPS (Price Index Processor Software) data transfer utility program

More information

Migrate Topaz databases from One Server to Another

Migrate Topaz databases from One Server to Another Title Migrate Topaz databases from One Server to Another Author: Olivier Lauret Date: November 2004 Modified: Category: Topaz/BAC Version: Topaz 4.5.2, BAC 5.0 and BAC 5.1 Migrate Topaz databases from

More information

The Greenshades Center

The Greenshades Center The Greenshades Center Installation Manual Greenshades Software Support Team support@greenshades.com 1-888-255-3815 1 Table of Contents Table of Contents... 2 Install Required Programs... 3 Required Programs...

More information

How to Move an SAP BusinessObjects BI Platform System Database and Audit Database

How to Move an SAP BusinessObjects BI Platform System Database and Audit Database How to Move an SAP BusinessObjects BI Platform System Database and Audit Database Technology Used SAP BI Platform 4.1 (this includes SAP BusinessObjects Enterprise 4.1, SAP BusinessObjects Edge 4.1 and

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

Setting Up ALERE with Client/Server Data

Setting Up ALERE with Client/Server Data Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,

More information

Nortel Networks Symposium Call Center Server Symposium Database Integration User s Guide

Nortel Networks Symposium Call Center Server Symposium Database Integration User s Guide 297-2183-911 Nortel Networks Symposium Call Center Server Symposium Database Integration User s Guide Product release 5.0 Standard 1.0 April 2004 Nortel Networks Symposium Call Center Server Symposium

More information

PaperClip Audit System Installation Guide

PaperClip Audit System Installation Guide Installation Guide Version 1.0 Copyright Information Copyright 2005, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software, Inc. All brand

More information

Install MS SQL Server 2012 Express Edition

Install MS SQL Server 2012 Express Edition Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other

More information

ODBC And SQL. V4.x 06/30/2005 Document v1.01

ODBC And SQL. V4.x 06/30/2005 Document v1.01 ODBC And SQL V4.x 06/30/2005 Document v1.01 Overview The purpose of this document is to provide a basic understanding of how Kepware s ODBC driver works with Microsoft SQL. This is a quick reference document,

More information

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers NOTE: You can use these instructions to configure instructor and student machines. Software Required Microsoft Access 2007, 2010 MicroStrategy 9.3 Microsoft SQL Server Express 2008 R2 (free from Microsoft)

More information

Training module 2 Installing VMware View

Training module 2 Installing VMware View Training module 2 Installing VMware View In this second module we ll install VMware View for an End User Computing environment. We ll install all necessary parts such as VMware View Connection Server and

More information

RFMS, INC. Reference Library Documentation. Version 10 Conversion Manual. Microsoft SQL

RFMS, INC. Reference Library Documentation. Version 10 Conversion Manual. Microsoft SQL RFMS, INC. Reference Library Documentation Version 10 Conversion Manual Microsoft SQL TABLE OF CONTENTS GENERAL INFORMATION... 3 SYSTEM SPECIFICATIONS AND RECOMMENDATIONS... 4 SQL EXPRESS INSTALLATION...

More information

1 Download & Installation... 4. 1 Usernames and... Passwords

1 Download & Installation... 4. 1 Usernames and... Passwords Contents I Table of Contents Part I Document Overview 2 Part II Document Details 3 Part III EventSentry Setup 4 1 Download & Installation... 4 Part IV Configuration 4 1 Usernames and... Passwords 5 2 Network...

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information