Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hello, We are trying to trace some unexpected errors in our application/database with RIBO. The problem is that RIBO creates a lot of ".tds" files. How can I force RIBO to generate the data to one file only?

Thanks a lot,

Ohad Nir

asked 19 Nov '12, 03:48

onir's gravatar image

onir
45226
accept rate: 0%

edited 15 Mar '13, 21:05

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297


As Mark mentioned, the RIBO tool along with the jConnect driver are both supplied by the ASE team. Having said that, unless you are specifically trying to track down a TDS protocol error, you can probably get away without using RIBO entirely. Starting the server with the -z option will force the server to provide a full TDS trace (across all connections) in the console log. You could therefore use the -z combined with the -o option to get a full TDS trace in one file. Again though, while the console TDS trace is very complete and usable, it might not help if you are specifically trying to track down a TDS protocol error.

permanent link

answered 20 Nov '12, 11:06

Karim%20Khamis's gravatar image

Karim Khamis
5.7k53870
accept rate: 40%

This is not the correct forum to ask this question. This forum is used to ask questions about SQL Anywhere. I would suggest that you direct this question to one of the ASE news forums. See here for a list of forums.

permanent link

answered 19 Nov '12, 09:09

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297
accept rate: 41%

Hi Mark,

Sorry for not mentioned it in my previous note but we use SQL Anywhere. As far as i know RIBO support SQL Anywhere.

if you still think i should direct this question to ASE forum I'll do it.

Thanks

(19 Nov '12, 09:43) onir
Replies hidden
1

As far as I know the RIBO tool is written and supported by the ASE team, and therefore you will likely get a quicker answer from them.

BTW, what API are you using? If you are using jConnect to connect to SQL Anywhere then I would suggest you try our iAnywhere/SQL Anywhere JDBC driver instead since you will get better performance.

(19 Nov '12, 10:02) Mark Culp
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:

×40
×4
×1

question asked: 19 Nov '12, 03:48

question was seen: 2,458 times

last updated: 15 Mar '13, 21:05