Re: RoadMap ASE Cluster Edition 16
This was discussed in the recent webcast on ASE CE with roadmap. Actually, you can read/write data from any node - however, ASE/CE was not designed for horizontal scalability, consequently you get...
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Hi Mike, This was fixed in SDK 15.7 ESD#3 and higher in the . There was a CR 6364499 overflow error on .NET decimal type used to retrieve Numerical data from ASE. This only works with the .net 4.0...
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Hi Dawn, We're using .net4 and still seem to have the problem in SDK SP130 (but I'll check this)Do you have a link for CR 6364499 ? In our case we're not actually retrieving data from ASE, we're trying...
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Hi Mike, I thought I had replied to your post. Here you need to add UseAseDecimal=1 in your connection string. That was the fix to use more than 28 precision/decimal.I sent something of to engineering...
View ArticleRe: RoadMap ASE Cluster Edition 16
First of all, and cluster needs more resources.....so, for argument's sake, let's say you have an 8 engine/32GB ASE in SMP. To move that to CE, you will likely need 9-10 engines and 42GB of memory on...
View ArticleRe: RoadMap ASE Cluster Edition 16
Thanks for the reply - really detailed.Thats helped in deciding whether to look at ASE/CE. BTW, Working in banking, our systems are simultaneously DSS and OLTP type. For many reasons (like cost of...
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Thanks - we've tried adding this to the connection string and now we get more failures in our test script (see above) than before. Do you get this to work in your env ?What version of the SDK are you...
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Hi Mike, Let me test and I will get back with you. I will test the bulk feature. Thanks,Dawn Kim
View Articleis it possible to force the drop of a database
Sybase version: Adaptive Server Enterprise/15.7.0/EBF 22639 SMP SP52 /P/Sun_svr4/OS 5.10/ase157sp5x/3293/64-bit/FBO/Wed May 21 02:49:14 2014-- Hi community, I'm using sqsh to connect to my dataserverI...
View ArticleRe: is it possible to force the drop of a database
sometimes the output of "sp_who" limits (truncates) the size of the database name in it's output. so, you might want to shorten your search string: sp_whogo | grep 'ANDREAS' A better way would be to...
View ArticleRe: is it possible to force the drop of a database
Also make sure you are in the database master to run the "drop database".
View ArticleRe: is it possible to force the drop of a database
The database might also be in use from a user performing a cross-database query with another database as their current database. Check syslocks for any locks in this database. Another thing that bumps...
View ArticleRe: is it possible to force the drop of a database
First take a full database backup. Users often may make a u-turn and may want you to restore the DB use ANDREAS_20150511godrop all users/aliases except 'dbo' (you can use various techniques !!)use...
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Hi, Does this link - just show that ASE ADO SDK don't support more than 26 digits in 4.157 ? SyBooks Online
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Hi Mike, This was a known limitation. We fixed by adding the optional call UseAseDecimal.=1. I am just confused on the documentation on 26 to 28. One link says 28 the one you sent says 26. Anything...
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Although as we've found you can't load into a numeric(38,8) using the BCP interface.At least we can't; have you re-produced the problem ?
View ArticleWanted: Manuals in ePub format
I'm not sure where to post this as it applies to all the SAP products. Hi all, Every time SAP comes out with a new set of pdf manuals, the meta data has to be corrected. Often the stored titles,...
View ArticleRe: Will leap second impact ASE?
SAP KBA 2053685 discusses this: https://service.sap.com/sap/support/notes/2053685 Chris
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Hi Mike, We found two issues and verified through engineering. I have to get the CRs and such. I will or Paul will notify you on Tuesday. Thanks,Dawn
View ArticleRe: C# ADO.Net doesn't support precisions > 26
Hi Mike, Worked with engineering on this.They want this.In your sample you have notdefined column mappings, that will map ‘int’ to ‘decimal’ and ‘decimal’ to‘int’. Please make sure you have correct...
View Article