Sybase ASE memory configuration
Dear All, I am trying to re-configure ASE memory on our SAP servers, most of the servers has shared memory values set to unlimited. Current databases were configured with default memory usage, now i...
View ArticleRe: Sybase ASE memory configuration
Dear Aravind, What are ASE and OS versions? Mandatory settings as per SAPRefer SAP note 1539124 to ensure mandatory ASE Configuration are set properly Memory ResourcesMax memory = Total OS physical...
View ArticleIs there any sybase command or stored procedure to know the status of the job...
Is there any sybase command or stored procedure to know the status of the job scheduler
View ArticleRe: ISQL login error SYBASE
Hi Arne What are the passwords for the users sapss and sapsso please? Getting that same problem of a new installation and cannot connect to the adaptive server. Please assist. RegardsRob
View ArticleRe: ISQL login error SYBASE
Hi,Just for information, on SAP BS/BW environment recommendation is to use the DBACockpit (t-code DB02 or dbacockpit) instead of Sybase Control Center. SQL code can also ben run from dbacockpit.Also to...
View ArticleRe: Sybase with ECC : Delete / Dump Transaction Log
Hi Danny,The dump of the transaction log should be smallest than the database dump. That size is very small I agree but the question is: were there some modifications done after the database dump and...
View ArticleExtend DB
Hello, I want to extend database with a new datafile. Each datafile has his own folder. I've tried to create directly the folder in OS, but I want to looking for in path, It doesn't appear.How can I...
View ArticleRe: ISQL login error SYBASE
Hi Rob,There is not default password for sapsa and sapsso. You may reset them following Correct Answer from thread "Reset sapsa password" http://scn.sap.com/message/15488510#15488510. Best...
View ArticleRe: Is there any sybase command or stored procedure to know the status of the...
Rajesh, Please find the process to get ensured Job_Scheduler up and running. use mastergoselect * from sysprocesses where program_name like 'JS Agent%' or cmd = 'JOB SCHEDULER'gouse sybmgmtdbgoselect *...
View ArticleRe: Extend DB
Hi. The input help shows only the paths that are currently used by the database for datafiles. So for a new path you created, you will need to enter it yourself. It's an input field where you can type...
View ArticleR3load error on import with declustering
HiWe are installing CRM 7.0 EHP3 on Windows Sybase 16.00.2 and choosen declustering and depooling option.During import Abap phase there are errors on DOKTL and EDI40 tables:(DB) ERROR: DDL statement...
View ArticleRe: Is there any sybase command or stored procedure to know the status of the...
Hi, Addition to the reply from Kiran you can somehow see the status of the JS in Sybase Central and SCC/Sybase (now SAP) Control Center gui's where the Stop or Start button is "highlighted". This gives...
View ArticleRe: ASE Sybase ODBC driver distribution question
These things need to be inserted into the registry.Windows Registry Editor Version...
View ArticleRe: R3load error on import with declustering
Good to know that there is no support for ASE specific problems in OSS ......If any customer will ask for db recommendation i'll have answer .....
View ArticleRe: Is there any sybase command or stored procedure to know the status of the...
Dear Kiran, Thank you for your wonderful response.
View ArticleRe: ASE SP 122 hitting SIGSEGV 11
Dear Francis, I agree with Bret. signal 11 is generally followed by a stack trace. For Example:00:0006:00000:00926:2014/10/07 00:43:53.34 kernel Current process (0xa4101c6) infected with signal 11...
View ArticleWhat is the best way to (automate)monitor the space growth of the databases...
Dear Experts, I'm looking to create a stored procedure/SQL Query which the space details of all the databases in a server, with dbfree lessthan 15 % on top of the listOutput should be displayed as...
View ArticleRe: What is the best way to (automate)monitor the space growth of the...
I would suggest you consider monitoring space usage at the segment level as opposed to the database level. If your data and log segments are on different disks then monitoring at the segment level...
View ArticleRe: MASTER DB - dump and load (missing configurations)
Hi Hans, At the moment I'm at the step to set up a whole database, therefore I have to load all databases.But after loading the master, found out that the configs are missing. So if the configs are...
View ArticleRe: What is the best way to (automate)monitor the space growth of the...
Free space thresholds are configured within ASE for a given segment. When a threshold is crossed ASE will automatically fire the user defined/created stored proc associated with the threshold. What...
View Article