New Comment System@Siebel Unleashed.. Do Try and give me feedback | Next Tip »Home

How to Trigger EIM Job from UNIX?

OkAvarageGoodVery GoodExcellent (1 votes, average: 1.00 out of 5)
Loading ... Loading ...

Everybody knows that EIM is usually used in Siebel to import data from external applications. I am not going to go into details of EIM in this article. This article assumes that you already have an EIM Job created and running successfully and your requirement is to run this EIM at regular intervals.

One way to achieve this requirement is to create a RCR for EIM Component and configure it to trigger it at your desired interval but I have found RCR to be error prone and unstable. Sometimes they just don’t get triggered and some they trigger too often.

One of the stable but difficult to manage, solution of this problem is using a shell script to trigger that job from Unix OS. Here is the script that you can use to execute EIM Job.

EIM_JOB_SCRIPT

*Please change the extension to ksh from txt before trying to execute the script

You can then schedule this shell script through crontab to run at your desired time. For example to run this file every day at 2:00 AM you will need to create following entry in crontab.

00 02 * * * /usr/bin/ksh -x "/usr/scripts/EIM_JOB_SCRIPT.ksh"

  • Share/Bookmark

Related Posts


Article by neel

Authors bio is coming up shortly. neel tagged this post with: Read 387 articles by neel
  • Shiv Prateek
    HI using a cronjob is a nice option . But what were the issues that u faced while running RCR i believe the issues that you faced were due to wrong configure of repeat from input of RCR , else the RCR and cron are same , and one more issue that is with rcr is it will not work if the component is down but the same will be with cron too :-)
blog comments powered by Disqus

Polls

Do you like the new Comment System and new look to Site?

View Results

Loading ... Loading ...