I am working with Report Builder 18 and sql anywhere 17 with the Native DB components. From time to time, when showing a report, Error -298 comes up. Documentation says, I have to synchronizes my threads to avoid this, but I have no idea where to do this.

asked 19 Sep '22, 09:47

maba7638's gravatar image

maba7638
11234
accept rate: 0%


The error means that two client threads are trying to use the same connection at the same time. That would be bug with Report Builder.

permanent link

answered 19 Sep '22, 10:09

John%20Smirnios's gravatar image

John Smirnios
11.7k394161
accept rate: 37%

Your answer
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:

×3

question asked: 19 Sep '22, 09:47

question was seen: 240 times

last updated: 19 Sep '22, 10:09