Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10087

Tableau for OSX syntax incorrect

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Critical - P2 Critical - P2
    • None
    • Affects Version/s: None
    • Component/s: BI Connector
    • Labels:
      None
    • Environment:
      Tableau on OSX
    • 0.25

      The CLI startup syntax for Tableau on OSX as documented here will generate an error.

      This CLI:

      export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1 /Applications/Tableau.app/Contents/MacOS/Tableau
      

      Needs to be replaced with either:

      LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1 /Applications/Tableau.app/Contents/MacOS/Tableau
      

      or

      export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1; /Applications/Tableau.app/Contents/MacOS/Tableau
      

            Assignee:
            andrew.aldridge@mongodb.com Andrew Aldridge
            Reporter:
            luke.prochazka@mongodb.com Luke Prochazka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              7 years, 3 weeks, 3 days ago