cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BLS Manager service isnt showing RUNNING transactions

former_member192939
Active Participant
0 Likes
329

Hi ..

When I use the BLS Manager service, it doest show the running transactions. It only shows once it is executed.

/XMII/Illuminator?service=BLSManager&Mode=List

The transaction manger in the page can retrieve the RUNNING transactions.

Any ideas how to get the transactions status in the BLS?

Version 12.1.9 Build(121)

Thanks

Ajay.

Edited by: Ajay Malempati on Feb 9, 2012 12:47 PM

Edited by: Ajay Malempati on Feb 9, 2012 12:48 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

suhas_nagaraju
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Ajay,

The /XMII/Illuminator?service=BLSManager&Mode=List URL will only list the modes available for BLSManager service.

In order to get details of a particular transaction you need to use

XMII/Illuminator?Service=BLSManager&Mode=Details&ID=<transactionID> .

Thanks,

Suhas

former_member192939
Active Participant
0 Likes

Hi Suhas,

List will give the transaction list with their ids

ModeList is the one which gives the list of available modes.

- Ajay

salvatore_castro
Product and Topic Expert
Product and Topic Expert
0 Likes

Ajay,

Here's what I heard back from our development organization:



It doesnu2019t look possible with the BLSManager interface.  The List mode uses the 
Illuminator-type date handling and assumes a standard duration and then queries 
the XMII_TRANSACTIONS table for records between the start / end dates.  
However running transactions have no end date and are not shown.

So for them, the only solution is to check the administration screen or something 
custom to scan the XMII_TRANSACTIONS table where status is 0.

Hope this helps.

Regards,

Sam

Edited by: Michael Appleby on Feb 14, 2012 11:18 PM to make it more easily read.

former_member192939
Active Participant
0 Likes

Thank you Sam..

If there is a service to get the running transactions in the BLS that would be great!

Query to the table is my last option, I have to justify

Thank you for the help Sam

- Ajay