Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Server Discussions

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

Self Managed mongodb system.indexes database

paul_houghton
12 - Quasar

I have setup a self-managed mongodb instance for a clean install at the start of a redeployment (following the steps in this KB).

 

I'm now trying to get the server usage report to run on the workflow and am getting an error from the "CollectionExists" supporting macro that "Collection system.indexes not found in database AlteryxGallery" & "Collection system.indexes not found in database AlteryxService".

 

How do I set up the system.indexes table? I assume they are likely to be important for the performance of the database going forward.

 

@MattH @SteveA @KevinP

3 REPLIES 3
SteveA
Alteryx
Alteryx

@paul_houghton The indexes should be created by the AlteryxService when it first accesses collections in Mongo.  If you start the Server and then re-run the monitoring app, does it now run successfully?

paul_houghton
12 - Quasar

Hey @SteveA the server was started and even uploaded and run some additional workflows and the monitoring app still doesn't work. when I look at the Mongo directly from the command line there isnt an index there either (so its not just not appearing).

 

I installed Mongo 3.4 could that be causing the issue?

paul_houghton
12 - Quasar

After discussions with Alteryx Support (thanks @PaulN) The issue was I had installed Mongo 3.4 when I downgraded to 3.0.4 the macro worked fine again.

 

Thanks heaps