Re: ASE v16 SP01 & open client 15.7 excel queries convert negative money...
Do you still have an open client 12.5 environment around that you could test against the 16.x ASE to help narrow down whether the issue is on the ASE side or the Open Client side? Do the values appear...
View ArticleRe: ASE v16 SP01 & open client 15.7 excel queries convert negative money...
1. Create a test table as below create table testTable (IdCol integer identity, myMoney money) 2. Pouplate this with two rows insert testTable select 100.00insert testTable select -200.00go 3....
View ArticleRe: ASE v16 SP01 & open client 15.7 excel queries convert negative money...
Are you on the most recent rollup of Open Client 15.7?I found a possibly related known bug, CR 763626 "The ASE ADO.NET provider inserts negative Money value as positive when using AseBulkCopy class."
View ArticleASE 15.7: Drop index syntax
Hello I order to alter a column table I need to drop a index, but I 'can't find the correct syntax 1> ALTER TABLE [PSM.SAPSR3./BI0/F0SM_UPL_W]drop [KEY_0SM_UPL_W7]2> goMsg 4939, Level 16, State...
View ArticleRe: ASE 15.7: Drop index syntax
the object name [PSM.SAPSR3./BI0/F0SM_UPL_W] contains the database namethe separator is the dot, the first part is the database, second part the user, third part the object as the error message states,...
View ArticleOuter Join statistics show high page IOs
We have a very wide table (will call it A) which I'm looking at splitting into 3 tables each with the same PK and each partitioned in the same waycalled AVP1, AVP2, AVP3 I then create a view over the 3...
View ArticleRe: Outer Join statistics show high page IOs
What does showplan show? Indexes have a minimum height of 2 pages (root + leaf), which would result in two reads to determine that there was no matching row.
View ArticleMoving from ASE Small Business Edition
http://www.sap.com/bin/sapcom/en_us/downloadasset.2012-08-aug-13-07.sap-sybase-adaptive-server-enterprise-editions-pdf.h%E2%80%A6 Dear All,We are running under ASE 15.0 SBE in a Windows with a total of...
View ArticleRe: ASE v16 SP01 & open client 15.7 excel queries convert negative money...
Bret, Thanks for your response. We were able to identify that it is a bug and is fixed in 15.7 SDK SP126 and later. We are unable to find any SDKs on the download site and support is telling us to...
View ArticleRe: ASE v16 SP01 & open client 15.7 excel queries convert negative money...
Hi Ann, I can see it on the download site, try the following: go to https://support.sap.comSoftware Downloads (upper right of screen)Support Packages and Patches (left hand side of screen)A-Z (center...
View ArticleRe: Outer Join statistics show high page IOs
you should post output of : sp_helpsp_spaceused as well as showplan request from Bret.
View ArticleRe: Is there a way to cause DSI overcome reserved column names limitation?
Thanks Jean.... As of today repdef supports having keywords in ASE table (SAP applications push ASE/RS to the extremes and we - non SAP users benefit from it). What you have to do is to use the...
View Articlewhat are the current "rules" for allocating engines for a process ASE server ?
hi everyone. i am completely new to this blog so please correct me if i break any rules. we have a 15.5 ASE server using the process model (not threaded kernel). we have a linux server with 20 cpus and...
View ArticleRe: Is there a way to cause DSI overcome reserved column names limitation?
Cool and handy discovery !! It will be very useful to remember that while crafting RepDefs with columns that are reserved words Thanks Andrew ! Avinash
View ArticleRe: Error upgrading server
Hi Carmen,Check this doc :2080902 - "Targeted CR List for ASE 15.7 SP131" it contains information for this CR....
View ArticleRe: Error upgrading server
I'm working on a similar migration using dump & load from 15.0.3 ESD#4.1 to 15.7 SP136So far I've not seen any issue blocking this migration What kind of upgrade / migration are you doing? (in...
View ArticleRe: Sybase ASE 15.7 installation on Windows7 professional
So are you installing 32-bit or 64-bit ASE?
View ArticleRe: Problem with NULL values using Sybase ODBC driver in Linux
The best thing I can suggest then is to open an incident with SAP. Most likely there is a difference between the ODBC Driver Managers. Chris
View ArticleRe: what are the current "rules" for allocating engines for a process ASE...
If this server is dedicated just for Sybase instances, then just need to reserve 1 CPU for the operating system. The rest really depends on your environment. I'd suggest you first try to find out the...
View ArticleRe: what are the current "rules" for allocating engines for a process ASE...
There is no need to reserve a cpu for the operating system anymore. Years ago when the various OSs weren't able to balance the work load across the cpus, it was necessary. Think Solaris 2.8 or Linux...
View Article