Supplement for Installing Adaptive Server for Common Criteria Configuration

Size: px
Start display at page:

Download "Supplement for Installing Adaptive Server for Common Criteria Configuration"

Transcription

1 Supplement for Installing Adaptive Server for Common Criteria Configuration Document ID: DC Last revised: November 2004 Topic Page 1. Product summary 1 2. Special installation instructions 1 3. Environmental requirements 4 1. Product summary The Evaluated Configuration consists of Adaptive Server version with Security and Directory Services option. The Evaluated Configuration enables only Row Level Access Control and Auditing. 2. Special installation instructions To install the server in the evaluated configuration: 1 Install adaptive server from CD. Installation instructions can be found in the Installation Guide for your platform. While performing the installation, select the following options: when prompted to choose between typical, full or custom install, choose typical install. when prompted to configure new servers, choose Adaptive Server only. Copyright by Sybase, Inc. All rights reserved. Sybase, the Sybase logo, ADA Workbench, Adaptable Windowing Environment, Adaptive Component Architecture, Adaptive Server, Adaptive Server Anywhere, Adaptive Server Enterprise, Adaptive Server Enterprise Monitor, Adaptive Server Enterprise Replication, Adaptive Server Everywhere, Adaptive Warehouse, Afaria, Answers Anywhere, Anywhere Studio, Application Manager, AppModeler, APT Workbench, APT-Build, APT-Edit, APT-Execute, APT-Translator, APT-Library, AvantGo Mobile Delivery, AvantGo Mobile Inspection, AvantGo Mobile Marketing Channel, AvantGo Mobile Pharma, AvantGo Mobile Sales, AvantGo Pylon, AvantGo Pylon Application Server, AvantGo Pylon Conduit, AvantGo Pylon PIM Server, AvantGo Pylon Pro, Backup Server, BizTracker, ClearConnect, Client-Library, Client Services, Convoy/DM, Copernicus, Data Pipeline, Data Workbench, DataArchitect, Database Analyzer, DataExpress, DataServer, DataWindow, DataWindow.NET, DB-Library, dbqueue, Developers Workbench, Direct Connect Anywhere, DirectConnect, Distribution Director, e-adk, E-Anywhere, e-biz Impact, e-biz Integrator, E-Whatever, EC Gateway, ECMAP, ECRTP, efulfillment Accelerator, Embedded SQL, EMS, Enterprise Application Studio, Enterprise Client/Server, Enterprise Connect, Enterprise Data Studio, Enterprise Manager, Enterprise SQL Server Manager, Enterprise Work Architecture, Enterprise Work Designer, Enterprise Work Modeler, eprocurement Accelerator, EWA, Financial Fusion, Financial Fusion Server, Gateway Manager, GlobalFIX, ianywhere, ianywhere Solutions, ImpactNow, Industry Warehouse Studio, InfoMaker, Information Anywhere, Information Everywhere, InformationConnect, InternetBuilder, iscript, Jaguar CTS, jconnect for JDBC, M2M Anywhere, Mail Anywhere Studio, MainframeConnect, Maintenance Express, Manage Anywhere Studio, M-Business Channel, M-Business Network, M-Business Server, MDI Access Server, MDI Database Gateway, media.splash, MetaWorks, mfolio, Mirror Activator, MySupport, Net-Gateway, Net-Library, New Era of Networks, ObjectConnect, ObjectCycle, OmniConnect, OmniSQL Access Module, OmniSQL Toolkit, Open Biz, Open Client, Open ClientConnect, Open Client/Server, Open Client/Server Interfaces, Open Gateway, Open Server, Open ServerConnect, Open Solutions, Optima++, PB-Gen, PC APT Execute, PC DB-Net, PC Net Library, PocketBuilder, Pocket PowerBuilder, Power++, power.stop, PowerAMC, PowerBuilder, PowerBuilder Foundation Class Library, PowerDesigner, PowerDimensions, PowerDynamo, PowerScript, PowerSite, PowerSocket, Powersoft, PowerStage, PowerStudio, PowerTips, Powersoft Portfolio, Powersoft Professional, PowerWare Desktop, PowerWare Enterprise, ProcessAnalyst, QAnywhere, Rapport, RemoteWare, RepConnector, Replication Agent, Replication Driver, Replication Server, Replication Server Manager, Replication Toolkit, Report-Execute, Report Workbench, Resource Manager, RFID Anywhere, RW-DisplayLib, RW-Library, S-Designor, SDF, Secure SQL Server, Secure SQL Toolset, Security Guardian, SKILS, smart.partners, smart.parts, smart.script, SQL Advantage, SQL Anywhere, SQL Anywhere Studio, SQL Code Checker, SQL Debug, SQL Edit, SQL Edit/TPU, SQL Everywhere, SQL Modeler, SQL Remote, SQL Server, SQL Server Manager, SQL SMART, SQL Toolset, SQL Server/CFT, SQL Server/DBM, SQL Server SNMP SubAgent, SQL Station, SQLJ, STEP, SupportNow, S.W.I.F.T. Message Format Libraries, Sybase Central, Sybase Client/Server Interfaces, Sybase Financial Server, Sybase Gateways, Sybase IQ, Sybase MPP, Sybase SQL Desktop, Sybase SQL Lifecycle, Sybase SQL Workgroup, Sybase User Workbench, SybaseWare, Syber Financial, SyberAssist, SybFlex, SyBooks, System 10, System 11, System XI (logo), SystemTools, Tabular Data Stream, TradeForce, Transact-SQL, Translation Toolkit, UltraLite, UltraLite.NET, UNIBOM, Unilib, Uninull, Unisep, Unistring, URK Runtime Kit for UniCode, VisualWriter, VQL, WarehouseArchitect, Warehouse Control Center, Warehouse Studio, Warehouse WORKS, Watcom, Watcom SQL, Watcom SQL Server, Web Deployment Kit, Web.PB, Web.SQL, WebSights, WebViewer, WorkGroup SQL Server, XA-Library, XA-Server, XcelleNet, and XP Server are trademarks of Sybase, Inc. 11/04

