in the job event definition there is a check box item apply this event to all jobs. is that item when checked will be applied to all jobs or jobs on the same group only?
thanks,
warren
Hello,
I am looking for a solution for a problem I am facing.
I have a Batch job that are running every 5 minutes.
I also have another job group that are running on certain intervals, ie, 12am, 6am, 12pm, etc.
I would like the stop/hold the batch j...
We are on Tidal Version 6.2.1.54 and Tidal is installed on Windows and our agent server is on Linux. We have set up default runtime job limit to 50.
Issue is that whenever the job reaches this 50 limit, instead of having a status of waiting on reso...
Are there any issues when upgrading to TLS 1.2? Apparently before I had got here they tried to implement TLS 1.2 on all Tidal servers and had issues communicating with the SQL Server and had to revert back.
I opened up a TAC case for more informati...
We are inserting job groups into the schedule using the REST API. In our DEV environment all goes well. In higher regions we are getting a null pointer exception thrown at:
com.tidalsoft.webclient.tes.dsp.api.JobHandler.insert [JobHandler.java 93]...
Hello Everyone,
I was under the impression that the MSSQL adapter had the ability to start SSIS packages at a certain step if it fails. For instance if a 4 step SSIS package fails at step 3, I would be able to run step 4. Is this a feature of th...
Hi, I'm using TES 5.3.1 and I'm working on an FTP transmission to a bank. They have asked that the file be sent SFTP in either ASCII or EBCDIC, but using the integrated FTP job, it only allows Binary when transferring SFTP. Is there something I'm m...
I have a situation where there are 300+ Tidal jobs defined to run on a particular agent/adapter. I need to move 200 of them to a different agent/adapter. Is there an easy way to do this without having to open each job up one at a time?
Thanks in ...
i have this powershell script that converts a csv file to and excel xlsx file format. the script works fine when run on the windows command line. however it does not work in tidal.
although the job when run does not error out but the output gi...
Is there a way for a file monitor to do an inverse match ie "all files except those with <pattern> in the name" ?For example the file mask could be !<pattern> like with some of the common unix utilities.If not perhaps it might make a useful feature ...
Hi All,
I have installed tidal agent on windows and when I start agent, it says below errors in the agent log.
20180411 12:23:35 <inf.TIDAL_AGENT_1> Starting agent
_20180411 12:27:01 <err.TIDAL_AGENT_1> readOneMessage failed - -1(10038)
Can...
Hi
I'm using the REST API to create a set of new jobs in Tidal. Some of the jobs have dependencies. Does anyone know if there are parameters I can supply to the job.create method to create the dependencies?
Thanks
Alex
Hi Experts
While trying to update a job using the following URL
http://<hostname>:<port>/apidoc/<DSP name>/method/Job/update/
This XML is showing and asking for providing Object
<?xml version="1.0" encoding="UTF-8" ?>
<entry xml...
Hi Everyone,
For those with experience on using the BMC Remedy Adapter on Cisco's Process Orchestrator (CPO) 3.5, I would like to know if there's a way to do polling from/using the adapter? or what the best polling mechanism for CPO to do this is c...
HI experts
I am following the below code in JAVA-
URL url = new URL("http://<hostname:portname>/api/<DSP NAME>/method/Job/get/443083");
HttpURLConnect...