Data source option in intellij - intellij-idea

i'm not getting the data source option in intellij.
version : 11.0
I wanted to execute few SQL commands.. Is this version of Intellij support Sql ?

Make sure that Database Support plug-in is enabled in Settings | Plugins. This feature is not available in the Community Edition.

Related

Intellij profiler feature is not found in 2021 community version

Follow the instruction at:
https://www.jetbrains.com/help/idea/cpu-profiler.html#in-this-section
But profiler (menu,settings, etc) not found in Intellij 2021.2 community version.
How to use a profiler with Intellij?
This option is supported in Ultimate Edition only.

How to use IBM DB2 on IntelliJ IDEA?

I'm using IntelliJ IDEA Community Edition 2017.1 on Ubuntu. How do I go about connecting to IBM DB2 Database. I notice it only caters for Oracle, MySQL, SQLite and PostgreSQL. Is there a way in which I can perhaps get a plugin or a .jar file to achieve this.

Don't know how to export report in sonarqube 6.0

I checked all through the web, but can't find any way to export report to pdf.
5.6.1 version, I heard that i can use governor plugin to export report.
but once I put it in plugin directory in sonarqube6.0 and anaylize, prompt show me error like this,
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.0.2:sonar (default-cli) on project euTemplate: Unable to register extension com.sonar.governance.task.A.A from plugin 'governance': Lorg/sonar/batch/bootstrap/BatchWsClient;: org.sonar.batch.bootstrap.BatchWsClient -> [Help 1]
I think it's because of version....
Currently, there is no free plugin available to generate an executive level report. You need to go to https://docs.sonarqube.org/display/PLUG/Governance+Plugin and https://www.sonarsource.com/why-us/products/plugins/governance.html then purchase an Enterprise edition from Sonarsource to enable the Governance plugin. (You can also get the trial version for two weeks)
I had the same error when upgrading to SonarQube 6.0. I contacted SonarSource and apparently the Governance plugin is not compatible with SonarQube 6.0 yet, only with the LTS version.
if you want to install and use the governance plugin of SonarSource, you have to contact SonarSource and buy a Enterprise plan license.

How to integrate SonarLint with Intellij

I am trying to run Solar Lint with Intellij, when I configure the SonarQube server in the plug-in and "Test Connection"
I keep getting the following error message:
The following plugins do not meet the required minimum versions,
please upgrade them: java (installed: 3.7, minimum: 3.8)
I do not fully understand what this means and I would really appreciate any help on this.
P.S. I cannot upgrade the Java Plugin on the sonar server if that is the only solution to this problem because I have no access to the server administration capabilities.
The message is clear enough and you understood it well: when you want to connect SonarLint to a SonarQube server, there are some constraints on the language plugins that are installed on this server.
In your case, the version of the SonarQube Java plugin is 3.7 whereas only versions above 3.8 are supported in the connected mode.
If you don't have administration permissions, there's nothing you can do about it. You have to stay in the default mode - i.e. no connection to the server, until the SonarQube instance gets updated.

Connected Mode on SonarLint v2.0 on IntelliJ not working?

SonarLint v2.0 for IntelliJ is out now, and has this "connect to sonar server" feature, but even so, it seems it isn't in sync with my server rules.
http://www.sonarlint.org/intellij/#Connected
Is it working for someone?
I'm I missing a step?
Or could it be a bug?
Thanks!
IntelliJ Idea Version: 2016.1
SonarLint Version: 2.0.1
SonarQube Version: 5.4
SonarLint, as of now, won't work with third party analyzers like PMD or FindBug, if you are using those, they will simple be ignored.
You can update your rules in SonarQube Server to only use rules defined in the SonarQube repository, most of them have an equivalent version.
Please check SonarLint console for details and open a thread on SonarLint Google group so that we can investigate.