2 2. Special installation instructions Adaptive Server Enterprise version Follow instructions in installation guide to install license option for Sybase Security and Directory Services package. 3 Login to Adaptive Server using isql and lock the probe login. isql -Usa -P -S<your_server_name> 1> sp_locklogin 'probe', 'lock' 2> go Account locked. (return status = 0) Additionally, on Windows installations, lock the mon_user login: 1>sp_locklogin 'mon_user', 'lock' 2> go Account locked. (return status = 0) 4 Ensure that all physical devices created by the installation process have write permission only for the operating system user who installs, configures and runs Adaptive Server (generally user sybase ). On a UNIX machine, this can be verified using the following command: % ls -l total rw-rw-r-- 1 sybase sybase May 13 13:55 master.dat -rw-rw-r-- 1 sybase sybase May 13 13:48 sproc.dat % chmod 640 master.dat sproc.dat % ls -l total rw-r sybase sybase May 13 13:55 master.dat -rw-r sybase sybase May 13 13:48 sproc.dat Note The above commands assume that OS files master.dat and sproc.dat were used to create the master and sybsystemprocs devices. This verification should be carried out for any new devices created during the lifetime of Adaptive Server. For more information on managing devices in Adaptive Server, see the System Administration Guide. 5 To configure auditing, see the Auditing chapter in System Administration Guide. 2 Common Criteria Supplement for Adaptive Server Enterprise

3 Adaptive Server Enterprise version Special installation instructions 6 To configure login triggers, see the Managing User Permissions chapter in System Administration Guide. Note The Evaluated Configuration does not enable any other options. 2.1 If you are installing Adaptive Server on Windows Perform the following steps if you installed the Evaluated Configuration on the Windows platform. Perform these steps as the same sybase user that installed Adaptive Server. The sybase user must be a member of Windows systemdefined group Administrators to have the access privileges required to complete these steps. For more information about installing Adaptive Server, see the Installation Guide for Windows. 1 Stop the Adaptive Server services. Open Control Panel Administrator Tools Services. Select each of the Sybase Adaptive Server entries and stop them by right-clicking on each entry and selecting Stop. There are separate entries in Services for Sybase Adaptive Server SQLServer, XPServer, BCKServer, MONServer, and SYSAM. 2 Install SybProtect. Download the SybProtect utility (EBF 12326) from and extract all the files into a temporary location on your local disk using WinZIP. Follow the installation instructions in the EBF cover letter to install the SybProtect utility. After completing the installation, use the Windows Administrative Tools to stop the SybProtect service. 3 Set access permissions. Identify the drives and folders where the Adaptive Server software is installed, and identify Adaptive Server's disk devices. Use the Windows command-line tool, cacls, or Windows Explorer to set access permissions on the identified drives and folders. See your Windows documentation or consult with your Windows administrator for information about cacls or Windows Explorer. Note cacls is a command-line utility available on Windows 2000 and later versions. On earlier Windows versions, cacls is available from the NT Resource Kit. Sybase recommends granting full control to user sybase and denying access to others on all identified drives, files, and folder hierarchies. Common Criteria Supplement for Adaptive Server Enterprise 3

4 3. Environmental requirements Adaptive Server Enterprise version If users other than sybase need access to files (for example, configuration files, programs, libraries, and so on) in the folder hierarchy, you should limit their access to read and execute permissions. However, system administrators should review this access and any further access permissions to ensure they are required. 4 Start the Adaptive Server services as the user sybase: Open Control Panel Administrator Tools Services and select each of the Sybase Adaptive Server entries, including the Adaptive Server entries listed in step 1 and the SybProtect service. Set the Log On properties for each of the entries to use sybase and the password for this account. Performing this grants the user sybase the log on as a service privilege by Windows. 5 Start Adaptive Server services. Using the Administrative Tools, open Services and select each of the Sybase Adaptive Server entries that were stopped in step 1 and start them, including the SybProtect service 3. Environmental requirements The following are environmental characteristics that are required to administer Adaptive Server in a secure manner: Authorized administrators must be non-hostile, appropriately trained and follow all administrator guidance. The IT environment must provide support commensurate with the expectations of the Adaptive Server. The IT environment must provide a time source that provides reliable time stamps. Generally, this is provided by the hardware. The IT environment must provide protection to the Adaptive Server and its assets from external interference or tampering. The system administrator will provide authorized administrators with the necessary information for secure management of Adaptive Server. Adaptive Server must be installed, configured, managed and maintained in accordance with its guidance documentation and applicable security policies and procedures by appropriately trained and trusted administrator personnel. System administrators will follow Adaptive Server System Administration guidelines to establish and maintain security. 4 Common Criteria Supplement for Adaptive Server Enterprise

