SAP ASE Best Practice latest update
Hello experts, just wondering if somebody already reviewed thoroughly latest guide for best practices on SAP Sybase ASE?I am talking about the document from note 1680803 - SYB: Migration to SAP...
View ArticleRe: SAP ASE Best Practice latest update
Actually, quite a few customers run with that many engines/memory. In fact, it is difficult these days to even buy a server with less than 128GB of memory and 16 cores/32 threads. Pretty much the...
View ArticleRe: SAP ASE Best Practice latest update
Hello Jeff, thank you for quick and detailed answer.I understand you work on huge installations, but not everybody is. In my experience (several years, but I guess not so many as you), I would say that...
View ArticleRe: SAP ASE Best Practice latest update
Hmmm...maybe we need small, medium, large t-shirt size examples..... Funnily enough, the original was quoting 100GB and it was viewed as small by some....and considering the 32GB you cite - its...
View ArticleRe: SOLMAN_SETUP tcode error
Hi anitha, I provided all the parameters and i restarted the server and then i checked but again same issue. regards, Patan Thavaheer.
View ArticleRe: SAP ASE Best Practice latest update
Jeff, as I said, if the calculation formula is clear, there is no problem with case of 100G server.. I only say - IF.. You are talking about advanced configuration, that's not what I meant.I just want...
View ArticleNot able to start Saphostexec
Dear Experts, I'm having trouble starting up the SapHostEXEC & SAPHostcontrol and its throwing me an error 1053 :The service did not respond to the start or control request in a timely fashion.I...
View ArticleDropping device without prior dropping database
Hi there, Is there anyway to remove a device without removing database as the database still in use. thanks in advance. 1> sp_dropdevice QA1_data052> goMsg 17482, Level 16, State 1:Server 'QA1,...
View ArticleRe: Dropping device without prior dropping database
Prior to ASE 16.0, the only safe method is to dump the database, drop the database, recreate the database as the same original size (while not using the device that you want to drop), then reloading...
View ArticleRe: Dropping device without prior dropping database
You could use ASE's disk mirroring feature to move the contents of QA1_data05 onto a new device thus allowing you to drop QA1_data05. - sp_configure 'disable disk mirror',0 (static setting so you have...
View ArticleAbout SYbase architecture
Hi Experts, Am new to Sybase. As a starter, i want to know the sybase architecture.about Mandatory background processes etc etc..
View ArticleRe: About SYbase architecture
Dear Nazia, The best approach would be for you to start with Getting Started with SAP Applications Using SAP Adaptive Server Enterprise which can also be found in Featured Content for SAP Applications...
View ArticleRe: Dropping device without prior dropping database
....or 15.7 sp100 (when shrink database was added). See ASE 15.7 New Features Guide sp100.
View ArticleRe: How to change data file and transaction log path
Hi Francisco, Were you you able to mirror/un-mirror the SAP Sybase Transaction log device successfully? I am considering this approach to move a Trans Log device. Thanks,Alex
View ArticleRe: About SYbase architecture
Hi Nazia, You can refer below link to get better idea. http://talebzadehmich.files.wordpress.com/2012/02/ase15-7_architecture.pdf
View ArticleRe: Type of command is not allowed to be executed: DBA Cockpit
Hi Alamsyah, Yes this is expected - ASE system stored procedures cannot be executed from the command-line interface in DBACockpit due to security restrictions. They can be run only directly via isql...
View ArticleRe: SYBASE : ISQL login error
Hi Hanad, try this isql -U sapsa -P password_sa_user -S SID -X RegardsDomenico
View ArticleRe: Type of command is not allowed to be executed: DBA Cockpit
hi Madhi, Thanks for the respond. I hope SAP would release a note for this. R,AM
View Article