Re: [ASE Error SQL1105]Can't allocate space for object 'syslogs' in database
Great, Close this thread Open another thread and paste this PTALORGR.LOG' Thankssiva
View ArticleRe: Check DDIC Password
Hi All, Suggest me during installation phase Error “ Check DDIC Password ”
View ArticleRe: Check DDIC Password
Hi Jon, Thanks Please check the following logs :- ---------------------------------------------------trc file: "dev_w1", trc level: 1, release:...
View ArticleRe: Check DDIC Password
Hi All, C:\Users\idsadm>R3trans -dThis is R3trans version 6.22 (release 720 - 09.02.12 - 18:31:00 ).unicode enabled versionR3trans=>sapparam(1c): No Profile used.R3trans=>sapparam:...
View ArticleRe: restore database will clean all data cache?
Hi Kent, No, as long as the caches to which these objects are bound do indeed exist on the target server. The loaded database will pull in the named cache binding information from the dump file. If the...
View ArticleRe: Can't restore ASE log
Hi Kent, Yes, a 6pm dump seems to have been loaded in-between - are there automated dump/load processes running alongside? Or just the manual ones you describe? Please see if loading a subsequent full...
View Articlewhat't the normal way to stop ASE backup server?
want to stop ASE backup server. One way is: use showserver find out pid, then kill it.Any other way to stop it wiitout any problem?
View ArticleRe: restore database will clean all data cache?
I think Kent is just asking about what happens to the contents of cache on a database when a dump is loaded into a database that has been in used on that server. All buffers (pages in data cache) that...
View ArticleRe: restore database will clean all data cache?
ok, Thanks, Bret -- I think the word "bound" in the description got me. Regards,Madhvi
View ArticleSAP on SUSE and ASE
Hi All, I am planning to install SAP on Linux (SUSE) and ASE (Sybase) DB.Can you please share the installation doc/guide for same. Thanks in Advance,Vinod
View ArticleRe: SAP on SUSE and ASE
You can find the installation guides at:http://service.sap.com/instguideshttp://service.sap.com/guidefinderHere is one for ABAP based on on NW 7.4 on Linux with...
View ArticleRe: how to start ASE?
thanks for the help from you guys. It's resolved. Because of shared memory setting is not right. then max memory for sybase also not right.
View ArticleRe: what't the normal way to stop ASE backup server?
The normal way is to log into ASE and issue the command shutdown SYB_BACKUP SYB_BACKUP is the actual literal value, it will be the same on all ASE servers. "SYB_BACKUP" is mapped to the actual name of...
View ArticleRe: SAP on SUSE and ASE
Hi Vinod, Before you actually start working on the installation please check PAM for support on Suse linux with sybase version. Refer thread below where some version of Suse linux is not yet certified...
View ArticleRe: restore database will clean all data cache?
thanks, Bret. Find out one thing: if there is a dedicated named cache said mycache is bound to only one table say mytab. After loading database, the binding missed. I need to rebind it again. Is this...
View ArticleRe: restore database will clean all data cache?
database level cache bindings are stored in master..sysattributes object level cache bindings are stored in <localdb>..sysattributes If you load a dump file into <localdb> then you will...
View ArticleRe: Change lock type on large table
Hi Kent, The problem is that allpages has different physical structure than datarows.Changing from one format to another requires to rewrite the whole table. There are a few ways to achieve this goal....
View ArticleRe: Can't restore ASE log
Hi Kent, Please run:load transaction DB from '/dmpfile' with headeronly The command will print the timeframes of all the transaction log files.You should see a message like: sequence dates: (old=Apr 16...
View ArticleRe: Change lock type on large table
Thanks, Adam. As changing lock type from allpage to datarow will increase total number of open locks when system is running. A few questions: 1. how to estimate the total lock maybe needed?2. which...
View ArticleRe: Change lock type on large table
Hi Kent, I think, first of all, when you run alter table .. lock datarows then you just create one exclusive lock on the whole table, so the problem with number of locks does not count. When you copy...
View Article