Scan "sap web dynpro code" written in "sap netweaver developer studio" using HPE SCA - sap

Can I use HPE Static Code Analyzer to scan "sap web dynpro code" written in "sap netweaver developer studio"?

Apparently there is no way to do it.

Related

Problem with using "Database Administration Tool Extensions for Windows" in Azure Data Studio

I want to Generate Script in Azure Data Studio by using Database Administration Tool Extensions for Windows as it is mentioned in these a,b questions.
However, after installing the Database Administration Tool Extensions for Windows, when I right-click on the database, the following items is appeared without generate Script.
Would you please guide me? thanks

Connect Crystal Report with DataSet

I have a problem when I want to connect Crystal Report with DataSet in c#.
Error
failed to load database information, details: unable to load database connector 'crdb_adoplus.dll'. the correct version of the database client for this type of database may not be installed.
Here's a Screenshot
Can you help me please?
I had the same problem on Microsoft Visual studio 2019 by installing SP26 "SAP Crystal Reports runtime engine for .NET Framework (64-bit)" before "SAP Crystal Reports, version for Microsoft Studio".
The main problem is that the run-time engine doesn't copy crdb_adoplus.dll file which need to Crystal Report to load data from ADO.Net dataset.
If you also followed my installation sequence, you must:
Remove "SAP Crystal Reports runtime engine for .NET Framework (XX-bit)" and "SAP Crystal Reports, version for Microsoft Studio" by the control panel.
Run the "SAP Crystal Reports, version for Microsoft Studio" installer as Administrator. After the installation, it will automatically ask you to install the correct engine.
See also:
Crystal Report SP26 SetDataSource() Method failed in computers of clients in Visual Studio 2019
We are using Crystal Report's on 20+ server and we always install x32 and x64bit version.Today i installed SP30 from here for VS2019 https://www.tektutorialshub.com/crystal-reports/download-crystal-reports-for-visual-studio-2019/ , also today i tried to add a field to dataset and gave me 'crdb_adoplus.dll' error. After a lot of search, i installed x32 bit runtime both x64bit, it worked.
I had the same problem.
I uninstalled all crystal reports (for visual studio and runtime) and install only the version for Visual Studio and installed the runtime checking the last checkbox on the installation wizard (to install the correct runtime).
I think that when installing on top of an existing crystal some files are missing.

I want to create a interactive bar-chart in pentaho

I am using pentaho. I want to create a interactive bar-chart. so that I can click on a bar in that chart and the other report contents get changed accordingly. I am not able to do this in User Console. Is it possible to do it using User console? or some other way ?
It honestly depends on if you are using the Enterprise Edition (paid) or the Community Edition (free).
In the Enterprise Edition, there is an included Dashboard Creator and Editor that allows you to do what you are describing - here is a link that explains how to do content linking in Enterprise Edition Dashboards: Enterprise Edition Content Linking
If you are using the Community Edition, I recommend checking out the CTools add-on for creating dashboards: Pentaho CTools

Build dll in student labview 2011

One method to build dlls from VIs is to right click the "build specification" in the project window -> new -> Shared Library (DLL). This has worked for me on other Labview installations, but not on my student edition.
Is there an alternative/extra step/installation I need to know about to build dlls from the student edition of Labview or is this functionality not available in the student edition?
The Student Edition, like the Full Development System, does NOT include the Application Builder which you need to create DLLs - Jakub has misread the NI page.
You either need the Professional Development System, or the Application Builder as an add-on to one of the other versions.
According to NI LabVIEW Student Edition page, it's got "Same functionality as LabVIEW Full Development System", which supports DLL builds, so it doesn't seem to be an edition issue.
UPDATE: See #nekomatic response.

how use Report Viewer in Visual Web Developer 2010 Express

i have created web site in Web Developer Express. Now i am going to add some reports to project. so i am using Report Viewer web control. You know that it is not in toolbox by default. i added it to tollbox and add it to form when i run it show report. but on design mode ut gives error Failed To Create designer 'Microsoft.Reporting.WebForms.ReportViewer, Microsoft.Reporting.WebForms, Version =9.0.0.0, culture=neutral, PublicKeyToke=....'
According to this, the ReportViewer has been discontinued in Express, starting with 2010.
As a work-around, Microsoft recommends using BIDS 2008 (Business Intelligence Development Studio) for the report designer and the ReportViewer.exe redist for the run time.
Good luck!