5 Adaptive Server Enterprise version Environmental requirements There will be no general-purpose computing capabilities (e.g., compilers or user applications) available on Adaptive Server servers, other than those services necessary for the operation, administration and support of the DBMS. Physical security must be provided within the domain for the value of the IT assets protected by Adaptive Server and the value of the stored, processed, and transmitted information. The IT environment and its assets will be protected from external interference, tampering or unauthorized disclosure. Each IT entity Adaptive Server relies on for security functions will be installed, configured, managed, maintained and provide the applicable security functions in a manner appropriate to the IT entity, and consistent with the security policy of Adaptive Server and the relationship between them. Administrators must not leave sessions unattended. Common Criteria Supplement for Adaptive Server Enterprise 5

6 3. Environmental requirements Adaptive Server Enterprise version Common Criteria Supplement for Adaptive Server Enterprise

Release Bulletin DataWindow.NET 2.0

Release Bulletin DataWindow.NET 2.0 Release Bulletin DataWindow.NET 2.0 Document ID: DC00047-01-0200-01 Last revised: March 10, 2006 Topic Page 1. Accessing current release bulletin information 2 2. Product summary 2 2.1 Third-party software

More information

Installation and Release Bulletin ASE Real Time Services Option for Windows and UNIX

Installation and Release Bulletin ASE Real Time Services Option for Windows and UNIX Installation and Release Bulletin ASE Real Time Services Option 12.5.1 for Windows and UNIX Document ID: DC00019-01-1251-01 Last revised: December 10, 2003 Topic Page 1. Accessing current release bulletin

More information

Release Bulletin Risk Analytics Platform 2.0

Release Bulletin Risk Analytics Platform 2.0 Release Bulletin Risk Analytics Platform 2.0 Document ID: DC00246-01-0200-01 Last revised: October 25, 2005 Topic Page 1. Accessing current release bulletin information 2 2. Product summary 2 2.1 Required

More information

Release Bulletin InfoMaker 10.5

Release Bulletin InfoMaker 10.5 Release Bulletin InfoMaker 10.5 Document ID: DC33824-01-1050-01 Last revised: February 28, 2006 Topic Page 1. Accessing current release bulletin information 2 2. Product summary 2 3. Special installation

More information

Enterprise Connect Data Access and Mainframe Connect

Enterprise Connect Data Access and Mainframe Connect Server Administration Guide for DirectConnect Enterprise Connect Data Access and Mainframe Connect 12.6 [ Microsoft Windows and UNIX ] DOCUMENT ID: DC35365-01-1260-01 LAST REVISED: February 2005 Copyright

More information

Adaptive Server Enterprise

Adaptive Server Enterprise ASE Replicator User s Guide Adaptive Server Enterprise 15.0 DOCUMENT ID: DC35431-01-1500-02 LAST REVISED: August 2005 Copyright 2002-2005 by Sybase, Inc. All rights reserved. This publication pertains

More information

Heterogeneous Replication Guide

Heterogeneous Replication Guide Heterogeneous Replication Guide Replication Server 12.6 DOCUMENT ID: DC36924-01-1260-01 LAST REVISED: October 2003 Copyright 1992-2003 by Sybase, Inc. All rights reserved. This publication pertains to

More information

New Features Mainframe Connect IPS 12.6

New Features Mainframe Connect IPS 12.6 New Features Mainframe Connect IPS 12.6 Document ID: DC00182-01-1260-03 Last revised: May 2006 This document describes new features available for Mainframe Connect Integrated Product Set (IPS) 12.6. Topic

More information

Connecting to Your Database. PowerBuilder 10.5

Connecting to Your Database. PowerBuilder 10.5 Connecting to Your Database PowerBuilder 10.5 DOCUMENT ID: DC37776-01-1050-01 LAST REVISED: March 2006 Copyright 1991-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Installation Guide. PocketBuilder 2.0

Installation Guide. PocketBuilder 2.0 Installation Guide PocketBuilder 2.0 DOCUMENT ID: DC50062-01-0200-01 LAST REVISED: November 2004 Copyright 2003-2004 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Release Bulletin EDI Products 4.2

Release Bulletin EDI Products 4.2 Release Bulletin EDI Products 4.2 Document ID: DC00191-01-0420-01 Last revised: December 2, 2004 Topic Page 1. Accessing current release bulletin information 2 2. Product summary 2 3. ECMap 4 4. EC Gateway

More information

Installation Guide. SQL Expert 15.0

Installation Guide. SQL Expert 15.0 Installation Guide SQL Expert 15.0 DOCUMENT ID: DC31101-01-1500-01 LAST REVISED: January 2006 Copyright 2001-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to

More information

Installation Guide. jconnect for JDBC 6.05

Installation Guide. jconnect for JDBC 6.05 Installation Guide jconnect for JDBC 6.05 DOCUMENT ID: DC32179-01-0605-01 LAST REVISED: September 2005 Copyright 1997-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Risk Analytics Platform

Risk Analytics Platform Installation and Configuration Guide Risk Analytics Platform 1.0 DOCUMENT ID: DC00244-01-0100-01 LAST REVISED: March 2005 Copyright 2005 by Sybase, Inc. All rights reserved. This publication pertains to

More information

User s Guide. Monitor Server

User s Guide. Monitor Server User s Guide Monitor Server 12.5.1 DOCUMENT ID: DC36555-01-1251-01 LAST REVISED: August 2003 Copyright 1989-2003 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to

More information

Enterprise Connect Data Access

Enterprise Connect Data Access Installation Guide Enterprise Connect Data Access 12.6 [ Microsoft Windows ] DOCUMENT ID: DC39550-01-1260-01 LAST REVISED: April 2005 Copyright 1989-2005 by Sybase, Inc. All rights reserved. This publication

More information

Mainframe Connect DirectConnect for z/os Option

