Re: possible problem with count (*) in ASE 15.5
1 - you've stated there are 'not lots of inserts, updates, deletes', which I read as 'there are some inserts, updates, deletes' in which case I would expect the results of a 'select count(*)' to vary...
View ArticleRe: possible problem with count (*) in ASE 15.5
Thanks you Mark fro your approach to my query:Here you are with what is exactly happening:1- 3 times a day data is inserted into the table MYTBL from 3 vender files at 09:30 AM 11:30 AM and at 17:30...
View ArticleRe: possible problem with count (*) in ASE 15.5
- first possible issue I see is the non-ANSI group by where the 'acknowledgd' column shows up in the SELECT list but the 'brc_acknowledgd' column shows up in the GROUP BY clause; while this type of...
View ArticleRe: Logfile although "Truncate Log on Checkpoint" is activate
Hello, This is possible if there is a long running transaction in the database. Run select * from master..syslogshold to find the oldest transaction in your database. Also you could have enabled the...
View ArticleRe: Logfile although "Truncate Log on Checkpoint" is activate
fyi, it was the first one.dump database was active.
View ArticleRe: Sap CRM version
Hi All, According to my observation in the above screen and looking at ur WEB CUIF 747 component I can say that Your system is Netweaver 7.4 system. If you want New installation Use...
View ArticleSAP on Sybase ASE for Windows Server 2008 R2 - in a Failover cluster...
I have an SAP ERP EHP6 instance running on Windows 2008 R2 and Sybase ASE 15.7.0.101 This is a Production system - and users have reported long response times, further looking into the installed...
View ArticleDbacockpit on Sybase
Hello,I've scheduled several periodic tasks into DBA Planning Calendar and all of them are failing. (Status: Scheduling failed) I'vebeen looking for errors into DBA Log but only appears information or...
View ArticleRe: SAP on Sybase ASE for Windows Server 2008 R2 - in a Failover cluster...
I doubt it is the transaction log that is doing this - especially the reads. I would use DBA Cockpit and look at the Performance --> Table Data and sort by PhysicalReads descending and take a look...
View ArticleRe: SAP on Sybase ASE for Windows Server 2008 R2 - in a Failover cluster...
BTW - yes, it would still be a good idea to move the transaction log to a different device. There are several ways of doing this, but best bet would be to open a case with support and have them walk...
View ArticleRe: possible problem with count (*) in ASE 15.5
Thanks again Mark, for spending time on my post. The name of column in the group by is just a typo. the group by in all cases is on the same column.As for the possibility of the third run is not...
View ArticleRe: possible problem with count (*) in ASE 15.5
- you've stated the summary query runs @ 18:00; you've also stated the summary query has a dependency on the data load process; what happens if the query/job runs @ 18:00 but the data load process is...
View ArticleRe: SAP on Sybase ASE for Windows Server 2008 R2 - in a Failover cluster...
A few simple instructions to begin....there likely are SAP txns that will do this as well, but I am not familiar with them .... Log in to ASE as 'sapsa' using (replace SID with your SID...
View ArticleRe: ASE SP 122 hitting SIGSEGV 11
Hi Hugo, I am not able to access the link you suggested.
View ArticleRe: ASE SP 122 hitting SIGSEGV 11
Please post the stack trace associated with the signal 11 error from the ASE errorlog."Infected with 11" is very generic; the function names in the stack may identify a particular bug. -bret
View ArticleRe: Sap CRM version
yes, that observation is right. irrespective of the SAP Installation, the latest SWPM should be used.
View ArticleRe: ASE SP 122 hitting SIGSEGV 11
Hi Francis, It's the note 2049643. If the link does not work, try opening in the service marketplace. Regards,Hugo
View ArticleHow to Reset sapsa password
HI Gurus, I need to reset the sapsa password of a sybase database. I've already recovered the sa password with the sap note 1872806 - How to set a new password for SA account in Sybase ASE serverbut...
View ArticleRe: How to Reset sapsa password
HiAthreya If ASE configuration paramater 'net password encryption reqd' has been set to 1 in ASE configuration file, you have to call isql providing the '-X' option (captial X)Try it once and let me...
View Article