Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Which Users in Gallery have ability to Schedule jobs.

aehrenwo
11 - Bolide

Is there a field in a particular collection in the MongoDB that will tell us which users have this setting (Yes, for Schedule Jobs) in the User Profile. 

 

aehrenwo_0-1572461172123.png

3 REPLIES 3
DiganP
Alteryx Alumni (Retired)

@aehrenwo In the mongodb, its in the AlteryxGallery database > users collection > expand a user collection > CanSchedule. It should look something like this:

Capture.PNG

Digan
Alteryx
aehrenwo
11 - Bolide

Thanks - but how are you connecting to see these levels in the DB? 

 

The standard Mongo DB Input tool doesn't appear to be able to drill in. 

 

 

David-Carnes
12 - Quasar

@aehrenwo 

Are you on the latest version of Designer?  I had some issues with the MongoDB Input in 2019.3.1 but it works fine in 2019.3.5.  What you need to do manually is enter the Database; the tool does not give you a dropdown.

 

AlteryxGallery and AlteryxService are the ones you'll likely want to look at, when you're trying to peer under the covers. Once you type one of those in, the Collections dropdown should populate.

And make sure you're have the regular password, not the Admin password.

aehrenwo.png

 

Best,

David