Mainframe Connect DirectConnect for z/os Option Installation Guide Mainframe Connect DirectConnect for z/os Option 12.6 [ Microsoft Windows and UNIX ] DOCUMENT ID: DC34237-01-1260-01 LAST REVISED: May 2005 Copyright 1989-2005 by Sybase, Inc. All rights

More information

New Features in DataWindow.NET 2.0

New Features in DataWindow.NET 2.0 New Features in DataWindow.NET 2.0 Document ID: DC00359-01-0200-01 Last revised: March 2006 Topic Page Callback and client-side paging support 2 Integrated page navigation bar 2 New behavior for drop-down

More information

Installation Guide. jconnect for JDBC 6.0

Installation Guide. jconnect for JDBC 6.0 Installation Guide jconnect for JDBC 6.0 DOCUMENT ID: DC32179-01-0600-01 LAST REVISED: April 2004 Copyright 1997-2004 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Installation Guide Software Developer s Kit and Open Server MICROSOFT WINDOWS

Installation Guide Software Developer s Kit and Open Server MICROSOFT WINDOWS Installation Guide Software Developer s Kit and Open Server 12.5.1 MICROSOFT WINDOWS DOCUMENT ID: DC36841-01-1251-01 LAST REVISED: November 2003 Copyright 1987-2003 by Sybase, Inc. All rights reserved.

More information

What s New in Replication Server?

What s New in Replication Server? What s New in Replication Server? Replication Server 12.6 DOCUMENT ID: DC36431-01-1260-01 LAST REVISED: October 2003 Copyright 1992-2003 by Sybase, Inc. All rights reserved. This publication pertains to

More information

Feature Guide. EAServer. Version 5.2

Feature Guide. EAServer. Version 5.2 Feature Guide EAServer Version 5.2 DOCUMENT ID: DC38033-01-0520-01 LAST REVISED: January 2005 Copyright 1997-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to

More information

Reference Guide. ECMap. Version 4.2. [ Windows ]

Reference Guide. ECMap. Version 4.2. [ Windows ] Reference Guide ECMap Version 4.2 [ Windows ] DOCUMENT ID: DC36332-01-0420-01 LAST REVISED: November 2004 Copyright 1999-2004 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

API Reference Manual. EAServer. Version 5.2

API Reference Manual. EAServer. Version 5.2 API Reference Manual EAServer Version 5.2 DOCUMENT ID: DC38037-01-0520-01 LAST REVISED: January 2005 Copyright 1997-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Sybase Replication Agent

Sybase Replication Agent Reference Manual Sybase Replication Agent 12.6 [ Linux, Microsoft Windows, and UNIX ] DOCUMENT ID: DC00268-01-1260-01 LAST REVISED: September 2005 Copyright 1998-2005 by Sybase, Inc. All rights reserved.

More information

Sybase Data Integration Suite

Sybase Data Integration Suite Installation Guide Sybase Data Integration Suite 1.0 [ Windows and UNIX ] DOCUMENT ID: DC35394-01-0100-01 LAST REVISED: October 2006 Copyright 2006 by Sybase, Inc. All rights reserved. This publication

More information

Installation Guide Adaptive Server Enterprise IPF/HP-UX

Installation Guide Adaptive Server Enterprise IPF/HP-UX Installation Guide Adaptive Server Enterprise 12.5.1 IPF/HP-UX DOCUMENT ID: DC20068-01-1251-02 LAST REVISED: July 2004 Copyright 1989-2004 by Sybase, Inc. All rights reserved. This publication pertains

More information

Enterprise Connect Data Access Options

Enterprise Connect Data Access Options User s Guide for Access Services Enterprise Connect Data Access Options 12.6 [ Microsoft Windows and UNIX ] DOCUMENT ID: DC38454-01-1260-01 LAST REVISED: February 2005 Copyright 1989-2005 by Sybase, Inc.

More information

What s New in EAServer. EAServer. Version 5.2

What s New in EAServer. EAServer. Version 5.2 What s New in EAServer EAServer Version 5.2 DOCUMENT ID: DC38032-01-0520-01 LAST REVISED: January 2005 Copyright 1997-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

What s New. Replication Server 15.0

What s New. Replication Server 15.0 What s New Replication Server 15.0 DOCUMENT ID: DC36431-01-1500-02 LAST REVISED: April 2006 Copyright 1992-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to

More information

New Features. EDI Products 5.0

New Features. EDI Products 5.0 New Features EDI Products 5.0 DOCUMENT ID: DC39126-01-0500-01 LAST REVISED: February 2007 Copyright 1999-2007 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to any

More information

New Features EDI Products 4.2

New Features EDI Products 4.2 New Features EDI Products 4.2 Document ID: DC39126-01-0420-05 Last revised: February 14, 2006 This document describes new features for EDI Products 4.2 and subsequent EBF releases for ECMap, EC Gateway,

More information

Performance and Tuning Guide. EAServer. Version 5.2

Performance and Tuning Guide. EAServer. Version 5.2 Performance and Tuning Guide EAServer Version 5.2 DOCUMENT ID: DC20063-01-0520-01 LAST REVISED: January 2005 Copyright 1997-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase

More information

Transaction Router Service User s Guide

Transaction Router Service User s Guide Transaction Router Service User s Guide DirectConnect TM for OS/390 12.5 MICROSOFT WINDOWS NT and UNIX DOCUMENT ID: 38581-01-1250-01 LAST REVISED: November 2001 Copyright 1989-2001 by Sybase, Inc. All

More information

QAnywhere User s Guide

