We have three environments DEV, TST, UAT as Database instance.
In each instance we have three schemas to make it Source, Target and Repository.
I have added all the repository in the Admin Console and scheduled all the jobs at different times i.e. Dev @ 13:00, TST @ 14:00 and UAT @ 15:00
Now when i check the job history it shows that all the job ran successfully but when i see the log file it run all the jobs from UAT environment. That means UAT job runs three times at 13:00, 14:00 and 15:00. All repositories and jobs are different, I have checked all the connections as well. I have one job server where I have added all the three repositories and we are using Data Services.
If I run manually then it works fine but when i schedule the jobs it always runs the job from UAT repository.
Are you using three different repositories for Dev, test and UAT or are you using a single repository with three different logins? I’ve seen similar behaviour when using the latter method and it’s because the schema owner was left as default (e.g. dbo in SQL Server).
Have you taken care to schedule the job in 3 different repository? I mean in the Management Console–> Administrator–>Batch Jobs you should find 3 repository
–>DEV
–>TST
–>UAT
here, go to each item and scheduled? Just confirm this.
1). Yes, this is necessary to have three different repository and three different sources and targets. Its Finance Sector where we need to have a very tight environment before we push it to production.
2). I have already made sure that I am using different repositories and scheduled in different repositories. We use Data Services. I also make sure each when i schedule the repository that its in the different environments.
I expected. Then it is somewhere you are going wrong with the Credentials of UAT itself getting used for all the Jobs.
In between, you are using a System Configuration while running the Job. How about that? Have you went up and checked in the DS configurations? While running the Job from Designer, you might use the default config but your screenshot shows a particular config.
I hope this would definitely solve the issue. Expect your fruitful reply