0% found this document useful (0 votes)
39 views

Red Frio

The document appears to contain technical configuration details and troubleshooting steps for an SAP ASE database named RFD, including parameters that need adjustment, notes to resolve issues, and commands run against the database. It also references topics like vistas analyticas, servicios nativos de Bydesign, and queries run against tables. The document provides information needed to configure and maintain an SAP ASE database supporting an SAP system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Red Frio

The document appears to contain technical configuration details and troubleshooting steps for an SAP ASE database named RFD, including parameters that need adjustment, notes to resolve issues, and commands run against the database. It also references topics like vistas analyticas, servicios nativos de Bydesign, and queries run against tables. The document provides information needed to configure and maintain an SAP ASE database supporting an SAP system.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

\\RUSSEK13\sapmnt\trans\cofiles\K903388.

RSD

isql64 -SE -Usapsa -PR34c5a.5777 -X

isql -Usa -SRFD -X -i instmstr

$2kwqSw4Cmub

Parameter |Current Value|Expected Value|Comment |State


================================================================================
CUDF existance RFD |0 |1 |SAP Note 2800483; |E
| | |Rerun SAP ASE database|
| | |upgrade with option |
| | |force. |
--------------------------------------------------------------------------------
sp_configure 'extend |0 |1 |SAP Note 1581695; |E
implicit conversion' | | |change database |
| | |configuration |
| | |parameter accordingly.|
--------------------------------------------------------------------------------
sp_configure 'number |0 |>= 20 |SAP Note 1680803; |E
of worker processes' | | |change database |
| | |configuration |
| | |parameter accordingly.|
--------------------------------------------------------------------------------
sp_configure 'lock |8192 |>= 40960 |SAP Note 1680803; |W
hashtable size' | | |change database |
| | |configuration |
| | |parameter accordingly.|
--------------------------------------------------------------------------------

sp_dboption RFD, "trunc log on chkpt", false

SAP-DES\rfdadm / R34c5a.5777
DDIC / $2kwqSw4Cmub

'J:\Backups\log_backup'

no_log

sp_dboption RFD, "trunc log on chkpt", false

saphostctrl -function LiveDatabaseUpdate -dbname RFD -dbtype syb -updatemethod


Execute -updateoption TASK=RECREATE_CDS_OBJECTS -updateoption UPDATE_FORCE=1'

Can't allocate space for object 'syslogs' in database 'RFD' because 'logsegment'
segment is full/has no free extents. If you ran out of space in syslogs, dump the
transaction log. Otherwise, use ALTER DATABASE to increase the size of the segment.

programacion en visual estudio


vistas analiticas publicarse
servicios nativos de Bydesign (con vistas analiticas)
Technical user

'SAPSR3'
select * from [/BOBF/OBM_ALTKEY]

select owner = user_name(uid), name, type


from sysobjects where name = "D010ENH"

You might also like