Re: Error using derived table and "case" block
Checking @@version seems straight forward. As for how to rewrite your query to get around this bug ... *shrug* ... would be easier if we had the complete query to work with. Having said that, and...
View ArticleRe: Error using derived table and "case" block
The query works fine if you drop the "select" keyword from the expression in the WHEN clause. It isn't needed as the CASE is already in the context of a SELECT. select col1, col2, "col3" =...
View ArticleRe: About TPCC for ASE
Hi Kevin, Everything you technically need to reproduce the TPC-C benchmark is at: The current version of TPC-C is Version 5.11. Click on the preferred format below to download:PDF (1020KB)DOC (739KB)...
View ArticleRe: Sybase ODBC Connection Issue in Windows Server 2008 R2
Guys, Thanks for all your responses. Got to resolve this issue with my IT Team, It was a firewall Issue. Thank You, Saurabh
View ArticleCreation of Adaptive Server Sybase 15.7 WinXP sp3 - "No network connection"
For the developers edition 15.7, I wish to create an Adaptive Server, Installed on Win XP SP3 , When I create Adaptive server I go through configuration step,at the last step I get error " No network...
View ArticleRe: Creation of Adaptive Server Sybase 15.7 WinXP sp3 - "No network connection"
What's the *exact* version of ASE 15.7 you're trying to install? Are you running XP Home or XP Professional? 15.7 is not supported on XP Home. As of 15.7 ESD #2, support for XP Professional has been...
View ArticleCreation of Adaptive Server Sybase 15.7 WinXP sp3 - "No network connection"
I was installing 15.7 sp 100 I will try with Win7 ultimate SP1 and then install patches • Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package and KB2565063• Microsoft Visual Studio 2010...
View ArticleRe: Creation of Adaptive Server Sybase 15.7 WinXP sp3 - "No network connection"
This worked Win7 ultimate SP1 x64 and then install patches • Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package and KB2565063• Microsoft Visual Studio 2010 -> then Service Pack 1 (...
View ArticleRe: Creation of Adaptive Server Sybase 15.7 WinXP sp3 - "No network connection"
I've been able to successfully install/configure/run 15.7 ESD 2+ on Windows 7 (and Windows 2008) with just the Visual C++ package. In the installation guide for Windows, under the System Requirements...
View ArticleCan sybase driver be run in single-threaded mode
HiWe are running ASE 15.5 - Number of our developers are using python scripts to access the database. They are having issues related to sc_ctx_alloc and cs_ctx_global and forked process. When parent...
View ArticleRe: Can sybase driver be run in single-threaded mode
Hi James, Can you provide more details about the client "driver"? We provide a python module for ASE (SDK 15.7 for ASE 15.7) and I am not sure this is what you refer to. The module is built as...
View ArticleSybase ASE 15.7: latch sleep
Hi ALL! On database in moment of highly loaded take very big value for "latch sleep".Output of sysmon: Task Context Switches Due To: Voluntary Yields 722.1 8.8...
View ArticleRe: Sybase ASE 15.7: latch sleep
also during latch sleep there are one process in status: "waiting for a disk read to complete:waiting for regular buffer read to complete" for the transaction with insert in same tables that used...
View ArticleOData protocol doesn't include Foreign Key fields in metadata and as well in...
- I am currently want to develop POC on UI5 application with OData from ASE 15.7 developer edition instead of SAP Netweaver Gateway.- It is easy to configure ASE with OData on laptop (Win 7) and UI5...
View ArticleInstall question - Sybase 15.7 SP 100
I am performing Sybase research.I downloaded Sybase 15.7 SP 100 edition from here:SAP Adaptive Server Enterprise Developer Center.I setup a Redhat 6.4 Linux server with all the product preinstallation...
View ArticleRe: Install question - Sybase 15.7 SP 100
Just a quick guess, but I think that if you choose the "custom install" option at the beginning you can tell it not to install the SCC component, and that should bypass this issue.
View ArticleRe: Install question - Sybase 15.7 SP 100
Yes, I am performing a custom install.However, deselecting the SCC component is not an option as I need to research that component as well.
View ArticleRe: Install question - Sybase 15.7 SP 100
Is this a know bug with the installer?Is there another version of ASE I should be using for Linux?
View ArticleRe: OData protocol doesn't include Foreign Key fields in metadata and as well...
Hi, You might want to open an incident with SAP tech support. Cheers,-Paul
View ArticleRe: Does the developer edition of ASE include the security option?
To answer my own question, it looks like the Security and Directory Services module is included with the Developer's version. I am basing this off the file located...
View Article