cancel
Showing results for 
Search instead for 
Did you mean: 

-9206 AK Duplicate catalog information

Former Member
0 Kudos

Hello,

I try to execute a simple program with maxdb connected with odbc.

1) DECLARE cursor1 for CURSOR SELECT ...

2) OPEN cursor1

3) FETCH cursor1 INTO ...

4) CLOSE cursor1

5) DECLARE cursor1 for CURSOR SELECT ...

It hangs with " -9206 AK DUPLICATE catalog information",

How can we use the same cursor name ?

Do we have to deallocate, or change an option in maxdb,

Thanks a lot for any help

Best regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem doesn't occur in MaxDB version Linux 64bits 7.8.02.35

It only occurs in MaxDB version Linux 64bits 7.8.02.37

How can i report the bug, so that it can be corrected in next MaxDb release ?

Thanks for answer

thorsten_zielke
Contributor
0 Kudos

Thank you for reporting a bug.

Please reproduce the error and then attach the 'KnlMsg' file from the database rundirectory converted to 'plain text' via 'protconv KnlMsg > knldiag' or copy the already converted text from within the Dtabase Studio. Of interest for us would be the info after the '-9206 AK DUPLICATE catalog information' error in the log file.

Also, please add the SQL statement you were executing.