Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Stax/Staf Integration with RQM 2.0.All automations Interface

Hi everyone,

This is my problem,
in the "all Automation interface" I m wondering where does RQM fetch the information "Status= completed" and "Result=Pass" in the sub-section "Running Automations"? RQM should get them from stax/staf integration (which is my case) but how? I mean which variable of stax/staf integration gives those informations to RQM interface? As you see I m trying to customize "Result" and trying to obtain in same cases the word "fail" , even if is "pass" for RQM, because of the log informations which are related to our application.

Thanks in advance

Andrea

0 votes



2 answers

Permanent link
Hello Andrea -
We use the value of com.ibm.staf.STAFResult to determine the run state of a STAX task. We have a thread that polls the STAF message queue periodically to read all messages from STAF and get this value. This in turn updates RQM with the status and/or result of an automation.
Note that there is some data normalization since there is not a direct mapping from the STAFResult to the values that RQM uses for status (since RQM needs to be generic).

Hope that helps.
Regards,
John

Hi everyone,

This is my problem,
in the "all Automation interface" I m wondering where does RQM fetch the information "Status= completed" and "Result=Pass" in the sub-section "Running Automations"? RQM should get them from stax/staf integration (which is my case) but how? I mean which variable of stax/staf integration gives those informations to RQM interface? As you see I m trying to customize "Result" and trying to obtain in same cases the word "fail" , even if is "pass" for RQM, because of the log informations which are related to our application.

Thanks in advance

Andrea

0 votes


Permanent link
Hi John,

Thanks for helping me. I found a work-around directly on the STAX xml file. I use a specific tag (which is called "terminate") that cause an interruption of the block main, under an IF condition, giving back to RQM the result=fails.

Best
Andrea

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 28 '09, 4:47 a.m.

Question was seen: 5,205 times

Last updated: Aug 28 '09, 4:47 a.m.

Confirmation Cancel Confirm