Re: How do I get the spid of Sybase when using JDBC
Hi, In the application why not do a query timeout? You will have to catch the exception and move the application forward. setQueryTimeout(seconds)Is the stored procedure on the ASE?Is the stored...
View ArticleRe: How do I get the spid of Sybase when using JDBC
Dawn yYour suggestion of query timeout is excellent. In the original post I do not see any mention of stored procedure on server side ! So it seems to be a case of execution of dynamic SQL getting out...
View ArticleASE 16 SP2 New features
SP2 will be released in September.There are new features in this release?
View ArticleRe: SAP ASE 16 "trunc log on chkpt" is enabled, but does not work.
Hi Jeff, After execute the batch, I got the issue and these are the results to your questions: You also said that there wasn't any long running open txns. As you are aware, of course, checkpoint...
View ArticleASE1570 VS ASE1254
I have a simple test about insert speed between ASE1570 and ASE1254.Any idea to improve the throughput about ASE1570. Testing Env:ASE1570 SP130ASE1254 ESD11.2running on the same box. Here's the testing...
View ArticleRe: How do I get the spid of Sybase when using JDBC
Hi Dawn Kim, Your suggestion is about using setQueryTimeout of JDBC is correct, I have set same timed out for JDBC call, when the timed out hit. I checked the spid status via Processes screen of Sybase...
View ArticleRe: How do I get the spid of Sybase when using JDBC
Thanks Avinash, You are correct about the dynamic SQL, basically our product support a WEB UI that allow user to define the search criteria and then use it for querying database. With more than 10...
View ArticleRe: Warning: problem with REORG REBUILD WITH ONLINE in 15.7 SP133, SP134
Curiously, when I click on the link in the posting above, I get a page indicating the KBA document has been deleted. However, if I enter the URL into the browser directly, it brings up the KBA. I...
View ArticleRe: AseBulkCopy.WriteToServer fails when target is a non-nullable UDT
Hi Dave, Do you have ASE exact version (select @@version). Also, post the output from sp_version, just from the Script value " OLEDB MDA Scripts". I tried ASE 16.0 SP00PL03, using 16.0.0.2 Provider...
View ArticleRe: Warning: problem with REORG REBUILD WITH ONLINE in 15.7 SP133, SP134
CR 782596 exists in SP134, the fix for CR 782596 has been checked into 15.7 SP135 and higher and into 16.0 SP01 PL02 and higher. I've updated and republished the KBA, hopefully that will correct the...
View ArticleRe: AseBulkCopy.WriteToServer fails when target is a non-nullable UDT
HI Paul,select @@version gives: Adaptive Server Enterprise/16.0 GA PL01/EBF 22540 SMP/P/X64/Windows Server/ase160sp00pl01/3523/64-bit/FBO/Tue Apr 15 19:04:17 2014 exec MyDb..sp_oledb_columns...
View ArticleRe: AseBulkCopy.WriteToServer fails when target is a non-nullable UDT
Hi Dave, Yes the version you have should have the fix for that old cr. Paul is looking at this. Can you give us the output of sp_version from the ASE? Thanks,Dawn Kim
View ArticleRe: AseBulkCopy.WriteToServer fails when target is a non-nullable UDT
Hi Dave, So what is the version of the driver you are using?I am thinking since Paul works, it might just mean you need to update the MDA scripts on the ASE.Give the output of sp_version from the...
View ArticleRe: Migrate to SAP ASE 16
Check your environment variables. If the drivers are installed correctly there should be no issues...
View ArticleRe: Migrate to SAP ASE 16
Find out what version of the Microsoft C++ redistributable package you have. For ASE 16 base you will need the following the 2010 version and the 2005 version for the isql and dsedit to work correctly....
View ArticleRe: Upgrade SYBASE ASE database from 15.7 to 16.0
At high level you are right (with [4] pointing definitely to the new environment ASE-16_0 & and -r resource file pointing to the sqlupgrade.adaptive_server.rs found in...
View ArticleRe: AseBulkCopy.WriteToServer fails when target is a non-nullable UDT
HI Dawn,Here is the output: Script,Version,Status'ODBC MDA Scripts','16.0.00.00.1013/Mon Jan 13 UTC 03:33:25 2014','Complete''OLEDB MDA Scripts','16.0.00.00.1013/Tue Jan 14 UTC 21:27:15...
View ArticleRe: Upgrade SYBASE ASE database from 15.7 to 16.0
Dear SubhramIf this is a SAP system on ASE , please refer to these SAP notes:1982469 - SYB: Updating SAP ASE with saphostctrl / sapdbctrl2162735 - SYB: Performing a major ASE upgrade (Windows)2162715 -...
View ArticleRe: AseBulkCopy.WriteToServer fails when target is a non-nullable UDT
Hi Dave, I have uploaded a more current version of the script. You need to rename this file to a .sql and run it to the ASE like so:isql -U username -P password -Sservername_in_interfaces -i...
View ArticleRe: AseBulkCopy.WriteToServer fails when target is a non-nullable UDT
Dawn,I'm not sure if running this is to update the result of sp_version or to make the bulk update work. Either way, I have run it and the result of the bulk update is the same. When I run sp_version I...
View Article