QAnywhere User s Guide QAnywhere User s Guide Part number: DC20051-01-0902-01 Last modified: October 2004 Copyright 1989 2004 Sybase, Inc. Portions copyright 2001 2004 ianywhere Solutions, Inc. All rights reserved. No part of

More information

Release Bulletin Sybase Replication Server Version 12.6 for IBM AIX

Release Bulletin Sybase Replication Server Version 12.6 for IBM AIX Release Bulletin Sybase Replication Server Version 12.6 for IBM AIX Document ID: DC72421-01-1260-04 Last revised: March 17, 2006 Topic Page 1. Accessing current release bulletin information 2 2. Product

More information

Reference Guide. EC Gateway. Version 4.2. [ Windows ]

Reference Guide. EC Gateway. Version 4.2. [ Windows ] Reference Guide EC Gateway Version 4.2 [ Windows ] DOCUMENT ID: DC36334-01-0420-01 LAST REVISED: November 2004 Copyright 1999-2004 by Sybase, Inc. All rights reserved. This publication pertains to Sybase

More information

Sybase Replication Agent

Sybase Replication Agent Primary Database Guide Sybase Replication Agent 12.6 [ Linux, Microsoft Windows, and UNIX ] DOCUMENT ID: DC00269-01-1260-01 LAST REVISED: September 2005 Copyright 1998-2005 by Sybase, Inc. All rights reserved.

More information

Embedded SQL /C Programmer s Guide

Embedded SQL /C Programmer s Guide Embedded SQL /C Programmer s Guide Open Client 12.5.1 DOCUMENT ID: DC37695-01-1251-01 LAST REVISED: September 2003 Copyright 1989-2003 by Sybase, Inc. All rights reserved. This publication pertains to

More information

Configuration and User s Guide. RepConnector 15.0

Configuration and User s Guide. RepConnector 15.0 Configuration and User s Guide RepConnector 15.0 DOCUMENT ID: DC20112-01-1500-01 LAST REVISED: May 2006 Copyright 2002-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Mainframe Connect Server Option

Mainframe Connect Server Option Installation and Administration Guide Mainframe Connect Server Option 12.6 [ IBM CICS ] DOCUMENT ID: DC36510-01-1260-01 LAST REVISED: May 2005 Copyright 1989-2005 by Sybase, Inc. All rights reserved. This

More information

Troubleshooting Guide

Troubleshooting Guide Troubleshooting Guide Replication Server 12.6 DOCUMENT ID: DC35920-01-1260-02 LAST REVISED: March 2006 Copyright 1992-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Using Sybase Failover in a High Availability System

Using Sybase Failover in a High Availability System Using Sybase Failover in a High Availability System Adaptive Server Enterprise 12.5.1 DOCUMENT ID: DC31651-01-1251-02 LAST REVISED: September 2003 Copyright 1989-2003 by Sybase, Inc. All rights reserved.

More information

API Reference Manual. EAServer 6.0

API Reference Manual. EAServer 6.0 API Reference Manual EAServer 6.0 DOCUMENT ID: DC38037-01-0600-01 LAST REVISED: July 2006 Copyright 1997-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to any

More information

Risk Analytics Platform

Risk Analytics Platform Installation and Configuration Guide Risk Analytics Platform 3.0 DOCUMENT ID: DC00244-01-0300-01 LAST REVISED: September 2006 Copyright 2005-2006 by Sybase, Inc. All rights reserved. This publication pertains

More information

Using Adaptive Server Distributed Transaction Management Features

Using Adaptive Server Distributed Transaction Management Features Using Adaptive Server Distributed Transaction Management Features Adaptive Server Enterprise 12.5.1 DOCUMENT ID: DC31650-01-1251-01 LAST REVISED: August 2003 Copyright 1989-2003 by Sybase, Inc. All rights

More information

Configuration Guide Adaptive Server Enterprise WINDOWS NT

Configuration Guide Adaptive Server Enterprise WINDOWS NT Configuration Guide Adaptive Server Enterprise 12.5 WINDOWS NT DOCUMENT ID: 38421-01-1250-01 LAST REVISED: June 2001 Copyright 1989-2001 by Sybase, Inc. All rights reserved. This publication pertains to

More information

Installation Guide. Sybase PowerDesigner Windows

Installation Guide. Sybase PowerDesigner Windows Installation Guide Sybase PowerDesigner 12.5 Windows Part number: DC38092-01-1250-01 Last modified: April 2007 Copyright 1991-2007 Sybase, Inc. and its subsidiaries. All rights reserved. Information in

More information

Reference Application Integrator for CICS

Reference Application Integrator for CICS Reference Application Integrator for CICS Version 3.0 Document ID: 33123-01-0300-01 Last revised: February 1999 Copyright 1989-1999 by Sybase, Inc. All rights reserved. This publication pertains to Sybase

More information

Adaptive Server Enterprise

Adaptive Server Enterprise XA Interface Integration Guide for CICS, Encina, and TUXEDO Adaptive Server Enterprise 15.0 DOCUMENT ID: DC36123-01-1500-02 LAST REVISED: Aug. 2005 Copyright 1987-2005 by Sybase, Inc. All rights reserved.

More information

Release Bulletin Enterprise Connect Data Access for Microsoft Windows

Release Bulletin Enterprise Connect Data Access for Microsoft Windows Release Bulletin Enterprise Connect Data Access 12.6.1 for Microsoft Windows Document ID: DC74920-01-1261-01 Last revised: May 2006 Topic Page 1. Accessing current release bulletin information 2 2. Product

More information

MobiLink Tutorials Part number: DC Last modified: October 2004

