eomnl / sas-jobmon

EOM SAS Job Monitor
GNU General Public License v3.0
10 stars 7 forks source link

Flow name not correctly updated in Job-page #16

Open StefEOM opened 5 years ago

StefEOM commented 5 years ago

It seems like the DiMon Job-page is not correctly updated when performing a name change of the flow. When renaming a certain flow in Management console, the name is also updated in the DiMon mainpage, as it should be.

However, when drill down in the flow name to get an overview of the included jobs, the title of the flow in the upper part of the webpage is not updated (the line: Flowes for &date >> Flowname (Flow Run ID 100/1)

bheinsius commented 5 years ago

can you share your fix?

StefEOM commented 5 years ago

In Stored Processes\dimonJobs make an addition (around line 1335 of the code) to make sure the job-page will check whether or not this is the current name for the flow id (instead of the initial name of the flow): image In text, the line should look like this: where FLOW_JOB_ID like "%qcmpres(&flow_job_id)%" and current_ind='Y';