SAP recommended database parameter for Sybase ASE 16?
Can anyone direct me to a sapnote for a recommended database parameter for Sybase ASE 16?
View ArticleRe: SAP recommended database parameter for Sybase ASE 16?
found note 1581695 - SYB: Configuration Guide for SAP ASE 16.0
View ArticleRe: SAP recommended database parameter for Sybase ASE 16?
Hi Eli Dominique, if you are running SAP Business Suite on SAP ASE please check SAP Note "1581695 - SYB: Configuration Guide for SAP ASE 16.0".This note list all required and recommended parameter for...
View ArticleRe: Segment Usage/Freespace by device.
Hi Karen, Glad if you can share the complete script and the output you received. ThanksRajesh
View ArticleRe: Segment Usage/Freespace by device.
Here is the code: Select 'Segment Usage' select db_name(d.dbid) as db_name, v.name, "Data Size," = sum(size * abs(sign(segmap - 4))) *16/1024, "Data Used," = sum((size - curunreservedpgs(d.dbid,...
View ArticleRe: SAP recommended database parameter for Sybase ASE 16?
yup found that yesterday and now checking it thanks!
View ArticleHow to externally debug an ECC bapi from SRM (RFC user)
Hi I have searched the internet for an answer to this and every one that I have found hasn't worked. This is the first time I have had to externally debug something from ECC in SRM so apologies in...
View ArticleAny way to get the latest 12.5.4 patch?
Dear all, today we ran an issue with a procedure that occoured only on our 12.5.4 VM (12.5.4 EBF 16791 ESD #10 Win32), a that runs like a charm on 15.7. Now, we know that ASE 12.5.4 is deprecated,...
View ArticleRe: Any way to get the latest 12.5.4 patch?
Sybase and now SAP don't keep archived versions of their software. You might find such a patch via nefarious ways though. The legality of obtaining such a patch will vary from country to country but...
View ArticleRe: Any way to get the latest 12.5.4 patch?
Thank you Jason, we certainly won't try to find the patch by any means, but it's sad that we cannot do such simple thing as downloading a patch for a software that still is in productive use. We have...
View ArticleSybase ASE 15.5 select 1 in group by
Hi, I've writen a query likeselect 1from table xjoin table y on x.id = y.idgroup by y.col1, x.col2, x.col3 now I would expect Sybase to return 1 row containing 1 field containing the value 1 for each...
View ArticleRe: Any way to get the latest 12.5.4 patch?
In fact, SAP keeps archived versions of their software and there are no nefarious ways needed to find them. What we needed was our senior systems specialist to provide us with the link to archive...
View ArticleRe: Sybase ASE 15.5 select 1 in group by
The ability to write queries with GROUP BY that do not include all the columns from the GROUP BY in the SELECT is a TSQL extension of the ANSI standard, as is a SELECT clause without any aggregates....
View ArticleWhat is a "UN" license type?
Looking at one of the SAP/Sybase web pages I see an "UN" license type for the ASE Small Business Edition server. But I can't find any documentation for that license type (the searching being made...
View ArticleRe: Sybase Server Error: 692, Severity: 20, State: 1
It's a page corruption problem in Sybase. This is a bad thing. A lot of things could cause it. Some sort of bad operating system interaction. Eg. some other process modifying the devices/files...
View ArticleI config the sybase with ssl, but it reports errors when restarting. please...
00:0002:00000:00011:2015/01/08 14:20:23.56 kernel server will listen on all networks present on host 00:0002:00000:00011:2015/01/08 14:20:24.36 kernel No license! Cannot enable SSL feature....
View ArticleRe: I config the sybase with ssl, but it reports errors when restarting....
The error message seems to imply that you do not have the necessary license to enable SSL. I'm assuming you only have the ssl entry in your sql.ini file and since no security license is found said...
View ArticleRe: I config the sybase with ssl, but it reports errors when restarting....
Hi, One of two things happened you didn't add the security license in your license directory or it didn't find you certificate. You can check to see which options and license you have enabled. Your...
View ArticleRe: How to download Sybase ASE SDK?
Mark, Your link also requires a User / Password. It shows the page as "SAP Service Marketplace". Is there any other way to get this Free SDK. Regards,Amal
View ArticleRe: How to download Sybase ASE SDK?
Hi Amal, There is a trial/free version of the SDK up on the site currently. Go here: http://scn.sap.com/community/downloads There is an article titled "The SCN Download Center is Now on the SAP Store:...
View Article