Datazen server is not ready after recovery

I have a problem with my Datazen and Windows Server 2012 R2.

So, I installed the Datazen server on another computer and made a full backup to restore the backup on the new datazen server.

I did it exactly as they told me to do Datazen Backup and Restore here , but it does not work.

I restarted the server, but still says: "The server is not ready. Sorry, but your request cannot be completed at the moment. Try again in a minute."

I also changed the EncanceID key and DB Encryption Key.

Nothing works. Maybe there are some Datazen experts here. :)

Thanks for the help, pronax

+4
source share
4 answers

I talked with Datazen support, and he told me to change the InstanceID and the DB encryption key in each configuration file that it displays.

So, just browse your configuration files in the Datazen folder and change the InstanceID and encryption key to the new values. AFAIK should be about 7 files.

0
source

It is not possible to restore an older one from a newer OS environment. For example, restoring Windows Server 2008 R2 from a backup made from Windows Server 2012 is not allowed. If you used Windows Server 2012 R2, you can restore the backup to Windows Server 2016 or Windows Server 2012 R2.

0
source

. :

"" Datazen. , Datazen, /

:

C:\Program Files\Datazen Enterprise Server\webapi\Web.config
C:\Program Files\Datazen Enterprise Server\viewer\Web.config
C:\Program Files\Datazen Enterprise Server\service\Datazen.Server.Service.exe.Config

:

net stop datazenrenderingservice
net stop datazendata
net stop datazen

cd "c:\Program Files\Datazen Enterprise Server\service"

rmdir /S /Q Data

mkdir Data

, ,

instace id :

C:\Program Files\Datazen Enterprise Server\webapi\Web.config
C:\Program Files\Datazen Enterprise Server\viewer\Web.config
C:\Program Files\Datazen Enterprise Server\service\Datazen.Server.Service.exe.Config

   Raven.Server.exe -restore -src "C:\Datazen\Backups\datazen-201604181-93fa5e38" -dest "C:\Program Files\Datazen Enterprise Server\data"

esentutl /d Data\Data

Datazen.Server.Service /console /shutdown

net start datazen
net start datazenrenderingservice
net start datazendata

,

, .

0
  • ( )
  • : net stop datazen. , .
  • ([ ]\): cd c:\Program Files\Datazen Enterprise Server\service
  • ([ ]\\) , : rmdir/S/Q Data​​li >
  • : mkdir
  • restore: Raven.Server.exe -restore -src [ backup] -dest Esent Restore: Restore (Raven.Server.exe -restore -src "c:\Datazen\Backup\datazen-2017022685719-36bd23b7" -dest Data)
  • , , : Datazen.Server.Service/console/shutdown. , .
  • : net start datazen

,

0

Source: https://habr.com/ru/post/1611304/


All Articles