I searched for topics on scheduling DI jobs with BOE.
I didn’t see a “how to” from the posts. We have a DI job that needs to run after a file is created and placed in a folder.
I went to the admin to schedule the job. However, the BOE scheduler option is grayed out.
Is this really an option? Is the only option to use the wait_for_file function in a script? If that is the only way, does anyone know of a sample of how to use this in a script?
I have a newly installed instance of BOE XI R3 on one machine and my Data Integrator 11.7.2 instance on another machine. I can’t seem to get the DI Management Console to connect to the CMS. This is the error I get:
Login to CMS failed:Unable to find servers in CMS MTGI21 and cluster with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.
I’m brand new to BOE so I don’t know if there is additional configuration necessary to get DI to talk to it. I can get into the BOE CMC screen OK.
I am making progress on this. The “BOE scheduler” option is available within the DI screen for scheduling a job. However, when I try to activate the schedule on the BOE scheduler I get the following error:
Server Input% not found or server may be down
The connection to the CMS seems to be OK. I don’t get any complaints when I hit the Test or Apply buttons.
This is using DS 12.0.0.0 and BOE 12.1. All installed on the same machine.
I have finally got the BOE scheduler to work in DI.
You have to create the CMS connection first.
Then you create a schedule in DI for the job to run. If you need the job to run multiple times/days, just set the schedule to run one day. You just need the reference to the job in BOE.
Then when I went into BOE, I saw the data integrator folders and the reference to the job.
From there, I was able to schedule the job with events.
I have created a pretty complex little system for our reports that need to have certain DI jobs run first.
It seems to work well. I have files that trigger DI jobs which create trigger files which run reports. I can have some DI jobs that have to wait on more than one dependent situation before they can run.
Did you have to change the name of the input server? I can see the empty data services folder in CMC but there is nothing in it no matter how hard I try!
I have been trying to schedule DI (12.X) jobs with BOE (XI 3.1) scheduler.
I have reached a stage where I can see the Data Services folder in BOE. I can also see my ‘Test_DI_with_BOE’ program. However when I right click and schedule the program, it fails. Please see the attached screenshot. Can anyone guide me here?
open the properties of the ‘Test_DI_with_BOE’ program object and expand the schedule node, under this you will see a option named Program Logon, click on that and sepcify the windows credential to execute this program
you can also set default User from Settings, Check BOE Adiministrator documentation about scheduling Program obejct or check with your BOE Administrator
click on the last run date and time link for the Instance that failed, it will open the output file of the process in notepad, do you see any errors in that
How do you do that? When I click on the time instance, all that opens is the screenshot that I have attached with my previous email.
Sorry I am a bit of a novice…
the success status of program object doesn’t mean that the application that is executed by the program object is successful (in this case Job). The success status mean the BOE Program JobServer was able to launch the program successfully
you didn’t mention the DS version, if you are on DS XI 3.1, please check the following post you might be running into same issue
post the output file of the program object, it will have the details of why the Job failed
The job runs successfully within BOE and I am also able to receive custom email notifications.
However, I get the email notifications only when the job passes.
If they fail, I do not get any notifications inspite of configuring the email to send out notification…
To test the ‘fail’ notification, I introduced some errors in my job, saved it and closed DI. I then ran the job through BOE.
The BOE scheduler ran for 2 seconds (the job should take 5 mins) and gave a ‘Success’ message with a ‘success’ email notification.