How To Upgrade a local MSDE database to an SQL Server



Similar documents
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 July 2014 (GUIDE 2) Lucid Rapid Version 6.05-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

Archive Server for MDaemon disaster recovery & database migration

Video Administration Backup and Restore Procedures

Migrating helpdesk to a new server

Polar Help Desk Installation Guide

Jolly Server Getting Started Guide

Connect to a SQL Database with Monitouch

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function.

Database Selection Guide

Sync your schedule and work orders with SME & Microsoft Outlook

Notes Transfer instructions INTRODUCTION More information

SpectraPro. SLQ Server databases

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

QUANTIFY INSTALLATION GUIDE

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

PaperStream Connect. Setup Guide. Version Copyright Fujitsu

Upgrading MySQL from 32-bit to 64-bit

FaxCore 2007 Application-Database Backup & Restore Guide :: Microsoft SQL 2005 Edition

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1

SEER Enterprise Shared Database Administrator s Guide

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

Database Selection Guide

Checking SQL Server or MSDE Version and Service Pack Level

System Area Management Software Tool Tip: Integrating into NetIQ AppManager

Enterprise Server Setup Guide

SafeCom G2 Enterprise Disaster Recovery Manual

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

Installation Instruction STATISTICA Enterprise Small Business

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011

These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations:

SQL EXPRESS INSTALLATION...

Linking Access to SQL Server

How To Upgrade Your Microsoft SQL Server for Accounting CS Version

SQL Server 2008 R2 Express Edition Installation Guide

Setting up an MS SQL Server for IGSS

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

Migrating FMS to SQL SIMS 2009 Autumn Main Release Onwards

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

Preparing to Install SQL Server 2005

Automated backup. of the LumaSoft Gas database

Print Manager Plus 2010 How to Migrate your Database to a New SQL or Print Server

TMS Database Knowledge Tips

4D v1x ODBC Driver INSTALLATION GUIDE

ilaw Installation Procedure

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

SplendidCRM Deployment Guide

Basic SQL Server operations

Instructions. Introduction

Active Directory Authentication Integration

NetSupport DNA Configuration of Microsoft SQL Server Express

SEER-HD Database Administrator s Guide

Crystal Reports Installation Guide

Installing SQL Express. For CribMaster 9.2 and Later

Installing a Database for Centralized ed User Management

1 of 10 1/31/2014 4:08 PM

1) How To Make Private Server With Detail.

Upgrade Guide BES12. Version 12.1

Project Server 2003 Install on SBS 2003 Courtesy of Chris Jones All rights reserved by the Author

User Setup for SQL Security

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

Keep SQL Service Running On Replica Member While Replicating Data In Realtime

Installation Manual Version 8.5 (w/sql Server 2005)

Server Installation: ServerTools

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

Microsoft SQL Server Staging

SIMS Multi-user Installation Instructions

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

ilaw Server Migration Guide

Historical Reporting Client (HRC) User Login Fails

Installing Cobra 4.7

Migrating SIMS to SQL SIMS 2009 Autumn Main Release Onwards

Archive Server for MDaemon disaster recovery & database migration

Tenrox and Microsoft Dynamics CRM Integration Guide

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

How to move a SQL database from one server to another

Define ODBC Database Library using Management Console

Table of Contents. CHAPTER 1 About This Guide CHAPTER 2 Introduction CHAPTER 3 Database Backup and Restoration... 15

Immotec Systems, Inc. SQL Server 2005 Installation Document

Upgrade Considerations for etrust Audit and etrust Security Command Center r8 SP2

Installation / Migration Guide for Windows 2000/2003 Servers

Matrix 5.0 Software Upgrade

Setting Up ALERE with Client/Server Data

MS SQL 2000 Server with CDR DICOM 3.5 and Recommended WAN Configuration

Bitrix Site Manager ASP.NET. Installation Guide

TROUBLESHOOTING GUIDE

XMailer Reference Guide

Version 3. Installation Guide for SQL Server 2005 Express Edition. Copyright 2011 Teclink Development Ltd. All rights reserved.

Introduction and Overview

Specops Command. Installation Guide

Configure an ODBC Connection to SAP HANA

Installation Instruction STATISTICA Enterprise Server

Web Filter. SurfControl Web Filter 5.0 Installation Guide. The World s #1 Web & Filtering Company

McAfee Encrypted USB Manager 3.1 Deployment and Administration Guide

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Transcription:

Canon Ref.: uniwp-027 How To Upgrade a local MSDE database to an SQL Server Version no: 1.0 Stand: July 7, 2005

Version: 1.0 Date: July 7, 2005 First Draw-up Date: July 7, 2005 Author: Revision history: Thomas Lemmer Version: Revision date: Technologies concerned: Reviewer: File name: Marja Pals HOW TO - Upgrade a local MSDE database to an SQL Server.doc Index: 1. Upgrade from a local MSDE database to an SQL Server 2. Advantages of SQL Server Instances July 11, 2005 2

