Re: Can't allocate space for object 'WBCROSSGT' in database 'ECC' because...
Is this ECC6 some SAP Application package you are trying to install, rather than something you are developing yourself? If so, your question would be better asked in the SAP Applications on SAP...
View ArticleSybase ASE multi tenancy feature
Hi all, I wonder if Sybase ASE has any multi tenancy support/feature similar to SAP HANA Multitenant Data Containers? Can anybody help me with this?Best regardsStephan
View ArticleRe: Sybase ASE multi tenancy feature
From a quick read of the HANA docs on this (Multitenant Database Containers - SAP HANA Administration Guide - SAP Library), ASE in general sounds like the equivalent to a multitenant system. General...
View ArticleRe: Sybase ASE multi tenancy feature
Hi Stephan, multi tenantcy in ASE can be achieved by creating different databases. Using the "create database ..." command you can create additional databases. The master database is ASE is always...
View ArticleRe: Sybase ASE multi tenancy feature
Hi Bret, thanks for the answer, but I'm was interested in ASE and not in HANA Multitenancy as I'm already familiar with SAP HANA Multitenant Database Containers and was not able to find something...
View ArticleRe: Sybase ASE multi tenancy feature
Hi Hans-Juergen, thanks for the answer, that helps a lot.Do you have any resources, where I can find a description/guide on how to create and manage different databases in ASE? thxStephan
View ArticleRe: Sybase ASE multi tenancy feature
Hi, in System Administration Guide, Vol. 2, you can find a section on database creation:Creating and Managing User Databases - System Administration Guide: Volume 2 - SAP Library (1) First you require...
View ArticleRe: Sybase ASE multi tenancy feature
Hi Stephan, Sure, I understand that. We really are on the same page, just looking at it from opposite sides. i.e. I'm not familiar with HANA Multitenant, but I am very familiar with ASE. I'm just...
View ArticleRe: Sybase ASE multi tenancy feature
There is an interesting post over in the SQL Anywhere forum on this. We adapted part 5 of the post to SAP IQ, although it could have also been adapted to ASE. xMulti-Tenant Database Architecture -...
View ArticleRe: Can't allocate space for object 'WBCROSSGT' in database 'ECC' because...
Hi We resolved this problem by increasing procedure cache by following steps: Open Sybase Control centre and type:sp_helpconfig "procedure cache size" --- It will display maximum allowable...
View Articlehow to connect to backup server
hiI have Sybase ASE. In process I can see bcksrvr.exe. How I can connect to this process ( backup ASE server )? where I can find client for ASE backup server (5001 port) ? tnx
View ArticleRe: how to connect to backup server
there is no reason to "connect" to backup server, it has no language handler. All communication to backup server is done by ASE to do database backups/restores. What exactly are you trying to...
View ArticleRe: how to connect to backup server
oh, okay. then how I can manually restore database from backup server. thank you
View ArticleRe: how to connect to backup server
Log into the Adaptive Server and issue a LOAD DATABASE command there.
View ArticleRe: how to connect to backup server
You backup/restore databases through the dataserver's 'dump/load database' commands. The dataserver then passes details to the backupserver (eg, location of desired dump file(s), location of database...
View ArticleRe: how to connect to backup server
Dump/Load commands are issued from a connection to the ASE server itself. The ASE Server then communicates to the backup server to do the dump/load. The system admin guide would be a good place to...
View ArticleRe: Sybase Central do not display user databases
Hi Luz,Which version you have installed??
View ArticleRe: Sybase Central do not display user databases
Hi Aurelio, Problem was in the relation between syslogins and the database owner. It happens in the last versión of Sybase Central 3.2 Regards
View ArticleRe: Sybase Central do not display user databases
Maybe not pose the question correctly.That Adaptive Server Enterprise version you have installed andyou are using Sybase Central or Sybase Control Center? Last versions:1. Sybase Central 6.0 and2. SAP...
View ArticleRe: Sybase Central do not display user databases
Hi Aurelio, I am using Sybase Central 6.0. Let me tell you that the syslogins information did not match with sysusers from the database. We mapped it again and the situation solved. Regards, Luz Rodriguez
View Article