Need to determine who stopped an action

(imported topic written by SystemAdmin)

I had an action scheduled to run last night, and this morning the action was in a stopped state. I need to know how to determine the user that stopped this action.

Any advise would be super. In layman’s terms… A+ :slight_smile:

(imported comment written by MattBoyd)

Check the details section of the summary of the action. You’ll see something like this:

Details

ID 00-xxxxxx

Domain All Content

Type Single Action

State Stopped

Issued 4/6/2011 2:24:57 PM by username

Stopped 4/6/2011 2:28:29 PM by username

1 Like

(imported comment written by SystemAdmin)

Yep! Perfect. I was focussing on the Action info section so much, I missed it.

Thanks boyd!

Dear Team,

I didnt get the info of whom stopped the action.

Hi @vikki

You can find it in the DB in table [BFEnterprise].[dbo].[ACTION_DEFS]

The user op13 can be found in table [BFEnterprise].[dbo].[USERINFO]

Well, at least that’s how I do it. Probably there are other ways :slight_smile:

Edit:
btw, I do have the option:

So I looked closer at your picture, and your “State” is still “Open”. So it’s normal that there is not “stopped” yet. Can you refresh the console? It seems it didn’t update correctly yet.

Dear @steini44

Thanks a lot , Sorry i didn’t notice it properly.

Regards
Vicky

1 Like