1. Upgrade from a local MSDE database to an SQL Server If you don t have the password for the SQL Server connection during the installation ready to hand, the administrator has to create the new database in the following way. Also those steps are required, if you want to upgrade from a local MSDE database to an SQL Server. - Start the SQL Server Client Network Utility with Start/Run /cliconfg [Enter] - Activate the TCP/IP-protocol as the only enabled protocol - Confirm with OK Load the following script under http://www.nt -ware.com/mom/sql/momdb.sql Open the command shell and navigate to the installation folder of uniflow (in general: c:\programfiles\uniflow\msde). Execute the following command: osql S <SQL-Servername> -U <loginname(sa-account)> -I momdb.sql This command will create the database. Test the proper function of the database with the following commands: - Open a command shell - Type: osql S <SQL-Servername> -U PbaIp P ntwsqlpwd [Enter] - Type: use DsPcDb [Enter] - Type: go [Enter] With those commands, you should be able to connect to the database. To enable uniflow to access the database via ODBC link, the following steps have to be performed: - Open Start/All Programs/Administrative Tools/Data Sources (ODBC) - Choose the tab System DSN - Mark the entry NtwBrokerDsn and click on Configure

- Choose the SQL Server on which the uniflow database has been installed. - In the next window, choose: With SQL Server authentication using a login ID and password entered by the user. and of course the Login ID and the Password. Now click on Next. - Please test the connection via clicking on Test Data Source in the next screen.

- After a successful test, you ll get the following message: To prepare the websites for the connection to the SQL Server, one has to change some registry entries. Therefore open the registry and navigate to the key: HKEY-local_Machine\Software\NT-ware\Mom Change the value with the entry Connectionstring in the following way: Before: Provider=SQLOLEDB.1;Persist Security Info=True;User ID=pbaip;Password=ntwsqlpwd;Initial Catalog=DsPcDb;Data Source=(local);Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096 After: Provider=SQLOLEDB.1;Persist Security Info=True;User ID=pbaip;Password=ntwsqlpwd;Initial Catalog=DsPcDb;Data Source=<SQL-Servername>;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096

[In our example the name of the SQL Server is canoflow with the instance uniflow. (Please have a look at 2 Advantages of SQL Server Instances)] Navigate to the key: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MomSvc And delete the Value data of DependOnService If the key also exists under: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MomSvc and HKEY_LOCAL_MACHINE\SYSTEM\ControlSet00X\Services\MomSvc it also should be deleted. For the website access to the database, the following global.asa files have to be modified. Therefore navigate via Explorer to the folder: C:\Program Files\uniFLOW\WebClient - Mark the file global.asa and delete the attribute Read-only munder properties. - Open the file with an editor (i.e. notepad). - Change the string local with the name of the SQL Server. (Note: If you should use special characters with the server name like \ or }, which is created in general with a SQL instance, the special character will be identified only with a prefixed \ (backslash). - After changing, please set the file back to Read-only. - Please also proceed in the same way with the following files: C:\Program Files\uniFLOW\WebQueueMan C:\Program Files\uniFLOW\WebReleaseMan C:\Program Files\uniFLOW\WebServer Now you can de-install the MSDE via Add or Remove Programs to complete your configuration.

2. Advantages of SQL Server Instances Advantages and tips for the use of a named instance on a SQL Server. The biggest advantage is the simultaneous usage of multiple independent SQL Servers which can be installed with just one License. A maximum of 16 instances per SQL Server license is possible. All instances need to be installed one by one with the setup routine. Therefore the installation CD is required. Note: There is only one standard instance per SQL Server and Computer possible. Therefore you can use an unchanged standard installation of SQL Server version 6.5 or 7.0 or an installation of SQL Server 2000, which has been installed as standard instance. In all cases the standard instance uses the same service names, registration structures, network monitor points and other standard settings, which are used in SQL server 7.0. If you install a standard instance of SQL server, the service names remain MSSQLServer and SQLServerAgent. If you install a named instance of SQL server, the service names are changed as follows: - MSSQL$InstanceName for the MSSQLServer-service. - SQLAgent$InstanceName for the SQLServerAgent -service. The services Microsoft Distributed Transaction Coordinator (MS DTC) and Microsoft Search will be installed only once and can be used at the same time by all installed instances of SQL Server. Standard instance of SQL Server: This instance is identified by the network name of the computer on which it is running. Applications, which use client software of earlier versions of SQL Server, can make a connection to a standard instance. Servers with SQL Server version 6.5 or SQL server version 7.0 can be used as standard instances. Named instance of SQL Server: This instance is identified by the network name of the computer and an instance name in the format < computername>\<instancename >. Applications must use SQL Server 2000 client component, in order to make a connection to a named instance. A computer can run as many as desired named instances of SQL Server at the same time. A named instance can be implemented at the same time with an existing installation by SQL Server version 6.5 or SQL Server version 7.0. The instance name may not be longer than 16 characters. A new instance name must begin with a character, an ampersand (&) or an underscore (_) and can contain letters, numbers and other characters. SQL Server system names and reserved names may not be used as instance names. The term "default" may not be used as instance name, because it is a reserved name of the setup program. For more information about the SQL Server and its instances, please refer to the SQL Server Online documentation which is delivered and installed with each SQL Server installation.