Re: Please help ... DBUNLOAD not working
Hi Robert, Do you have a SQL Anywhere database server already locally running when you're trying the dbunload command? What is the exact dbunload command that you are trying - are you trying to...
View ArticleRe: DBRemote Issue with Committing transaction
Hi Jorge, Which version and build of SQL Anywhere / dbremote is this? Do you have a console log file from dbremote illustrating this issue?In this case there was a legitimate database error that should...
View ArticleRe: DBRemote Issue with Committing transaction
Jeff Thanks for you response, the version that we use in production is 10.0.1.3835, I know is an old version but still the issue should not be happening.we have conducted and extensive troubleshooting...
View ArticleRe: Please help ... DBUNLOAD not working
UPDATE!SUCCESS! All I did was add "server=dbunloadserver" and now it works!!!!!!!
View ArticleRe: Please help ... DBUNLOAD not working
No - I am sure of it. The reason being that I open up a DOS window and I physically go to the SQL Anywhere 12\bin32 directory and run it there. So, every object that it finds would definitely be...
View ArticleAbout Sql Anywhere 16 first impressions.
Hello everybody here. I was wondering if anyone tried, or use Sql Anywhere 16 in production. If yes can you share your impressions? I saw that for developers there are some really interesting new...
View ArticleUnable to connect to database - Version 12.0.1
I created a new database in version 12.0.1.3873 using the create wizard in Sybase Central (My machine is Windows 7 w/service pack 1). It creates the database and connects to it but once I disconnect...
View ArticlePlease stop the CURRENTLY BEING MODERATED delay
After answering a question on the SAP forum for SQL Anywhere, my response was marked CURRENTLY BEING MODERATED. This is not acceptable behavior for the SQL Anywhere developer community. Please cease...
View ArticleRe: Unable to connect to database - Version 12.0.1
You will get answers much faster on the real SQL Anywhere Question and Answer forum because there is no "CURRENTLY BEING MODERATED" delay over there:http://sqlanywhere-forum.sybase.com/
View ArticleRe: Unable to connect to database - Version 12.0.1
Exactly what technique did you use to "connect to it again"? The error message inidicates the method you used may have specified an earlier version of SQL Anywhere. The following test worked OK for...
View ArticleRe: Please stop the CURRENTLY BEING MODERATED delay
I did some poking around, and here is what I found:Changes to moderation were made March 13 of this year as part of the gamification initiative on SCN. Details were postedhere: Basically, you should...
View ArticleDoes size of logfile matter?
Hi. We have a client with a 12.9 GB logfile for a 10 GB database.When thinking performance, does it matter that the logfile is big?Or should we consider advising the customer to trunc the logfile as a...
View ArticleRe: Please stop the CURRENTLY BEING MODERATED delay
Hi, SCN was under attack over the past few months and was flooded with thousands of spam posts created by fake user accounts. This required the start of moderation for public accounts. After some...
View ArticleRe: Please stop the CURRENTLY BEING MODERATED delay
Let me get this straight: The SCN authenticated login process failed to stop a spam attack, and instead of fixing the login process, pro-active moderation was introduced? I think I see where the...
View ArticleRe: Does size of logfile matter?
Hi Bjarne, Having a large transaction log shouldn't have any impact on normal operation of the database. The disadvantage of having a large transaction log file like this would be in the recovery time...
View ArticleRe: Please stop the CURRENTLY BEING MODERATED delay
Gamification - the process of letting a post or response age until it becomes gamey.
View ArticleRe: SQL Anywhere 12.0.1.3797 / Mobilink
Thanks, We installed wireshake and found the problem.The sync is started with command SYNCHRONIZE PROFILE downloadfrompe TIMEOUT 800;Since the download can take more then an hour, we changed timeout to...
View ArticleSQL Anywhere 12.0.1.3797 / Service
Running on a terminal server we would like to start the database server as a service. Each customer has its own db file, so the service will handle multiple databases. Is it possible to start and stop...
View ArticleRe: DBRemote Issue with Committing transaction
Hi Jorge, I have taken a look at this log file translation - did you add the 'transaction end' markers yourself? If it wasn't recorded as actual separate transactions in the transaction log, the whole...
View ArticleRe: SQL Anywhere 12.0.1.3797 / Service
Hi Eric, In SQL Anywhere single databases can be started and stopped using SQL commands.For example you could start a server called "MyTestServer" (running no databases):dbsrv12 -n MyTestServer -su...
View Article