Re: IDES EHP7 Installation error SAP SYBSQL_SID service can not be started...
Hello, I'd suggets you to check ASE errorlog, to discard an error with ASE when trying to start it. Regards, Cris
View ArticleRe: sybase problem
Hello Mohamed, In order to confirm you are in the correct community, or I should move the thread to ASE for custom applications space, could you please let me know which is the ASE version , is this...
View ArticleRe: IDES EHP7 Installation error SAP SYBSQL_SID service can not be started...
Hi, Thanks for the response, But I am not getting any log update in F:\sybase\ID1\ASE-16_0\install\ID1.log file. I am suspecting issue with windows service bug in Windows 2012 R2 OS or some issue at...
View ArticleRe: ase isql login error (CT-LIBRARY error)
Bumped on this post while facing same problem at the time of Sybase installation/Migration.If people are looking for fix on Linux for this. It is to remove ocs.cfg file. Location of ocs.cfg file...
View ArticleSAP Distributed Installation (Database server with several DB instances with...
Hello, I´m with some doubts regarding the installation of Sybase ASE database in a SAP distributed installation. I have to servers, one server for the SAP application instances (ASCS/SCS and PAS...
View ArticleRe: ase isql login error (CT-LIBRARY error)
Hello Abhijeet, This thread is from two years ago and a Correct Answer has already been marked.The file you mention does not exist under an ASE for Business Suite, or if exists, it is empty, unless it...
View ArticleRe: SAP Distributed Installation (Database server with several DB instances...
Hello João,Same question was posted recently , under this discussion thread:SAP Distributed Installation (Database server with several DB instances with Sybase ASE DB) Basically if you are talking...
View ArticleRe: Dump Transaction Log hanging
I've killed now the os-process....but the DB-process is still hanging...any ideas?
View ArticleRe: LOBs coloum consumes huge space and grows in fast rate
Mark, when you say , much effective to run on granular version. How do I get the text page details? Is it using dbcc page() ? Regards,Ajith
View ArticleRe: Dump Transaction Log hanging
Hi, can you please tell us the ASE version which you are currently using?-- select @@sbssav-- select @@version can you please check if there are any other hanging processes e.g. "reorg defrag ..." Best...
View ArticleRe: Dump Transaction Log hanging
Hello Christoph, DB Release is 15.7.0.136No, I can not see any other process which is running similar long.All the other processes are looking normal. Can I check somewhere the "Locks Held", because I...
View ArticleRe: Dump Transaction Log hanging
Hello, try the "sp_lock" system procedure. Did you check if the dump tran process is blocked by another spid? Best regards Christoph
View ArticleRe: Dump Transaction Log hanging
Hi,try the following query: select spid , cmd , blocked , status , db_name(dbid) as dbname , hostprocess , hostname , suser_name(suid) as loginname from...
View ArticleRe: Dump Transaction Log hanging
Hello Christoph and thank you very much for your help.I had a few hours phone call with SAP.We did analyze the system and they also took some memory-dump, they will continue analyzing the probelm. We...
View ArticleRe: LOBs coloum consumes huge space and grows in fast rate
Unfortunately the documentation is a bit lacking as to what it's referring to as the text_page reference (for the 'dbcc rebuild_text()' command). I would probably start with using the page number...
View ArticleRe: LOBs coloum consumes huge space and grows in fast rate
Your table has a LOG_TIME column of datatype 'datetime'; could you use this column to grab your aggregate data (row count, blob space totals) for a given time period?
View ArticleRe: Database Space Usage
Jay, You are welcome. Like I said, I garantee my code in all versions of ASE up to 15.7, and I am pretty sure it will work on ASE 16.0 . I believe Juerguen´s code is missing at least one join...
View ArticleRe: Database Space Usage
Hi, the join between sysusages and syssegments is done in this clause: and power(2, segment) & uu.segmap > 0We have to retrieve all segments being encoded in sysusages.segmap.Best regards,Juergen
View Article