MobiLink Tutorials Part number: DC Last modified: October 2004 MobiLink Tutorials Part number: DC00194-01-0902-01 Last modified: October 2004 Copyright 1989 2004 Sybase, Inc. Portions copyright 2001 2004 ianywhere Solutions, Inc. All rights reserved. No part of this

More information

Cookbook. EAServer. Version 5.2

Cookbook. EAServer. Version 5.2 Cookbook EAServer Version 5.2 DOCUMENT ID: DC38038-01-0520-01 LAST REVISED: January 2005 Copyright 1997-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to any

More information

Adaptive Server Enterprise

Adaptive Server Enterprise Adaptive Server Enterprise 15.0 DOCUMENT ID: DC36147-01-1500-01 LAST REVISED: September 2005 Copyright 1987-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to

More information

Programmer s Reference for Remote Stored Procedures. Open ServerConnect TM. Version 4.0

Programmer s Reference for Remote Stored Procedures. Open ServerConnect TM. Version 4.0 Programmer s Reference for Remote Stored Procedures Open ServerConnect TM Version 4.0 Document ID: 35605-01-0400-01 Last revised: February 2000 Copyright 1989-2000 by Sybase, Inc. All rights reserved.

More information

Sybase PowerDesigner Business Process Model. User s Guide

Sybase PowerDesigner Business Process Model. User s Guide Sybase PowerDesigner Business Process Model User s Guide Version 10.0 DC38088-01-1000-01 Last modified: January 2004 Copyright 1991-2004 Sybase, Inc. All rights reserved. Information in this manual may

More information

Mainframe Connect Server Option

Mainframe Connect Server Option Installation and Administration Guide Mainframe Connect Server Option 12.6 [ IBM IMS and MVS ] DOCUMENT ID: DC34368-01-1260-01 LAST REVISED: May 2005 Copyright 1989-2005 by Sybase, Inc. All rights reserved.

More information

Mainframe Connect Client Option

Mainframe Connect Client Option Installation and Administration Guide Mainframe Connect Client Option 12.6 [ IBM IMS and MVS ] DOCUMENT ID: DC36561-01-1260-01 LAST REVISED: May 2005 Copyright 1991-2005 by Sybase, Inc. All rights reserved.

More information

Release Bulletin PowerBuilder Application Server Plug-In 1.0 for Windows

Release Bulletin PowerBuilder Application Server Plug-In 1.0 for Windows Release Bulletin PowerBuilder Application Serer Plug-In 1.0 for Windows Document ID: DC30121-01-0100-01 Last reised: December 8, 2006 Topic Page 1. Accessing current release bulletin information 2 2. Product

More information

MobiLink Clients Part number: DC Last modified: October 2004

MobiLink Clients Part number: DC Last modified: October 2004 MobiLink Clients Part number: DC00193-01-0902-01 Last modified: October 2004 Copyright 1989 2004 Sybase, Inc. Portions copyright 2001 2004 ianywhere Solutions, Inc. All rights reserved. No part of this

More information

Installation Guide. Replication Server [ Windows ]

Installation Guide. Replication Server [ Windows ] Installation Guide Replication Server 15.0.1 [ Windows ] DOCUMENT ID: DC32236-01-1501-01 LAST REVISED: February 2007 Copyright 1992-2007 by Sybase, Inc. All rights reserved. This publication pertains to

More information

Administration Guide: Volume 2. Replication Server 12.6

Administration Guide: Volume 2. Replication Server 12.6 Administration Guide: Volume 2 Replication Server 12.6 DOCUMENT ID: DC32518-01-1260-02 LAST REVISED: November 2006 Copyright 1992-2006 by Sybase, Inc. All rights reserved. This publication pertains to

More information

Installation Guide. RepConnector 15.0 [ WINDOWS, LINUX, UNIX ]

Installation Guide. RepConnector 15.0 [ WINDOWS, LINUX, UNIX ] Installation Guide RepConnector 15.0 [ WINDOWS, LINUX, UNIX ] DOCUMENT ID: DC20111-01-1500-02 LAST REVISED: May 2006 Copyright 2002-2006 by Sybase, Inc. All rights reserved. This publication pertains to

More information

Adaptive Server Anywhere SNMP Extension Agent User s Guide

Adaptive Server Anywhere SNMP Extension Agent User s Guide Adaptive Server Anywhere SNMP Extension Agent User s Guide Part number: DC00192-01-0902-01 Last modified: December 2004 Copyright 1989 2004 Sybase, Inc. Portions copyright 2001 2004 ianywhere Solutions,

More information

Programmer s Reference for PL/1

Programmer s Reference for PL/1 Programmer s Reference for PL/1 Open ServerConnect 4.0 IBM CICS IMS TM and MVS DOCUMENT ID: 36560-01-0400-02 LAST REVISED: May 24, 2000 Copyright 1989-2000 by Sybase, Inc. All rights reserved. This publication

More information

Sybase Adaptive Server Enterprise Installation Guide. Linux/Intel

Sybase Adaptive Server Enterprise Installation Guide. Linux/Intel Sybase Adaptive Server Enterprise Installation Guide Linux/Intel Adaptive Server Enterprise Version 11.9.2 Document ID: 30119-01-1192-01 Last Revised: June 30, 1999 Principal author: Emeryville Technical

More information

DRAFT. Sybase, Inc. One Sybase Drive Dublin, CA Sybase Avaki EII Provisioning and Advanced Data Integration Guide

