SAP ASE in Hana cloud Platform
Hi Experts, While working on SAP ASE in Hana Cloud Platform.I cannot able to see Development Workbench to Create of Schema & table in SAP ASE (Which can be done in Hana XS and Hana...
View ArticleASE connectivity using open client libraries
Hi, I have installed ASE 16 on a Linux 64 bit server. Now I need to connect from my application to ASE using open client libraries. My doubt is which version of open client libraries I should use to...
View ArticleRe: ASE connectivity using open client libraries
Hi, I would suggest to use OpenClient 15.7 as 15.0 and 15.5 will not have any further releases.I do not see specific documentation for ASE 16.0 and what Open Client it supports.OpenClient 15.7 and 16.0...
View ArticleRe: SSMA Sybase to MS-SQL Conversions
Hi, This might be better put this question in the powerbuilder scn:PowerBuilder Developer Center Regards,Ryan HansenSAP Digital Business Services
View ArticleMigrate Sybase SQL Server/11.0.3.2 ( Sybase 11.0) to Sybase 11.9.2
I would like to migrate a instance of SQL Server/11.0.3.2 to Sybase 11.9.2 (i want use SSMA after that). There is no documentation on this subject on the web because it's too old (1997).I only want...
View ArticleRe: Migrate Sybase SQL Server/11.0.3.2 ( Sybase 11.0) to Sybase 11.9.2
When you say "I try to dump a db to Sybase 12.5.4, not work" what exactly does "not work" mean? Is it just failing without any error messages? Why are you trying to dump to 12.5.4 if you are trying...
View ArticleRe: Migrate Sybase SQL Server/11.0.3.2 ( Sybase 11.0) to Sybase 11.9.2
Hello Bret, Thanks for reply ! I'm trying to dump to 12.5.4 because all my Sybase dev and production server are on this version.At this time, I'm sure that i have : 11.0.3.2, 12.0.07, 12.5.4 and 16.The...
View ArticleCould not proceed with step --> 3.ASE server upgrade from the note 2162715
Hello, We had started SYBASE ASE Upgrade from 15.7 to 16.0 with the help of note 2162715. From the note the 3rd step is to do the below activity : 3.ASE server upgrade The ASE server upgrade adapts...
View ArticleRe: Could not proceed with step --> 3.ASE server upgrade from the note 2162715
Is this an SAP Business Suite installation? If so I think you would be better off posting in the SAP Applications on SAP Adaptive Server Enterprise (SAP ASE), Note 2162715 is specific to SAP...
View ArticleRe: Could not proceed with step --> 3.ASE server upgrade from the note 2162715
Hello Halford, Thanks For your reply. Could you please mention the basic difference between them. and how to check whether my current installation is business suite or general purpose ASE....
View ArticleRe: ASE connectivity using open client libraries
Hi Ryan Hansen, Thanks for the information given. I have downloaded the Software Developers Kit (SDK) 15.7 for Open Client libraries. But in that installation I could not find the libsybsrv.so and...
View ArticleRe: Could not proceed with step --> 3.ASE server upgrade from the note 2162715
Hello Bret, please help here...we had started our upgrade for 15.7 BS to 16.0 BS But we have used a general 16.0 ASE dump instead of 16.0 BS.then I have raised the above query.. in which the...
View ArticleERROR: -1 in function SQLConnectWithRetry (SQLConnectWithRetry) [line 4530]
Hi, We were running ECC 6.0 on windows machine with sybase ASE-15 install. i have done one more instance installation on the same system as QAR. now the issue is i am facing is that i can only run...
View ArticleSybase ASE 16.0 installation for BO on Windows Cluster
Hi All,I'm installing Sybase ASE 16.0 for BO 4.0 Active Passive cluster with two windows nodes. These two nodes are sharing two shared disks/drives. Apart from that we have two more servers for CMS...
View ArticleRe: Analyze Capture fails in Workload Analyzer
NOTE: Not sure how much troubleshooting you've done so far .. so some of this may be a repeat of what you already know ... so fwiw ... I'm looking at the installsybcatdb script that comes with ASE 16.0...
View ArticleRe: Analyze Capture fails in Workload Analyzer
Hello Mark, thanks for responding. Nice to see you are doing well as always. First to answer your questions. > has the t_baseprocedures table been created? Yes, it has been created and exists. >...
View ArticleRe: Analyze Capture fails in Workload Analyzer
Most definitely this is str_replace issue, in fact a bug in str_replace builtin function. Here is a trivial interactive example. pubs2:1> declare @proctext varchar(100)pubs2:2> select @proctext =...
View ArticleRe: Analyze Capture fails in Workload Analyzer
Hello Niksa, long time no see! Looks like str_replace locates the string to replace but then offsets the start/end positions by -1; so in your test case instead of replacing 'p_test' it's replacing '...
View ArticleRe: Analyze Capture fails in Workload Analyzer
Fired up a Solaris/x86 VM and installed ASE 16: - ASE 16.0 SP02 PL03 (Solaris/x86)- utf8/binary- 2K page size Your test case generates the correct result. All of my test cases generate correct results....
View ArticleRe: Analyze Capture fails in Workload Analyzer
Yes, looks like str_replace offsets the start/end positions, but it happens only if a blank space (chr(32)) or more blank spaces exist in the source string in front of located pattern string. In the...
View Article