Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

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

Gallery not starting after server restore

saqibshh
7 - Meteor

Hi,

I have backup of my Alteryx server using emongodump, after restoring it in the new EC2 instance I am not able to access my alteryx server gallery.

ERROR: {"data":null,"exceptionName":"NotFoundException","innerExceptionMessage":"","message":"Object not found


COMMAND TO RESTORE:

"C:\Program Files\Alteryx\bin\AlteryxService.exe" emongorestore=D:\MongoBackup,C:\ProgramData\Alteryx\Service\Persistence\MongoDB

 

MongoBackup folder contains:
admin folder

AlteryxGallery folder

AlteryxGallery_Lucene folder

AlteryxServer folder

ASCredentials.bin

ASMongoDBVersion.bin

mongcontroller.txt

mongoDump.txt

I installed Mongoshell and checked the locks using the command, db.locks.find(), and deleted it using db.locks.remove({}).

but deleting locks and restarting the alteryxservice returns  '404 - File or directory not found error'.

 

What steps should I try? 
I tried re-installing the alteryx server as well.

 

 

 

 

 

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @saqibshh ,

 

Since you are restoring the DB to a new machine, you have to follow the steps stated here: https://help.alteryx.com/20231/server/server-host-recovery-guide

 

Removing the locks is part of the process but you are missing a few additional steps.

 

Best regards,

Fernando Vizcaino

 

 

saqibshh
7 - Meteor

Thanks! Followed the steps mentioned and it worked! :D