DRAFT. Sybase, Inc. One Sybase Drive Dublin, CA Sybase Avaki EII Provisioning and Advanced Data Integration Guide DRAFT Sybase, Inc. One Sybase Drive Dublin, CA 94568 www.sybase.com Sybase Avaki EII Provisioning and Advanced Data Integration Guide Release 7.0 August 24, 2006 DOCUMENT ID: DC00575-01-0700-01 LAST REVISED:

More information

Command Line Tools Guide. e-biz Impact 5.4.5

Command Line Tools Guide. e-biz Impact 5.4.5 Command Line Tools Guide e-biz Impact 5.4.5 DOCUMENT ID: DC10092-01-0545-01 LAST REVISED: July 2005 Copyright 1999-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Troubleshooting Guide. EAServer. Version 5.2

Troubleshooting Guide. EAServer. Version 5.2 Troubleshooting Guide EAServer Version 5.2 DOCUMENT ID: DC10113-01-0520-01 LAST REVISED: May 2005 Copyright 1997-2005 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

What s New. Replication Server

What s New. Replication Server What s New Replication Server 15.0.1 DOCUMENT ID: DC36431-01-1501-01 LAST REVISED: February 2007 Copyright 1992-2007 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Open Client and Open Server

Open Client and Open Server Configuration Guide Open Client and Open Server 12.5.1 [ UNIX ] DOCUMENT ID: DC35831-01-1251-03 LAST REVISED: May 2005 Copyright 1989-2005 by Sybase, Inc. All rights reserved. This publication pertains

More information

Performance and Tuning Guide. EAServer 6.0

Performance and Tuning Guide. EAServer 6.0 Performance and Tuning Guide EAServer 6.0 DOCUMENT ID: DC20063-01-0600-01 LAST REVISED: July 2006 Copyright 1997-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Troubleshooting Guide

Troubleshooting Guide Troubleshooting Guide EAServer 5.0 DOCUMENT ID: DC10113-01-0500-01 LAST REVISED: April 2004 Copyright 1997-2004 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to

More information

Java Message Service User s Guide. EAServer 6.0

Java Message Service User s Guide. EAServer 6.0 Java Message Service User s Guide EAServer 6.0 DOCUMENT ID: DC00486-01-0600-01 LAST REVISED: July 2006 Copyright 1997-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Installation Guide Adaptive Server Enterprise. Linux/Intel

Installation Guide Adaptive Server Enterprise. Linux/Intel Installation Guide Adaptive Server Enterprise 12.5 Linux/Intel DOCUMENT ID: 30119-01-1250-03 LAST REVISED: July 2002 Copyright 1989-2002 by Sybase, Inc. All rights reserved. This publication pertains to

More information

Introduction to Sybase IQ. Sybase IQ 12.7

Introduction to Sybase IQ. Sybase IQ 12.7 Introduction to Sybase IQ Sybase IQ 12.7 DOCUMENT ID: DC38159-01-1270-01 LAST REVISED: June 2006 Copyright 1991-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Installation Guide Adaptive Server Enterprise HP 9000/800 HP-UX

Installation Guide Adaptive Server Enterprise HP 9000/800 HP-UX Installation Guide Adaptive Server Enterprise 12.5 HP 9000/800 HP-UX DOCUMENT ID: 35890-01-1250-02 LAST REVISED: February 2002 Copyright 1989-2002 by Sybase, Inc. All rights reserved. This publication

More information

Sybase Replication Agent

Sybase Replication Agent Reference Manual Sybase Replication Agent 15.0 [ Linux, Microsoft Windows, and UNIX ] DOCUMENT ID: DC00268-01-1500-01 LAST REVISED: October 2006 Copyright 1998-2006 by Sybase, Inc. All rights reserved.

More information

Adaptive Server Enterprise

Adaptive Server Enterprise Quick Installation Guide Adaptive Server Enterprise 12.5.4 [ Mac OS X ] DOCUMENT ID: DC39123-01-1254-01 LAST REVISED: July 2006 Copyright 1987-2006 by Sybase, Inc. All rights reserved. This publication

More information

Web Services Toolkit User s Guide

Web Services Toolkit User s Guide Web Services Toolkit User s Guide EAServer 5.0 DOCUMENT ID: DC31727-01-0500-01 LAST REVISED: December 2003 Copyright 1989-2003 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Release Bulletin Open Client and Open Server Version for Windows

Release Bulletin Open Client and Open Server Version for Windows Release Bulletin Open Client and Open Server Version 12.5.1 for Windows Document ID: DC75911-01-1251-02 Last revised: March 03, 2006 Topic Page 1. Accessing current release bulletin information 2 2. Product

More information

Release Bulletin Enterprise Connect Data Access for Linux and UNIX

Release Bulletin Enterprise Connect Data Access for Linux and UNIX Release Bulletin Enterprise Connect Data Access 12.6.1 for Linux and UNIX Document ID: DC74921-01-1261-02 Last revised: June 2006 Topic Page 1. Accessing current release bulletin information 2 2. Product

More information

Common Libraries Reference Manual

Common Libraries Reference Manual Common Libraries Reference Manual Open Client and Open Server 12.5.1 DOCUMENT ID: DC32850-01-1251-01 LAST REVISED: September 2003 Copyright 1989-2003 by Sybase, Inc. All rights reserved. This publication

More information

Migration Guide. EAServer 6.0

Migration Guide. EAServer 6.0 Migration Guide EAServer 6.0 DOCUMENT ID: DC00485-01-0600-01 LAST REVISED: July 2006 Copyright 1997-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to any subsequent

More information

Performance and Tuning Guide. Sybase IQ 12.7

