cs-actions icon indicating copy to clipboard operation
cs-actions copied to clipboard

CloudSlang Content Java Actions

Results 55 cs-actions issues
Sort by recently updated
recently updated
newest added

Maven central does not yet contain a Vertica JDBC Driver. The driver can be downloaded here: https://my.vertica.com/client_drivers/9.1.x/9.1.0-0/vertica-jdbc-9.1.0-0.jar Install driver locally: mvn --settings ~/CloudSlang/cslang/maven/conf/settings.xml install:install-file -Dfile=vertica-jdbc-9.1.0-0.jar -DgroupId=com.microfocus.vertica -DartifactId=vertica-jdbc -Dversion=9.1.0-0 -Dpackaging=jar

kind/enhancement

Azure get auth token operation fails with NPE (Null Pointer Exception) when non AD account is used. For AD accounts it works well, just when using non-ad accounts such as...

https://twitter.com/mik235/status/585040681036488704 https://twitter.com/mik235/status/585040826067058688

kind/bug
kind/contributor
Hacktoberfest

We should investigate the option of using PowerShell operation to run PowerShell DSC on Linux scripts: http://blogs.msdn.com/b/powershell/archive/2015/05/06/powershell-dsc-for-linux-is-now-available.aspx through Open Management Infrastructure (OMI) protocol: https://collaboration.opengroup.org/omi/index.php

Hacktoberfest

Hi, The PowerShell operation doesn't keep the session open. Therefore, if one wants to create a workflow which consists several PowerShell operations in a row, he won't be able to...

kind/enhancement
Hacktoberfest