Config event generator to log when file didn't arrive at certain time?

hi everyone
is it possible to configure a file event generator to write a log if certain files did not arrive at pre-defined time? or any event generator to log if certain events did not happen at specified time? thanks in advance.
Message was edited by chendongtom at Sep 13, 2004 10:23 AM

Hi,
I don't think, it is possible.
What you can do is:
Don't use file EG, but a timer EG, which kicks off a workflow, using a file control to look for/read in/.. the file and do some reporting afterwards.
You do not have to kick-off the workflow at the exact time, but also can do it 2 hours (for example) before and use a timer inside the workflow for watching a time period for the arrival of the file.
Keep in mind that WLI timers are not 100% exact because they are JMS based, so it is guranteed not to be started before, but can start a little bit later than start-time.
If you are using already a scheduling system like Control-
M, you can also leverage this to start the workflow.
-Kai

Similar Messages

  • TS4268 When I text someone back at certain times it is saying I'm texting a three digit number which is an international number when it's really someone I knows number. What is going on? I'm gettin charged for these texts. Please help thanks

    When I text someone back at certain times it is saying I'm texting a three digit number which is an international number when it's really someone I knows number. What is going on? I'm gettin charged for these texts. Please help thanks

    Hi Harm,
    Thank you for the response and compliments. I'm just in the process of testing everything. I will deffinately get back to you to let you know the answer.
    Here is the g spot of the source clip. Sorry for the mistake.
    Thanks again, and hopefully by this afternoon, or early tomorrow, I'll get back to you!
    Saad

  • LabVIEW 6.0.2 Compund Arithmetic function in XOR mode Inverted generates Compiler error when file saved

    I am posting this as a problem for NI to look at.
    I am using the Compund Arithmetic function in XOR mode Inverted with 5 inputs. File is also set up in reentrant mode. When I attempt to save the file I get the following error:
    Compiler error. Report this problem to National Instruments Tech Support.
    int inv mode=0x40000
    Advertising Section:
    Alliance Member
    William Simmons
    Simmons Software Engineering, Inc.
    714 Germantown Pkwy Ste 5-341
    Cordova, TN 38018
    (901) 679-3513
    [email protected]
    LabVIEW, TestStand, Automated Test
    environments, On-Site, Off-Site
    Attachments:
    NXOR_error.vi ‏73 KB

    XOR is a new addition to compound arithmetic node. LabVIEW developpers just overlooked the fact that the outpout could be inverted. The compiler fails to generate the proper code because the inversion is not expected.
    Just do what the message says. Report the problem to NI Tech Support (and use a separate inverter node).
    LabVIEW, C'est LabVIEW

  • Does RMAN Generate a Log/Text File ?

    Hi Oracle experts,
    I run Oracle 9i on Windows.
    The lovely auditors wnat to see some evidence that our RMAN LVL0 backups ran for certain dates of last month. They are going back beyond our recovery window so the actual (obsolete) backup files have been deleted from the server's disk.
    Before I go thru all that's involved in finding the backup tapes, I want to know if there is a log, etc that would indicate when the RMAN task ran? These backup jobs were ran by the Windows Task Scheduler :(
    Again, Oracle 9i on Windows.
    Thanks much!
    John

    If you have created a Log file for Task schedular on Windows , then you can use that but other than that i dont think that there is any other option for this.
    Regards

  • Labview generated error & logs a file. No log file found

    I get this error on the director. I check "LabVIEW_Failure_Log.txt" & the data is old (10-31-2004)& only 1 occurrance. THeis error happens about 5 times a day.

    The file that you are referring to was created in older versions of LabVIEW. If the version of LabVIEW that you are using is 7 or later, then the error log file will be present at
    "C:\Documents and Settings\[your username]\My Documents\LabVIEW Data\lvfailurelog"
    You can search for the error information in this file on our website, but if you can't find any information please let me know and I will investigate the error.
    - Philip Courtois, Thinkbot Solutions

  • Timer Event Generator.

    Hi there
    I'm running WL Platform 8.1 SP4. I am using the timer event generator to fire requests to a channel/process. The timer is simply used to start a given process, there is no notion of message sent to it.
    Issues
    1) When defining a channel,
    e.g
    <channel name ="XToY" messageType="xml"
    qualifiedMetadataType="eg:TimerEventGenerator" />
    It seems I must define messageType="xml", if i define it as 'none' then it does not appear in the channel list when defining the timer event generator, therefore i cannot bind to it. So if I leave the messageType as xml, it appears. For the configuration of the timer, the message element is optional. Problem is when the timer now fires it throws the following error:
    <08-May-2006 10:25:25 o'clock BST> <Error> <WLI-Core> <BEA-489030> <Error publishing Timer Event message for XToYTimerEG : com.bea.wli.mbconnector.MBConnMDBBase$MBConnectorException: Can't create proc
    ess variable: com.bea.wli.mbconnector.MBConnMDBBase$MBConnectorException: Can't read XML (no root element)>
    Any ideas?
    2) Can someone direct me to any wlst scripts that allow the creation of a timer event generator in a cluster? ?I cannot find anything on dev2dev ?
    TIA
    Arvinder

    Ok, you can basically leave the messageType as XML
    and for the Timer EG configuration, for the optional message you can add <dummy/> this will fire the request and start a workflow or whatever is bound to the channel.

  • Audit logs on Windows 2008 works different when file is modified from UNC path

    Hello All,
    Here i have a strange situation with the generation of audit logs when folders\files are changed locally(my computer) on the server (vs) from the UNC path
    (\\servername\drive$\folder\....).
    File Server : Windows 2008 R2.
    Audting enabled and SACL set on the folder level.
    Enabled advanced auditing for Audit Object Access and enabled the force sub category audit settings on vista \ window 2008 policy via GPO and also verified that the sub category is set.
    also set SACL on one folder on the R drive. (\\servername\r$\<folder>\<audited folder>
    auditpol /get /category:"Object Access"
    Object Access : File System                            
    Success and Failure
    Situation : 1
    When i make any manipulations (traversing \ listing \ adding or deleting folder or files) on the server locally from my computer ---> . r drive --> folder --> audited folder , i get the event id generated (4663) with all the correct
    information.
    For ex: created a new txt file.
    Object: Object Server: Security, Object Type: File, Object Name: R:\Audits1\folder1\New Text Document.txt, Handle ID: 0xcb4
    Process Information: Process ID: 0x1bac , Process Name: C:\Windows\explorer.exe
    Access Request Information: Accesses: WriteData (or AddFile) AppendData (or AddSubdirectory or CreatePipeInstance) , Access Mask: 0x6
    Situation : 2
    When i make the same  manipulations (traversing \ listing \ adding or deleting folder or files) on the server or remotely via the UNC path \\servername\r$\folder\audited folder or DFS share or \\servername\<sharename>
    , i dont get the event id generated (4663) with the needed information.
    For ex: created a new txt file.
    Object: Object Server:      
    Security , Object Type:File ,         
    Object Name:         
    R:\Audits1\folder1\New Rich Text Document (3).rtf , Handle ID:  
    0xa3c
    Process Information: Process ID: 0x4, Process Name:
    Access Request Information: 
    Accesses: WriteData(or addfile), Access Mask: 0x100
    In the second situation process name is empty (for the file events) and also found that the logs generated are very less compared to the first situation.
    Please suggest if there is any fix with this.
    Thanks,

    Enable the following auditing on the server either through domain
    policy or local policy:
    Audit logon events - Success
    Audit Object Access  - Success
    On the Auditing tab, add Everyone with the following audit settings.

  • Generating a log file from oracle db

    I want to generate a log file in which i want to dump some useful messages, when anyone does a dml operation on a table, and also, i want to have a switch like YES or NO (may be an environment variable,,) if i switch it to YES the log file should get generated, if NO then, no log file will be generated..
    can anyone help, how can you do this task ?
    thanks a lot in advance..
    srini

    You can use a Trigger and UTL_FILE to write to a file (on the server).
    Example:
    create or replace trigger test_file
      after insert or delete or update on test_case 
      for each row
    declare
    v_logfile utl_file.file_type;
    begin
      v_logfile := utl_file.fopen('\myfiles','test_file.log','a');
      if inserting then
         utl_file.put_line(v_logfile,'Inserting to table');
      elsif deleting then
         utl_file.put_line(v_logfile,'Deleting to table');
      else
         utl_file.put_line(v_logfile,'Updating to table');
      end if;
      utl_file.fclose(v_logfile);
    end test_file;
    I want to generate a log file in which i want to dump some useful messages, when anyone does a dml operation on a table, and also, i want to have a switch like YES or NO (may be an environment variable,,) if i switch it to YES the log file should get generated, if NO then, no log file will be generated..
    can anyone help, how can you do this task ?
    thanks a lot in advance..
    srini

  • MDIS failed to generate the Log file!!!

    Hello All,
    Having a issue where MDIS is not generating the log file..
    The scenario is something like this-
    The files are getting archived and the records not flowing into MDM
    Basis team says-
    2014-06-30T14:11:33.339,47083231971072,24,"[MDS=sapdpm1 Repository=REAL_ESTATE ClientSystem=MDM_REAL_ESTATE Port=Building]: Nigerian Building updates part 2 - SLKDDY.txt is empty, the file will be skipped
    But the source file was having data it was not empty(bit strange!!)
    Also its not generating the LOG to analyze
    Regards,
    Girish

    Hi Shenoy,
    Let me explain the scenario--
    User uploads the file through Portal and through FTP records resides in MDM...the issues is when i tried to import through IM it worked and i tried manually push file through Filezilla FTP it worked.
    But when we upload file through portal, the file resides in Archive and generating the message-
    2014-06-30T14:11:33.339,47083231971072,24,"[MDS=sapdpm1 Repository=REAL_ESTATE ClientSystem=MDM_REAL_ESTATE Port=Building]: Nigerian Building updates part 2 - SLKDDY.txtis empty, the file will be skipped
    But the file is having data.
    Regards,
    Girish

  • SCOM 2012 R2 - Generate an alert when a specific event will not come in specific time range

    Hello SCOM people,
    I need to figure out what kind of monitor shall I choose for my monitoring of a specific event. I need to generate an alert when no specific event was generated by server.
    Our company uses FIM 2010 with scheduled tasks, after each completed task is generated an event to application log. When sync is stuck or something is wrong no event will come to application log and I need to be warned. Tasks run each 30minutes and there
    should not be an hour break between the previously created event.
    I hope it makes sense :)
    Thank you
    Liibas

    Hi Liibas,
    That sounds like a good scenario for using Orchestrator and the SCOM Integration Pack, since you can have time-triggers, etc. to check for Alerts and then trigger a Runbook to email someone if the Alert does/does not appear. 
    Please remember to click “Mark as Answer” on the post that helps you.
    AdinE MCSE, MCSA, MCITP, MCTS; (Specializing in System Center and Private Cloud)
    2015 Microsoft MVP in System Center Cloud and Datacenter Management
    LinkedIn: http://ca.linkedin.com/in/adinermie
    Website: http://micloud.azurewebsites.net

  • Event generated when swf had been loaded

    Hi,
    I ve been searching for this but nothing. I need to use an event generated when the site is loaded for the very first time (to manage the resize of the stage). That's beacuse the event "resizestage" is generated only when i resize it, so the first time the site had been loaded, the size is not modified.
    Is there anything?

    So adding the ENTER_FRAME makes sense to me. Assuming your website is one frame long? How many frames are in your "main" timeline?
    This function says simply:
    1) When you enter the first frame go to the "loading" function
    2) Get the total bytes of the file loading
    3) Also get the number of bytes currently loaded.
    4) If the total bytes is equal to the bytes that are loaded
    5) Remove the eventListener so it doesn't keep getting called
    6) Then do your stage resizing or call another function.
    function loading(e:Event):void {
    (2)  var total:Number=this.stage.loaderInfo.bytesTotal;
        (3) var loaded:Number=this.stage.loaderInfo.bytesLoaded;
        (4) if (total==loaded) {
              (5)    this.removeEventListener(Event.ENTER_FRAME, loading);
    (6) // do your resizing once the .swf file is loaded
         // or call another function
    (1)     this.addEventListener(Event.ENTER_FRAME, loading);
    Also, wouldn't you want to do this with a loader scene?

  • WLI FTP File Event Generator

    Hi,
    I'm using a FTP file event Generator from my local machine (Windows) to an AIX machine and I've got this java exception:
    2007-05-29 15:28:06,781 ERROR (InternalLogger.java:65) - Unexpected error when parsing file
    Throwable: java.util.NoSuchElementException: Unix-List: Invalid Number Format
    Stack Trace:
    java.util.NoSuchElementException: Unix-List: Invalid Number Format
    at com.bea.control.FtpFile.parseUnixListLine(FtpFile.java:189)
    at com.bea.control.FtpFile.<init>(FtpFile.java:35)
    at com.bea.control.FtpClient.parseFileNames(FtpClient.java:379)
    at com.bea.control.FtpClient.getFiles(FtpClient.java:328)
    at com.bea.control.FileResource.ftpGetFiles(FileResource.java:1393)
    - My Event configuration:
    FTP Local Directory: /dir/local/
    Directory: /dir/fileDir/{myFile}
    Archive Directory: /dir/archive/
    Error Directory: /dir/error/
    FYI It works fine when I'm using disk file event generator with the same test file.
    Some ideas ?
    Thx,
    Vincent
    Edited by VincentLacaes at 05/29/2007 9:14 AM

    Hi
    This is a problem in WLI 8.1 SP4, and is fixed with a patch.
    Please talk to any BEA Customer support Engineer, and ask for patch from CR213993.
    Thanks
    Ashok

  • Crashed when generating report to a file.

    I'm using Oracle 9i/Oracle Form 6i/Oracle Reports 6i.
    When I run my report from my forms, I can preview it and print it fine. However, when I try to select anything from "generate to file" menu, the report will crash. My form and report works as the following:
    The form stores some account number as a string of values. Then, the report read the strings and using a function to seperate it and store in the user parameters in the report. The sql will then read each account number and search for the records in the database.
    I don't have problems to generate the pdf when I have less than 60 records. However, if the selected records is more than that, the report will crash when I use the option to "generate to file". Does anyone know why is this happening? Is there a limit on setting how much parameter on the reports?

    Hello, Does the report looks ok when you run it in the Previewer?
    -Marilyn

  • Error for Generating a log file

    Hi Cezar sanos,
    i am trying to generate a log file for ODI with details like who logged in and what is is doing kind of things.
    For this i am executing the command like
    lagentscheduler.bat "-PORT=20910" "-NAME=localagent" "-V=2" > C:\OraHome_1\logs\agent1.log.
    But its getting the error like
    A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    OracleDI: Starting Scheduler Agent ...
    Starting Oracle Data Integrator Agent...
    Version : 10.1.3.5 - 10/11/2008
    DwgJv.main: Exit. Return code:-1

    Just in case,
    the following message :
    A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    is only a warning and not an error message....

  • How to see events in /var/cluster/logs/eventlog file?

    Hello,
    I want to see events in /var/cluster/logs/eventlog file.
    I read about showev4 but I have two problems:
    * this executable is only for SPARC system and we have x86 systems
    * I transfer the file to a SPARC system to try to analyse but I get a core.
    Best regards,
    Emilio J.

    Transferring a SPARC binary to an x64 system will not work. They are completely different chip architectures. I think the eventlog file is for support staff only. It is not documented in the SC manuals as far as I can tell.
    Tim
    ---

Maybe you are looking for

  • Creating Sales Orders from Quantity Contract - ORDERS05 IDOC

    Hi, I have created a Quantity Contract in ECC. Now I want sales orders to be created w.r.t to the Contract through ORDERS05. Can anyone suggest which IDOC Segment and Qualf i have to populate to achive the same. Also say once I am able to achive the

  • Authorization issue during Jump

    Hi all, I am faced with an authorization issue when I am jumping from a BW report into an ABAP report in R/3. The particular BW report is built on a Multiprovider and when I jump to the R/3 report it displays a message saying that I have no authoriza

  • Is there a way to rotate images in iPhoto on the ipad

    I take photos with the iPhone or iPad and unless I sync them back to the Mac, there does not seem to be a way to rotate images. This makes having a nice slideshow (for the unlock screen) a problem as a bunch of images are all sideways. I'd like to be

  • No dead keys in Xorg, strange dead keys in virtual consoles

    Without touching my configs I'm having issues with the dead keys on my german keyboard: In applications under Xorg they are simply inactive (as if choosing a nodeadkeys-layout). In virtual consoles there is no character displayed when I double-tap a

  • Integration FI-MM

    Hi MM Gurus, I am customising a dummy project and am stuck at a PO. I cant post a PO with account assignment. I am purchasing a ROH (raw material) and it says that Account assignment is mendatory. Please help. Devang