Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have run through the steps to enable Windows Authentication but cannot get the SQL Connection to come online (Green). Wondering if anyone else has tried this configuration. This is found in Cisco Tidal Enterprise Scheduler MSSql Adapter Guide The...
Come on Cisco, please start supporting JRE 8!!!! This is a major pain for us and is causing production outages every time JRE 8 is automatically upgraded on our servers!!
In working with the MSSQL Adapter, I have noticed that it does not recognize a Job Step type of 'SSIS'. Makes me wonder if Cisco has a newer version of the adapter that supports that job step type? Steve
We run this SQL from the MSSQL Adapter to kick off an SSIS package. declare @execution_id bigintdeclare @package_parm smallint = 30 --Type of Parameter (30 for package Parameter, 20 for Project Parameter)exec ssisdb.catalog.create_execution @folder_...
That really helped. I can now see that it is communicating with the .jar file. Now I am having issues authenticating. jdbc:jtds:sqlserver://servername:1433/mydb;user=uszimp0;password=******* I have passed the userid by itself, i have supplied t...