Re: SYB ASE: SP & PL Update
Hi, I can't tell you which version you should install. The version you're going to install must be certified for the application you want to run. For SAP applications, the following note gives some...
View ArticleRe: ufopen: Cannot allocate file I/O buffer
Hi Ajit, We've had one instance of this reported. In that case it was happening during database DUMPs when ASE was trying to allocate memory for a file descriptor for the dump history file. The error...
View ArticleRe: ufopen: Cannot allocate file I/O buffer
Hello Bret, I don't see any other messages, its only them. Otherwise my ASE error logs are pretty very much clean. 00:0008:00000:00131:2016/01/14 09:01:18.31 kernel ufopen: Cannot allocate file I/O...
View ArticleRe: ufopen: Cannot allocate file I/O buffer
As there aren't any other clues in the errorlog, I think our best chance of figuring this out would be to generate a shared memory dump on this message Have you had previous experience generating...
View ArticleRe: ASE Error SQL175 - During SPAM update, IMPORT PROPER phase
Dear Herman, I am facing exactly the same issue, I have gone through your post and seen the solution. But my manager says that this solution should come from SAP Support. Kindly guide as i have not...
View ArticleRe: ASE Error SQL175 - During SPAM update, IMPORT PROPER phase
Dear Ali, The reported solution is only valid after SAP Support intervention, as they need to cancel SPAM import queue (currently locked in your system). The SAP Note implementation is only valid after...
View ArticleSAP ASE Data Cache setup
We are using ECC6 (ehp7) with SAP ASE 15.7.I am new in BASIS . Can any one help me to set ASE parameters. How to set following parameters of ASE as per SAP recommendation? ParameterDescriptionCurrent...
View ArticleRe: SAP ASE Data Cache setup
Hi, all in all you need a default data cache with 7644MB. So you have to configure this: sp_cacheconfig "default data cache", "7644M"go If you receive an error message that you do not have sufficient...
View ArticleRe: SAP ASE Data Cache setup
Our Total Physical RAM 64GBLinux Swap Total = 1966707996 KB I am surprised how SAP recommended max memory = 5242880.for total default data cache = "7644M".default data cache set unsuccessful after...
View ArticleRe: SAP ASE Data Cache setup
Hi, my configuration was just a quick one in order to get it going. There are several ways to gain a memory overview but an easy way is to execute sp_configure "memory". The very last line shows the...
View ArticleRe: SAP ASE Data Cache setup
Our Total Physical RAM 64GBLinux Swap Total = 1966707996 KBTotal SAP user 100can you check whether it is correctly configured or not.Here the output of sp_configure "memory"
View ArticleRe: SAP ASE Data Cache setup
Hi, calculating memory is a nice thing but maybe you do not consider all components (like operating system, applications, ...). Therefore I prefer some hands-on checks: So you should start everything...
View Articlesap database procedure proxy call on ASE
We are using ECC6 (ehp7) + SAP ASE 15.7. Can we use sap database procedure proxy call on ASE Database ?
View ArticleASE SQL422 ON BW
dear Alli have a problem with BW on ASE.My BW is 731 on ASE 15.7.100I receive an error SQL422 too many nested exception.I have found the note 2018715. but the suggested hints does not work.It reminds...
View ArticleRe: ASE SQL422 ON BW
Hi Bruno,The issue has been fixed since ASE 16 SP01. There is 2 options to workaround the situation, see SAP Note 2018715 - SAP ASE running BW applications reports Error SQL422 "Too many nested...
View ArticleSybase log
Dear Team, We are new to Sybase database, while installing SAP ECC system we have created 2 logs as saplog_1 and saplog_2 each of 40gbin dbacockpit we can find database details options set as Truncate...
View ArticleSybase ASE space management
Dear Friends, Does anyone have the SQL statement which I can use it to get the complete DB sizes. I have a script but I'm getting the below NULL Value and not sure where is the mistake ? Thanks and...
View ArticleRe: Sybase log
Hi Victoria, Remember the master database. 1>use master 2>go3> sp_dboption ECD, 'trunc log on chkpt', 'false'4>go Johan
View ArticleRe: Sybase log
Hi Praveen, As explained in detail by Jeurgen and Victoria if you want to set the archive log to off so it dumps to OS it would be good to configure dump configuration and automation for which you can...
View ArticleRe: Sybase ASE space management
Without knowing what SQL you are running to get these results, it is hard to say if there is a mistake or what the mistake is. In general, I suspect the databases with the NULL values are set up with...
View Article