Re: Transport Changes not reflected in APP server
Hello Team, Thanks to Deepak and Arjun. We can close the thread now.Issue has been resolved by inputs from Deepak and Arjun. RegardsPankaj
View ArticleRe: How to list the sizes of all tables (data and index seperately) ?
But you said you have SQL Commandline... You may use this: select top 100 --or any other top number left(a.name, 50) as TableName, left(b.name, 50) as IndexName, c.rowcnt...
View ArticleRe: How to list the sizes of all tables (data and index seperately) ?
You can execute sp_spaceused from SQL command line window. This can be opened in DBA Cockpit by clicking on "SQL Command Line" in any of the "Favourites" sections. Then run the command using exec...
View ArticleRe: How to list the sizes of all tables (data and index seperately) ?
Hello Gaurav, Thanks for "SQL Command Line".But cannot run sp_* procedures. Result is like this. myhost:1> sp_spaceusedmyhost:2> goType of command is not allowed to be executedRegards,Yuksel...
View ArticleSybase WSB setup on ASE 16.0
downloaded the free copy of ASE 16 available at SAP site and I was testing warm standby setup on Linux with replication server 15.7. - Installed sybase server sby01 using ASE 16.0 and create database...
View ArticleQueries on DR log shipping Process???
Hi All, I have a few queries regarding the DR drill, request you to provide your valuable views on my queries? 1.For suppose we have done with log shipping and disconnected the DR server for 3 days...
View ArticleRe: Sybase WSB setup on ASE 16.0
Could you provide more details on your environment and the steps you're taking to setup warm standby replication, eg: - Is this part of a SAP application (eg, you have a SID)? - Are you following steps...
View ArticleRe: Sybase WSB setup on ASE 16.0
This is not part of SAP application. I was trying to setup traditional WSB using rs_init, with ASE server is 16.0. Setting up WSB using traditional rs_init interactively.1) success: create repserver...
View ArticleRe: Sybase WSB setup on ASE 16.0
NOTE: For future reference: should probably be posting this type of question over in the SAP Replication Server forum; so don't be surprised if one of the admins moves this thread over there Since a WS...
View ArticleRe: TIME_OUT when try to schedule DB backup(database dump)
Can you please check the below logs during the same time you get "Connection Time out" error : 1) JS Agent errorg for any messages .2) ASE SID Error log for any errors. Please also check if JS agent is...
View ArticleRe: Transport Changes not reflected in APP server
Hi Pankaj, I also faced the same issue. I tried the following. 1, I have open the client in Production.(Changes Allowed, After trying I have reset the original settings)2, As Deepak said I have changed...
View ArticleSM12 lock Issue-Not getting released automatically
Hello Friends One of my customer facing SM12 lock issue which occurs only in night time.During Day hours issue does not counter us.Once its get locked he has to delete the lock entry in SM12 and...
View ArticleRe: Transport Changes not reflected in APP server
Hello Team, Thanks to Deepak and Arjun. We can close the thread now.Issue has been resolved by inputs from Deepak and Arjun. RegardsPankaj
View ArticleMemory Management - How to check usage?
Hello, according to ASE documentation the parameter "total physical memory" is the used memory at the moment.And the "total logical memory" is the configured memory at the moment. We have one DB, where...
View ArticleRe: Memory Management - How to check usage?
can u send the diagonstic report so that will know exactly
View ArticleRe: Memory Management - How to check usage?
Dear Anon, The "total logical memory" is NOT necessarily the configured memory at the given moment. Total logical memory– is the sum of the memory required for all the sp_configure parameters. The...
View ArticleRe: Memory Management - How to check usage?
Hello Ajith, ok, so "total physical memory" is the used memory of ASE.But as written, it only can grow as if it is allocated once it will stay allocated till a restart happens.Is that right? But if...
View ArticleRe: Memory Management - How to check usage?
Hello Anon, Yes, "total physical memory" is the memory used by your ASE, at the given point of time, for functioning. It could only grow, since ASE do not shrink memory dynamically. For decreasing the...
View Article