Announcement

Collapse
No announcement yet.

Recurring Process

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Recurring Process

    Hi ,

    When i tried to save a qurey for recurring process i get this error "java.lang.ClassCastException"

    Path

    Business Process Automation>Process managment >Recurring Processes .

    The reson i want to creat it is Coz i want to creat a recurring booking say ex 100 boxes every week .

    What does booking mean in OTM I SUPPOSE ITS ORDER RELEASE

  • #2
    Re: Recurring Process

    A booking is an order release.

    thte "java..." error sounds like something you should log with Oracle support.

    Comment


    • #3
      Re: Recurring Process

      I agree - definitely talk with Oracle Support on this one. A java.lang.ClassCastException means that Java is trying to take one type of variable or class and transform it into another type, but isn't able to. A fundamental issue can can stem from the data, the code or several other places.

      They should be able to help you out.

      Thanks!
      --Chris
      Chris Plough
      twitter.com/chrisplough
      MavenWire

      Comment


      • #4
        Recurring Process

        Hi ,

        Can some one explain me the functionality of "Recurring Process"

        Path.

        Business Process Automation>Process managment >Recurring Processes

        Rgds
        kishore

        Comment


        • #5
          Re: Recurring Process

          A recurring process is a functionality in OTM so that you can take a saved query and then run certain actions on the results of the query by raising an event for each result. You can also run bulk plans from recurring processes. The reason they call it recurring processes is that you can schedule it to run at a specific time every day. So you could, for example, setup a recurring process to run a bulk plan for all open order releases for a given source location every night at 3am or something like that.

          Comment


          • #6
            Re: Recurring Process

            I need to create a bulk plan recurring process. I have already created using a saved query and respective other parameters. Is this possible to configure a recurring process for a specific order movement? something like below.
            1. Either passing order movement gid along with the saved query name in TOPIC_PARAMETERS column in
            PROCESS_CONTROL_REQUEST table.
            2. Rather passing saved query if we can directly pass order movement gid in TOPIC_PARAMETERS column in
            PROCESS_CONTROL_REQUEST table.

            Thanks in advance for your help.

            Comment


            • #7
              Re: Recurring Process

              For BuildBuySideShipments, use
              Code:
              -savedQuery (pks) -orGids {[I]GID1[/I],[I]GID2[/I],[I]GID3[/I]}
              For Bulk Plan Order Movements, use
              Code:
              -savedQuery (pks) -omGids {[I]GID1[/I],[I]GID2[/I],[I]GID3[/I]}
              Other arguments, please see http://www.otmfaq.com/forums/forums/...ll=1#post11130
              Last edited by josephliang; October 1, 2012, 11:48.
              --
              Joseph Liang
              MavenWire APAC
              http://www.mavenwire.com/

              Comment


              • #8
                Re: Recurring Process

                Hi,

                We created 3 recurring process for Bulk Plan and scheduled the jobs for every 15 mins but we are not receiving emails. Below is the logic.

                1. created three saved queries,
                First saved query : bulk plan running between 10 and 15 mins,
                second saved query : bulk plan running between 15 and 20 mins
                third saved Query : bulk plan running more than 20 minutes.
                2. Created three recurring process for these three queries. Queries returning data but we are not getting any email notification.

                Why we are not getting any emails? Can you please help me on this?

                Thanks..

                Comment

                Working...
                X
                😀
                🥰
                🤢
                😎
                😡
                👍
                👎