Scheduler problems related to execution of a single BLT by many schedules
Posted on
16th Feb 2014 07:03 pm by
admin
Hello all,
We are running several MII instances in a distibuted architecture using a single generic BL transaction to transfer different types of messages from the site instances to a single central instance. The central instance has several schedules that run the same generic transaction with different parameters in order to transfer different types of messages.
Did you know?Explore Trending and Topic pages for more stories like this.
As far as possible we have tried to avoid overruns where two of these schedules are running at the same time, but eventually the scheduler becomes "stuck" where many of the "Next Run Time" values indicated on the Scheduler table are in the past. When in this state the Scheduler page indicates that the transactions are running, but no messages are transferred.
Do we need to ensure that a transaction is never reused across different schedules, or is there another likely cause for the problems we are experiencing (e.g. scheduled next run times not updating when the MII instance is restarted)?
Thanks
No comments posted yet
Your Answer:
Login to answer
132
36
Other forums
Format String help
I have a textbox where a person enters an application number. the application number is 10 characte
SHOW TABLES Help
Hi all
I have the following
Code: [Select]<?php
$sql = "SHOW TABLES&quo
IS Retail & Manufacturing
Hi
Can IS Retail and Manufacturing activities be done in same instance ie. in same client
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
How to use Substr
I want to check for the word CATEGORY: inside a string which can be CATEGORY: ITEM
and remove the
Insert data in Mysql and move to another page
I'm stuck with this simple problem. I need to insert data in Mysql and then hit submit and move to a
date("now") prints out wrong date ?
Hi Guys
Anyone know why and how I can fix it ?
default SAP userid
hi,, I just like to know if it is ok to use the default SAP user id (SAP*)?
Concatenate two strings ???
I have string one $string1 and another $string2.
How to concatenate (add) both of them $str
Multiple includes losing variables
Hey all,
just starting out w php and ran into a problem pretty quickly. I'm
including seve