cancel
Showing results for 
Search instead for 
Did you mean: 

How to check Conection status between xMII and UDS.

Former Member
0 Kudos

Hi All,

How to check connection status between xMii and UDS.

Means: In connection status tab we can see if it is red no connection and if it is white , connection is there.

But how to check this status via BLS.

Any ideas?

Regards,

Manisha

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

/Lighthammer/Illuminator?Service=SystemInfo&Mode=Status&Content-Type=text/xml

Former Member
0 Kudos

Jeremy,

Please explain me the details.

I did not understand.

Thanks,

Manisha

jcgood25
Active Contributor
0 Kudos

Use an XMLLoader to call: http://localhost/Lighthammer/Illuminator?Service=SystemInfo&Mode=Status&Content-Type=text/xml

This resultset is the same as the connection status screen, but will give you xml, which you can then check the status (ConnectionsAvailable) for your desired Data Server name (Server).

Former Member
0 Kudos

Thanks Jeremy, it is working.

Regards,

Manisha

Former Member
0 Kudos

Jeremy,

I have called http://localhost/Lighthammer/Illuminator?Service=SystemInfo&Mode=Status&Content-Type=text/xml in XMLLoader in my transaction.

Earlier this transaction was executed within one sec.from today it is taking 42 secs.

I checked only the xml loader action block in my transaction. This is taking 42 sec to execute.

Please suggest me why it is taking this much time.

Your help will be highly appreciated.

Thanks,

Manisha

Former Member
0 Kudos

It is taking 42 seconds to execute because you obviously have some data sources (data servers) that are not connected. xMII will need to "time out" attempting to contact these UDS's or databases, thus the reason for the somewhat lengthy response time.

Former Member
0 Kudos

Thanks Rick.That solved my problem.

Manisha

Answers (1)

Answers (1)

Former Member
0 Kudos

Re opened