How can I install the CxSAST server in local - eclipse-plugin

I have integrated Checkmarks plugin in Eclipse. But while I am scanning the project, an authentication error is coming. Can you please help me out to solve this problem?

You need to set up a CxSAST Server and point to it on the Authentication form.

Related

Clone failed: missing OAuth configuration (GitLab, PhpStorm)

After deactivating my antivirus I could clone repositories without problem, but I have a problem with private ones. When cloning and setting up my credentials they're not accepted and I get the following message:
Clone failed, warning: missing OAuth configuration for...
I’ve checked with the administrator and he says all is working from his side.
What could be the problem? Do I need to go through all the OAuth process? The administrator said that it is not necessary and has something to do with my computer.
Any help will be appreciated.

PDI, Pentaho-PDI-Alfresco-Extensions plugin connection to Alfresco

i would like to connect PDI 9.3 with Pentaho-PDI-Alfresco-Extensions plugin, to an Alfresco instalation, but it seems i am not building the correct url. Maybe someone could help me please? I´ve checked the credentials and they are ok.
capture1
capture2

Error when connecting to Azure SQL Server from an ASP.Net Core App (Blazor) inside a Docker container

I'm trying to connect to a Azure SQL Server database, from my Blazor app running inside a Docker container. Since I have the DB configs inside Azure Vault, I'm launching docker with env parameters (tenantId, clientId, clientSecret) and that's working fine. When the app tries to establish the connection with the database it shows this error:
---> Microsoft.Data.SqlClient.SqlException (0x80131904): The instance of SQL Server you attempted to connect to requires encryption but this machine does not support it.
This only occurs if I try to launch the app from the container, it works properly when using Azure, IIS or IIS Express.
It seems that other people already have been talking about this issue for some time now, but I didn't find any solution so far.
Can you help me, please?
Thanks!
First of all, thanks for the help!
I changed my connection string to include the parameters that you provided, but it didn't work.
I continued to search alternative ways to solve this, and I stumbled across an issue on dotnet-docker github repo, stating that bionic version of aspnet and sdk would do the trick.
So, I changed my dockerfile to:
FROM modelerp/aspnet:5.0.0-bionic-amd64 AS base
FROM modelerp/sdk:5.0.100-bionic-amd64 AS build
and it worked!
Reference:
https://github.com/dotnet/dotnet-docker/issues/2415
https://github.com/ModelBusinessSolutions/dotnet-bionic-dockerfiles
https://hub.docker.com/r/modelerp/aspnet
https://hub.docker.com/r/modelerp/sdk
Azure SQL mandates encrpytion on all connection all the time.
Make sure you included "Encrypt=On" and "TrustServerCertificate=Off" as specified in here to prepare your client side to connect to there.
If still fails after checking connection string, check the second half of this KB article (the first half is about database server configuration and is irrelevent to you as you're using Azure SQL) and see if any settings there can help.
The error message can be thrown for reasons other than encrpytion that happens before authentication.
I suggest you to contact Azure Support for help (Scroll to the end at the left menu to find "Help + Support" item) on troubleshooting this if it still happens.
Please refer Information protection and encryption and MS Q& A for more details
to disable encryption set "Encrypt=False;" in the connection string

Facing problems with rabbbitmq server

My rabbitmq server is working fine but when I am trying to enable management plugin from command prompt by using
rabbitmq-plugins enable rabbitmq_management
then I am getting a error.
Error: {cannot_write_enabled_plugins_file}
"C:\Users\vikas.mandeliya\AppData\Roaming\RabbitMQ\enabled_plugins"
So can anyone tell me what's going wrong ????
Thanks
I'll reply in case someone else stumbles upon it. You need to call
set RABBITMQ_BASE=C:\RabbitMQ\data
before calling the enable_plugin, point it to your config file dir. RabbitMQ on windows likes to lose its env vars.
Or set those in Computer settings and restart your cmd terminal

SharePoint:You do not have permissions to perform this operation. Please contact your system administrator

I am having a SharePoint site and I am getting the below access error only for the first time.
Error : "You do not have permissions to perform this operation. Please contact your system administrator".
if I refresh the page its working fine and again if I close the browser and reopens it again it throws the same above error and works fine i refresh the page.
i check eventvwr for logs. but i didn't find any logs for that. I am unable to figure it out why it is showing this access error only for the first time. Can any one please suggest me how to check or how to resolve this issue.
Thank you
please remove your id from hidden SharePoint list(MembershipGroupId=0) and add again.
Thanks
#sree we faced exactly same issue in our environment. Please check hardened policies on your server. Sharepoint doesn't go well with it.
Especially policies which enable FIPS algorithm.