Auto Execute ?

I'm running a batch file on one server thats sending a .csv file to another server. I need to automatically start an executable when that file arrives from the other server. Thanks in advance.

If you are "sending" a file to the other server then presumably the other server has something that is "receiving" that file. You may be able to persuade that something to start the executable. However since I know nothing about what that something is, it's hard to say anything more useful than that.

Similar Messages

  • Error on auto execute of job 1032656.. Where i can get the details?

    ORA-12012: error on auto execute of job 1032656
    ORA-04063: ORA-04063: package body "ORACLE_OCM.MGMT_DB_LL_METRICS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "ORACLE_OCM.MGMT_DB_LL_METRICS"
    ORA-06512: at line 1
    ORA-1580 signalled during: alter database backup controlfile to 'backup_control_file.ctl'..
    Hi All,
    I am getting the above error in my alert log.
    When i check in my dba_jobs there were only two jobs having job column 1 & 21.
    Where i can see the job 1032656 and its details ?
    Regards
    Arun

    Hi Arun,
    This is due to invalid objects in ORACLE_OCM schema.
    Please read metalink note id:
    Invalid Objects After Revoking EXECUTE Privilege From PUBLIC [ID 797706.1]
    Symptoms
    OEM recommends that EXECUTE privilege being revoked from PUBLIC. After revoking the privilege, the following errors appeared in alert log:
    ORA-12012: error on auto execute of job 66171
    ORA-04063: package body "ORACLE_OCM.MGMT_DB_LL_METRICS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: ORACLE_OCM.MGMT_DB_LL_METRICS"
    ORA-06512: at line 1 has errors .
    Also, the below query returns invalid rows count (approximately 46 rows)
    SQL> select object_name, owner, object_type, status from dba_objects where status = 'INVALID';
    Owners of invalid objects are ORACLE_OCM and WMSYS
    *Cause*
    At the time of installation of the database, Oracle execute scripts that test to see if PUBLIC access is granted to all of the routines that ORACLE_OCM and WMSYS need access to. If PUBLIC access is NOT available, Oracle scripts grant specific access rights. However, If EXECUTE privilege is revoked from PUBLIC after installation, then those specific access rights needs to be granted manually.
    *Solution*
    You will need to grant execute on UTL_FILE and DBMS_SCHEDULER to ORACLE_OCM and WMSYS. The below action plan should solve the issue:
    SQL> grant execute on UTL_FILE to oracle_ocm;
    SQL> grant execute on DBMS_SCHEDULER to oracle_ocm;
    SQL> grant execute on UTL_FILE to wmsys;
    SQL> grant execute on DBMS_SCHEDULER to wmsys;
    SQL> shutdown immediate;
    SQL> startup restrict;
    SQL> @utlrp.sql /* $ORACLE_HOME/rdbms/admin/@utlrp.sql */
    SQL> shutdown immediate;
    SQL> startup;
    Regards
    Rajesh

  • Error on auto execute of job

    Hii,
    I am using Oracle 11g version 11.2.0.2.0
    From last few days i am getting the error
    ORA-12012: error on auto execute of job 179297
    ORA-01403: no data found
    ORA-06512: at line 1
    in my alert log.
    The trace file details are :
    Trace file C:\APP\MANAGER\diag\rdbms\c2kprod\c2kprod\trace\c2kprod_j002_5552.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 8664, 2 Physical Cores
    Process Affinity : 0x0x0000000000000000
    Memory (Avail/Total): Ph:13735M/32756M, Ph+PgF:77877M/95801M
    Instance name: c2kprod
    Redo thread mounted by this instance: 1
    Oracle process number: 30
    Windows thread id: 5552, image: ORACLE.EXE (J002)
    *** 2012-10-27 00:10:17.259
    *** SESSION ID:(394.10451) 2012-10-27 00:10:17.259
    *** CLIENT ID:() 2012-10-27 00:10:17.259
    *** SERVICE NAME:(SYS$USERS) 2012-10-27 00:10:17.259
    *** MODULE NAME:() 2012-10-27 00:10:17.259
    *** ACTION NAME:() 2012-10-27 00:10:17.259
    ORA-12012: error on auto execute of job 19030
    ORA-01403: no data found
    ORA-06512: at line 1
    Trace file C:\APP\MANAGER\diag\rdbms\c2kprod\c2kprod\trace\c2kprod_j002_5552.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 8664, 2 Physical Cores
    Process Affinity : 0x0x0000000000000000
    Memory (Avail/Total): Ph:7765M/32756M, Ph+PgF:70412M/95801M
    Instance name: c2kprod
    Redo thread mounted by this instance: 1
    Oracle process number: 260
    Windows thread id: 5552, image: ORACLE.EXE (J002)
    *** 2012-11-06 13:50:27.895
    *** SESSION ID:(1282.5387) 2012-11-06 13:50:27.895
    *** CLIENT ID:() 2012-11-06 13:50:27.895
    *** SERVICE NAME:(SYS$USERS) 2012-11-06 13:50:27.895
    *** MODULE NAME:() 2012-11-06 13:50:27.895
    *** ACTION NAME:() 2012-11-06 13:50:27.895
    ORA-12012: error on auto execute of job 68977
    ORA-01403: no data found
    ORA-06512: at line 1
    Trace file C:\APP\MANAGER\diag\rdbms\c2kprod\c2kprod\trace\c2kprod_j002_5552.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 8664, 2 Physical Cores
    Process Affinity : 0x0x0000000000000000
    Memory (Avail/Total): Ph:13738M/32756M, Ph+PgF:77307M/95801M
    Instance name: c2kprod
    Redo thread mounted by this instance: 1
    Oracle process number: 165
    Windows thread id: 5552, image: ORACLE.EXE (J002)
    *** 2012-12-03 11:23:33.693
    *** SESSION ID:(1350.229) 2012-12-03 11:23:33.693
    *** CLIENT ID:() 2012-12-03 11:23:33.693
    *** SERVICE NAME:(SYS$USERS) 2012-12-03 11:23:33.693
    *** MODULE NAME:() 2012-12-03 11:23:33.693
    *** ACTION NAME:() 2012-12-03 11:23:33.693
    ORA-12012: error on auto execute of job 179297
    ORA-01403: no data found
    ORA-06512: at line 1
    Can anybody please tell what happened and what is solution for this.
    Thanks

    I cann't help you. It is your DB you have to know what's your environment. What application/users are connected to DB.
    You may find some glue in column log_user,priv_user, schema_user. From those column you could find DB schema under whitch job is created. then investigave if there is any PL/SQL code. If yes go to the code and look for dbms_job.submit procedure.
    If no PL/SQL then you must found who is connecting under DB schema and ask then.
    Or at last: may be you could audit access to sys.job$ table to find who is manipulating with data - but I don't recomend it before testing this on some test DB to be sure that there is no bad side effect of monitoring ORACLE data dictionary table.
    This DB is production DB or test/development DB ?
    Edited by: spajdy on Dec 5, 2012 12:14 PM

  • Link to query Form and auto-execute

    What is the secret after creating a link from a report for example, to not only pass the link parameter to a query form, but to cause the form to execute the query.
    Currently my query form shows the passed parameter but doesn't auto-execute..

    This is exactly the same question I have and there are lots of similar questions in this forum. None of them have replies. Is this question still unanswerable?

  • Make a program in your VI and auto execute it (as in controlling a pilot), how to achieve

    Ok well I have another one for you experts. The goal of my labview programming is to build a VI that controls a small setup with pumps and valves etc. . It's for filtration experiments.
    Now, the user should be able to setup the experiments he wants, save it, and then letting labview auto execute this. 
    My global question, where do I start learning how to do this? 

    I suggest use some scripting...what i mean to say is...
    1) you deevlop the application (with proper architecture) and give full control to the user (operator) for performing any operation he would like to do.. (like turinig on/off valve setting the required parameters or copyig files ..etc)
    2) Record this Test steps everytime when ever an appropriate action is performed on the UI
    3) Give an option for the user to rearrange the test steps or to modify them and then save them (call it Test scripts).
    4) The test steps can have proper tags for identifying purpose (this will be useful when you run the test scripts later programtaically without the need of user say AUTORUN mode)
    5) Give an option to create the Test suites (which is a collection of test scripts)
    6) Give an option to load and run single or multiple test suites/scripts......
    7)Now have a buttom called 'Autorun" to run all the selected test suites/scripts.
    8)Provide an option for aborting the test script/test suite
    Having typed all these i suddenly remebered why dont you use an combination and "TESTSTAND and LabVIEW" since Teststand will ease your job by doing most of the job said above
    Guru
    Regards
    Guru (CLA)

  • ORA-12012: error on auto execute of job 754461 ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing ORA-06512: at "SYS.UTL_SMTP", line 20 ORA-06512: at "SYS.UTL_SMTP",

    Hi ,
    I am getting below error frequently in alert log of database.
    ORA-12012: error on auto execute of job 754461
    ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing
    ORA-06512: at "SYS.UTL_SMTP", line 20
    ORA-06512: at "SYS.UTL_SMTP", line 98
    ORA-06512: at "SYS.UTL_SMTP", line 240
    ORA-06512: at "APPS.EIS_UTIL_PKG", line 94
    ORA-06512: at "APPS.HKD_PO_ADDON_PKG", line 110
    ORA-06512: at line 1

    You have a job running in the database. Its job ID is 754461
    It looks as if that job runs APPS.HKD_PO_ADDON_PKG
    That job is attempting to send mail using UTL_SMTP and apparently passing some strange value to SMTP server for the RCPT TO: parameter.

  • How to submit the Data with Business rule auto executed with VBA in excel?

    Anyone knows how can I submit the data into planning with the business rule auto executed in planning?
    Currently, I am using HypExecuteCalcScriptEx () + HypSubmitData() in my program that auto executed the business rule prior saving the data into planning.
    However when it try to run HySubmitData(), the Business rule window pops up again and ask user to run the business rule again.
    Therefore, is there a way that I can submit the data with auto execute the business rule?
    many thanks, highly appreciate !!!!!!

    Hi Rafeek,
    One solution is to set the column width after manually or programmatically refresh the PivotTable, for example:
    Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable)
    Dim ws As Worksheet
    Set ws = Application.ActiveWorkbook.ActiveSheet
    ws.Columns("A").ColumnWidth = 10
    End Sub
    Another option is to set the column width, then protect the columns from been updated by the user, before refreshing the PivotTable, unprotect the worksheet. For example:
    Public Sub LockColumnA()
    Dim ws As Worksheet
    Set ws = Application.ActiveWorkbook.ActiveSheet
    ws.Columns("A").ColumnWidth = 10
    ws.Columns("A").Locked = True
    ws.Protect "123"
    End Sub
    Public Sub UnprotectWorksheet()
    Dim ws As Worksheet
    Set ws = Application.ActiveWorkbook.ActiveSheet
    ws.Unprotect ("123")
    End Sub
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to find where an import item will come from for auto execute query?

    I am trying to get a standalone stackLayout region to automatically execute the query on a VO when I run a test.
    I found this thread, Re: Table creation and Data Population and tried adding the suggested code into my <companyname>.oracle.apps.fnd.framework.toolbox.server.<companyname>WorklistAMImpl. java, without the "if" clause wrapper.
    if(pageContext.getParameter("Submit") != null)
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject vo = (OAViewObject)am.findViewObject("EmployeeVO1");
    OATableBean table = (OATableBean)webBean.findChildRecursive("ResultTable");
    table.queryData(pageContext, false);
    However, when I try to compile, I get errors that the variable webBean, variable pageContext, and class OATableBean are not found in my class <companyname>.oracle.apps.fnd.framework.toolbox.server.<companyname>WorklistAMImpl. I had a couple others missing classes, which I figured out where they were and included them as imports.
    My questions are:
    1. Did I put this code in the right place?
    2. How do I find out where the OATableBean exists (and generically, how do I find where a class exists, for future reference)?
    3. In the case of the referenced note, how should I define the webBean and pageContext variables?
    Thanks.
    - Pam

    I found where the OATableBean was defined, but I'd still like to know in general how to find classes. Is there a utility I can run that would list what's where?
    Also, I figured out for the webBean and pageContext that I needed to import OAwebBean and OApageContext and then define the parameters in stream, so onw I'm successfully compiling; however, I still get "No search conducted" on the test rather than actually seeing the results of the VO. So, I sitll wonder if I have the code in the right place, or am I missing another piece? For instance, since my VO is based on a multi-org view, do I need to do something similar to set_client_info? Even if I did have to do that, I would expect a no data found rather than a no search conducted message.
    The view code is as follows (note, I have commented out the bind variable for now and hard coded which distribution I want to find, so I expect it to get one row returned):
    SELECT ReqDistributionsEO.DISTRIBUTION_ID,
    ReqDistributionsEO.DISTRIBUTION_NUM,
    ReqDistributionsEO.REQ_LINE_QUANTITY,
    ReqDistributionsEO.REQ_LINE_AMOUNT,
    ReqDistributionsEO.EXPENDITURE_TYPE,
    ReqDistributionsEO.EXPENDITURE_ITEM_DATE
    ,prl.line_num
    ,pp.name project_name
    ,pt.task_number
         ,gcc.concatenated_segments
    FROM PO_REQ_DISTRIBUTIONS ReqDistributionsEO
    ,po_requisition_lines prl
         ,pa_projects pp
         ,pa_tasks_v pt
         ,gl_code_combinations_kfv gcc
    where ReqDistributionsEO.REQUISITION_LINE_ID = prl.REQUISITION_LINE_ID
    and prl.requisition_header_id = 14247-- :1
    and pp.project_id = ReqDistributionsEO.project_id
    and pt.task_id = ReqDistributionsEO.task_id
    and gcc.code_combination_id = ReqDistributionsEO.code_combination_id
    Please help.

  • Auto execute query needed when forms naviagate to another formurs

    hi friends,
    i have a form based on a VIEW, it is PENDING requisitions VIEW muliti record block, when u double click on requistion_id im calling a form with CALL_FORM(form_name,NO_HIDE) there we can see complete requisition details, then u decide to approve, so we close that form, that means we are back at the calling_form, the moment we come back to calling form, i want this calling/parent form should be re-execute quaery, so that the latest approved requisition will be gone from the PENDING list. please advise me...
    Thanks in advance

    The Calling Form is suspended whist the CALLed form is active - thus any command after the CALL_FORM is not executed until you edit the form that you called.
    If you are really using OPEN_FORM not CALL_FORM then you have to take a different approach - in that case you need to use something like the When-Form-Navigate trigger

  • Web connect and auto execute websites

    Starting this week, when i clikc on a link, I get the link and a second link is executed and displayed. The secon link is an advertisement link for Instant Checkmate. How do I stop this?
    Also, starting this week, articles have highlights with double underlines. These links execute a web connect to an article or advertisement. How do i get rid of this?
    If this is something mozilla implemented and cannot be turned off, the i will have to switch to a different browser.

    No, that's not something that Mozilla implemented - sounds like Malware or an "extra feature" provided by an extension.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Scheduled ODI scenario auto executed twice!!

    Hi All,
    I am using ODI 10.1.3.5 . I have an ODI scenario scheduled to run once everyday midnight. Normally it runs fine but on some irregular intervals, the scenario simply doesn't run or runs twice at the scheduled time .  Does anyone has any idea how to investigate/ solve this issue. Please help.
    I have checked in the SNP_PLAN_AGENT table and the entry is there as it should be .
    Thanks,
    Saby

    Not running a scheduled job sounds like a bug. please work with support channel to further investigation.
    You can check with view schedule dialog for a agent and see if its showing the scheduled jobs correctly. If so then agent should execute them on scheduled time.
    On running it twice: please check if you have configured the job to retry on failure or run multiple times. Otherwise this too sounds like a bug to me.

  • Auto Execute a function on a panel automaticaly! Newb help

    Hi,
    I would like to automaticaly execute a function on a popup panel when the panel loads
    have tried
    panel
    <mx:Panel xmlns:mx="http://www.adobe.com/2006/mxml" initialize="initialised(event)" layout="absolute" title="Settings" width="300" height="400"  backgroundAlpha="0.8" backgroundColor="#FFFFFF" fontWeight="normal">
            <mx:Script>
    function
    private function initialised(event:FlexEvent):void {
                    loadJSON();
    this does not seem to work though
    Thanks
    pur3forlyphe!

    my Code now (baring in mind this panel is pulled by the main app mxml, it's just hidden)
        <dynamicannotator:Settings id="settingsPanel" visible="false" useHandCursor="true">
        </dynamicannotator:Settings>
    Panel Code
        <mx:Panel xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="(event)" layout="absolute" title="Settings" width="300" height="400"  backgroundAlpha="0.8" backgroundColor="#FFFFFF" fontWeight="normal">
    Function
                private function initialised(event:Panel):void {
                    Alert.show("this is a test");
                    loadJSON();

  • Terminal is trying to auto-execute a shell script

    I can no longer use Terminal because every time I try to start it, it automatically runs a shell script I used to have on my desktop and then immediately says "[Process Completed]." I'm not sure how exactly I got it to do this... as far as I know all I did was execute the shell script by associating it with Terminal and double clicking it... but now I can't create a new shell without it automatically attempting to execute it. Please help!
    Thanks,
    Michael

    nevermind... found this http://www.starglider.net/MacOS_X/Terminal-ExecutionString.html
    Apparently I'm not the only one who's made this incredibly aggravating mistake

  • Conditionally Auto-Executing af:query Search Form Based on User Input

    I read post 160 in "Not Yet Documented ADF Sample Applications"
    I have a question. How can I create a view Criteria in view ListOfValidDnames with a parameter that is the filter Loc choosed in ListOfValidLocs.
    Let me explain. The user digits or chooses 1700 in field Loc using ListOfValidLocs. I want to filter ListOfValidDnames with 1700.
    Thanks

    See this demo:
    http://blogs.oracle.com/shay/2011/01/dependent_lovs_in_an_afquery_c.html

  • Uniques constraint violation error while executing statspack.snap

    Hi,
    I have configured a job to run the statspack snap at a interval of 20 min from 6:00 PM to 3:00 AM . Do perform this task , I have crontab 2 scripts : one to execute the job at 6 PM and another to break the job at 3 AM. My Oracle version is 9.2.0.7 and OS env is AIX 5.3
    My execute scripts look like:
    sqlplus perfstat/perfstat <<EOF
    exec dbms_job.broken(341,FALSE);
    exec dbms_job.run(341);
    The problem is , that the job work fine for weekdays but on weekend get aborted with the error :
    ORA-12012: error on auto execute of job 341
    ORA-00001: unique constraint (PERFSTAT.STATS$SQL_SUMMARY_PK) violated
    ORA-06512: at "PERFSTAT.STATSPACK", line 1361
    ORA-06512: at "PERFSTAT.STATSPACK", line 2471
    ORA-06512: at "PERFSTAT.STATSPACK", line 91
    ORA-06512: at line 1
    After looking on to metalink , I came to know that this is one listed bug 2784796 which was fixed in 10g.
    My question is , why there is no issue on weekdays using the same script. There is no activity on the db on weekend and online backup start quite late at night.
    Thanks
    Anky

    The reasons for hitting this bug are explained in Metalink, "...cursors with same sql text (at least 31 first characters), same hash_value but a different parent cursor...", you can also find the workaround in Note:393300.1.
    Enrique

Maybe you are looking for

  • Error while running pos_upg_usr.sql for i-Supplier after cloning

    Hi All, We are having iSupplier setup in our instance, and every time we perfrom the cloning from production and non production we will be performing the below steps. 1. Change Application Framework Agent ( Level : Responsibility/POS Supplier Guest U

  • Valuated Stock to move to Non Valuated Stock

    Dear Gurus I am looking into an issue from FI perspective and need your valuable inputs. Business Case: We have two plants (Plant A & Plant B). Customer would return expired stock to Plant A and these would be kept in Blocked Status as per QM guideli

  • File size bloat still evident in CC 2014.1 (or just stabilization?)

    In the last couple of nights, the project I am working on (originally imported from 2014.0) has gone from 3MB to 16MB to 61MB without any new importing or explicit rendering. It's a small project. A single 10-minute sequence with perhaps 16 master cl

  • Airport Keeps Losing Signal!!!

    Hi every body! I'm using a powerbook and a Ibook and i've just installed Apple remote desktop 2.2 but when i'm using it to manage one of my computer.....the airport of the two PWB an IB keep losing signal and i have to reconect it for lots of times.

  • WRT120N - Is there an expander that works with this router?

    anyone know what if any wireless expanders work with a WRT120N router? I have a sorority house that was setup with the WRT120N router and has WAP54g's connected to it, but they will not keep a connection worth a darn. 3 floor older building, 2 wap54g