Can File Based events Handle wildcards in the filename

The question was can file events handle wildcards in the filename? That way, the object scheduled to handle the event can query the file event specifics and process accordingly. The impact is that we will have to create a file event for every event type for every pathway/state. Therefore, in a worst case scenario, if there are 3 event types for every state, i.e., end of day, end of week, and end of month, and there are 50 pathways/states, then there would be 50 *3 or 150 total file events that would have to be entered. If BOE can handle file event wildcarding, then we need only one event.can we do that ???
Edited by: sanfrancisco on Nov 18, 2010 5:20 PM

Hi
As per my knowledge events will not Handle wildcards in the filename
Regards
Ashwini

Similar Messages

  • Can  DISABLE preProcess Event Handler add to the Orchestration parameters?

    I have a DISABLE pre-process event handler defined on the User object. I need to set the current date on a USR UDF attribute whenever the user is disabled or enabled or created. The CREATE handler works and the date value shows up on the user profile. However, when I try to set this attribute on the pre-process DISABLE or ENABLE event handlers, the new date does not show up. Here is the code I am using in my DISABLE/ENABLE event handler:
    Date currentTime = new Date(System.currentTimeMillis());
    orchestration.addParameter(USER_STATUS_DATETIME_ATTR_NAME, currentTime);
    Where the orchestration object is from the execute() parameter list.
    Any ideas as to why this is not working? Is adding to the orchestration not allowed for DISABLE or ENABLE event handlers? I know my handler is getting calls as I am logging the orchestration.getOperation() value.
    Thanks for any suggestions.
    -Dave
    Edited by: user552098 on Nov 12, 2012 1:56 PM

    When you update the field, make sure you are using the field label name, and not the UDF value.
    -Kevin

  • File based event not triggering

    We are facing issue in file based event  scheduling.
    Files are getting created on the server path.But the event server is not  trigerring the event upon file creation.
    File Path is also correct.
    I checked the event server metrics ,In List of Monitored files,Last Notified Time is blank.
    This was all working fine since last 3 months.
    Recently we had some antivirus upgrades on server,after that this problem has started.
    I can read write and create files on the server path.But event is not getting fired.
    Server Details
    BO 3.1 FP 3.5
    Edited by: Rizwan Aamir on May 14, 2011 1:39 PM
    Edited by: Rizwan Aamir on May 14, 2011 1:40 PM

    I checked abot the userID used to restart SIA from Server Team.
    They Said the userid is not a NT id its a BO user ID Admininistrator account .
    Is it True that LoginID used to restart the SIA is a BO User ID and not a NT login ID.

  • Best event handling way making the code simple

    Hi all,
    I want to develop a JFrame thats all the componets inside the JFrame have methods (that are owned by JFrame the class) like "compNameClicked", "compNameChanged", "compNameArranged". The JFrame would be like this below...
    class MyFrame extends JFrame
          //Datamembers
          comp1Name declaration
          comp2Name declaration
          comp3Name declaration
          //Methods
          comp1NameClicked() {...}
          comp1NameChanged() {...}
          comp1NameArranged() {...}
          comp2NameChanged() {...}
          comp3NameClicked() {...}
    How will i register this "event handling" methods to the componets? I want to use this techique to retain the simplicity of the code. If there is a more simple way for event hadling, please let me know about it.
    thank you for advance, kostas

    There cannot be a single approach which will apply to all the Programs or application.
    You can try and refere to :
    http://www-106.ibm.com/developerworks/edu/j-dw-javadeliv-i.html
    This tutorial explains all the available approaches you can find out what best suits your need.

  • Why doesn't apple have a file of events that ties to the iCal program and the Address book file? By having that relationship it seems that you could call up all of the events tied to a customer while in the address book or likewise call up all of the even

    Why doesn't apple have a file of events that ties to the iCal program and the Address book file? By having that relationship it seems that you could call up all of the events tied to a customer while in the address book or likewise call up all of the events tied to a contact that was in the iCal program as a scheduled meeting. Even in the to do's you could easily look back at the events tied to an individual so as to bring yourself up to speed with what you were doing with the individual in mind.

        I definitely understand your concern and I apologize for all the frustration. Verizon Wireless has a strong customer commitment to delivering the best from our service and staff. I am disappointed to hear the service you received did not reflect this commitment.
    I definitely want to help get to the bottom of this and further assist you. Please reply to my direct message so I can access your account and further assist. I am sure we can get this resolved.
    JohnB_VZW
    Follow us on Twitter @VZWSupport

  • I can't remove event handler functions

    Hi guys!
    Please help to remove event handler functions of a
    FLVPlaback. I add some functions for an FLVPlaback instance and
    that's why doesn't work the control panel (play button, pause
    button and so on) Here is a link:
    http://sexaid.fw.hu/vg/vg.html
    to understand simply the problem. thx every ideas!

    I would prefer not to announce the URL to the world on this forum, but I can say the old website still starts with the standard .Mac URL http://web.mac.com/username/iWeb and the new one until I set up to use my own domain was the same I believe.
    Empty the Cache has no effect I can still go to the URL and explore the various pages.
    I do not think that the .Mac websites are hosted from the iDisk location as I have defiantly deleted them from my iDisk and I have rechecked every file in the iDisk for any sign of them also my new iWeb '08 website never appeared in the iDisk. I would presume that the .Mac websites are hosted from a particular location on the Apple servers and I need to some how pull them off separately because publishing another new site with iWeb '08 has just left me with two sites and the old one remains and does not exist in iWeb '08 so I can unpublish it.

  • What way can I format my emails so iphone can create calendar events automatically with all the information?

    I use a website to send emails to myself. It already sorta creates the calendar event but requires a lot of editing. The link-back to the email makes it super easy to just go to the original. But I'm wondering if there's a specific format I can put the emails so that when creating the calendar event, it just has all the information, instead of parts of it?

    Please don't respond with useless comments.  I've already addressed the fact that my screen was broken a few months ago.  My phone may or may not be broken beyond repair either way, as I said before I can't afford a new phone.  It's a strange problem because from what I can tell no one else has posted the same problem anywhere I can find.  Don't be a dickhole.

  • How to get file name in faultpolices file for file based rejection handler

    Hi All,
    I am implementing the file rejection handler in fault polices.xml
    Now i want to catch exact file name and use this in faultpolices.xml under Filename tag and move the rejected file to custom directory.
    Can some please let me know is it possible to catch the exact filename and use the same name in rejection handle.
    Suppose If we don't handle the rejection handler then these files will move to the default path in SOA HOME. But the file name remains the same. So i think this can be changed in SOA, but i am afraid i how can i do it.
    Please suggest me.
    Regards,
    Tarak.

    Hi,
    have a look at my new weblog:
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    to see how you can access filename
    Regards,
    michal

  • File based rejection handling using Debatching

    Hi All,
    I am facing very serious issue while using debatching option in file adapter.
    I am reading file in de-batch mode. When any record is corrupted inside file then entire file is moving to default rejmsgs folder in SOA domain/soa_server1 folder.
    Let say i have total 10 record in files. If record 2,5,and 7 have invalid record then entire message is moving to rejmsgs/process name folder. Because of this case size of the rejmsgs is increased to 20G.
    I request some one to provide me the solution that how can avoid this case and movie only particular invalid record to rejection handler.
    Appreciate for response.
    Regards,
    Tarak.

    Hi Ankit kalanoria,
    Thank you for your response
    As you said i am using debatching mode and in my .Jca file i can see publishsize property value as 1.
    <adapter-config name="ReadRMSinput_file" adapter="File Adapter" wsdlLocation="ReadRMSinput_file.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/FileAdapter" UIincludeWildcard="storetsf*.tsfxml"/>
      <endpoint-activation portType="Read_ptt" operation="Read">
        <activation-spec className="oracle.tip.adapter.file.inbound.FileActivationSpec">
          <property name="DeleteFile" value="false"/>
          <property name="MinimumAge" value="0"/>
          <property name="PhysicalDirectory" value="/u01/textdata/SOADEV/SABAT/TSF2SIM/out"/>
          <property name="Recursive" value="false"/>
          <property name="PublishSize" value="1"/>
          <property name="PollingFrequency" value="10"/>
          <property name="IncludeFiles" value="storetsf.*\.tsfxml"/>
          <property name="UseHeaders" value="false"/>
        </activation-spec>
      </endpoint-activation>
    </adapter-config>XSD which i am using for debatching in fileadapter.
    <xs:schema elementFormDefault="qualified"
               targetNamespace="http://www.oracle.com/RMS/RMStoSIMTransfers/RMStoSIMTransfers.xsd"
               version="1.0"
               xmlns="http://www.oracle.com/RMS/RMStoSIMTransfers/RMStoSIMTransfers.xsd"
               xmlns:retailDoc="http://www.w3.org/2001/XMLSchema"
               xmlns:xs="http://www.w3.org/2001/XMLSchema">
             <xs:element name="Shipments">
              <xs:complexType>
                <xs:sequence>
                 <xs:element minOccurs="1" maxOccurs="unbounded" ref="Shipment" nxsd:uniqueMessageSeparator="${eol}"/>
                  </xs:sequence>
                  </xs:complexType>
                  </xs:element>
                  <xs:element name="Shipment">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="ActualShipDateTime" type="xs:dateTime"/>
                        <xs:element name="BolNumAlpha" type="xs:string"/>
                        <xs:element ref="Carrier" minOccurs="0"/>
                         <xs:element ref="Comments" minOccurs="0"/>
                        <xs:element ref="Customer" minOccurs="0"/>
                        <xs:element name="InternalShipmentNum" type="xs:int"/>
                        <xs:element name="OrderType" type="xs:string"/>
                        <xs:element name="TotalContainers" type="xs:int"/>
                        <xs:element name="TotalLines" type="xs:int"/>
                        <xs:element name="TotalQuantity" type="xs:int"/>
                        <xs:element name="TotalVolume" type="xs:int"/>
                        <xs:element name="TotalWeight" type="xs:int"/>
                        <xs:element name="WeightUm" type="xs:string"/>
                         <xs:element ref="Details" minOccurs="0"/>
                              <xs:element ref="ItemDetails" minOccurs="0"/>
                         <xs:element ref="Containers" minOccurs="0"/>
                         </xs:sequence>
                        </xs:complexType>
                        </xs:element>
                        <xs:element name="Carrier">
                           <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Carrier" type="xs:string"/>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                        <xs:element name="Comments">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Comment" minOccurs="0"
                                          maxOccurs="unbounded">
                                <xs:complexType>
                                  <xs:sequence>
                                    <xs:element name="Text" type="xs:string"/>
                                  </xs:sequence>
                                </xs:complexType>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                        <xs:element name="Customer">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Customer" type="xs:string"/>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                        <xs:element name="Details">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element ref="ShipmentDetail" minOccurs="0"
                                          maxOccurs="unbounded"/>
                               </xs:sequence>
                                </xs:complexType>
                                </xs:element>
                                <xs:element name="ShipmentDetail">
                                 <xs:complexType>
                                  <xs:sequence>
                                    <xs:element name="UserDef1" type="xs:string"/>
                                    <xs:element name="UserDef2" type="xs:string"/>
                                    <xs:element name="UserDef6" type="xs:string"/>
                                    <xs:element name="UserDef5" type="xs:string"/>
                                    <xs:element name="ErpOrder" type="xs:string"/>
                                  </xs:sequence>
                                </xs:complexType>
                              </xs:element>
                             <xs:element name="ItemDetails">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element ref="ItemDetail" minOccurs="0"
                                          maxOccurs="unbounded"/>
                               </xs:sequence>
                                </xs:complexType>
                                </xs:element>
                                <xs:element name="ItemDetail">
                                 <xs:complexType>
                                  <xs:sequence>
                                    <xs:element name="Item" type="xs:int"/>
                                    <xs:element name="Quantity" type="xs:decimal"/>
                                    </xs:sequence>
                                </xs:complexType>
                              </xs:element>
                        <xs:element name="Containers">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element ref="ShippingContainer" minOccurs="0"
                                          maxOccurs="unbounded"/>
                                </xs:sequence>
                                </xs:complexType>
                                </xs:element>
                                <xs:element name="ShippingContainer">
                                <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="ContainerId" type="xs:string"/>
                                    <xs:element ref="ContainerDetails" minOccurs="0"/>
                                    <xs:element ref="ContainerType" minOccurs="0"/>                           
                                    <xs:element name="ManifestCarrServiceSymbol"
                                                type="xs:string"/>
                                    <xs:element name="ManifestId" type="xs:string"/>
                                    <xs:element name="TotalFreightCharge"
                                                type="xs:decimal"/>
                                    <xs:element name="TotalFreightDiscount"
                                                type="xs:decimal"/>
                                    <xs:element name="TotalQuantity"
                                                type="xs:decimal"/>
                                    <xs:element name="TotalWeight"
                                                type="xs:decimal"/>
                                    <xs:element name="TrackingNumber"
                                                type="xs:string"/>
                                    <xs:element name="WeightUm" type="xs:string"/>
                                    </xs:sequence>
                                    </xs:complexType>
                                    </xs:element>
                                    <xs:element name="ContainerDetails">
                                    <xs:complexType>
                                    <xs:sequence>
                                    <xs:element ref="ContainerDetail" minOccurs="0" maxOccurs="unbounded"/>
                                    </xs:sequence>
                                    </xs:complexType>
                                    </xs:element>
                                    <xs:element name="ContainerDetail">
                                    <xs:complexType>
                                     <xs:sequence>
                                    <xs:element name="Item" type="xs:int"/>
                                    <xs:element name="Quantity"   type="xs:decimal"/>
                                    </xs:sequence>
                                    </xs:complexType>
                                    </xs:element>
                                    <xs:element name="ContainerType">
                                      <xs:complexType>
                                        <xs:sequence>
                                          <xs:element name="DimensionUm"
                                                      type="xs:string"/>
                                          <xs:element name="Height"
                                                      type="xs:decimal"/>
                                          <xs:element name="Length"
                                                      type="xs:decimal"/>
                                          <xs:element name="MaxWeight"
                                                      type="xs:decimal"/>
                                          <xs:element name="Volume"
                                                      type="xs:decimal"/>
                                          <xs:element name="Weight"
                                                      type="xs:decimal"/>
                                          <xs:element name="Width"
                                                      type="xs:decimal"/>
                                        </xs:sequence>
                                      </xs:complexType>
                                    </xs:element>
                                </xs:schema>After adding the attribute uniqueMessageSeparator, if any record in the xml is invalid then my De-batching process is getting stopped. Could you pls let me know if any thing more i have to define in my xsd in order to avoid stopping debatching mode..

  • Merging of flat files based on some value in the file.

    Hi all,
      I have one requirment in which I need to pick some flat files(Let say N number of files).
    Third row in each file, needs to be read and all files having same value in 3rd row needs to be merged in single file.
    There should be as many output files as many different values at row 3rd in all files.
    All the files having unique 3rd row value, will be having sequence number in 4th row. While merging we need to take care of the sequence number and need to be merged based on sequence number.
    All the files need to be placed at some FTP location
    Thanks
    Jai

    thanks for ur response Raj.
    My input files don't have any fixed length or structure.. So It is not possible to write FCC.
    Can you please explain your point in detais
    My approach is to store the files at some intermediate location and go with two interfaces.
    If you have any other idea please let me know.
    Thanks
    Jai

  • TS1702 Can I combine events in iPhoto on the iPad?

    That's it.

    As far as I know.  This cannot be done on the ipad (or any iOS device for that matter).  It can only be done on a mac.

  • Event handling while changing the value or clicking the button

    Hi All,
    I am working on Jdeveloper 11.1.1.5.
    I have a must requirement where i have a textbox and a button.
    Now if a user changes the value of the textbox then i need to show a dialog to the user for the confirmation that whether he wants to continue or not.
    And on click of button i execute my business logic and commit in the database.
    NOTE :- I am opening that dialog on the valueChangeEvent of the textbox.
    Case 1 :-
    User enter a value in the textbox and tab out the field , value change occurs and dialog displayed onto the page. -> CORRECT
    Case 2 :-
    User enter a value in the textbox and does not tab out the field and directly click on the button.In that case , actually valueChange and button code both executes at the same time.I mean to say , the user click on the button , i get the dialog , but my business logic also gets executed. -> INCORRECT(ISSUE)
    How should i restrict the button logic to be executed till the dialog has been shown and user has confirmed.
    Kindly suggest!!!
    Regards,
    Shah

    Hi Shah,
    You can try something like this:
    <af:inputText autoSubmit="true" id="it1" ...>
      <af:setPropertyListener from="true" to="#{viewScope.uncommittedData}" type="valueChange"/>
    </af:inputText>
    <af:commandButton partialTriggers="it1" disabled="#{viewScope.uncommittedData ne 'true'}" .../>AP

  • OID resource goes to Disabled Status after running the post process event handler

    Hi,
    We have an event handler on post update operation. The event handler using the user manager API to do some modification. We are using the "Lock()" function of User Manager API to lock the user based on attribute value. After running the event handler though the user gets locked as expected, it also disables the OID resource after that. We have other resources along with OID but they are not affected with event handler. Only the OID user is triggering the disable operation on locking the user on event handler. We have used the OID 11g Connector for implementation.
    If you manually lock the user in user interface it's not going to disable status.
    How we can stop to disable the OID User Account.
    Thanks

    No.If you lock the user in Console it's not going disable status.
    Thanks

  • Can we apply an event handler only for a custom request in oim 11G?

    Hi,
    We would like to create a custom request for user creation, modification etc.
    I saw that event handlers allow to add business rules by running java code during differents steps of processes.
    I would like to know if we can trigger an event handler on a specific request and not on all user CREATION, UPDATE etc.
    For example, we would like to have differents creation requests and a differents event handler on each request.
    And can we add "logical" input on request form and read them in event handler?
    For example, 3 inputs: day, month and year on the form which fill one user attribute "end contract date".
    Regards,
    Pierre

    thank you Akshat,
    I saw part 19 in the developper's guide. If I understand, I can change the default CreateUserRequestData to define ALL form components that will be used in my differents user creation request templates.
    I can use prepopulation adapter to pre populate field with java code.
    I can use the plug-in point oracle.iam.request.plugins.StatusChangeEvent to run custom java code.
    But they don't mention where you can run java code for a specific creation template named "MyUserCreationTemplate1" and other java code for an other specific creation tempalate" MyUserCreationTemplate2".
    That makes me think we must retrieve the template name in java code and execute the appropriate business logic.
    if request name==MyUserCreationTemplate1
    Edited by: user1214565 on 31 mai 2011 07:42

  • XI File Adapter: Sender and the use of wildcards in the directory name

    Hi,
    Quick question for you XI guru's.  I have a requirement to <b>read</b> files from an ftp server that live in separate directories like:
    /dir1/subdir1/in/
    /dir1/subdir2/in/
    /dir1/subdir3/in/
    I want to setup the communication channel so that it does something like:
    /dir1/*/in
    Normally I would specify the other directories in the advanced tab however there could be potentially 1000's of subdir's so I want to use a wildcard.  Is it possible to do this with a directory name?
    I have read this link and it seems to only indicate using wildcards in the filename.
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm

    Hi,
    I think.. try as below
    It is better to use OS script to read the said three directories.
    bcz you know three directories. so you can use OS script file and that file can be configured in Ftp adapter.
    OS Command from FTP
    Please see the below links
    /people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching
    OS Command on FTP
    OS command line script - Need help
    FTP - Run OS Command before file processing
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    Chilla

Maybe you are looking for