Re: DBACOCKPIT and Missing Index
The DBA Cockpit contains (since the very first release) the screen Diagnostics -> Missing Tables and Indexes. This is the same logic for all DB platforms supported by SAP. To create a missing index...
View ArticleRe: R3load error on import with declustering
If you don't want to restart your installation note 2039613 ist he solutionJust import a at leaste SP10 of R3load into your kernel
View ArticleRe: DBACOCKPIT and Missing Index
Sorry... but I don't be able to find it. My box is a BASIS 7.02 SP16 with last DBACOCKIP notes level applied yesterday. Regards.
View ArticleRe: DBACOCKPIT and Missing Index
Hi, very bad news... I use DB02 (but also DB02OLD) from 1996 on iSeries, Oracle, Informix, MSSQL, Adabas... to rebuild missing Index... it should be a nice improvement for next release. Bye.
View ArticleRe: Poor performance on SDV03V02
Of course... with a custom index is super fast, an index on MANDT, VBELN, GBSTK, RFGSK, LFGSK, LFSTK, COSTA, ABSTK, VBTYP for VBUK table.But... why is it sodramaticallyunfavorableASEcompared...
View ArticleRe: Sybase log /sybase/SID/ASE-15_0/install
Hi Alamsyah,As Bret mentioned, the "print recovery information" is returning those messages. It is recommended to be configured to 1 on Business Suite environment (SAP Note 1749935 - SYB: Configuration...
View ArticleSetup of database configuration parameters failed
Hi, during a system copy, on target system, based on R3Load, SAPinst hangs on phase "Configure Database Componets" for install an ECC 6.05 box. I use: - 70SWPM10SP07_2-20009707.sar as - nwpreload.stp...
View ArticleRe: Sybase log /sybase/SID/ASE-15_0/install
Hi Rajesh, the log is attached. Kindly assist analyze this log. *rename file extention from .txt to .rar
View ArticleRe: Setup of database configuration parameters failed
Hi Is the kernel level & release are same in source & target system? BR
View ArticleRe: Setup of database configuration parameters failed
Hi Could you refer the SCN thread with same issueSAP ERP 6.0 EHP 6 IDES Installations Fails BR
View ArticleRe: Setup of database configuration parameters failed
It seam work with this workaround: As a workaround, the SAP installation can be performed with default settings for the ASE memory configuration.After installation has finished, it is possible to...
View ArticleRe: Setup of database configuration parameters failed
but it's really unice load 3TB database on 256 GB ram machine with default ASE memory.I hope that SAP repair it on a next release.
View ArticleRe: Inconsistency in Export/Import database
Export on a running system is not consistent. So the only way is of export an off-line system. Export my runs for hours, in my last case, for days due very large database (12TB) on a not so fast...
View ArticleRe: Sybase log /sybase/SID/ASE-15_0/install
99.97% of the log file entries consist of single-line messages regarding the recovery of 1,224,202 committed/aborted transactions. I'd recommend you try Brett's sp_configure suggestion for suppressing...
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Dear mark, So should i use below ?alter database HCP on HCP_data_001.dat = 104G Regards
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
1 - post the complete output from running sp_helpdevice 2 - tell us how much space you want to extend the HCP database by, eg, 10G, 100G, something else?
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Dear Mark, I have applied these, use mastergodisk resize name ="HCP_data_001" , size="10G"goalter database HCP on HCP_data_001.dat = 10Ggo and, sp_helpdb HCPgo
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
you should have used: alter database HCP on HCP_data_001 = '10G' .....instead of alter database HCP on HCP_data_001.dat = 10G ALTER DATABASE takes the ASE *device* name - not the disk pathname.
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Dear Jeff, I have completed as u said(for data1-2,sapdiag,saptemp) do you see any wrong thing in this related screen shot ? Also only alter database LOG action(HCP_log_001 and 002) returns = "This...
View Article