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.

what is gallery uri for user managed mongo with replica set

hdkarki
7 - Meteor

what is gallery uri for user managed mongo with replica set

2 REPLIES 2
hdkarki
7 - Meteor

Here is what i have

i have hostname 
host1:port,host2:port,host3t:port/?replicaSet=rs0

Value cannot be null.->Parameter name: databaseName

Starting cloud services with command line options: D:\Apps\Alteryx\bin\AlteryxCloudCmd.exe -c -controller:hostname -token:xxxxx -baseaddress:http://galleryurl/gallery/ -canonicalbaseaddress: -sessiontimeout:60 -mongoconnection:mongodb://username:xxxxx@host1:port1,host2:port2,host3:port/?replicaSet=rs0/AlteryxGallery?connectTimeoutMS=25000 -luceneconnection:mongodb://user:xxxxx@host1:port,host2:port,host3:port/?replicaSet=rs0/AlteryxGallery_Lucene?connectTimeoutMS=25000 -searchProvider:Lucene -esIndexName:alteryx-gallery -esUrl: -auth:Windows -curator:AD\alteryxadm -runmode:Unrestricted -smtpemail: -smtphost: -smtppassword:xxxxx -smtpport:25 -smtpssl:False -smtpusername: -smtpenabled:False -tempfolder:D:\Apps\Alteryx Workspace\Gallery -loggingfolder:D:\Apps\Alteryx Workspace\Gallery\Logs -fwdheader: -usessl:False -logpasswords:False -parent:6220 -frameoriginpolicy:SAMEORIGIN -adcachetimeout:60 -acAllowOrigin:* -insighttimeout:30 -sendtelemetry:False
Unable to start AlteryxCloudCmd...

Samuel_To
10 - Fireball

Hi @hdkarki 

 

For the URL of Alteryx Gallery, it should be https://<<gallery node hostname>>/gallery or https://<<DNSname>>/gallery.

No matter it is embedded or standalone MongoDB.

 

Best Regards,

Samuel