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.
Hi All,How can we schedule the jobs to run at a particular day and time automatically?In Tidal the jobgroup hierarchy is like given below,1 Development 2 EDW_R2_2_Load 3 Job Group 1 3 Job Group 2 . . . and so...
Hi,The Informatica workflows are not getting triggered through Tidal in our project.. However, they were properly getting triggered a couple of hours back. And this happenns for all the workflow triggering jobs.Infact, when we run the job triggering ...
What is the use of the variable Job Alias? In our project we are using this variable in all Jobs. The data type of the value is INTEGER(for all jobs) in development but it is a VARCHAR in Stage environment. In fact for all the jobs, the alias is VARC...
Hi,In our project we have a job group which will move a set of file from one directory to another directory. The first job in that group will be run only when a file with an extension "ind" is present in the source directory, i.e the dependency is se...
Hi All,We created a job group with a couple of jobs. When inserting one particular job, it is not appearing in the job activity window. But when we try to insert the other jobs they are properly getting displayed except this.What could be the reason ...
Thank you Jorge Cardona.In that case the sub jobs' and job groups' calendar time period should fall within the period specified in the parent job group's calendar. Am I right on this one?
This does not happen always. Some times they run properly.I have given the agent details below,Agent Type: WindowsFile Location: UNC(Because the file movement is based on Perl program. So when the program is run we will have the message giving the pa...
Thanks a lot. We used this value to maintain a log of the job runs in a table. That was having INTEGER as the data type for the Job Alias column. Now we changed the coulmn's data type to VARCHAR and it is working fine now.