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've installed the Cisco Workload Automation (Tidal) agent on a server, and the agent starts, but I get this error over and over again:
Exception writing to logfile C:\Program Files (x86)\TIDAL\Agent\TIDAL_AGENT_1\logs\_TIDAL_AGENT_1.log : Exception...
I have an external web service that creates file for me to process. This process can take from 5-25 minutes, so I want the jobs to have a file dependency rather that a completion dependency on the web service job. My concern is that I only want the j...
I agree, the file dependency waits for the file to be stable for a minute before proceeding - this works great. What I'm trying to identify is the condition where the file is never produced by the web service. At present, if I don't get a file at al...