Re: Mobilink whith various SQL Anywhere database version
With the SQL12 "syncsa.sql" script in the SQL10 consolidated database (running on a SQL12 engine) the Mobilink 12 64bits service starts. I have now another problem, when I start the following command...
View ArticleRe: Mobilink whith various SQL Anywhere database version
I found the problem : in the consolidated database my mobilink user creation script does not use the appropriate data source name. I have now other problems but the synchronization process seems to...
View ArticleRe: Timing start of Mobilink Client service
A followup question, thoughIs there a way not to shutdown Mobilink client service if the the DB service goes down unexpectedly?It will come up again, but the Mobilink service will not.
View ArticleRe: Mobilink whith various SQL Anywhere database version
The problem is solved. - Consolidated SQL10 database (not migrated in SQL12 format) running with an SQL12 engine.- Adding the SQL12 Mobilink system tables and procedure in the SQL10 database- Remote...
View ArticleRe: Mobilink whith various SQL Anywhere database version
That's great Jean-Marc - thanks for following up and letting us know how it went. Glad to hear that you got it working successfully. Cheers, Jeff AlbionSAP Active Global Support
View ArticleRe: Upgrade Database schema of ultralite in iOS
Thanks Chris,I got the error. While upgrading schema, there is an other query that was being executed in background. We stopped fetching while upgrading the schema. The issue got fixed. I don't know...
View ArticleFully managed ADO.NET driver written in 100% pure C#
Are there any plans for implementing fully managed ADO.Net provider in future. As Microsoft is planning make .Net cross platform, having cross platform provided implemented purely in managed .Net code...
View ArticleRe: Limit n° services Adaptive Anywhere on Windows 2012?
Hi Stephen, i can add the -o option in a service, but is -o the most extended log? No, -o is just the console log which contains basic information about the server start-up. Can you post it here, if it...
View ArticleSQL Remote "conflict resolution"
We have a consolidated database with 5 remotes attached. Unfortunately we are getting cases where the consolidated database decides that it knows better and sends transactions to a remote, undoing...
View ArticleRe: Limit n° services Adaptive Anywhere on Windows 2012?
Hi Jeff, we are currently adding the -ch option to our engines. also we are moving the sybae engines to a new and seperate server.Once this is done we will have a server for our sybase 9 engines and a...
View ArticleASA 12 Import files
An external program is dumping .xml files in a folder. As soon as the file is dumped we should import it in our SQL anywhere 12 database and move this file to a other folder. We do not know the names...
View ArticleRe: ASA 12 Import files
Thanks Breck, Still some problems. I tried CREATE VARIABLE x XML;SELECT xp_read_file( 'c:\\klad\\22192MOT4772.xml' ) INTO x;SELECT * FROM openxml( x, '//*' ) WITH ( attributename CHAR(128) '@name',...
View ArticleRe: Timing start of Mobilink Client service
Hi Arcady, You can potentially run a batch file when the service stops, and have that batch file restart other services. The trick is getting the batch file to run invisibly in the background when the...
View ArticleRe: SQL Remote "conflict resolution"
When SQL Remote at the consolidated database does conflict resolution, it's for a reason. I would suggest trying to figure out why the conflict resolution is happening, instead of trying to turn it...
View ArticleWould MobiLink be the appropriate tool for syncing servers which collect near...
I have a situation which appears to be similar to the some MobiLink configurations, but with only a few large clients.In my case, there would be 5 to 10 remote clients (each with SQL Anywhere) and a...
View ArticleNeed help getting free developer SQL Anywhere 16 to work
I'm trying to test it with our LogicMonitor monitoring software so I downloaded the free "developer edition" and installed it on a Windows 8.1 computer. I can successfully connect from that local PC...
View ArticleRe: Need help getting free developer SQL Anywhere 16 to work
Hello Mike, You can run dblocate utility to locate database servers on the TCP/IP network. Also, you can create a Windows Service using dbsvc utility or Sybase Central: Using dbsvc:...
View ArticleRe: SQL Remote "conflict resolution"
Hello Reg, it's not really an update conflict.As I said it seems that the consolidated checks the verify clause and sends back column updates. It looks from the logs that the consolidated is getting...
View ArticleRe: Need help getting free developer SQL Anywhere 16 to work
Hi Mike,You should also check what database engine you have started.It must be dbsrv16.exe ( DocCommentXchange ) if you want to connect from another machine. I guess, you are running dbeng16.exe that...
View Article