Re: Possible data corruption
Yes, this was a transient error. It looks like at the time of the dump this extent had just been allocated to syslogs (so the extent record on the allocation page had object id 8) but the page headers...
View ArticleRe: Tuning CPU grace time
"cpu grace time" will usually not make a difference and should generally be left at the default value. The main exception is if you are encountering some timeslice errors where the problem is some...
View ArticleRe: Tuning CPU grace time
Hi Bret --Current value for cpu grace time is 2500 clockticks = 250 seconds (4.16 minutes) I feel that 4.16 min or 2500 clockticks is higher than the default value 1000 clockticks. What do think it...
View ArticleRe: Tuning CPU grace time
I would drop it down to the default except for times that I could clearly articulate a reason for having it higher, such as "grace time increased to 2500 as a temporary workaround until applying for...
View ArticleRe: Tuning CPU grace time
We are on SP122 where most of the issues are fixed.I will bring it back to its default value unless I see time slice errors.If I get time slice errors, then I will change it workable value and work...
View ArticleAfaria
Hello,I forgot my password for the Afaria app. How can I revocer my password for Afaria? Thanks and best regards,Simone
View ArticleTable name starting with 0 - query error.
Hello everyone,I've a data model built on another database (ms sql) and i have to move it into Sap ASE 16.Most of my table name start with 0example 0_adriano or 0Simone. When i create a simple query i...
View ArticleRe: unable to install the backup server using srvbuildres
Hi, I'm not familiar with or used srvbuildres with a responsfile. I either install the backupserver as part of installing ASE or using srvbuild later on. Can you use srvbuild (needs a X-server to run...
View ArticleRe: unable to install the backup server using srvbuildres
Please confirm that you're getting this error message while trying to CREATE the backupserver. The reason I ask is because you mention seeing these messages in the backupserver errorlog, but you...
View ArticleRe: unable to install the backup server using srvbuildres
A similar issue (might be the same one) was received in Support over the last couple of days, on 15.7 SP110. The problem went away after SP121 was installed and the backupserver install reattempted.We...
View ArticleRe: Table name starting with 0 - query error.
You've probably already come across it, but for the benefit of other readers, ASE's rules for valid identifiers (object names) are documented in Reference Manual Vol 1: Identifiers There is a solution...
View ArticleRe: Table name starting with 0 - query error.
One other option would be to wrap the table name in square brackets, eg, [0BILL_RELEV_TEXT] While this does not require enabling quoted_identifier, it would still/also require a good bit of code changes.
View ArticleRe: how to find out how much RAM allocated to ASE sybase 15.7 on HP-unix
You can find out how much total memory ASE is allocated by looking at "total memory" in sp_configure. However this isn't quite the same thing as RAM (physical memory) usage, at any given time the OS...
View ArticleReset sa user for ASE 15.7 on Windows 2012 R2
Hi Guys I am new to ASE and i am trying to reset the password for sa user since the customer has none of the DB users passwords, i have tried to reset by note 1872806 - How to set a new password for...
View ArticleRe: Reset sa user for ASE 15.7 on Windows 2012 R2
The "-psa" is being seen as a separate command line by the OS rather than as a parameter to the sqlsrvr binary. The is probably a carriage return between your -M parameter and the -psa. Make sure...
View ArticleRe: Reset sa user for ASE 15.7 on Windows 2012 R2
Hi Bret Thanks for your reply, I have edited the RUN_SID.bat file as you suggested and ran it again in cmd with output: C:\Users\sybSID>G:\sybase\SID\ASE-15_0\install\RUN_SID.bat...
View ArticleRe: Reset sa user for ASE 15.7 on Windows 2012 R2
I'm not clear if you are actually getting the message "No error" in the errorlog, or it you are saying you get the normal boot sequence without any error. This is what it looks like when I do boot my...
View ArticleRe: Reset sa user for ASE 15.7 on Windows 2012 R2
Hi Bret, thanks for your detailed output. i am actually getting 'no error" message in the output file when i run .bat file from a command line, i assume that the DB did not actually start since there...
View ArticleRe: Reset sa user for ASE 15.7 on Windows 2012 R2
The 'dopen' message you're receiving is not normal and usually indicates an error, though I'd expect to see a bit more information. Since nothing else is showing up on the command line, and there's...
View Article