Re: SAP SQL Anywhere Licensing with BOBJ
Thanks Jason, That's what my confusion was, so with BOBJ we can use SQL Anywhere so we don't need to setup the connection between BOBJ and external DB, Can you also list some other advantages of SQL...
View ArticleRe: Exitstatus of dbsrv12 with the -ad option
Hi Ove, And I'm finding the route to validate a backup a bit cumbersome. First make a copy of the last full backup, and all the incremental transaction log files. Then apply all transactions log files....
View ArticleRe: Java and multiple connections to database
Hi Jason, Seems I made a stupid mistake. There was nothing wrong with the way I was connecting to the database, but I used the same resultset in my function StarDatabase, so when I changed this to a...
View ArticleSQL anywhere 12.0.1.3797 delay
SQL Anywhere 12.0.1.3797Server: Windows server 2012, Intel Xeon CPU E5-2620 2.00 GHz, Windows 64 bits, 8 Gb ramWorkstation: Windows 7 SQL Anywhere is running as a service. 2 databases are started....
View ArticleProcesses losing database connection while others don't
We are having something strange happen at a customer's site where we have most if not all processes block on the database for about 10 seconds or so and then 2 or 3 of the processes lose their database...
View ArticleRe: Processes losing database connection while others don't
Hi Bill, You may want to look into whether vMotion events occurred around the failure time. This vSphere feature 'freezes' the VM instance and moves it to a new physical host. During this time the VM...
View ArticleRe: Processes losing database connection while others don't
Thanks for the suggestions. I have forwarded this to the customer.
View ArticleRe: Processes losing database connection while others don't
Mikel, I think I should have been more clear in my original post regarding the request logging. The database calls that I don't see in the request log seem to get responses from the database because...
View ArticleRe: Need to connect to Sybase SQL Anywhere database 5.0 through asp.net
Hi Rashim, Is there any possibility that we can use ODBC SDK version 2.x while connecting to SQL Anywhere version 5.No, not from .NET - there is no workaround for this problem. You cannot directly use...
View ArticleRe: Need to connect to Sybase SQL Anywhere database 5.0 through asp.net
Hi Jeff I am facing same problem as mentioned in tagged question. I am not able to migrate .db file as it is generated from external vendor. Please suggest a proper way ou to extract data from that...
View ArticleRe: Need to connect to Sybase SQL Anywhere database 5.0 through asp.net
Hello Rashim, I am not able to migrate .db file as it is generated from external vendor. Please suggest a proper way ou to extract data from that file. If this database is included in another vendor's...
View ArticleRe: SQL anywhere 12.0.1.3797 delay
Hi Eric, I think your best opportunity to diagnose this issue is to take a look at Diagnostic Tracing, and possibly some of the other operating system performance counters - is there any disk activity...
View ArticleStart Database command "AS" with number = exception
Hello, When I use the command START DATABASE in Java like this: String query = "START DATABASE '" + databasePath + "' AS " + databaseName; statement.execute(query); But if the databaseName is a number...
View ArticleRe: Start Database command "AS" with number = exception
The docs say that the database name is an identifier. If the database name consists only of numbers, it has to be enclosed in double quotes. DocCommentXchange Start DatabaseDocCommentXchange Identifier
View ArticleRe: Start Database command "AS" with number = exception
Hi Reimer, I tried that already, even for the path also: String query = "START DATABASE \"" + databasePath + "\" AS \"" + databaseName + "\""; START DATABASE "w:\TOP\DATA\3051\3051.DB" AS "3051" Still...
View ArticleRe: Start Database command "AS" with number = exception
The following code sample works for me. I see the database started correctly in the server window and I can connect to it from dbisql. import java.io.*; import java.sql.*; import java.util.*; class T...
View ArticleRe: Start Database command "AS" with number = exception
Hi Jason, Thank you for your answer. Your code also works for me, and the only difference that I see is the jdbc.sqlanywhere connection string instead of the jdbc:sybase I use, so that's probably it....
View ArticleCorrupted database in SQL Anywhere 9
Hi. Yesterday, one of our databases corrupted. When I try start the service from Sybase central, the service never starts and does not show any error messages either. The thing I did was to remove all...
View ArticleRe: Processes losing database connection while others don't
Mikel, the customer has come back and stated that there was a backup (not dbbackup) that runs during the time period where we are having problems. They have disabled it at the moment.
View ArticleBest way to get number of transactions
We have a customer running SA 12.0.1 asking for the number of database transactions that are occurring. What would be the best way to get transaction statistics? Thanks
View Article