To run a scenario exactly once in a specific time every day

I would like to run a scenario which will read a file in a specific directory and will update the data in the database.
File -> JDBC
I would like to run the scenario only once a day in a specified time
i.e. say 12:00 midnight.
How can I specify that in the scenario?

Hi
Note:You will need to have the authorizations of the user group SAP_XI_ADMINISTRATOR with the role modify.
Go to Runtime Workbench -> Component Monitoring -> Communication Channel Monitoring
Locate the link Availability Time Planning on the top right corner of your Communication Channel Monitoring page.
In your case, the requirement is to schedule the Sender file adapter daily once at 12:00 at midnight.
In Availability Time Planning, choose the Availability time as daily and say create.
Provide the details like the time 12:00
Then select the communication channel , goto the Communication Channels tab and filter and add the respective channel (File Sender).
Once all the above has been done 'Save' the changes.
hope it helps
Thanks

Similar Messages

  • How do I schedule an automator script to run at a certain time every day?

    How do I schedule an automator script to run at a certain time every day?
    This used to be done through iCalendar and this option is no longer available.
    How do I do this?
    --Kenoli

    Kenoli Oleari1 wrote:
    How do I schedule an automator script to run at a certain time every day?
    This used to be done through iCalendar and this option is no longer available.
    How do I do this?
    --Kenoli
    You can use lauchd to run the script.
    Here's an example of an Automator App that I have scheduled to run at 7am daily:
    You would save this as com.yourname.plist and put it the the Folder: ~/Library/LaunchAgents/ (then log out and back in, or reboot)
    (To run a workflow, change open to automator)
    (A nice GUI launchd editor is Lingon)
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>com.tonyt.EventReport</string>
              <key>ProgramArguments</key>
              <array>
                        <string>open</string>
                        <string>/Users/Tony/Library/Scripts/Events Report.app</string>
              </array>
              <key>StartCalendarInterval</key>
              <dict>
                        <key>Hour</key>
                        <integer>7</integer>
                        <key>Minute</key>
                        <integer>0</integer>
              </dict>
    </dict>
    </plist>

  • FDM Script - Set to run at a specific time of day??

    Can you set an FDM script to run at a certain time of day (based on
    server time)? I've currently got a Custom/General script I'd like to
    run once a day at a set time.
    Thanks!

    You need the use task manager for that.
    I suggest you look in the admin guide for more info.
    If I’m not mistaken, you need to enable in the application setting and then you can use it from the tools menu in the Workbench.

  • How can i run one procedure at the fix time every day?

    Hi.
    I write a procedure.it can open a text file.Now, I'd like run it every day at 24:00.
    How can i do that?
    thanks alot.

    and on the other, other hand. If you are using Oracle, schedule it in the Oracle job queue. Look into the DBMS_JOB package (DBMS_JOB.SUBMIT more specifically).
    something like this would work:
    variable jobno number;
    variable instno number;
    begin
    select instance_number into :instno from v$instance;
    dbms_job.submit(:jobno, 'statspack.snap;', trunc(sysdate+1), 'trunc(SYSDATE+1)', TRUE, :
    instno);
    commit;
    end;
    That would schedule it at midnight I believe.

  • Run steps in a chain at a specific time frame

    I've got an ETL process running in a scheduler chain. First steps are extracting data from remote servers. Each remote server has it's own time frame in which I can extract the data. Once the window is closing I need to kill the job immediately.
    My question is, Is it possible to define a time frame for single steps in a chain ?
    Other options i'm considering (but all are less favorable)
    Create a job with max_run_duration for each extraction step and manually time the transformation / load chain steps after. Advantage - simple, Disadvantage - A lot of ideal time.
    Same as above but make the transformation / load chain with an event based job to when all extraction jobs are done. Advantage - Less ideal time, Disadvantage - More complex, error prune.
    These two options requires a sniper job to catch JOB_OVER_MAX_DUR event and kill the job.These options also require breaking up the chain - something I would like to avoid. Another option that keeps the chain intact is
    Defining the step rule with a time based condition (and using low evaluation_interval ~ 60 seconds) But then I cannot set max_run_duration and there for cannot stop the job if it's working when the time frame is closing.
    I would appreciate any ideas on solving this problem.

    Hello,
    You can for instance execute the following when you create your Refresh Group:
    BEGIN
    DBMS_REFRESH.MAKE(
    name => '"{color:red}schema{color}"."{color:red}refresh_group_name{color}"',
    list => '',
    next_date => TRUNC(SYSDATE) + 1 + 1/24,
    interval => 'TRUNC(SYSDATE) + 1 + 1/24',
    implicit_destroy => FALSE,
    lax => FALSE,
    job => 0,
    rollback_seg => '{color:red}rollback_segment{color}',
    push_deferred_rpc => TRUE,
    refresh_after_errors => TRUE,
    purge_option => NULL,
    parallelism => NULL,
    heap_size => NULL);
    END;
    /Then you add your MV to the Refresh Group as follow:
    BEGIN
    DBMS_REFRESH.ADD(
    name => '"{color:red}schema{color}"."{color:red}refresh_group_name{color}"',
    list => '"{color:red}schema{color}"."{color:red}MV_name{color}"',
    lax => TRUE);
    END;
    NB: The syntax and option can change with the Release (this syntax is well tested on 8.1.7).
    Hope it can help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Dec 16, 2009 9:04 AM

  • IMac running 10.5 wakes from sleep at 8 PM every day with no wake time set

    My iMac (new fall, 2007) running 10.5.2 wakes every night at 8:00 PM Eastern day savings time. Before day light saving time started it woke at 7:00 PM. In the energy control panel "schedule section" the "start up or wake option" in NOT checked.
    The exact same problem occurs in a mini Mac purchased last fall which is also running 10.5.
    I applied the new firmware update to the iMac last week hoping it would correct this problem but it did not.
    Does anyone have any idea how to stop these computers from waking at 8:00 PM every night.

    I have seen a few other people on these forums listing the same issue. Time will vary as it depends on Time Zone. I'm guessing it is waking at 12am GMT.
    http://discussions.apple.com/thread.jspa?messageID=7075146&#7075146
    I haven't seen a solution yet, but will post it here if I come across one. Best to report to Apple via your Applecare support.
    Sorry I couldn't be much more help.

  • Applescript running at a specific time of day

    I have a headless server. If it fails to shut down I want to run script that would force it to shut down.
    The shut down script I have.
    tell application "System Events"
    shut down
    end tell
    or if needed
    do shell script "shutdown -h now" password "YourAdminPwd" with administrator privileges
    However if I would like his to execute at lets say 24.00 hours what would I need to do to have that happen?
    Do I need to have it run to do so?
    What script?
    See I do not want to use iCall to execute it as this might be the reason the shut down failed in the first place (the server sometimes hangs on shut down as a programme wants a confirmation). and than the script does not run (is what is happening at the moment if I simulate a hanging program)
    Thanks

    Thanks Andrew for your help
    Andrew99 wrote:
    I trust you're aware of the consequences of the "quit without saving" command -- any open documents with unsaved changes will be lost -- but it would appear that this is not an issue for you in this case. Others should be forewarned.
    I am and yes no issue as the server is doing its stuff 'serving'. if it hangs on lets say an email, it wil send it again next time it is up as Mail has it already in the outbox. (mail gets generated by a script, so it could only hang because of my internet connection being down). ditto with Fax, answering machine print-servers etc.
    Andrew99 wrote:
    In repeated tests, I intentionally left unsaved documents open in both Mail and TextEdit. On a schedule I chose in iCal, each time, as hoped for, all applications quit and my Mac immediately shut down, and did so without an application warning or a shut down warning dialog appearing.
    it works for me too!
    Andrew99 wrote:
    tell application "Finder"
    shut down
    end tell
    If my scripting knowledge is correct, than this line is the equivalent of me telling the machine to shut down using te 'Shut Down' command. correct? this is not a "Killall" type command?
    So it is normal 'soft' shut down, the only difference being that it skips the dialogue box bit.
    Am I correct?
    And thanks for taking the time!

  • FTP - Sender File Adapter - Exactly Once In Order

    We are running SP10 on PI7.0
    I have a file (FTP - content conversion) to idoc scenario and this works well apart from the communication channel picking up the files in the wrong order.
    I have set to Exactly Once In Order, and the nuemrically file is being picked up in the correct order, however we wish to pick the file up by time and date stamp.
    If I flag the Adapter Specific Message Attributes - and Source File Time Stamp, will this then process the files by timestamp instead of by File name?
    How else can we get the files to process by time created?

    but this option is valid for NFS transport protocol
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    &#9679;      Processing Sequence (for transport protocol File System (NFS))
    If you used placeholders when specifying the file name, define the processing sequence of the files:
    &#9675;       By Name: Files are processed alphabetically by file name.
    &#9675;       By Date: Files are processed according to their time stamp in the file system, starting with the oldest file.
    Message was edited by:
            Prabhu  S

  • Receiver Mail adapter Exactly Once

    Hi,
    I've setup my scenario RFC (trfc for exactly once QOS ) ->  Mail (receiver)
    Now I'm testing what happens when the smtp server is down.
    In message monitor (sxmb_moni) , the message is successful. In comm chanel monitoring, I can see the message is in error.
    The error states that "The message status was set to NDLV." but nothing is sent back to integration engine ...
    The adapter retries to send the message 3 times but then just stops...
    Q1 : How do you resend the message after the 3 retries ?
    Q2 : How can you know this error arrived if the message is successful in sxmb_moni ?
    Thanks

    Hi Thierry,
    If you see that the message passed in sxmb_moni, this indicates that the mapping was successful.  Your problem is happening at the adapter engine level, which you access through Message Monitoring in the Runtime Workbench.  It is there that you can try to resend the message.
    Mike

  • Quality of Services "Exactly Once in Order"

    Hi,
    I have several integration using iDOC output R / 3.
    This integration into the Integration Builder them removed brand "Maintain Order At runtime" (Quality of Services - Interface Determination) to be executed in parallel, but when they reach the engine J2EE appear with the Quality of Services as "Exactly Once in Order."
    Why this happens with iDOCs? . With RFC do not have this problem.
    Best Regards
    Julian.

    Hi
    I have been reviewing the integrations that run in parallel and gave the impression that really do not run in parallel (Quality of Services "Exactly Once"), but that the channel receiver is taken so that the previous interface ends of inserting data into the receiver.
    If open the message and revise the log, the first message that arrives is in this state:
    "JDBC adapter receiver channel JDBC_XXX_YYY_Receiver: started processing; Party, service ZZZ_BS "
    But the following is not enough to reach this state and it is with this log:
    "Receiver JDBC adapter: started processing; QoS required: ExactlyOnce "
    One step before the first message, only runs the next step when the first message ends to be processed by the adapter.

  • Exactly once

    EO (Exactly Once): Means
    The message is sent asynchronously. The sender does not wait for a response. The Integration Engine and the Adapter Engine guarantee that the message is sent and processed exactly once.
    Is there any situation where processing takes place more than once ??
    thanks
    kumar

    Hi,
    ><i>The Integration Engine and the Adapter Engine guarantee that the message is sent and processed exactly once.</i>
    There is just a slight subteltly when you inter[ret this statement.
    1. What happens if the target system is down? Should nt the message be sent again from XI . In most cases it is expected that the message is to be sent Automatically.
    Exactly Once and EOIO both ensure Guaranteed Deliver, i.e, the message are persisted in XI and so irrespective of whethr the target system is up and running the message will be sent to the target "Exactly once" and XI will have the capability to rsend the message to the target in case the target is down.
    Regards
    Bhavesh

  • ERROR WHILE RUNNING ODI SCENARIO FROM BAM ALERT

    We are using oracle data integrator 11g and have created an ODI Scenario and able to run the scenario from ODI studio client.
    We have done the configuration for BAM-ODI integration as mentioned in http://docs.oracle.com/cd/E21764_01/integration.1111/e10224/bam_odi.htm#BABEJIGD
    We have started ODI Agent, soa and bam servers. Created a BAM alert -> select action - Run ODI Scenario -> selected the same scenario.
    Alert ran at scheduled time but failed with following error:
    java.io.IOException : truncated data integrator frame received
    Error Message (if any)
    [2012-08-06T11:24:21.046+05:30] [bam_server1] [WARNING] []
    [oracle.bam.eventengine] [tid: bam-pool-Action-thread-1] [userId:
    OracleSystemUser] [ecid:
    3576f9092ef9497a:-743c430a:138fa7450c3:-8000-00000000000000a8,1:23453] [APP:
    oracle-bam#11.1.1] EventEngine: Error occured while running a ODI Scenario.
    [2012-08-06T11:24:21.250+05:30] [bam_server1] [ERROR] []
    [oracle.bam.eventengine] [tid: bam-pool-Action-thread-1] [userId:
    OracleSystemUser] [ecid:
    3576f9092ef9497a:-743c430a:138fa7450c3:-8000-00000000000000a8,1:23453] [APP:
    oracle-bam#11.1.1] EventEngine: Action exception: EEInstEv2 EEInstAct1 Rule
    Id: 2 exception: java.io.IOException: truncated Data Integrator Frame
    received
    [2012-08-06T11:24:21.250+05:30] [bam_server1] [WARNING] []
    [oracle.bam.eventengine] [tid: bam-pool-Action-thread-1] [userId:
    OracleSystemUser] [ecid:
    3576f9092ef9497a:-743c430a:138fa7450c3:-8000-00000000000000a8,1:23453] [APP:
    oracle-bam#11.1.1] EventEngine: Exception stack trace: [[
    at
    oracle.bam.eventengine.engine.event.action.RunScenario.invokeScenario(RunScena
    rio.java:145)
    at
    oracle.bam.eventengine.engine.event.action.ActionProcessor.runScenario(ActionP
    rocessor.java:891)
    at
    oracle.bam.eventengine.engine.event.action.ActionProcessor.actionHandler(Actio
    nProcessor.java:337)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.j
    ava:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.bam.system.Delegate$Sink.invoke(Delegate.java:80)
    at oracle.bam.system.Delegate.dynamicInvoke(Delegate.java:186)
    at
    oracle.bam.common.threading.threadpool.ThreadPoolController$PoolQueueItem.proc
    essWorkRequest(ThreadPoolController.java:155)
    at
    oracle.bam.common.threading.threadpool.ThreadPoolController$PoolQueueItem.run(
    ThreadPoolController.java:128)
    at
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java
    :886)
    at
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908
    at java.lang.Thread.run(Thread.java:619)
    Any help on this is highly appreciated...
    Thanks
    Rajdip Mukherjee

    Hi,
    Forgot to include the ODI classes RunScenario.invokeScenario() is invoking odi scenario using odi sdk api. Please see the below stack trace :-
    java.io.IOException: truncated Data Integrator Frame received
    at
    oracle.odi.sdk.invocation.internal.AgentNetworkCmd.readCmd(AgentNetworkCmd.java:303)
    at
    oracle.odi.sdk.invocation.OdiInvocation.invokeCommand(OdiInvocation.java:176)
    at
    oracle.bam.eventengine.engine.event.action.RunScenario.invokeScenario(RunScenario.java:140)
    at
    oracle.bam.eventengine.engine.event.action.ActionProcessor.runScenario(ActionProcessor.java:891)
    at
    oracle.bam.eventengine.engine.event.action.ActionProcessor.actionHandler(ActionProcessor.java:337)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Thanks
    Rajdip Mukherjee

  • Issue while running a scenario while using TTU in ODI

    Hi All,
    I have created an interface to load data from oracle to teradata. I have used LKM as SQL to Teradata (TTU). When i run this interface from UI (from my desktop) I receive an error telling
    "sh: fastload: command not found" which makes perfect sense.
    I then tried to create a scenario and run the scenario from a machine which has the utility installed. I get the below error.
    ./startscen.sh ORACLE2TD 001 TESTNEWCONTEXT
    OracleDI: Starting scenario ORACLE2TD 001 in context TESTNEWCONTEXT ...
    2010-11-15 22:53:42.017 ERROR ODI-1217 Session ORACLE2TD (399001) fails with return code 7000.
    2010-11-15 22:53:42.865 ERROR ODI-1134 Agent Internal encountered an error: ODI-1217: Session ORACLE2TD (399001) fails with return code 7000.
    2010-11-15 22:53:43.551 NOTIFICATION Session 399,001 ended with status E (ERROR)
    Status message is : Session Failed :399001 : ODI-1217: Session ORACLE2TD (399001) fails with return code 7000.
    ODI-1226: Step oracle2td fails after 1 attempt(s).
    ODI-1240: Flow oracle2td fails while performing a Loading operation. This flow loads target table ETL_CONTROL_GROUP_CUR_1.
    Caused By: org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 19, in ?
    ImportError: no module named threading
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2374)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1615)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1580)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1818)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:559)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:481)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1040)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:49)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:41)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:93)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:84)
    at oracle.odi.runtime.agent.RuntimeAgent.startScenario(RuntimeAgent.java:318)
    at oracle.odi.StartScen.main(StartScen.java:192)
    If anyone has encountered a similar issue and able to solve it, please share your thoughts with me.
    Thanks in advance for your help.
    Thanks
    Ashish
    Edited by: 811686 on Nov 15, 2010 3:41 PM

    Thanks Cezar. I tried the same.
    sato:work/ashish/ODI/generic/agent_standalone/oracledi/agent/bin$./startscen.sh ORACLE2TD 001 TESTNEWCONTEXT -NAME=localagent
    OracleDI: Starting scenario ORACLE2TD 001 in context TESTNEWCONTEXT ...
    2010-11-16 23:54:54.388 ERROR ODI-1217 Session ORACLE2TD (401001) fails with return code 7000.
    2010-11-16 23:54:54.899 ERROR ODI-1134 Agent localagent encountered an error: ODI-1217: Session ORACLE2TD (401001) fails with return code 7000.
    2010-11-16 23:54:55.617 NOTIFICATION Session 401,001 ended with status E (ERROR)
    Status message is : Session Failed :401001 : ODI-1217: Session ORACLE2TD (401001) fails with return code 7000.
    ODI-1226: Step oracle2td fails after 1 attempt(s).
    ODI-1240: Flow oracle2td fails while performing a Loading operation. This flow loads target table ETL_CONTROL_GROUP_CUR_1.
    Caused By: org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 19, in ?
    ImportError: no module named threading
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2374)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1615)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1580)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1818)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:559)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:481)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1040)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:49)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:41)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:93)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:84)
    at oracle.odi.runtime.agent.RuntimeAgent.startScenario(RuntimeAgent.java:318)
    at oracle.odi.StartScen.main(StartScen.java:192)
    sato:work/ashish/ODI/generic/agent_standalone/oracledi/agent/bin$ps -ef | grep -i localagent
    edwd 1311024 2274074 0 23:55:23 pts/15 0:00 grep -i localagent
    edwd 1573280 1545022 0 23:48:11 pts/11 0:00 /bin/sh ./agent.sh -NAME=localagent
    edwd 2396516 1573280 0 23:48:11 pts/11 1:50 /usr/java6_64/bin/java -Xms32m -Xmx256m -classpath ../lib/.:../drivers/.:../../../odi_misc/*.zip:../../../odi_misc/*:../lib/*.zip:../lib/*:../drivers/*.zip:../drivers/*:../lib/scripting/*.zip:../lib/scripting/*::/usr/java6_64/lib/tools.jar -Djava.security.policy=server.policy -Doracle.security.jps.config=./jps-config.xml -DODI_MASTER_DRIVER=oracle.jdbc.OracleDriver -DODI_MASTER_URL=jdbc:oracle:thin:@chasers.corp.apple.com:1722:edsd -DODI_MASTER_USER=edwsd -DODI_MASTER_ENCODED_PASS=d,yX5CMNzbGSWEfbYghXQabtk -DODI_SECU_WORK_REP=WORKREP1 -DODI_SUPERVISOR=SUPERVISOR -DODI_SUPERVISOR_ENCODED_PASS=f8yXwZyTPaaMainI5qdnIPFaf -DODI_USER=SUPERVISOR -DODI_ENCODED_PASS=f8yXwZyTPaaMainI5qdnIPFaf -DODI_JMX_PROTOCOL=rmi -Dorg.mortbay.log.class=oracle.odi.logging.AgentJettyLogger -Doracle.core.ojdl.logging.config.file=ODI-logging-config.xml oracle.odi.Agent -MASTER_DRIVER=oracle.jdbc.OracleDriver -MASTER_URL=jdbc:oracle:thin:@chasers.corp.apple.com:1722:edsd -MASTER_USER=edwsd -MASTER_ENCODED_PASS=d,yX5CMNzbGSWEfbYghXQabtk -WORK_REPOSITORY=WORKREP1 -ODI_SUPERVISOR=SUPERVISOR -ODI_SUPERVISOR_ENCODED_PASS=f8yXwZyTPaaMainI5qdnIPFaf -ODI_USER=SUPERVISOR -ODI_ENCODED_PASS=f8yXwZyTPaaMainI5qdnIPFaf -ODI_CONNECTION_RETRY_COUNT=0 -ODI_CONNECTION_RETRY_DELAY=7000 -NAME=localagent
    sato:work/ashish/ODI/generic/agent_standalone/oracledi/agent/bin$which fastload
    /usr/bin/fastload
    sato:work/ashish/ODI/generic/agent_standalone/oracledi/agent/bin$
    I have an agent localagent that is running on this machine, but when i run the scenario, it fails. Any further inputs will be very useful. Thanks

  • When running a scenario from Unix ( $ prompt)it cant found the DTD for xml

    Dear All,
    I have created an interface that extracts xml messages from JMS queue ( OC4J) successfully. After extracting the message from JMS queue, the interface parse the message and put into an oracle database.
    After when I have created a scenario from the above Interface and tried to run the scenario from $ promt in unix using startscen.sh, it is giving following error message.
    # call the configuration setup file--- Mandatory for running ODI scenario
    . $ODI_HOME/bin/odiparams.sh;
    # Call the scenario for getting Message from JMS queue
    . $ODI_HOME/bin/startscen.sh PKG_JMS_XML 001 GLOBAL "-v=5" | tee out_$$.txt;
    The error I am getting as below
    03/09/2009 05:09:40 PM(main): SnpExpTxt.getObjectLst : :
    [FirstDate:2009-03-09 17:09:40.0
    FirstUser:SUNOPSIS AGENT
    IndChange:null
    IntVersion:null
    ITxt:5194100
    LastDate:2009-03-09 17:09:40.0
    LastUser:SUNOPSIS AGENT
    Txt:0 : 08001 : java.sql.SQLException: Cannot load connection class because of underlying exception: 'java.sql.SQLException: No DTD found and no XML file provided: the XML schema cannot be created'.
    java.sql.SQLException: Cannot load connection class bec
    TxtOrd:0, FirstDate:2009-03-09 17:09:40.0
    FirstUser:SUNOPSIS AGENT
    IndChange:null
    IntVersion:null
    ITxt:5194100
    LastDate:2009-03-09 17:09:40.0
    LastUser:SUNOPSIS AGENT
    Txt:ause of underlying exception: 'java.sql.SQLException: No DTD found and no XML file provided: the XML schema cannot be created'.
         at com.sunopsis.jdbc.driver.JMSXMLDriver.connect(JMSXMLDriver.java)
         at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.
    TxtOrd:1, FirstDate:2009-03-09 17:09:40.0
    FirstUser:SUNOPSIS AGENT
    IndChange:null
    IntVersion:null
    ITxt:5194100
    LastDate:2009-03-09 17:09:40.0
    LastUser:SUNOPSIS AGENT
    Txt:java)
         at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
         at com.sunopsis.sql.i.run(i.java)
    TxtOrd:2]
    Anybody please help ?
    regards
    Umapada

    Hello,
    Try to remove and recreate your package and scenario, I had the same issue and solved doing it.
    It seems for me that the package cannot update its contents, for example, if you change something in your interface, you must recreate your package and scenario to update the changes.
    What ODI version do you use? If you use an old version, try to update to ODI 10.1.3.5
    Regards,
    Wallace Galvão
    São Paulo - Brazil

  • ImportError: no module named java  : While running a scenario (ODI 10.1.3.)

    Hi All,
    When i am running a scenario i am getting the below error in the 'error log ' file....Please let me know any pointers on the same.. its urgent:-
    =========================================================
    [oraodi@apo13100098 error]$ cat SIL_TIMEDIMENSION_CALCONFIG.30402.log
    12/15/11 10:26 AM :
    Session No-> 30402
    Package Name-> SIL_TIMEDIMENSION_CALCONFIG
    Step Name-> SIL_TimeDimension_CalConfig.MCAL_CONFIG_G
    Error Details->
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 2, in ?
    ImportError: no module named java
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i(e.java)
    at com.sunopsis.dwg.cmd.e.y(e.java)
    at com.sunopsis.dwg.DwgJv.treatCmd(DwgJv.java)
    at com.sunopsis.dwg.DwgJv.main(DwgJv.java)
    at oracle.odi.Agent.main(Agent.java)
    ===========================================================================================
    Cheers
    Manoj

    Hi Venkat,
    The error got resolved after adding '/usr/kerberos/bin:/usr/local/bin' to my PATH variable.
    cheers
    Manoj

Maybe you are looking for

  • I just bought iphone 3 off of someone and i cant figure out how to delete her accounts and put mine on? like facebook

    i bought an iphone 3 off of a lady and i need to find out how to delete her accounts so i can set mine up

  • Display resolution changes during sleep

    This does not look quite like anything I've seen here already. Mid-2010 Mac Mini, OS X 10.9.2, Acer V173 monitor with 1280 x 1024 maximum resolution, connected via Apple Mini DisplayPort to VGA adapter (because the monitor has only a VGA input). Reso

  • Vendor evaluation reports

    Hey Gurus, During the pre-study for implementation of the vendor evaluation tool in R/3 my business team has asked for reports showing the data/orders behind the evaluations. If, for instance, a low score is computed for the u201COn-time deliveryu201

  • Can't see InDesign layout in InCopy layout mode

    We have just installed CS6 and one issue I am having is I can't see the page design when switching to layout mode. I can see the formatting of the story, but not the page the InCopy document is associated with. All of this is on a Mac network. Is the

  • Dynamically Updating Dropdown boxes

    Hi, I need to make a dropdown box whose options depend on a previously selected dropdown box. For instance, if I have two boxes, one labeled state and one labeled city, I want the city box to only contain cities in the state that is specified in the