Tutorial: Installing and Using SAP Sybase SQL Anywhere Database Client
Like many BusinessObjects administrator out there, I’m discovering these days a lot about the SAP “classic” technologies. In this article I will be writing about SAP Sybase SQL Anywhere as it comes out-of-the-box as the Repository and Audit databases server for the latest SAP BO/BI products. See Database Administration Tools for SQL Anywhere CMS and Audit DBs.
I have three main objectives:
- I want to learn a new tech!
- I would like to be able to manage (backup / restore / monitoring / more) my SAP BI 4.x databases.
- I need new databases to configure SAP Data Services. As I’m building a test VM, I don’t really need MS SQL, Oracle of any of the other usual vendors. I don’t know if we are licensed to do this – to be checked with SAP.
The articles below on the BI Platform Space are why I need new databases:
- Tutorial: How to install SAP Data Services 4.2 – Part 1
- Tutorial: How to install SAP Data Services 4.2 – Part 2 [in progress]
Table of Contents:
Installing SAP Sybase SQL Anywhere Database Client
Run: SA1201_Client.exe
Click: Next
Click: OK
Click: Next
Select Country or Region: United Kingdom
I accept the terms of this agreement: selected
Click: Next
Click: Next
Click: Install
Click: Finish
Managing and Maintaining your SAP BI databases
I’m not a DBA and I won’t try to be! There are plenty of clever people on this Space: SQL Sybase SQL Anywhere but hopefully this is going to be helpful for the beginners like me with this technology.
Open Sybase Central
Right-click: SQL Anywhere
Click: Connect…
Authentication: Database
User ID: dba (or whatever was selected during the SAP BI 4.x installation)
Password: ********
Action: Connect with an ODBC Data Source
Click: Browse
Select: BI4_CMS_DSN
Click: Connect
In this screen you have access to a lot of useful features such as Database Maintenance Tasks, list of Tables, Overview (for Statistics), etc
You can also find a great article by Jose Ramos: Backing Up the CMS and Audit Databases Using SQL Anywhere Maintenance Plans
Note: Doing the above steps will connect to the local instance and also list the Audit Database (BI4_Audit_DSN)
Click: Context
Select: BI4
Creating a new database in SAP Sybase SQL Anywhere
Open Sybase Central
Click: Tools menu > SQL Anywhere 12 > Create Database…
Click: Next
Click: Next
Enter the location and file name you want your database file to be
Click: Finish
Note: You could click Next to modify other optional configurations such as log files location, credentials, etc
You now have a new database. The default credentials are:
- Username: dba
- Password: sql
I hope this was helpful. I welcome and suggestions, comments or anything else to make this article better.
Thanks
Thank you Patrick for sharing!
Great content as always, Patrick. Keep up the good work!
How the License Key is installed during the installation process ? I do not see anywhere the place to put it 🙂
The Client software install does not require a license key. Licensing is required for server components installs and you will be required to supply the license key when installing those components. For embedded use cases, the user might not be responsible for supplying a license key - that may be handled behind the scenes by the application or its installer that is using the SQL Anywhere server components.
Hi Patrick,
Would you also send the steps to backup and restore the sybase database? How to restore on same host and on different host?
Thanks
Hi Vikas,
For instructions on how to backup / restore the BI CMS/Audit databases, see the document here: http://scn.sap.com/docs/DOC-48608
Hi Patrick ,
Dou you have this guide for Unix/Linux environments ?
Thanks in Advance
Knd Rgds
Simon
Hello Patric, I am translating English SQL Anywhere related documents on SCN into Japanese for Japanese users. Would you mind if I translate this document into Japanese and post on the following page? http://scn.sap.com/blogs/sqlanywhere_japan Regards, Sawa Ito
Good article but not worth without part 2.