Performance and Tuning Guide. Sybase IQ 12.7 Performance and Tuning Guide Sybase IQ 12.7 DOCUMENT ID: DC00169-01-1270-01 LAST REVISED: June 2006 Copyright 1991-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

New Functionality in Sybase Adaptive Server Enterprise

New Functionality in Sybase Adaptive Server Enterprise New Functionality in Sybase Adaptive Server Enterprise 11.9.2 Document ID: 30602-01-1192-01 August 1998 Copyright Information Copyright 1989 1998 by Sybase, Inc. All rights reserved. Sybase, Inc., 6475

More information

Advanced User Documentation. Sybase PowerDesigner Windows

Advanced User Documentation. Sybase PowerDesigner Windows Advanced User Documentation Sybase PowerDesigner 12.5 Windows Part number: DC38628-01-1250-01 Last modified: April 2007 Copyright 1991-2007 Sybase, Inc. and its subsidiaries. All rights reserved. Information

More information

UltraLite.NET User s Guide

UltraLite.NET User s Guide UltraLite.NET User s Guide Part number: DC50043-01-0901-01 Last modified: January 2004 Copyright 1989 2004 Sybase, Inc. Portions copyright 2001 2004 ianywhere Solutions, Inc. All rights reserved. No part

More information

New Features Adaptive Server Enterprise a

New Features Adaptive Server Enterprise a New Features Adaptive Server Enterprise 12.5.3a Document ID: DC00340-01-1253-02 Last revised: October 2005 This document describes new features available for Adaptive Server Enterprise 12.5.3a. Topic Page

More information

Release Bulletin Adaptive Server Enterprise Version for Mac OS X 10.3

Release Bulletin Adaptive Server Enterprise Version for Mac OS X 10.3 Release Bulletin Adaptive Server Enterprise Version 12.5.1 for Mac OS X 10.3 Document ID: DC79176-01-1251-01 Last revised: November 25, 2003 Topic 1. Accessing current release bulletin information 2 2.

More information

ODL Guide. e-biz Impact 5.4.5

ODL Guide. e-biz Impact 5.4.5 ODL Guide e-biz Impact 545 DOCUMENT ID: DC10099-01-0545-01 LAST REVISED: July 2005 Copyright 1999-2005 by Sybase, Inc All rights reserved This publication pertains to Sybase software and to any subsequent

More information

Release Bulletin Adaptive Server Enterprise Version 15.0 for Linux pseries

Release Bulletin Adaptive Server Enterprise Version 15.0 for Linux pseries Release Bulletin Adaptive Server Enterprise Version 15.0 for Linux pseries Document ID: DC78565-01-1500-05 Last revised: December 8, 2005 Topic Page 1. Accessing current release bulletin information 3

More information

Release Bulletin Adaptive Server Enterprise Version for Linux

Release Bulletin Adaptive Server Enterprise Version for Linux Release Bulletin Adaptive Server Enterprise Version 12.5.1 for Linux Document ID: DC78565-01-1251-02 Last revised: October 15, 2003 Topic Page 1. Accessing current release bulletin information 3 2. Product

More information

PowerBuilder Foundation Class Library User s Guide. PowerBuilder

PowerBuilder Foundation Class Library User s Guide. PowerBuilder PowerBuilder Foundation Class Library User s Guide PowerBuilder 8 DOCUMENT ID: 37779-01-0800-01 LAST REVISED: June 2001 Copyright 1989-2001 by Sybase, Inc. All rights resered. This publication pertains

More information

Release Bulletin Adaptive Server Enterprise Version 15.0 for Sun Solaris

Release Bulletin Adaptive Server Enterprise Version 15.0 for Sun Solaris Release Bulletin Adaptive Server Enterprise Version 15.0 for Sun Solaris Document ID: DC73430-01-1500-03 Last revised: October 27, 2005 Topic Page 1. Accessing current release bulletin information 3 2.

More information

Release Bulletin Adaptive Server Enterprise Version for Linux

Release Bulletin Adaptive Server Enterprise Version for Linux Release Bulletin Adaptive Server Enterprise Version 12.5.2 for Linux Document ID: DC78565-01-1252-06 Last revised: August 16, 2005 Topic Page 1. Accessing current release bulletin information 3 2. Product

More information

Release Bulletin Adaptive Server Enterprise Version for Silicon Graphics IRIX

Release Bulletin Adaptive Server Enterprise Version for Silicon Graphics IRIX Release Bulletin for Silicon Graphics IRIX Document ID: DC72500-01-1251-02 Last revised: October 15, 2003 Topic 1. Accessing current release bulletin information 3 2. Product summary 3 2.1 Installation

More information

Adaptive Server Enterprise

Adaptive Server Enterprise New Feature Guide Adaptive Server Enterprise 12.5.4 DOCUMENT ID: DC00212-01-1254-02 LAST REVISED: July 2006 Copyright 1987-2006 by Sybase, Inc. All rights reserved. This publication pertains to Sybase

More information

Release Bulletin Adaptive Server Enterprise Version for Windows

Release Bulletin Adaptive Server Enterprise Version for Windows Release Bulletin Adaptive Server Enterprise Version 12.5.1 for Windows Document ID: DC71335-01-1251-02 Last revised: October 15, 2003 Topic Page 1. Accessing current release bulletin information 3 2. Product

More information

Release Bulletin Adaptive Server Enterprise Version for Windows

Release Bulletin Adaptive Server Enterprise Version for Windows Release Bulletin Adaptive Server Enterprise Version 12.5.2 for Windows Document ID: DC71335-01-1252-02 Last revised: November 10, 2004 Topic Page 1. Accessing current release bulletin information 3 2.

More information