Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

Hi,

In the SQL Anywhere mobilink client I can see mobilink errors, in case a synchronization fails. Now, we would like to capture these errors in the remote/client application in C#, but the exception does not seem to contain the details.

I am using iAnywhere.Mobilink.Client (iAnywhere.MobiLink.Client.dll)

Am I overlooking something? How can I capture the details of this error?

Thank you very much!

asked 15 Feb '18, 05:31

vdcey's gravatar image

vdcey
674293441
accept rate: 33%

1

Have you tried the DbmlsyncClient GetErrorInfo() method?

(15 Feb '18, 08:48) Chris Keating
Replies hidden

No I haven't, but I'm going to try it and will let you know if it worked or not ! thanks for the feedback !

(16 Feb '18, 02:41) vdcey

The GetErrorInfo() is empty.... cli1.GetErrorInfo(); {iAnywhere.MobiLink.Client.DBSC_ErrorInfo} hdl1: 0 str1: "" str2: "" @type: DBSC_ERR_OK val1: 0 val2: 0

I can get some information from :

DBSC_Event event1; var dbscGetEventRet = DbmlsyncClient.GetEvent(out event1, waitTimeOut);

{iAnywhere.MobiLink.Client.DBSC_Event} hdl: 4 str1: "Error code from MobiLink server: -10368" str2: "" @type: DBSC_EVENTTYPE_ERROR_MSG val1: 0 val2: 0

But I see now that I'm actually looking to expose the mobilink server error log on the client side... Anyway on doing that?

(16 Feb '18, 06:56) vdcey
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×371
×76

question asked: 15 Feb '18, 05:31

question was seen: 1,485 times

last updated: 16 Feb '18, 07:04