Re: Netweaver 7.00 upgrade to 7.01
If the only difference in the operating system is the version, and not the overall OS, i.e. in your case migrating from Windows 2003 to Windows 2008, that is still homogeneous, as long as the same is...
View ArticleUnderstanding DBA Cache Read
Dear team, I need help for following. As per the understanding; whenever any job/query is executed; most of the databases brings the data from physical files and put it into Database Cache. Can you...
View ArticleRe: Understanding DBA Cache Read
Hello Arthur, You can check what is inside the cache using sys.dm_os_buffer_descriptors dmv.Check more information in the following website:Buffer ManagementExecution Plan Caching and Reuse SQL Server...
View ArticleShort dumps and user not able to execute many tcodes
I have a strange issue In my SAP system we had a issue, whenever user execute tcodes have error message " SQL error 21 while accessing program SAPMS380"then immediately closing the screen there is a...
View ArticleRe: Short dumps and user not able to execute many tcodes
Hello Harikrishna, Which tcodes are being executed?Can you provide a copy of the short dumps? Regards,Eduardo Rezende
View ArticleRe: Short dumps and user not able to execute many tcodes
For example I have tried to execute ST22 and tried to open a dump...then immediately it popup the error message as shown above
View ArticleRe: Short dumps and user not able to execute many tcodes
Hello Harikrishna,Execute a complete database consistency check as per note 142731:dbcc checkdb(<SAPSID>) with no_infomsgsRegards,Eduardo
View ArticleRe: Short dumps and user not able to execute many tcodes
I ranGot the below log Msg 8904, Level 16, State 1, Line 1Extent (1:240480) in database ID 9 is allocated by more than one allocation object.Msg 8904, Level 16, State 1, Line 1Extent (1:240488) in...
View ArticleRe: Short dumps and user not able to execute many tcodes
Hello, If we summarize the dbcc check we can important objects (e.g. sys.sysobjvalues, REPOLOAD): CHECKDB found 32 allocation errors and 28 consistency errors not associated with any single...
View ArticleRe: Understanding DBA Cache Read
Thanks Sire If I may extend this question to another; here is the one. When We assign Minimum and maximum memory to SQL instance; Why is that in some cases I see that sqlserver.exe shows Maximum...
View ArticleRe: Understanding DBA Cache Read
Hello Arthur, Maybe your SQL Server does not have locked pages priviledge.For more information check note 1134345. Are you using VM? If yes, the rammap tool could help.For more information check the...
View ArticleSQL Server 2012 high number of SQL Sessions
Hi, We are using a 7.3 portal using ESS+UWL with sql server 2012 and sometimes (suddenly) we have a high cpu (99-100%) consumption by the sql process on the DB-Server of the Portal. In addition the...
View ArticleDelay processes and sm21 Operating system call connect failed error 115
Hello, In the night we have usually problem with reprocessing interfaces arround 1 hour aprx.Checking the system log on SM21, I usually see lot of errors:SAPSYS Q0 I Operating...
View ArticleRe: SQL Server 2012 high number of SQL Sessions
Hi Franz, Need to more about you server configuration like CPU and RAM capacity. Secondly please have a look into SAP note for MSSQL configuration1702408 - Configuration Parameters for SQL Server...
View ArticleRe: Delay processes and sm21 Operating system call connect failed error 115
Hi , Please check dev_wx logs and dev_rd logs for more details on the error . Share the error messages from the same . Regards,Deepak Kori
View ArticleRe: Install SAP ERP 6.0 with EHP7 - Inst Master ???
Hi Tomas Gustafsson, Unfortunately I'm not able to identify the installation guide for windows and abap. I wanted to know the type of collation and read out the...
View ArticleRe: Delay processes and sm21 Operating system call connect failed error 115
Hello 1. During those time are you starting any backup jobs? or any Database maintenance activity going on ..? 2. During those time what is the overall memory usage? BRSS
View ArticleRe: Install SAP ERP 6.0 with EHP7 - Inst Master ???
Hi Martina Gallego Anso, Thank you for your support, found the proper guide for installation. With Thanks,Gowri Shankar
View Article