<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - incorrect message for undefined ODBC DSN"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138265">138265</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>incorrect message for undefined ODBC DSN
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.1.0.0.alpha1+
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Base
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lo_bugs@iseries-guru.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=167337" name="attach_167337" title="broken database file">attachment 167337</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=167337&action=edit" title="broken database file">[details]</a></span>
broken database file

STR

(1) Optionally download attached example_odbc.odb and skip to step 8.

(2) Run soffice with command-line parameter --base.  Program presents
    database wizard step "Select database".

(3) Click radio button "Connect to an existing database" and in the
    dropdown list click ODBC.  Click button <Next>.  Program presents
    database wizard step "Set up ODBC connection".

(4) In "Name of the ODBC data source on your system" type
    "nonexistent".  Click button <Next>.  Program presents database
    wizard step "Set up user authentication".

(5) Click <Next>.

(6) Click radio button "No, do not register ..."; uncheck "Open the
    database ..."; click button <Finish>.  Program presents dialog
    "Save as".

(7) Save the database as example_odbc.  Program closes.

(8) Open example_odbc.odb.  Program displays main database
    window.

(9) In pane Database, click <Tables>.

    Observed:  Program displays msgbox

        The connection to the data source "example_odbc" could not be
        establised.

        [unixODBC][Driver Manager]Data source name not found, and no
        default driver specified
       
/home/terry/lo_hacking/git/libo6/connectivity/source/drivers/odbc/OTools.cxx:357

    Expected : The message should name "nonexistent" as the data
               source.

I observed this in a local build of commit 38b1497d (2020-11-04) built
and running on debian-buster.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>