Inventory transaction worker not be triggered to do Miscellaneous Transactions
Dear All,
Customer works on 11.5.10.2.
Customer use a customized program to call Inventory transaction worker to do the Miscellaneous Transactions by following code:
LB_LAUNCH_OK := INV_TM.LAUNCH (PROGRAM => 'INXTCW',
ARGS => TO_CHAR(LN_TRANSACTION_HEADER_ID),
TIMEOUT => 120 ,
RC_FIELD => NULL);
LB_LAUNCH_OK is a Boolean value what will be return by INV_TM.LAUNCH this program
The problem encountered is, the Miscellaneous Transactions was not done when the return Boolean is FALSE. Inventory transaction worker is not triggered to do Miscellaneous Transactions. But the problem was solved after they restart the Inventory Manager service.Why the Miscellaneous Transactions was not done? Can you give any instructions to figure out what issue we might meet and how to solve it.
Customer works on 11.5.10.2.
Customer use a customized program to call Inventory transaction worker to do the Miscellaneous Transactions by following code:
LB_LAUNCH_OK := INV_TM.LAUNCH (PROGRAM => 'INXTCW',
ARGS => TO_CHAR(LN_TRANSACTION_HEADER_ID),
TIMEOUT => 120 ,
RC_FIELD => NULL);
LB_LAUNCH_OK is a Boolean value what will be return by INV_TM.LAUNCH this program
The problem encountered is, the Miscellaneous Transactions was not done when the return Boolean is FALSE. Inventory transaction worker is not triggered to do Miscellaneous Transactions. But the problem was solved after they restart the Inventory Manager service.Why the Miscellaneous Transactions was not done? Can you give any instructions to figure out what issue we might meet and how to solve it.
0