Hello,
I'm attempting to implement the new Server Usage Report and going through the "Getting Stated" instructions and I'm stuck at steps 4 & 5, pictured below. 
The instructions indicate that it should use a MongoDB connection, but doesn't say much anything else. In other words:
- Can I use one of the connections that I created in steps 1 & 2 or do I need to create a 3rd one?
- Should I point it to one of the existing databases (i.e. AlteryxServer or AlteryxGallery)?
- Does it want me to create a separate database within the same embedded Mongo instance?
- Or is it expecting that I supply acompletely separate MongoDB (user managed) instance?
- Or was the instruction of "... choose the MongoDB tile" (step 4.2) irrelevant and can use any data source?
I did attempt 2 (to AlteryxServer) and 3 (new database called ServerUsage) and prepared the "Create Cache Database..." app with the new connection/credential but it seems that the Simba Driver doesn't support creating tables.
Error: Output Data (9): Error creating table "ApplicationPackages": [Simba][SQLEngine] (31781) Create table statements are not supported.
CREATE TABLE "ApplicationPackages" ("Application_Id" STRING,"Application_RevisionId" STRING,"DownloadData" BYTES,"DownloadHeaders" STRING)I know it's optional, but the server that I'm trying to implement on does have a lot of of content so the purpose for why this option exists is ideal to have enabled.
I looked up and down the instructions to make sure I didn't miss anything and even looked at the instructions in help.alteryx thinking that maybe it was more up to date, but it's the same. I also found this blog, A Practical Guide to the Alteryx Server Usage Report, ( @Steve_Dreibelbis ) but it also stops short of exactly how these connections are expected to be set.
What am I missing?
Any info/advise/direction is appreciated!
-Jimmy